diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2013-04-25 16:52:44 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2013-04-25 16:52:44 -0700 |
| commit | 25e54367bfd65a3c36549b6800caabd6ce3b7f80 (patch) | |
| tree | e97e3865745a135b595a60ca53ccf19959707c20 /support/make | |
| parent | aa917d1d8fd5dde9934264bdaa0891e08a08fd1d (diff) | |
create board files for maple_midi
Diffstat (limited to 'support/make')
| -rw-r--r-- | support/make/board-includes/maple_midi.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support/make/board-includes/maple_midi.mk b/support/make/board-includes/maple_midi.mk new file mode 100644 index 0000000..b022537 --- /dev/null +++ b/support/make/board-includes/maple_midi.mk @@ -0,0 +1,7 @@ +MCU := STM32F103CB +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOB +ERROR_LED_PIN := 1 +MCU_SERIES := stm32f1 +MCU_F1_LINE := performance +LD_MEM_DIR := sram_20k_flash_128k |
