aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/onewire/Makefile
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2014-12-18 00:21:28 +0300
committerbarthess <barthess@yandex.ru>2014-12-18 00:21:28 +0300
commit073d4d467f501f99334c43ef5583ae40888aa274 (patch)
tree05f01f08c62b00e33c0be78bea1b6937e2d08e59 /testhal/STM32/STM32F4xx/onewire/Makefile
parent99505cdea68069a3873e670ccc95cdc0f94d2319 (diff)
downloadChibiOS-Contrib-073d4d467f501f99334c43ef5583ae40888aa274.tar.gz
ChibiOS-Contrib-073d4d467f501f99334c43ef5583ae40888aa274.tar.bz2
ChibiOS-Contrib-073d4d467f501f99334c43ef5583ae40888aa274.zip
1-wire. STM32F1xx code tested
Diffstat (limited to 'testhal/STM32/STM32F4xx/onewire/Makefile')
-rw-r--r--testhal/STM32/STM32F4xx/onewire/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/onewire/Makefile b/testhal/STM32/STM32F4xx/onewire/Makefile
index ad6e2a6..e82a879 100644
--- a/testhal/STM32/STM32F4xx/onewire/Makefile
+++ b/testhal/STM32/STM32F4xx/onewire/Makefile
@@ -65,7 +65,7 @@ endif
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
ifeq ($(USE_FPU),)
- USE_FPU = hard
+ USE_FPU = softfp
endif
#
@@ -87,7 +87,6 @@ include $(CHIBIOS)/community/os/hal/ports/STM32/STM32F4xx/platform.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/mk/port_stm32f4xx.mk
-include $(CHIBIOS)/test/rt/test.mk
# Define linker script file here
LDSCRIPT= $(PORTLD)/STM32F407xG.ld