aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-11 14:23:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-11 14:23:49 +0000
commit91c66742882c9eb33f7bef2775935b1c9190c78b (patch)
tree280ea2dd6d03479c0faaf7d7a1ad0af2355444df /demos
parent72590590cb302efc52788d11df5569db55e0be73 (diff)
downloadChibiOS-91c66742882c9eb33f7bef2775935b1c9190c78b.tar.gz
ChibiOS-91c66742882c9eb33f7bef2775935b1c9190c78b.tar.bz2
ChibiOS-91c66742882c9eb33f7bef2775935b1c9190c78b.zip
Enhanced startups for ARMCMx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7757 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY/Makefile2
-rw-r--r--demos/various/NIL-ARMCM4-GENERIC/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY/Makefile b/demos/STM32/RT-STM32F407-DISCOVERY/Makefile
index 175b7d24d..eb2f10684 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY/Makefile
+++ b/demos/STM32/RT-STM32F407-DISCOVERY/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 = no
endif
#
diff --git a/demos/various/NIL-ARMCM4-GENERIC/Makefile b/demos/various/NIL-ARMCM4-GENERIC/Makefile
index 299754ac6..9e795d437 100644
--- a/demos/various/NIL-ARMCM4-GENERIC/Makefile
+++ b/demos/various/NIL-ARMCM4-GENERIC/Makefile
@@ -65,7 +65,7 @@ endif
# Enables the use of FPU on Cortex-M4 (no, softfp, hard).
ifeq ($(USE_FPU),)
- USE_FPU = no
+ USE_FPU = hard
endif
#