mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ce338dec3d
The test is right on the edge with these boards, so slight toolchain changes make it overflow the RAM, causing CI issues.
24 lines
458 B
Makefile
24 lines
458 B
Makefile
BOARD_INSUFFICIENT_MEMORY := \
|
|
sam10-xpro \
|
|
saml11-xpro \
|
|
blackpill \
|
|
bluepill \
|
|
i-nucleo-lrwan1 \
|
|
nucleo-f302r8 \
|
|
nucleo-l031k6 \
|
|
arduino-duemilanove \
|
|
arduino-leonardo \
|
|
arduino-mega2560 \
|
|
arduino-nano \
|
|
arduino-uno \
|
|
atmega1284p \
|
|
atmega256rfr2-xpro \
|
|
atmega328p \
|
|
avr-rss2 \
|
|
derfmega128 \
|
|
derfmega256 \
|
|
mega-xplained \
|
|
microduino-corerf \
|
|
saml10-xpro \
|
|
waspmote-pro
|