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_STM32F429I_DISCOVERY/cfg/board.fmpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 os/hal/boards/ST_STM32F429I_DISCOVERY/cfg/board.fmpp (limited to 'os/hal/boards/ST_STM32F429I_DISCOVERY/cfg/board.fmpp') diff --git a/os/hal/boards/ST_STM32F429I_DISCOVERY/cfg/board.fmpp b/os/hal/boards/ST_STM32F429I_DISCOVERY/cfg/board.fmpp new file mode 100644 index 000000000..41754c141 --- /dev/null +++ b/os/hal/boards/ST_STM32F429I_DISCOVERY/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