2014-07-30 21:30:22 +02:00
|
|
|
APPLICATION = thread_cooperation
|
2014-02-21 14:51:17 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2017-09-20 10:59:37 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 calliope-mini \
|
|
|
|
cc2650-launchpad cc2650stk chronos \
|
2017-04-25 09:45:18 +02:00
|
|
|
maple-mini mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \
|
2017-03-13 18:27:50 +01:00
|
|
|
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \
|
2017-03-01 11:36:05 +01:00
|
|
|
nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f072 \
|
2017-02-16 14:05:07 +01:00
|
|
|
nucleo-f103 nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \
|
2017-08-24 17:10:27 +02:00
|
|
|
opencm904 pca10000 pca10005 spark-core stm32f0discovery \
|
2017-03-13 18:27:50 +01:00
|
|
|
yunjia-nrf51822
|
2014-04-26 15:41:17 +02:00
|
|
|
|
2014-04-02 14:41:17 +02:00
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
|
2014-02-21 14:51:17 +01:00
|
|
|
include $(RIOTBASE)/Makefile.include
|