aboutsummaryrefslogtreecommitdiffstats
path: root/tools/updater/mcuconf_stm32l4r5xx.fmpp
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/updater/mcuconf_stm32l4r5xx.fmpp
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/updater/mcuconf_stm32l4r5xx.fmpp')
-rw-r--r--tools/updater/mcuconf_stm32l4r5xx.fmpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/updater/mcuconf_stm32l4r5xx.fmpp b/tools/updater/mcuconf_stm32l4r5xx.fmpp
new file mode 100644
index 000000000..1b2ccf681
--- /dev/null
+++ b/tools/updater/mcuconf_stm32l4r5xx.fmpp
@@ -0,0 +1,11 @@
+sourceRoot: ../ftl/processors/conf/mcuconf_stm32l4r5xx
+outputRoot: .
+dataRoot: .
+
+freemarkerLinks: {
+ lib: ../ftl/libs
+}
+
+data : {
+ doc:properties (./values.txt)
+}