mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9ee84c62c9
'pthread' is now compatible with 'avr' so enable them in tests. All the tests ran on 'arduino-mega2560' when supported.
15 lines
250 B
Makefile
15 lines
250 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY = \
|
|
arduino-duemilanove \
|
|
arduino-nano \
|
|
arduino-uno \
|
|
nucleo-f031k6 \
|
|
#
|
|
|
|
USEMODULE += posix_headers
|
|
USEMODULE += pthread
|
|
CFLAGS += -DMAXTHREADS=8
|
|
|
|
include $(RIOTBASE)/Makefile.include
|