From 27ad46cdfdfd3565b0376a96a3068839a3c63250 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 14 Nov 2018 09:24:25 +0000 Subject: Minor changes to MFS project. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12421 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/STM32/multi/WSPI-MFS/.project | 7 +------ testhal/STM32/multi/WSPI-MFS/main.c | 2 +- testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32/multi/WSPI-MFS/.project b/testhal/STM32/multi/WSPI-MFS/.project index 9b26e02af..1ea006f99 100644 --- a/testhal/STM32/multi/WSPI-MFS/.project +++ b/testhal/STM32/multi/WSPI-MFS/.project @@ -82,12 +82,7 @@ CHIBIOS/os - test/lib - 2 - CHIBIOS/test/lib - - - test/mfs + test 2 CHIBIOS/test/mfs diff --git a/testhal/STM32/multi/WSPI-MFS/main.c b/testhal/STM32/multi/WSPI-MFS/main.c index 30c7a9c89..73dcfb065 100644 --- a/testhal/STM32/multi/WSPI-MFS/main.c +++ b/testhal/STM32/multi/WSPI-MFS/main.c @@ -74,7 +74,7 @@ int main(void) { halInit(); chSysInit(); - /*Board-dependent GPIO setup code.*/ + /* Board-dependent GPIO setup code.*/ portab_setup(); /* Starting a serial port for test report output.*/ diff --git a/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make b/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make index 47345c16f..64f290378 100644 --- a/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make +++ b/testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make @@ -5,7 +5,7 @@ # Compiler options here. ifeq ($(USE_OPT),) - USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 + USE_OPT = -O2 -gdwarf-3 -fomit-frame-pointer -falign-functions=16 endif # C specific options here (added to USE_OPT). -- cgit v1.2.3