aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_NUCLEO64_L053R8/board.mk
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-10 22:59:53 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-04-10 22:59:53 +0000
commit8961963e6a21d3be99919d1567e8cbc4e9f8a412 (patch)
tree19b07a014538fb82c4a09cb3c7ba50374e78925c /os/hal/boards/ST_NUCLEO64_L053R8/board.mk
parent3dea21bb83ff98f9a87b6caafd43fd680f058867 (diff)
downloadChibiOS-8961963e6a21d3be99919d1567e8cbc4e9f8a412.tar.gz
ChibiOS-8961963e6a21d3be99919d1567e8cbc4e9f8a412.tar.bz2
ChibiOS-8961963e6a21d3be99919d1567e8cbc4e9f8a412.zip
Added ARD labels in STM32 Nucleo-64 board files
Renamed board from ST_NUCLEO_XXXX to ST_NUCLEO64_XXXX Renamed ST Nucleo demos Updated makefiles with new board file paths git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9278 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_NUCLEO64_L053R8/board.mk')
-rw-r--r--os/hal/boards/ST_NUCLEO64_L053R8/board.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/boards/ST_NUCLEO64_L053R8/board.mk b/os/hal/boards/ST_NUCLEO64_L053R8/board.mk
new file mode 100644
index 000000000..96197fbcc
--- /dev/null
+++ b/os/hal/boards/ST_NUCLEO64_L053R8/board.mk
@@ -0,0 +1,5 @@
+# List of all the board related files.
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO64_L053R8/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_NUCLEO64_L053R8