STM32 Primer 2 support.

This commit is contained in:
NIIBE Yutaka
2010-09-09 09:51:09 +09:00
parent 90a1f0379a
commit 975157c9d8
14 changed files with 464 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
# List of all the board related files.
BOARDSRC = ../boards/STM32_PRIMER2/board.c \
../boards/STM32_PRIMER2/hw_config.c
# Required include directories
BOARDINC = ../boards/STM32_PRIMER2