mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
22 lines
429 B
Makefile
22 lines
429 B
Makefile
|
BOARD_INSUFFICIENT_MEMORY := \
|
||
|
arduino-duemilanove \
|
||
|
arduino-leonardo \
|
||
|
arduino-mega2560 \
|
||
|
arduino-nano \
|
||
|
arduino-uno \
|
||
|
atmega328p \
|
||
|
i-nucleo-lrwan1 \
|
||
|
nucleo-f030r8 \
|
||
|
nucleo-f031k6 \
|
||
|
nucleo-f042k6 \
|
||
|
nucleo-l011k4 \
|
||
|
nucleo-l031k6 \
|
||
|
nucleo-l053r8 \
|
||
|
nucleo-l552ze-q \
|
||
|
stk3200 \
|
||
|
stm32f030f4-demo \
|
||
|
stm32f0discovery \
|
||
|
stm32l0538-disco \
|
||
|
waspmote-pro \
|
||
|
#
|