aboutsummaryrefslogtreecommitdiffstats
path: root/tools/updater/mcuconf_stm32f413xx.fmpp
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-15 09:38:48 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-15 09:38:48 +0000
commiteb0e4d4265ff27517145786add60e0713335d4a9 (patch)
tree4b8369d3338150af52160bbb3b2a2e1a17d4f193 /tools/updater/mcuconf_stm32f413xx.fmpp
parent9084b56be9e94b8bfe2c3cfb602d0404943a60d0 (diff)
downloadChibiOS-eb0e4d4265ff27517145786add60e0713335d4a9.tar.gz
ChibiOS-eb0e4d4265ff27517145786add60e0713335d4a9.tar.bz2
ChibiOS-eb0e4d4265ff27517145786add60e0713335d4a9.zip
Added mcuconf.h generator tool for STM32F413xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12037 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/updater/mcuconf_stm32f413xx.fmpp')
-rw-r--r--tools/updater/mcuconf_stm32f413xx.fmpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/updater/mcuconf_stm32f413xx.fmpp b/tools/updater/mcuconf_stm32f413xx.fmpp
new file mode 100644
index 000000000..7c0710001
--- /dev/null
+++ b/tools/updater/mcuconf_stm32f413xx.fmpp
@@ -0,0 +1,11 @@
+sourceRoot: ../ftl/processors/conf/mcuconf_stm32f413xx
+outputRoot: .
+dataRoot: .
+
+freemarkerLinks: {
+ lib: ../ftl/libs
+}
+
+data : {
+ doc:properties (./values.txt)
+}