aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F303ZE/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_NUCLEO144_F303ZE/cfg')
-rw-r--r--os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.chcfg2
-rw-r--r--os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.fmpp15
2 files changed, 16 insertions, 1 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.chcfg
index b7d15a23a..289559c5f 100644
--- a/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.chcfg
+++ b/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.chcfg
@@ -6,7 +6,7 @@
<configuration_settings>
<templates_path>resources/gencfg/processors/boards/stm32f3xx/templates</templates_path>
<output_path>..</output_path>
- <hal_version>3.0.x</hal_version>
+ <hal_version>5.0.x</hal_version>
</configuration_settings>
<board_name>STMicroelectronics STM32 Nucleo144-F303ZE</board_name>
<board_id>ST_NUCLEO144_F303ZE</board_id>
diff --git a/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.fmpp b/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.fmpp
new file mode 100644
index 000000000..6967f302d
--- /dev/null
+++ b/os/hal/boards/ST_NUCLEO144_F303ZE/cfg/board.fmpp
@@ -0,0 +1,15 @@
+sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f3xx/templates
+outputRoot: ..
+dataRoot: .
+
+freemarkerLinks: {
+ lib: ../../../../../tools/ftl/libs
+}
+
+data : {
+ doc1:xml (
+ board.chcfg
+ {
+ }
+ )
+}