aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-26 10:51:37 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-26 10:51:37 +0000
commit0714e7283d1e207bcbcb06cb6fce90ec581bb2d9 (patch)
tree71bd67af428acbb401d0ceba7b25965dbc0ad084 /demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
parent8db4d4f31264458d9e2bfbca768166c5b5afa4e0 (diff)
downloadChibiOS-0714e7283d1e207bcbcb06cb6fce90ec581bb2d9.tar.gz
ChibiOS-0714e7283d1e207bcbcb06cb6fce90ec581bb2d9.tar.bz2
ChibiOS-0714e7283d1e207bcbcb06cb6fce90ec581bb2d9.zip
Serial port working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11189 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32H743I-NUCLEO144/Makefile')
-rw-r--r--demos/STM32/RT-STM32H743I-NUCLEO144/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile b/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
index fd027130d..1a4112fba 100644
--- a/demos/STM32/RT-STM32H743I-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32H743I-NUCLEO144/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).
@@ -111,9 +111,9 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Auto-build files in ./source recursively.
include $(CHIBIOS)/tools/mk/autobuild.mk
# Other files (optional).
-#include $(CHIBIOS)/test/lib/test.mk
-#include $(CHIBIOS)/test/rt/rt_test.mk
-#include $(CHIBIOS)/test/oslib/oslib_test.mk
+include $(CHIBIOS)/test/lib/test.mk
+include $(CHIBIOS)/test/rt/rt_test.mk
+include $(CHIBIOS)/test/oslib/oslib_test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32H743xI.ld