diff options
Diffstat (limited to 'support/make/board-includes/maple_mini.mk')
-rw-r--r-- | support/make/board-includes/maple_mini.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/make/board-includes/maple_mini.mk b/support/make/board-includes/maple_mini.mk new file mode 100644 index 0000000..b1afa4f --- /dev/null +++ b/support/make/board-includes/maple_mini.mk @@ -0,0 +1,6 @@ +MCU := STM32F103CB +PRODUCT_ID := 0003 +ERROR_LED_PORT := GPIOB +ERROR_LED_PIN := 1 +DENSITY := STM32_MEDIUM_DENSITY +TARGET_FLAGS += -D$(DENSITY) |