2017-02-20 18:23:20 +01:00
|
|
|
APPLICATION = thread_float
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2019-05-24 17:36:06 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-leonardo \
|
|
|
|
arduino-nano arduino-uno cc2650stk chronos \
|
2019-03-14 13:07:51 +01:00
|
|
|
maple-mini mbed_lpc1768 microbit msb-430 msb-430h \
|
|
|
|
nrf51dongle nrf6310 nucleo-f031k6 nucleo-f042k6 \
|
2017-02-20 18:23:20 +01:00
|
|
|
opencm9-04 pca10000 pca10005 spark-core \
|
|
|
|
stm32f0discovery weio yunjia-nrf51822
|
|
|
|
|
|
|
|
USEMODULE += printf_float
|
|
|
|
USEMODULE += xtimer
|
|
|
|
|
|
|
|
#DISABLE_MODULE += cortexm_fpu
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|