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.
15 lines
245 B
Makefile
15 lines
245 B
Makefile
include ../Makefile.tests_common
|
|
|
|
BOARD_INSUFFICIENT_MEMORY = \
|
|
i-nucleo-lrwan1 \
|
|
nucleo-f031k6 \
|
|
stm32l0538-disco \
|
|
#
|
|
|
|
# Modules to include.
|
|
USEMODULE += pthread
|
|
USEMODULE += random
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|