2014-07-30 21:30:22 +02:00
|
|
|
APPLICATION = thread_cooperation
|
2014-02-21 14:51:17 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2016-04-18 12:06:08 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos msb-430 msb-430h mbed_lpc1768 \
|
2015-09-04 10:44:48 +02:00
|
|
|
stm32f0discovery pca10000 pca10005 \
|
2015-12-01 16:16:57 +01:00
|
|
|
yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \
|
2016-09-02 11:01:31 +02:00
|
|
|
nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
|
|
|
|
nucleo-f030
|
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
|