aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F413ZH/board.mk
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-14 11:08:58 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-14 11:08:58 +0000
commita1085e2da95727b9edf3e4ba982001d755b101f3 (patch)
tree989e45debfe1e02038b652989b664c4f7c34e25f /os/hal/boards/ST_NUCLEO144_F413ZH/board.mk
parenta4fa6c20411b4d5664ccf151f403a72d7e5bb4cc (diff)
downloadChibiOS-a1085e2da95727b9edf3e4ba982001d755b101f3.tar.gz
ChibiOS-a1085e2da95727b9edf3e4ba982001d755b101f3.tar.bz2
ChibiOS-a1085e2da95727b9edf3e4ba982001d755b101f3.zip
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
Diffstat (limited to 'os/hal/boards/ST_NUCLEO144_F413ZH/board.mk')
-rw-r--r--os/hal/boards/ST_NUCLEO144_F413ZH/board.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F413ZH/board.mk b/os/hal/boards/ST_NUCLEO144_F413ZH/board.mk
new file mode 100644
index 000000000..6403f41de
--- /dev/null
+++ b/os/hal/boards/ST_NUCLEO144_F413ZH/board.mk
@@ -0,0 +1,9 @@
+# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F413ZH/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F413ZH
+
+# Shared variables
+ALLCSRC += $(BOARDSRC)
+ALLINC += $(BOARDINC)