aboutsummaryrefslogtreecommitdiff
path: root/wirish/boards/maple/board.mk
diff options
context:
space:
mode:
authormlundinse <lundin@mlu.mine.nu>2013-04-29 21:16:37 +0200
committermlundinse <lundin@mlu.mine.nu>2013-04-29 21:16:37 +0200
commit651faf0a803c587a683bf14d531ce9f16013faeb (patch)
tree330f2d3931718ad5eb7c9c7519ec19d88a26a46b /wirish/boards/maple/board.mk
parentd0d14ce9672ba40ad90224469a9f451c8f9afa8d (diff)
Added board.mk makefile with board specific defines
Diffstat (limited to 'wirish/boards/maple/board.mk')
-rw-r--r--wirish/boards/maple/board.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/wirish/boards/maple/board.mk b/wirish/boards/maple/board.mk
new file mode 100644
index 0000000..e31d777
--- /dev/null
+++ b/wirish/boards/maple/board.mk
@@ -0,0 +1,12 @@
+# Board specific make defines for Maple board
+
+CPU = cortex-m3
+ARCH = armv7-m
+MCU_SERIES = stm32f1
+MCU = MCU_STM32F103RB
+MEMORY = sram_20k_flash_128k
+ifeq ($(TARGET),jtag)
+DFUID = 0483:df11
+DFUALT = 0
+endif
+