From bb101465450205e9249686656bdef3fb36077fe3 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Thu, 23 Jun 2016 22:29:51 +0000 Subject: Initial support for STM32F767 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9657 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/boards/ST_NUCLEO144_F767ZI/board.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 os/hal/boards/ST_NUCLEO144_F767ZI/board.mk (limited to 'os/hal/boards/ST_NUCLEO144_F767ZI/board.mk') diff --git a/os/hal/boards/ST_NUCLEO144_F767ZI/board.mk b/os/hal/boards/ST_NUCLEO144_F767ZI/board.mk new file mode 100644 index 000000000..55d02ff00 --- /dev/null +++ b/os/hal/boards/ST_NUCLEO144_F767ZI/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files. +BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F767ZI/board.c + +# Required include directories +BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_F767ZI -- cgit v1.2.3