aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/conf/mcuconf_stm32h743xx
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-15 09:19:03 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-15 09:19:03 +0000
commitd0b04d75d14005d0b25a02426a490e8ce8858b0f (patch)
tree6767a99ec7756d624c913bb652297b20c348b79b /tools/ftl/processors/conf/mcuconf_stm32h743xx
parent34d794f731228f3ea540db71953f8316d732c01f (diff)
downloadChibiOS-d0b04d75d14005d0b25a02426a490e8ce8858b0f.tar.gz
ChibiOS-d0b04d75d14005d0b25a02426a490e8ce8858b0f.tar.bz2
ChibiOS-d0b04d75d14005d0b25a02426a490e8ce8858b0f.zip
Added generator for L4+, file template not yet complete, drivers need to be tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12258 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/ftl/processors/conf/mcuconf_stm32h743xx')
-rw-r--r--tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl
index e65d4a74d..08b1f414c 100644
--- a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl
+++ b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl
@@ -347,7 +347,7 @@
*/
#define STM32_SERIAL_USE_USART1 ${doc.STM32_SERIAL_USE_USART1!"FALSE"}
#define STM32_SERIAL_USE_USART2 ${doc.STM32_SERIAL_USE_USART2!"FALSE"}
-#define STM32_SERIAL_USE_USART3 ${doc.STM32_SERIAL_USE_USART3!"TRUE"}
+#define STM32_SERIAL_USE_USART3 ${doc.STM32_SERIAL_USE_USART3!"FALSE"}
#define STM32_SERIAL_USE_UART4 ${doc.STM32_SERIAL_USE_UART4!"FALSE"}
#define STM32_SERIAL_USE_UART5 ${doc.STM32_SERIAL_USE_UART5!"FALSE"}
#define STM32_SERIAL_USE_USART6 ${doc.STM32_SERIAL_USE_USART6!"FALSE"}
@@ -365,7 +365,7 @@
/*
* SPI driver system settings.
*/
-#define STM32_SPI_USE_SPI1 ${doc.STM32_SPI_USE_SPI1!"TRUE"}
+#define STM32_SPI_USE_SPI1 ${doc.STM32_SPI_USE_SPI1!"FALSE"}
#define STM32_SPI_USE_SPI2 ${doc.STM32_SPI_USE_SPI2!"FALSE"}
#define STM32_SPI_USE_SPI3 ${doc.STM32_SPI_USE_SPI3!"FALSE"}
#define STM32_SPI_USE_SPI4 ${doc.STM32_SPI_USE_SPI4!"FALSE"}