aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO144_F303ZE/board.mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-17 12:51:07 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-17 12:51:07 +0000
commit332ebf56e8b06e4653b550301c1266876e98554a (patch)
tree6a062a14ef85053964bb1f573416943514ac4602 /os/hal/boards/ST_NUCLEO144_F303ZE/board.mk
parente9e9e64feac16f9d573fe7b8bd42c638bbb8bc9c (diff)
downloadChibiOS-332ebf56e8b06e4653b550301c1266876e98554a.tar.gz
ChibiOS-332ebf56e8b06e4653b550301c1266876e98554a.tar.bz2
ChibiOS-332ebf56e8b06e4653b550301c1266876e98554a.zip
Added linker script for STM32F303xE
Added board files for ST_NUCLEO144_F303ZE Added demo RT-STM32F303ZE-NUCLEO144 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9306 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO144_F303ZE/board.mk')
-rw-r--r--os/hal/boards/ST_NUCLEO144_F303ZE/board.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_F303ZE/board.mk b/os/hal/boards/ST_NUCLEO144_F303ZE/board.mk
new file mode 100644
index 000000000..9256e55b3
--- /dev/null
+++ b/os/hal/boards/ST_NUCLEO144_F303ZE/board.mk
@@ -0,0 +1,5 @@
+# List of all the board related files.
+BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F303ZE/board.c
+
+# Required include directories
+BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F303ZE