🧑💻 Generic Maple STM32F103RC envs for devs (#23686)
This commit is contained in:
parent
58239c65cb
commit
6e23ffd12c
@ -111,6 +111,14 @@ extends = common_stm32f1
|
|||||||
board = genericSTM32F103RE
|
board = genericSTM32F103RE
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
|
#
|
||||||
|
# Generic STM32F103RC environment
|
||||||
|
#
|
||||||
|
[env:STM32F103RC_maple]
|
||||||
|
extends = common_stm32f1
|
||||||
|
board = genericSTM32F103RC
|
||||||
|
monitor_speed = 115200
|
||||||
|
|
||||||
#
|
#
|
||||||
# Creality (STM32F103RET6)
|
# Creality (STM32F103RET6)
|
||||||
#
|
#
|
||||||
@ -125,6 +133,20 @@ extra_scripts = ${common_stm32f1.extra_scripts}
|
|||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
upload_protocol = 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)
|
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user