diff options
Diffstat (limited to 'tools/gencfg/config.fmpp')
| -rw-r--r-- | tools/gencfg/config.fmpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/gencfg/config.fmpp b/tools/gencfg/config.fmpp new file mode 100644 index 000000000..0f34b0a03 --- /dev/null +++ b/tools/gencfg/config.fmpp @@ -0,0 +1,10 @@ +# Change the next line to point to the processor you want to use. Processors
+# are identified by a file named "config.fmpp" under the "processors" root
+# directory.
+inheritConfiguration: processors/boards/stm32f4xx/config.fmpp
+
+# Settings common to all processors. Do not change the following lines.
+freemarkerLinks: {
+ lib: ./lib
+}
+logFile: ./log.fmpp
|
