diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-05 13:10:30 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-05 13:10:30 +0000 |
commit | 5a2b6dc5921ecf8fb98f7ae3c29ea1b1352745d2 (patch) | |
tree | 32e3e49813d55f5d8bd92e1324b27ce7a0f6741f /testhal/STM32/multi/PAL/Makefile-stm32l151_discovery | |
parent | 25891894b21bd36b075cca172f6f96b03578ce90 (diff) | |
download | ChibiOS-5a2b6dc5921ecf8fb98f7ae3c29ea1b1352745d2.tar.gz ChibiOS-5a2b6dc5921ecf8fb98f7ae3c29ea1b1352745d2.tar.bz2 ChibiOS-5a2b6dc5921ecf8fb98f7ae3c29ea1b1352745d2.zip |
Added F303 to STM32 SPI test application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10779 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/Makefile-stm32l151_discovery')
-rwxr-xr-x | testhal/STM32/multi/PAL/Makefile-stm32l151_discovery | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery b/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery index 366470a5a..018506ab4 100755 --- a/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery +++ b/testhal/STM32/multi/PAL/Makefile-stm32l151_discovery @@ -102,7 +102,7 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-include $(CHIBIOS)/test/rt/test.mk
+#include $(CHIBIOS)/test/rt/test.mk
# Define linker script file here
LDSCRIPT= $(STARTUPLD)/STM32L152xB.ld
|