diff options
Diffstat (limited to 'support')
l--------- | support/ld/olimex_stm32_h103 | 1 | ||||
-rw-r--r-- | support/make/target-config.mk | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/support/ld/olimex_stm32_h103 b/support/ld/olimex_stm32_h103 new file mode 120000 index 0000000..2d8bbed --- /dev/null +++ b/support/ld/olimex_stm32_h103 @@ -0,0 +1 @@ +maple
\ No newline at end of file diff --git a/support/make/target-config.mk b/support/make/target-config.mk index a30a5da..c12fe3b 100644 --- a/support/make/target-config.mk +++ b/support/make/target-config.mk @@ -40,6 +40,16 @@ ifeq ($(BOARD), maple_RET6) SRAM_SIZE := 65536 endif +ifeq ($(BOARD), olimex_stm32_h103) + MCU := STM32F103RB + PRODUCT_ID := 0003 + ERROR_LED_PORT := GPIOC + ERROR_LED_PIN := 12 + DENSITY := STM32_MEDIUM_DENSITY + FLASH_SIZE := 131072 + SRAM_SIZE := 20480 +endif + # Memory target-specific configuration values ifeq ($(MEMORY_TARGET), ram) |