1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/bench_sys_atomic_utils: update Makefile.ci

Sadly GCC currently doesn't optimize as expected and the additional return
value increases the ROM a bit. As a result, the application doesn't fit
into the ROM of four additional boards.
This commit is contained in:
Marian Buschsieweke 2020-12-15 22:34:57 +01:00
parent 2208c6a375
commit 58ae12d000
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -1,4 +1,8 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-nano \
nucleo-l011k4 \
samd10-xmini \
stm32f030f4-demo \
#