🐛 Fix some BTT SKR2 pins (#22558)
This commit is contained in:
parent
65e39116cb
commit
4a7d3a336b
|
@ -153,13 +153,6 @@
|
||||||
#define POWER_LOSS_PIN PC15 // PWRDET
|
#define POWER_LOSS_PIN PC15 // PWRDET
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
|
||||||
// NeoPixel LED
|
|
||||||
//
|
|
||||||
#ifndef NEOPIXEL_PIN
|
|
||||||
#define NEOPIXEL_PIN PE6
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Control pin of driver/heater/fan power supply
|
// Control pin of driver/heater/fan power supply
|
||||||
//
|
//
|
||||||
|
@ -511,6 +504,13 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// NeoPixel LED
|
||||||
|
//
|
||||||
|
#ifndef NEOPIXEL_PIN
|
||||||
|
#define NEOPIXEL_PIN PE6
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// WIFI
|
// WIFI
|
||||||
//
|
//
|
||||||
|
|
|
@ -207,6 +207,7 @@ build_flags = ${stm_flash_drive.build_flags}
|
||||||
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
|
-DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS
|
||||||
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
|
-DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6
|
||||||
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
|
-DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED
|
||||||
|
-DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8
|
||||||
|
|
||||||
#
|
#
|
||||||
# BigTreeTech SKR V2.0 (STM32F407VGT6 ARM Cortex-M4) with USB Media Share Support
|
# BigTreeTech SKR V2.0 (STM32F407VGT6 ARM Cortex-M4) with USB Media Share Support
|
||||||
|
|
Loading…
Reference in a new issue