mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9ee84c62c9
'pthread' is now compatible with 'avr' so enable them in tests. All the tests ran on 'arduino-mega2560' when supported.
13 lines
208 B
Makefile
13 lines
208 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += posix_headers
|
|
USEMODULE += pthread
|
|
|
|
BOARD_INSUFFICIENT_MEMORY = \
|
|
arduino-duemilanove \
|
|
arduino-nano \
|
|
arduino-uno \
|
|
#
|
|
|
|
include $(RIOTBASE)/Makefile.include
|