From 651faf0a803c587a683bf14d531ce9f16013faeb Mon Sep 17 00:00:00 2001 From: mlundinse Date: Mon, 29 Apr 2013 21:16:37 +0200 Subject: Added board.mk makefile with board specific defines --- README | 14 ++++++++++++++ wirish/boards/maple/board.mk | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 wirish/boards/maple/board.mk diff --git a/README b/README index 400e656..33ad1a2 100644 --- a/README +++ b/README @@ -7,7 +7,21 @@ |_| by LeafLabs! leaflabs.com +/************************************************************************************ +Cloned directory with experimental modifications to Leaflabs main libmaple code + +Work in progress include: +* usb-midi, currently only for stm32f1xxx targets +* stm32f4 support, i2c is working +* support for Netduino 2 and Netduino plus 2 + +All experimental code needs more cleanup and testing, so it is supplied as is :) + +Magnus Lundin +lundin@mlu.mine.nu + +*************************************************************************************/ The latest version of this repository can be found here: https://github.com/leaflabs/libmaple 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 + -- cgit v1.2.3