aboutsummaryrefslogtreecommitdiffstats
path: root/support/make/board-includes/maple.mk
diff options
context:
space:
mode:
Diffstat (limited to 'support/make/board-includes/maple.mk')
-rw-r--r--support/make/board-includes/maple.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/make/board-includes/maple.mk b/support/make/board-includes/maple.mk
new file mode 100644
index 0000000..3c83ee7
--- /dev/null
+++ b/support/make/board-includes/maple.mk
@@ -0,0 +1,6 @@
+MCU := STM32F103RB
+PRODUCT_ID := 0003
+ERROR_LED_PORT := GPIOA
+ERROR_LED_PIN := 5
+DENSITY := STM32_MEDIUM_DENSITY
+TARGET_FLAGS += -D$(DENSITY)