Restore STM32F103RE environment
This commit is contained in:
@@ -216,19 +216,6 @@ lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
monitor_speed = 115200
|
||||
|
||||
#
|
||||
# STM32F103RE_base
|
||||
#
|
||||
[env:STM32F103RE_base]
|
||||
extends = env:STM32F1_base
|
||||
board = genericSTM32F103RE
|
||||
platform_packages = tool-stm32duino
|
||||
lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
debug_tool = stlink
|
||||
upload_protocol = stlink
|
||||
monitor_speed = 115200
|
||||
|
||||
#
|
||||
# STM32F103RC_fysetc
|
||||
#
|
||||
@@ -250,8 +237,6 @@ monitor_speed = 250000
|
||||
# STM32F103RC_bigtree_USB ......... RCT6 with 256K (USB)
|
||||
# STM32F103RC_bigtree_512K ........ RCT6 with 512K
|
||||
# STM32F103RC_bigtree_512K_USB .... RCT6 with 512K (USB)
|
||||
# STM32F103RE_bigtree ............. RET6
|
||||
# STM32F103RE_bigtree_USB ......... RET6 (USB)
|
||||
#
|
||||
|
||||
[env:STM32F103RC_bigtree]
|
||||
@@ -277,11 +262,34 @@ board_upload.maximum_size=524288
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4 -DSTM32_FLASH_SIZE=512 -DUSE_USB_COMPOSITE
|
||||
|
||||
#
|
||||
# STM32F103RE_base
|
||||
#
|
||||
[env:STM32F103RE_base]
|
||||
extends = env:STM32F1_base
|
||||
board = genericSTM32F103RE
|
||||
platform_packages = tool-stm32duino
|
||||
lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
monitor_speed = 115200
|
||||
|
||||
#
|
||||
# STM32F103RE
|
||||
#
|
||||
[env:STM32F103RE]
|
||||
extends = env:STM32F103RE_base
|
||||
|
||||
#
|
||||
# STM32F103RE_bigtree ............. RET6
|
||||
# STM32F103RE_bigtree_USB ......... RET6 (USB)
|
||||
#
|
||||
[env:STM32F103RE_bigtree]
|
||||
extends = env:STM32F103RE_base
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RE_SKR_E3_DIP.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
||||
debug_tool = stlink
|
||||
upload_protocol = stlink
|
||||
|
||||
[env:STM32F103RE_bigtree_USB]
|
||||
extends = env:STM32F103RE_bigtree
|
||||
|
Reference in New Issue
Block a user