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