2014-02-21 14:43:55 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2019-05-24 17:33:15 +02:00
|
|
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
2019-06-25 19:17:36 +02:00
|
|
|
arduino-nano arduino-uno hifive1 hifive1b i-nucleo-lrwan1 \
|
2018-07-09 11:31:43 +02:00
|
|
|
jiminy-mega256rfr2 mega-xplained stm32l0538-disco waspmote-pro
|
2019-05-24 17:33:15 +02:00
|
|
|
|
|
|
|
# AVR platform: 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
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|