mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples: Updated BOARD_INSUFFICIENT_MEMORY
Added arduino-nano to BOARD_INSUFFICIENT_MEMORY/BOARD_BLACKLIST following suit of how arduino-uno is marked, as arduino-nano is mostly an Uno in a different form factor.
This commit is contained in:
parent
e4ebbaf59f
commit
e14bea1cf5
@ -10,8 +10,9 @@ 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-mega2560 \
|
||||||
arduino-uno chronos hifive1 mega-xplained \
|
arduino-nano arduino-uno chronos hifive1 \
|
||||||
microbit msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \
|
mega-xplained microbit msb-430 msb-430h nrf51dk \
|
||||||
|
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,12 +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 := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos hifive1 mega-xplained msb-430 msb-430h \
|
arduino-uno chronos hifive1 mega-xplained msb-430 \
|
||||||
nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
|
msb-430h nucleo-f030r8 nucleo-l053r8 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-l031k6 stm32f0discovery telosb waspmote-pro \
|
nucleo-f334r8 nucleo-l031k6 stm32f0discovery \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += gnrc_netdev_default
|
||||||
USEMODULE += auto_init_gnrc_netif
|
USEMODULE += auto_init_gnrc_netif
|
||||||
|
@ -7,12 +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 := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos hifive1 msb-430 msb-430h nucleo-f030r8 \
|
arduino-uno chronos hifive1 msb-430 msb-430h \
|
||||||
nucleo-l053r8 nucleo-f031k6 nucleo-f042k6 \
|
nucleo-f030r8 nucleo-l053r8 nucleo-f031k6 \
|
||||||
nucleo-f303k8 nucleo-f334r8 nucleo-l031k6 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-f334r8 \
|
||||||
mega-xplained stm32f0discovery telosb waspmote-pro \
|
nucleo-l031k6 mega-xplained stm32f0discovery \
|
||||||
wsn430-v1_3b wsn430-v1_4 z1
|
telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
# Enable GNRC networking
|
# Enable GNRC networking
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += gnrc_netdev_default
|
||||||
|
@ -7,7 +7,7 @@ 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-uno
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove 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:
|
||||||
|
@ -8,9 +8,10 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
# TinyDTLS only has support for 32-bit architectures ATM
|
# TinyDTLS only has support for 32-bit architectures ATM
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
jiminy-mega256rfr2 mega-xplained msb-430 msb-430h telosb \
|
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||||
|
wsn430-v1_4 z1
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
||||||
cc2650-launchpad cc2650stk hifive1 maple-mini \
|
cc2650-launchpad cc2650stk hifive1 maple-mini \
|
||||||
|
@ -7,9 +7,10 @@ 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-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos hifive1 msb-430 msb-430h nucleo-f031k6 nucleo-f042k6 \
|
arduino-uno chronos hifive1 msb-430 msb-430h \
|
||||||
nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
|
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||||
nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
nucleo-f072rb nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
||||||
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
||||||
wsn430-v1_4 z1 mega-xplained
|
wsn430-v1_4 z1 mega-xplained
|
||||||
|
@ -15,7 +15,8 @@ BOARD_BLACKLIST := chronos \
|
|||||||
z1 \
|
z1 \
|
||||||
#
|
#
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano 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,12 +9,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 := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos mega-xplained msb-430 msb-430h \
|
arduino-uno chronos mega-xplained msb-430 \
|
||||||
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
msb-430h nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-f030r8 nucleo-f303k8 nucleo-f334r8 \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f303k8 \
|
||||||
nucleo-l053r8 stm32f0discovery telosb \
|
nucleo-f334r8 nucleo-l053r8 stm32f0discovery \
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression.
|
## Uncomment to redefine port, for example use 61616 for RFC 6282 UDP compression.
|
||||||
#GCOAP_PORT = 5683
|
#GCOAP_PORT = 5683
|
||||||
|
@ -8,10 +8,11 @@ BOARD ?= samr21-xpro
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||||
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
arduino-nano arduino-uno b-l072z-lrwan1 blackpill \
|
||||||
cc2650-launchpad cc2650stk hifive1 maple-mini \
|
bluepill calliope-mini cc2650-launchpad cc2650stk \
|
||||||
mega-xplained microbit msb-430 msb-430h \
|
hifive1 maple-mini mega-xplained microbit msb-430 \
|
||||||
nrf51dk nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \
|
msb-430h nrf51dk nrf51dongle nrf6310 \
|
||||||
|
nucleo-f031k6 nucleo-f042k6 \
|
||||||
nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
nucleo-f303k8 nucleo-l031k6 nucleo-f030r8 \
|
||||||
nucleo-f070rb nucleo-f072rb nucleo-f103rb \
|
nucleo-f070rb nucleo-f072rb nucleo-f103rb \
|
||||||
nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
nucleo-f302r8 nucleo-f334r8 nucleo-l053r8 \
|
||||||
|
@ -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-uno nucleo-f031k6
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano 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,14 +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-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
calliope-mini chronos hifive1 mega-xplained \
|
arduino-uno calliope-mini chronos hifive1 \
|
||||||
microbit msb-430 msb-430h nucleo-f031k6 \
|
mega-xplained microbit msb-430 msb-430h \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
||||||
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
nucleo-l031k6 nucleo-f030r8 nucleo-f070rb \
|
||||||
nucleo-f103rb nucleo-f302r8 nucleo-f334r8 \
|
nucleo-f072rb nucleo-f103rb nucleo-f302r8 \
|
||||||
nucleo-l053r8 saml10-xpro saml11-xpro \
|
nucleo-f334r8 nucleo-l053r8 saml10-xpro \
|
||||||
spark-core stm32f0discovery telosb \
|
saml11-xpro spark-core stm32f0discovery telosb \
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
|
@ -8,7 +8,8 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||||
arduino-uno b-l072z-lrwan1 blackpill bluepill calliope-mini \
|
arduino-nano arduino-uno b-l072z-lrwan1 blackpill \
|
||||||
|
bluepill calliope-mini \
|
||||||
chronos hifive1 mega-xplained microbit \
|
chronos hifive1 mega-xplained microbit \
|
||||||
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
||||||
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
nucleo-f042k6 nucleo-f303k8 nucleo-l031k6 \
|
||||||
|
@ -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-uno nucleo-f031k6 \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano 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)/../..
|
||||||
|
@ -17,7 +17,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 blackpill bluepill call
|
|||||||
nucleo-l031k6 opencm904 saml10-xpro saml11-xpro \
|
nucleo-l031k6 opencm904 saml10-xpro saml11-xpro \
|
||||||
spark-core stm32f0discovery yunjia-nrf51822
|
spark-core stm32f0discovery yunjia-nrf51822
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
|
arduino-uno chronos \
|
||||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||||
wsn430-v1_4 z1 pic32-wifire pic32-clicker jiminy-mega256rfr2 \
|
wsn430-v1_4 z1 pic32-wifire pic32-clicker jiminy-mega256rfr2 \
|
||||||
mega-xplained
|
mega-xplained
|
||||||
|
@ -27,7 +27,7 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
|
|||||||
yunjia-nrf51822 esp8266-esp-12x esp8266-olimex-mod \
|
yunjia-nrf51822 esp8266-esp-12x esp8266-olimex-mod \
|
||||||
esp8266-sparkfun-thing firefly
|
esp8266-sparkfun-thing firefly
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano arduino-uno \
|
||||||
chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
|
chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
|
||||||
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
@ -15,10 +15,10 @@ BOARD_INSUFFICIENT_MEMORY := blackpill bluepill calliope-mini cc2650-launchpad \
|
|||||||
nucleo-l053r8 opencm904 saml10-xpro saml11-xpro \
|
nucleo-l053r8 opencm904 saml10-xpro saml11-xpro \
|
||||||
spark-core stm32f0discovery
|
spark-core stm32f0discovery
|
||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos hifive1 jiminy-mega256rfr2 mega-xplained mips-malta \
|
arduino-uno chronos hifive1 jiminy-mega256rfr2 \
|
||||||
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
mega-xplained mips-malta msb-430 msb-430h pic32-clicker \
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
pic32-wifire telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
|
|
||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
|
@ -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 := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos msb-430 msb-430h nucleo-f031k6 \
|
arduino-uno chronos msb-430 msb-430h \
|
||||||
nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
||||||
nucleo-f303k8 nucleo-l053r8 stm32f0discovery \
|
nucleo-f030r8 nucleo-f303k8 nucleo-l053r8 \
|
||||||
telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
stm32f0discovery telosb waspmote-pro wsn430-v1_3b \
|
||||||
|
wsn430-v1_4 z1
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
|
@ -7,12 +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 := arduino-duemilanove arduino-mega2560 arduino-uno \
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
||||||
chronos mega-xplained msb-430 msb-430h \
|
arduino-uno chronos mega-xplained msb-430 \
|
||||||
nucleo-f042k6 nucleo-f031k6 nucleo-l031k6 \
|
msb-430h nucleo-f042k6 nucleo-f031k6 \
|
||||||
nucleo-f030r8 nucleo-l053r8 stm32f0discovery \
|
nucleo-l031k6 nucleo-f030r8 nucleo-l053r8 \
|
||||||
telosb waspmote-pro weio wsn430-v1_3b wsn430-v1_4 \
|
stm32f0discovery telosb waspmote-pro weio \
|
||||||
z1
|
wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
USEMODULE += gnrc_netdev_default
|
USEMODULE += gnrc_netdev_default
|
||||||
|
@ -8,13 +8,13 @@ BOARD ?= native
|
|||||||
RIOTBASE ?= $(CURDIR)/../..
|
RIOTBASE ?= $(CURDIR)/../..
|
||||||
|
|
||||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||||
arduino-uno chronos mega-xplained msb-430 \
|
arduino-nano arduino-uno chronos mega-xplained \
|
||||||
msb-430h nrf51dk nrf51dongle nrf6310 nucleo-f031k6 \
|
msb-430 msb-430h nrf51dk nrf51dongle nrf6310 \
|
||||||
nucleo-f042k6 nucleo-l031k6 nucleo-f030r8 \
|
nucleo-f031k6 nucleo-f042k6 nucleo-l031k6 \
|
||||||
nucleo-f070rb nucleo-f072rb nucleo-f334r8 \
|
nucleo-f030r8 nucleo-f070rb nucleo-f072rb \
|
||||||
nucleo-f303k8 nucleo-l053r8 stm32f0discovery \
|
nucleo-f334r8 nucleo-f303k8 nucleo-l053r8 \
|
||||||
telosb wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 \
|
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
||||||
waspmote-pro z1
|
yunjia-nrf51822 waspmote-pro z1
|
||||||
|
|
||||||
# Include packages that pull up and auto-init the link layer.
|
# Include packages that pull up and auto-init the link layer.
|
||||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||||
|
@ -7,7 +7,7 @@ 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-uno
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-nano arduino-uno
|
||||||
|
|
||||||
# we want to use SAUL:
|
# we want to use SAUL:
|
||||||
USEMODULE += saul_default
|
USEMODULE += saul_default
|
||||||
|
Loading…
Reference in New Issue
Block a user