aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-12-02 08:41:28 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-12-02 08:41:28 +0000
commit9ff0ca5826c624542a767045c149b5b9bd2e42e7 (patch)
treec913c3202cc5dad408f8479ab5209c761a710af0 /tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl
parentd4a83ebccef017c840dea11ac0082b794ba678a8 (diff)
downloadChibiOS-9ff0ca5826c624542a767045c149b5b9bd2e42e7.tar.gz
ChibiOS-9ff0ca5826c624542a767045c149b5b9bd2e42e7.tar.bz2
ChibiOS-9ff0ca5826c624542a767045c149b5b9bd2e42e7.zip
mcuconf.h files mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12454 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl')
-rw-r--r--tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl
index 042a9687e..f46f6a2b6 100644
--- a/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl
+++ b/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl
@@ -268,6 +268,14 @@
#define STM32_PWM_TIM9_IRQ_PRIORITY ${doc.STM32_PWM_TIM9_IRQ_PRIORITY!"7"}
/*
+ * RTC driver system settings.
+ */
+#define STM32_RTC_PRESA_VALUE 32
+#define STM32_RTC_PRESS_VALUE 1024
+#define STM32_RTC_CR_INIT 0
+#define STM32_RTC_TAMPCR_INIT 0
+
+/*
* SDC driver system settings.
*/
#define STM32_SDC_USE_SDMMC1 ${doc.STM32_SDC_USE_SDMMC1!"FALSE"}