Skip to content

Commit 436c193

Browse files
thisiskeithbEvilGremlin
authored andcommittedOct 26, 2023
📝 STM32G0B0 SKR Mini E3 V3.0 / Manta M4P (MarlinFirmware#26087)
1 parent 0cde8e3 commit 436c193

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
 

‎Marlin/src/core/boards.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@
318318
//
319319

320320
#define BOARD_BTT_EBB42_V1_1 4000 // BigTreeTech EBB42 V1.1 (STM32G0B1CB)
321-
#define BOARD_BTT_SKR_MINI_E3_V3_0 4001 // BigTreeTech SKR Mini E3 V3.0 (STM32G0B1RE)
321+
#define BOARD_BTT_SKR_MINI_E3_V3_0 4001 // BigTreeTech SKR Mini E3 V3.0 (STM32G0B0RE / STM32G0B1RE)
322322
#define BOARD_BTT_MANTA_E3_EZ_V1_0 4002 // BigTreeTech Manta E3 EZ V1.0 (STM32G0B1RE)
323-
#define BOARD_BTT_MANTA_M4P_V1_0 4003 // BigTreeTech Manta M4P V1.0 (STM32G0B1RE)
323+
#define BOARD_BTT_MANTA_M4P_V1_0 4003 // BigTreeTech Manta M4P V1.0 (STM32G0B0RE)
324324
#define BOARD_BTT_MANTA_M5P_V1_0 4004 // BigTreeTech Manta M5P V1.0 (STM32G0B1RE)
325325
#define BOARD_BTT_MANTA_M8P_V1_0 4005 // BigTreeTech Manta M8P V1.0 (STM32G0B1VE)
326326
#define BOARD_BTT_MANTA_M8P_V1_1 4006 // BigTreeTech Manta M8P V1.1 (STM32G0B1VE)

‎ini/stm32g0.ini

+6-4
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ upload_protocol = dfu
4343
upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE"
4444

4545
#
46-
# BigTreeTech SKR Mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
46+
# BigTreeTech SKR Mini E3 V3.0 (STM32G0B0RET6 / STM32G0B1RET6 ARM Cortex-M0+)
4747
#
4848
[env:STM32G0B1RE_btt]
4949
extends = stm32_variant
@@ -62,7 +62,7 @@ upload_protocol = stlink
6262
debug_tool = stlink
6363

6464
#
65-
# BigTreeTech SKR Mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
65+
# BigTreeTech SKR Mini E3 V3.0 (STM32G0B0RET6 / STM32G0B1RET6 ARM Cortex-M0+)
6666
# Custom upload to SD via Marlin with Binary Protocol
6767
# Requires Marlin with BINARY_FILE_TRANSFER already installed on the target board.
6868
# 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}
7676
upload_protocol = custom
7777

7878
#
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+)
8081
#
8182
[env:STM32G0B1RE_manta_btt]
8283
extends = env:STM32G0B1RE_btt
8384
build_flags = ${env:STM32G0B1RE_btt.build_flags}
8485
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8 -DENABLE_HWSERIAL3
8586

8687
#
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+)
8890
# Custom upload to SD via Marlin with Binary Protocol
8991
# Requires Marlin with BINARY_FILE_TRANSFER already installed on the target board.
9092
# If CUSTOM_FIRMWARE_UPLOAD is also installed, Marlin will reboot the board to install the firmware.

0 commit comments

Comments
 (0)
Please sign in to comment.