From 7fb3c807170fe737294d521ad1c8654b6e069c49 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Dec 2017 14:56:34 +0000 Subject: Added command line board files generation tool. Regenerated all board files automatically. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11104 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg | 2 +- os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.fmpp | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.fmpp (limited to 'os/hal/boards/ST_NUCLEO32_F031K6/cfg') diff --git a/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg b/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg index a31562edb..937718bda 100644 --- a/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg +++ b/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.chcfg @@ -6,7 +6,7 @@ resources/gencfg/processors/boards/stm32f0xx/templates .. - 3.0.x + 5.0.x STMicroelectronics STM32 Nucleo32-F031K6 ST_NUCLEO32_F031K6 diff --git a/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.fmpp b/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.fmpp new file mode 100644 index 000000000..55cd396e4 --- /dev/null +++ b/os/hal/boards/ST_NUCLEO32_F031K6/cfg/board.fmpp @@ -0,0 +1,15 @@ +sourceRoot: ../../../../../tools/ftl/processors/boards/stm32f0xx/templates +outputRoot: .. +dataRoot: . + +freemarkerLinks: { + lib: ../../../../../tools/ftl/libs +} + +data : { + doc1:xml ( + board.chcfg + { + } + ) +} -- cgit v1.2.3