mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
855b5bd54d
Added arduino-leonardo to BOARD_INSUFFICIENT_MEMORY where needed
21 lines
612 B
Makefile
21 lines
612 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove \
|
|
arduino-leonardo \
|
|
arduino-mega2560 \
|
|
arduino-nano \
|
|
arduino-uno \
|
|
mega-xplained \
|
|
nucleo-f031k6 \
|
|
nucleo-f042k6 \
|
|
#
|
|
|
|
TEST_ON_CI_WHITELIST += native
|
|
|
|
CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(5*THREAD_STACKSIZE_DEFAULT\)
|
|
|
|
USEPKG += tweetnacl
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|