Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Generic Maple STM32F103RC envs for devs (MarlinFirmware#23686)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation authored and tomek2k1 committed Jan 13, 2023
1 parent a17609b commit 2c969bb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ini/stm32f1-maple.ini
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ extends = common_stm32f1
board = genericSTM32F103RE
monitor_speed = 115200

#
# Generic STM32F103RC environment
#
[env:STM32F103RC_maple]
extends = common_stm32f1
board = genericSTM32F103RC
monitor_speed = 115200

#
# Creality (STM32F103RET6)
#
Expand All @@ -125,6 +133,20 @@ extra_scripts = ${common_stm32f1.extra_scripts}
debug_tool = jlink
upload_protocol = jlink

#
# Creality (STM32F103RCT6)
#
[env:STM32F103RC_creality_maple]
extends = env:STM32F103RC_maple
build_flags = ${common_stm32f1.build_flags} -DTEMP_TIMER_CHAN=4
board_build.address = 0x08007000
board_build.ldscript = creality.ld
extra_scripts = ${common_stm32f1.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/random-bin.py
buildroot/share/PlatformIO/scripts/custom_board.py
debug_tool = jlink
upload_protocol = jlink

#
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
#
Expand Down

0 comments on commit 2c969bb

Please sign in to comment.