From a1085e2da95727b9edf3e4ba982001d755b101f3 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 14 May 2018 11:08:58 +0000 Subject: Added F413 board, demo and revised HAL code, to be tested. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12031 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.chcfg | 1453 +++++++++++++++++++++ os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.fmpp | 15 + 2 files changed, 1468 insertions(+) create mode 100644 os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.chcfg create mode 100644 os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.fmpp (limited to 'os/hal/boards/ST_NUCLEO144_F413ZH/cfg') diff --git a/os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.chcfg new file mode 100644 index 000000000..5b07d87bc --- /dev/null +++ b/os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.chcfg @@ -0,0 +1,1453 @@ + + + + + resources/gencfg/processors/boards/stm32f4xx/templates + .. + 5.0.x + + STMicroelectronics STM32 Nucleo144-F413ZH + ST_NUCLEO144_F413ZH + + STM32F413xx + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.fmpp b/os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.fmpp new file mode 100644 index 000000000..41754c141 --- /dev/null +++ b/os/hal/boards/ST_NUCLEO144_F413ZH/cfg/board.fmpp @@ -0,0 +1,15 @@ +sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f4xx/templates +outputRoot: .. +dataRoot: . + +freemarkerLinks: { + lib: ../../../../../tools/ftl/libs +} + +data : { + doc1:xml ( + board.chcfg + { + } + ) +} -- cgit v1.2.3