diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-15 17:01:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-15 17:01:41 +0000 |
commit | e0b177423e1b14ab942fbf40b79d60d13ae02eb5 (patch) | |
tree | cf8a4b6ed8e6c67c9d541aabfba02a2dc63d4324 /boards/ST_STM32F0_DISCOVERY/board.mk | |
parent | 3654758ac274654c051e6b4f401b9a3d71326b83 (diff) | |
download | ChibiOS-e0b177423e1b14ab942fbf40b79d60d13ae02eb5.tar.gz ChibiOS-e0b177423e1b14ab942fbf40b79d60d13ae02eb5.tar.bz2 ChibiOS-e0b177423e1b14ab942fbf40b79d60d13ae02eb5.zip |
Initial STM32F0xx support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4198 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32F0_DISCOVERY/board.mk')
-rw-r--r-- | boards/ST_STM32F0_DISCOVERY/board.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boards/ST_STM32F0_DISCOVERY/board.mk b/boards/ST_STM32F0_DISCOVERY/board.mk new file mode 100644 index 000000000..144ae4963 --- /dev/null +++ b/boards/ST_STM32F0_DISCOVERY/board.mk @@ -0,0 +1,5 @@ +# List of all the board related files.
+BOARDSRC = ${CHIBIOS}/boards/ST_STM32F0_DISCOVERY/board.c
+
+# Required include directories
+BOARDINC = ${CHIBIOS}/boards/ST_STM32F0_DISCOVERY
|