2014-07-30 21:30:22 +02:00
|
|
|
APPLICATION = thread_cooperation
|
2014-02-21 14:51:17 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2017-03-13 18:27:50 +01:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \
|
|
|
|
mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \
|
|
|
|
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 \
|
|
|
|
opencm904 pca10000 pca10005 spark-core stm32f0discovery weio \
|
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
|