Skip to content
Snippets Groups Projects
Commit a4f3a9ef authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

examples: add nucleo32-f031 to unsufficient memory boards

parent 7c589e59
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \ ...@@ -18,7 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \ stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
cc2650stk nucleo-f030 nucleo-f070 microbit \ cc2650stk nucleo-f030 nucleo-f070 microbit \
calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \ calliope-mini nucleo32-f042 nucleo32-f303 opencm9-04 \
maple-mini maple-mini nucleo32-f031
# 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
......
...@@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../.. ...@@ -11,7 +11,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
z1 nucleo32-f042 z1 nucleo32-f042 nucleo32-f031
# Must read nordic_softdevice_ble package before nanocoap package. However, # Must read nordic_softdevice_ble package before nanocoap package. However,
# can't read it explicitly here because it is read later, as a dependency for # can't read it explicitly here because it is read later, as a dependency for
......
...@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h ...@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h
spark-core stm32f0discovery telosb \ spark-core stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \ weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
nucleo-f030 nucleo-f070 microbit calliope-mini \ nucleo-f030 nucleo-f070 microbit calliope-mini \
nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f042 nucleo32-f303 opencm9-04 nucleo32-f031
BOARD_BLACKLIST += mips-malta # No UART available. BOARD_BLACKLIST += mips-malta # No UART available.
......
...@@ -7,7 +7,7 @@ BOARD ?= native ...@@ -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 := chronos msb-430 msb-430h BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031
## Uncomment to support the XBee module ## Uncomment to support the XBee module
#USEMODULE += xbee #USEMODULE += xbee
......
...@@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f103 nucleo-f334 \ ...@@ -11,7 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f103 nucleo-f334 \
spark-core stm32f0discovery telosb weio \ spark-core stm32f0discovery telosb weio \
wsn430-v1_3b wsn430-v1_4 z1 nucleo-f072 nucleo-f030 \ wsn430-v1_3b wsn430-v1_4 z1 nucleo-f072 nucleo-f030 \
nucleo-f070 microbit calliope-mini nucleo32-f042 \ nucleo-f070 microbit calliope-mini nucleo32-f042 \
nucleo32-f303 nucleo32-f303 nucleo32-f031
# 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
......
...@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \ ...@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
spark-core stm32f0discovery telosb weio wsn430-v1_3b \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \
wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \ wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \
nucleo-f070 microbit calliope-mini nucleo32-f042 \ nucleo-f070 microbit calliope-mini nucleo32-f042 \
nucleo32-f303 nucleo32-f303 nucleo32-f031
# 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
......
...@@ -4,6 +4,8 @@ APPLICATION = ipc_pingpong ...@@ -4,6 +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 := nucleo32-f031
# 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)/../..
......
...@@ -8,7 +8,8 @@ BOARD ?= native ...@@ -8,7 +8,8 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
pca10000 pca10005 stm32f0discovery telosb weio z1 pca10000 pca10005 stm32f0discovery telosb weio z1 \
nucleo32-f031
# 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
......
...@@ -8,7 +8,7 @@ BOARD ?= native ...@@ -8,7 +8,7 @@ BOARD ?= native
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
stm32f0discovery telosb weio stm32f0discovery telosb weio nucleo32-f031
# blacklist this until #6022 is sorted out # blacklist this until #6022 is sorted out
BOARD_BLACKLIST := nrf52dk BOARD_BLACKLIST := nrf52dk
......
...@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../.. ...@@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \
nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \ nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \ wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
nucleo-f030 nucleo-f070 nucleo32-f042 nucleo-f030 nucleo-f070 nucleo32-f042 nucleo32-f031
# 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
......
...@@ -6,7 +6,7 @@ BOARD ?= native ...@@ -6,7 +6,7 @@ BOARD ?= native
# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119 # stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
# (used currently by travis) # (used currently by travis)
BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio nucleo32-f042 BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio nucleo32-f042 nucleo32-f031
# 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)/../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment