From 431d2dd911ffb8204fb2f4d0f242520396d32425 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 30 Apr 2016 11:13:49 +0000 Subject: ChibiOS/HAL: added STM32F207ZG-NUCLEO144 board files ChibiOS: added demo STM32/RT-STM32F207ZG-NUCLEO144 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9387 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_NUCLEO144_F207ZG/board.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 os/hal/boards/ST_NUCLEO144_F207ZG/board.mk (limited to 'os/hal/boards/ST_NUCLEO144_F207ZG/board.mk') diff --git a/os/hal/boards/ST_NUCLEO144_F207ZG/board.mk b/os/hal/boards/ST_NUCLEO144_F207ZG/board.mk new file mode 100644 index 000000000..6dd47f28b --- /dev/null +++ b/os/hal/boards/ST_NUCLEO144_F207ZG/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files. +BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F207ZG/board.c + +# Required include directories +BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F207ZG -- cgit v1.2.3