diff options
Diffstat (limited to 'drivers/boards/GENERIC_STM32_F072XB/cfg')
| -rw-r--r-- | drivers/boards/GENERIC_STM32_F072XB/cfg/board.chcfg | 2 | ||||
| -rw-r--r-- | drivers/boards/GENERIC_STM32_F072XB/cfg/board.fmpp | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/drivers/boards/GENERIC_STM32_F072XB/cfg/board.chcfg b/drivers/boards/GENERIC_STM32_F072XB/cfg/board.chcfg index 9c7cf4fd7..e6ceecb62 100644 --- a/drivers/boards/GENERIC_STM32_F072XB/cfg/board.chcfg +++ b/drivers/boards/GENERIC_STM32_F072XB/cfg/board.chcfg | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <configuration_settings> | 6 | <configuration_settings> |
| 7 | <templates_path>resources/gencfg/processors/boards/stm32f0xx/templates</templates_path> | 7 | <templates_path>resources/gencfg/processors/boards/stm32f0xx/templates</templates_path> |
| 8 | <output_path>..</output_path> | 8 | <output_path>..</output_path> |
| 9 | <hal_version>3.0.x</hal_version> | 9 | <hal_version>5.0.x</hal_version> |
| 10 | </configuration_settings> | 10 | </configuration_settings> |
| 11 | <board_name>ST STM32F072B-Discovery</board_name> | 11 | <board_name>ST STM32F072B-Discovery</board_name> |
| 12 | <board_id>ST_STM32F072B_DISCOVERY</board_id> | 12 | <board_id>ST_STM32F072B_DISCOVERY</board_id> |
diff --git a/drivers/boards/GENERIC_STM32_F072XB/cfg/board.fmpp b/drivers/boards/GENERIC_STM32_F072XB/cfg/board.fmpp new file mode 100644 index 000000000..55cd396e4 --- /dev/null +++ b/drivers/boards/GENERIC_STM32_F072XB/cfg/board.fmpp | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f0xx/templates | ||
| 2 | outputRoot: .. | ||
| 3 | dataRoot: . | ||
| 4 | |||
| 5 | freemarkerLinks: { | ||
| 6 | lib: ../../../../../tools/ftl/libs | ||
| 7 | } | ||
| 8 | |||
| 9 | data : { | ||
| 10 | doc1:xml ( | ||
| 11 | board.chcfg | ||
| 12 | { | ||
| 13 | } | ||
| 14 | ) | ||
| 15 | } | ||
