mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 12:04:19 +00:00
🔧 Add UART 5 for SKR Mini E3 V3.0 (#26825)
This commit is contained in:
parent
7e9868d762
commit
351a1a1332
@ -57,6 +57,7 @@ board_build.offset = 0x2000
|
||||
board_upload.offset_address = 0x08002000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DPIN_SERIAL4_RX=PC_11 -DPIN_SERIAL4_TX=PC_10
|
||||
-DPIN_SERIAL5_RX=PD_2 -DPIN_SERIAL5_TX=PD_3
|
||||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
|
||||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4
|
||||
-DSTEP_TIMER_IRQ_PRIO=0
|
||||
|
Loading…
Reference in New Issue
Block a user