diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-06 18:17:28 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-03-06 18:17:28 +0000 |
commit | 7d6f337b8cb2c311a6adcd811e362bc5bd918291 (patch) | |
tree | cc8bd34e6c5cc88e12d32ff4d92f37ba7481ea77 /testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile | |
parent | 2eef164c17fbddd23fff2b83cd49d03b9577fdcd (diff) | |
download | ChibiOS-7d6f337b8cb2c311a6adcd811e362bc5bd918291.tar.gz ChibiOS-7d6f337b8cb2c311a6adcd811e362bc5bd918291.tar.bz2 ChibiOS-7d6f337b8cb2c311a6adcd811e362bc5bd918291.zip |
EX hierarchy re-organized,
Improved documentation for L3GD20 related files,
SPI-L3GD20 demo updated,
Minor indent fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9043 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile')
-rw-r--r-- | testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile b/testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile index 168982cc1..87daea287 100644 --- a/testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile +++ b/testhal/STM32/STM32L4xx/SPI-L3GD20/Makefile @@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
@@ -98,7 +98,7 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-include $(CHIBIOS)/os/ex/gyroscope/ST/l3gd20.mk
+include $(CHIBIOS)/os/ex/ST/l3gd20.mk
include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# Define linker script file here
|