@@ -43,7 +43,7 @@ upload_protocol = dfu
43
43
upload_command = dfu-util -a 0 -s 0x08000000:leave -D " $SOURCE"
44
44
45
45
#
46
- # BigTreeTech SKR Mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
46
+ # BigTreeTech SKR Mini E3 V3.0 (STM32G0B0RET6 / STM32G0B1RET6 ARM Cortex-M0+)
47
47
#
48
48
[env:STM32G0B1RE_btt]
49
49
extends = stm32_variant
@@ -62,7 +62,7 @@ upload_protocol = stlink
62
62
debug_tool = stlink
63
63
64
64
#
65
- # BigTreeTech SKR Mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
65
+ # BigTreeTech SKR Mini E3 V3.0 (STM32G0B0RET6 / STM32G0B1RET6 ARM Cortex-M0+)
66
66
# Custom upload to SD via Marlin with Binary Protocol
67
67
# Requires Marlin with BINARY_FILE_TRANSFER already installed on the target board.
68
68
# If CUSTOM_FIRMWARE_UPLOAD is also installed, Marlin will reboot the board to install the firmware.
@@ -76,15 +76,17 @@ extra_scripts = ${env:STM32G0B1RE_btt.extra_scripts}
76
76
upload_protocol = custom
77
77
78
78
#
79
- # BigTreeTech Manta E3 EZ V1.0 / Manta M4P V1.0 / Manta M5P V1.0 (STM32G0B1RET6 ARM Cortex-M0+)
79
+ # BigTreeTech Manta M4P V1.0 (STM32G0B0RET6 ARM Cortex-M0+)
80
+ # BigTreeTech Manta E3 EZ V1.0 / Manta M5P V1.0 (STM32G0B1RET6 ARM Cortex-M0+)
80
81
#
81
82
[env:STM32G0B1RE_manta_btt]
82
83
extends = env:STM32G0B1RE_btt
83
84
build_flags = ${env:STM32G0B1RE_btt.build_flags}
84
85
-DPIN_SERIAL3_RX =PD_9 -DPIN_SERIAL3_TX =PD_8 -DENABLE_HWSERIAL3
85
86
86
87
#
87
- # BigTreeTech Manta E3 EZ V1.0 / Manta M4P V1.0 / Manta M5P V1.0 (STM32G0B1RET6 ARM Cortex-M0+)
88
+ # BigTreeTech Manta M4P V1.0 (STM32G0B0RET6 ARM Cortex-M0+)
89
+ # BigTreeTech Manta E3 EZ V1.0 / Manta M5P V1.0 (STM32G0B1RET6 ARM Cortex-M0+)
88
90
# Custom upload to SD via Marlin with Binary Protocol
89
91
# Requires Marlin with BINARY_FILE_TRANSFER already installed on the target board.
90
92
# If CUSTOM_FIRMWARE_UPLOAD is also installed, Marlin will reboot the board to install the firmware.
0 commit comments