diff options
author | barthess <barthess@yandex.ru> | 2014-12-18 00:21:28 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2014-12-18 00:21:28 +0300 |
commit | 073d4d467f501f99334c43ef5583ae40888aa274 (patch) | |
tree | 05f01f08c62b00e33c0be78bea1b6937e2d08e59 /testhal/STM32/STM32F4xx/onewire/Makefile | |
parent | 99505cdea68069a3873e670ccc95cdc0f94d2319 (diff) | |
download | ChibiOS-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/Makefile | 3 |
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
|