From 6e77c0510daf8cdaf50fae0be259b370367c549c Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 21 May 2016 14:52:32 +0000 Subject: Enabled FPU in ChibiOS/EX demos git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9498 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile | 2 +- testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile | 2 +- testhal/STM32/STM32F4xx/SPI-LIS3DSH/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile b/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile index bb1894cee..728753010 100644 --- a/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile +++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/Makefile @@ -71,7 +71,7 @@ endif # Enables the use of FPU (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = no + USE_FPU = hard endif # diff --git a/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile b/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile index 3b35d257d..d1fbfb2b1 100644 --- a/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile +++ b/testhal/STM32/STM32F4xx/SPI-LIS302DL/Makefile @@ -71,7 +71,7 @@ endif # Enables the use of FPU (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = no + USE_FPU = hard endif # diff --git a/testhal/STM32/STM32F4xx/SPI-LIS3DSH/Makefile b/testhal/STM32/STM32F4xx/SPI-LIS3DSH/Makefile index 80bc7ec50..e7b2b0d72 100644 --- a/testhal/STM32/STM32F4xx/SPI-LIS3DSH/Makefile +++ b/testhal/STM32/STM32F4xx/SPI-LIS3DSH/Makefile @@ -71,7 +71,7 @@ endif # Enables the use of FPU (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = no + USE_FPU = hard endif # -- cgit v1.2.3