diff options
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/.project | 7 | ||||
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/make/stm32l4r9_discovery.make | 2 |
3 files changed, 3 insertions, 8 deletions
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 @@ <locationURI>CHIBIOS/os</locationURI>
</link>
<link>
- <name>test/lib</name>
- <type>2</type>
- <locationURI>CHIBIOS/test/lib</locationURI>
- </link>
- <link>
- <name>test/mfs</name>
+ <name>test</name>
<type>2</type>
<locationURI>CHIBIOS/test/mfs</locationURI>
</link>
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).
|