2014-02-21 14:43:55 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2019-03-14 13:07:51 +01:00
|
|
|
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-nano \
|
2019-04-11 12:15:00 +02:00
|
|
|
arduino-uno jiminy-mega256rfr2 mega-xplained waspmote-pro \
|
2019-04-24 23:35:35 +02:00
|
|
|
hifive1 i-nucleo-lrwan1
|
2018-02-27 14:09:23 +01:00
|
|
|
# arduino mega2560 uno duemilanove : unknown type name: clockid_t
|
|
|
|
# jiminy-mega256rfr2: unknown type name: clockid_t
|
2018-03-24 04:05:13 +01:00
|
|
|
# mega-xplained: unknown type name: clockid_t
|
2019-04-11 12:15:00 +02:00
|
|
|
# hifive1: not enough memory for thread stacks
|
2014-07-15 12:11:04 +02:00
|
|
|
|
2018-05-23 12:46:42 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6
|
2017-02-02 17:47:46 +01:00
|
|
|
|
2018-11-09 15:04:45 +01:00
|
|
|
USEMODULE += posix_headers
|
2014-02-21 14:43:55 +01:00
|
|
|
USEMODULE += pthread
|
|
|
|
|
2018-04-04 15:20:51 +02:00
|
|
|
TEST_ON_CI_WHITELIST += all
|
|
|
|
|
2014-02-21 14:43:55 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|