aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-05-05 07:09:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-05-05 07:09:26 +0000
commit59157567c0d4bfabb5ee70bf3b62ce6f596a2118 (patch)
treeee2fce7a222b4c58c18b4a80bc39503e4911bcaa /demos/STM32
parenta21ea7128bf738c458449ac51361fbb45834f447 (diff)
downloadChibiOS-59157567c0d4bfabb5ee70bf3b62ce6f596a2118.tar.gz
ChibiOS-59157567c0d4bfabb5ee70bf3b62ce6f596a2118.tar.bz2
ChibiOS-59157567c0d4bfabb5ee70bf3b62ce6f596a2118.zip
Fixed minor problems in new demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9415 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/NIL-STM32L011K4-NUCLEO32/.project2
-rw-r--r--demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile2
-rw-r--r--demos/STM32/RT-STM32L031K6-NUCLEO32/.project2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/.project b/demos/STM32/NIL-STM32L011K4-NUCLEO32/.project
index c44f326b8..9937af08c 100644
--- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/.project
+++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/.project
@@ -79,7 +79,7 @@
<link>
<name>board</name>
<type>2</type>
- <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO32_L011K4</location>
+ <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO32_L011K4</locationURI>
</link>
<link>
<name>os</name>
diff --git a/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile b/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
index aa817d62a..d66563a6f 100644
--- a/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
+++ b/demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -Os -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
diff --git a/demos/STM32/RT-STM32L031K6-NUCLEO32/.project b/demos/STM32/RT-STM32L031K6-NUCLEO32/.project
index cde752ade..71c1fcdce 100644
--- a/demos/STM32/RT-STM32L031K6-NUCLEO32/.project
+++ b/demos/STM32/RT-STM32L031K6-NUCLEO32/.project
@@ -27,7 +27,7 @@
<link>
<name>board</name>
<type>2</type>
- <location>C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO32_L031K6</location>
+ <locationURI>CHIBIOS/os/hal/boards/ST_NUCLEO32_L031K6</locationURI>
</link>
<link>
<name>os</name>