examples: Updated BOARD_INSUFFICIENT_MEMORY
Added arduino-leonardo to BOARD_INSUFFICIENT_MEMORY where needed
This commit is contained in:
parent
112b88f7ee
commit
f4c0af8421
@ -9,11 +9,10 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
# Not all boards have enough memory to build the default configuration of this
|
# Not all boards have enough memory to build the default configuration of this
|
||||||
# example...
|
# example...
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
||||||
arduino-nano arduino-uno chronos hifive1 \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
i-nucleo-lrwan1 \
|
hifive1 i-nucleo-lrwan1 mega-xplained microbit \
|
||||||
mega-xplained microbit msb-430 msb-430h nrf51dk \
|
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \
|
||||||
nrf51dongle nrf6310 \
|
|
||||||
nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
|
nucleo-f030r8 nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-f070rb nucleo-f072rb nucleo-f303k8 \
|
nucleo-f070rb nucleo-f072rb nucleo-f303k8 \
|
||||||
nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \
|
nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \
|
||||||
|
|||||||
@ -7,9 +7,9 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-uno chronos hifive1 i-nucleo-lrwan1 \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
mega-xplained msb-430 \
|
hifive1 i-nucleo-lrwan1 mega-xplained msb-430 \
|
||||||
msb-430h nucleo-f030r8 nucleo-l053r8 \
|
msb-430h nucleo-f030r8 nucleo-l053r8 \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-f334r8 nucleo-l031k6 stm32f0discovery \
|
nucleo-f334r8 nucleo-l031k6 stm32f0discovery \
|
||||||
|
|||||||
@ -7,9 +7,9 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-uno chronos hifive1 i-nucleo-lrwan1 \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
msb-430 msb-430h \
|
hifive1 i-nucleo-lrwan1 msb-430 msb-430h \
|
||||||
nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
|
nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \
|
||||||
nucleo-l031k6 mega-xplained stm32f0discovery \
|
nucleo-l031k6 mega-xplained stm32f0discovery \
|
||||||
|
|||||||
@ -7,7 +7,8 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
||||||
|
arduino-uno
|
||||||
|
|
||||||
# Uncomment these lines if you want to use platform support from external
|
# Uncomment these lines if you want to use platform support from external
|
||||||
# repositories:
|
# repositories:
|
||||||
|
|||||||
@ -7,13 +7,14 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-uno chronos hifive1 i-nucleo-lrwan1 \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
msb-430 msb-430h \
|
hifive1 i-nucleo-lrwan1 msb-430 msb-430h \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||||
nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
nucleo-f072rb nucleo-f302r8 nucleo-f334r8 \
|
||||||
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
nucleo-l053r8 stm32f0discovery telosb \
|
||||||
|
waspmote-pro wsn430-v1_3b \
|
||||||
wsn430-v1_4 z1 mega-xplained
|
wsn430-v1_4 z1 mega-xplained
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
|
|||||||
@ -15,8 +15,8 @@ BOARD_BLACKLIST := chronos \
|
|||||||
z1 \
|
z1 \
|
||||||
#
|
#
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
||||||
nucleo-f031k6
|
arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|||||||
@ -9,9 +9,9 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-uno chronos i-nucleo-lrwan1 \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
mega-xplained msb-430 \
|
i-nucleo-lrwan1 mega-xplained msb-430 \
|
||||||
msb-430h nucleo-f031k6 nucleo-f042k6 \
|
msb-430h nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \
|
||||||
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
|
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
|
||||||
|
|||||||
@ -7,8 +7,9 @@ BOARD ?= samr21-xpro
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
||||||
arduino-nano arduino-uno b-l072z-lrwan1 blackpill \
|
arduino-mega2560 arduino-nano arduino-uno \
|
||||||
|
b-l072z-lrwan1 blackpill \
|
||||||
bluepill calliope-mini cc2650-launchpad cc2650stk \
|
bluepill calliope-mini cc2650-launchpad cc2650stk \
|
||||||
hifive1 i-nucleo-lrwan1 lsn50 maple-mini mega-xplained microbit msb-430 \
|
hifive1 i-nucleo-lrwan1 lsn50 maple-mini mega-xplained microbit msb-430 \
|
||||||
msb-430h nrf51dk nrf51dongle nrf6310 \
|
msb-430h nrf51dk nrf51dongle nrf6310 \
|
||||||
|
|||||||
@ -7,8 +7,8 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
||||||
nucleo-f031k6
|
arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
|
|||||||
@ -7,7 +7,8 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno blackpill bluepill calliope-mini \
|
arduino-uno blackpill bluepill calliope-mini \
|
||||||
chronos hifive1 i-nucleo-lrwan1 mega-xplained \
|
chronos hifive1 i-nucleo-lrwan1 mega-xplained \
|
||||||
microbit msb-430 msb-430h \
|
microbit msb-430 msb-430h \
|
||||||
|
|||||||
@ -7,11 +7,12 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
||||||
arduino-nano arduino-uno b-l072z-lrwan1 blackpill \
|
arduino-mega2560 arduino-nano arduino-uno \
|
||||||
bluepill calliope-mini \
|
b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||||
chronos hifive1 i-nucleo-lrwan1 mega-xplained microbit \
|
chronos hifive1 i-nucleo-lrwan1 mega-xplained \
|
||||||
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
microbit msb-430 msb-430h nrf51dk \
|
||||||
|
nrf51dongle nrf6310 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
||||||
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
||||||
|
|||||||
@ -4,8 +4,8 @@ APPLICATION = ipc_pingpong
|
|||||||
# If no BOARD is found in the environment, use this default:
|
# If no BOARD is found in the environment, use this default:
|
||||||
BOARD ?= native
|
BOARD ?= native
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
||||||
nucleo-f031k6
|
arduino-uno nucleo-f031k6
|
||||||
|
|
||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|||||||
@ -7,8 +7,9 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-uno chronos i-nucleo-lrwan1 msb-430 msb-430h \
|
arduino-mega2560 arduino-nano arduino-uno \
|
||||||
|
chronos i-nucleo-lrwan1 msb-430 msb-430h \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
||||||
nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \
|
nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \
|
||||||
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
||||||
|
|||||||
@ -7,7 +7,8 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../../
|
RIOTBASE ?= $(CURDIR)/../../
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo \
|
||||||
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos i-nucleo-lrwan1 mega-xplained \
|
arduino-uno chronos i-nucleo-lrwan1 mega-xplained \
|
||||||
msb-430 msb-430h nucleo-f042k6 nucleo-f031k6 \
|
msb-430 msb-430h nucleo-f042k6 nucleo-f031k6 \
|
||||||
nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \
|
nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \
|
||||||
|
|||||||
@ -7,9 +7,9 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
||||||
arduino-nano arduino-uno chronos i-nucleo-lrwan1 \
|
arduino-mega2560 arduino-nano arduino-uno chronos \
|
||||||
mega-xplained msb-430 msb-430h \
|
i-nucleo-lrwan1 mega-xplained msb-430 msb-430h \
|
||||||
nrf51dk nrf51dongle nrf6310 \
|
nrf51dk nrf51dongle nrf6310 \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
||||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
||||||
|
|||||||
@ -7,7 +7,8 @@ BOARD ?= native
|
|||||||
# This has to be the absolute path to the RIOT base directory:
|
# This has to be the absolute path to the RIOT base directory:
|
||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
|
||||||
|
arduino-uno
|
||||||
|
|
||||||
# we want to use SAUL:
|
# we want to use SAUL:
|
||||||
USEMODULE += saul_default
|
USEMODULE += saul_default
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user