From 59157567c0d4bfabb5ee70bf3b62ce6f596a2118 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 5 May 2016 07:09:26 +0000 Subject: Fixed minor problems in new demos. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9415 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/NIL-STM32L011K4-NUCLEO32/.project | 2 +- demos/STM32/NIL-STM32L011K4-NUCLEO32/Makefile | 2 +- demos/STM32/RT-STM32L031K6-NUCLEO32/.project | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'demos/STM32') 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 @@ board 2 - C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO32_L011K4 + CHIBIOS/os/hal/boards/ST_NUCLEO32_L011K4 os 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 @@ board 2 - C:/ChibiStudio/chibios_trunk/os/hal/boards/ST_NUCLEO32_L031K6 + CHIBIOS/os/hal/boards/ST_NUCLEO32_L031K6 os -- cgit v1.2.3