File tree Expand file tree Collapse file tree 5 files changed +428
-8
lines changed
Expand file tree Collapse file tree 5 files changed +428
-8
lines changed Original file line number Diff line number Diff line change 385385#define BOARD_MKS_ROBIN2 4224 // MKS_ROBIN2 (STM32F407ZE)
386386#define BOARD_MKS_ROBIN_PRO_V2 4225 // MKS Robin Pro V2 (STM32F407VE)
387387#define BOARD_MKS_ROBIN_NANO_V3 4226 // MKS Robin Nano V3 (STM32F407VG)
388- #define BOARD_ANET_ET4 4227 // ANET ET4 V1.x (STM32F407VGT6)
389- #define BOARD_ANET_ET4P 4228 // ANET ET4P V1.x (STM32F407VGT6)
390- #define BOARD_FYSETC_CHEETAH_V20 4229 // FYSETC Cheetah V2.0
391-
388+ #define BOARD_MKS_MONSTER8 4227 // MKS Monster8 (STM32F407VGT6)
389+ #define BOARD_ANET_ET4 4228 // ANET ET4 V1.x (STM32F407VGT6)
390+ #define BOARD_ANET_ET4P 4229 // ANET ET4P V1.x (STM32F407VGT6)
391+ #define BOARD_FYSETC_CHEETAH_V20 4230 // FYSETC Cheetah V2.0
392392
393393//
394394// ARM Cortex M7
Original file line number Diff line number Diff line change 204204#if ENABLED (DWIN_CREALITY_LCD )
205205 #error "DWIN_CREALITY_LCD requires a custom cable with TX = P0_15, RX = P0_16. Comment out this line to continue."
206206
207- /**
208- * Ender 3 V2 display SKR E3 Turbo (EXP1) Ender 3 V2 display --> SKR E3 Turbo
207+ /**
208+ * Ender 3 V2 display SKR E3 Turbo (EXP1) Ender 3 V2 display --> SKR E3 Turbo
209209 * ______ ______ RX 8 --> 5 P0_15
210210 * 5V | 1 2 | GND 5V | 1 2 | GND TX 7 --> 9 P0_16
211211 * (BTN_E1) A | 3 4 | B (BTN_E2) (LCD_EN) P0_18 | 3 4 | P0_17 (LCD_RS) BEEPER 5 --> 10 P2_08
Original file line number Diff line number Diff line change 631631 #include "stm32f4/pins_ANET_ET4P.h" // STM32F4 env:Anet_ET4_OpenBLT
632632#elif MB (FYSETC_CHEETAH_V20 )
633633 #include "stm32f4/pins_FYSETC_CHEETAH_V20.h" // STM32F4 env:FYSETC_CHEETAH_V20
634+ #elif MB (MKS_MONSTER8 )
635+ #include "stm32f4/pins_MKS_MONSTER8.h" // STM32F4 env:mks_monster8 env:mks_monster8_usb_flash_drive env:mks_monster8_usb_flash_drive_msc
634636
635637//
636638// ARM Cortex M7
You can’t perform that action at this time.
0 commit comments