Skip to content

Commit 351a1a1

Browse files
authored
🔧 Add UART 5 for SKR Mini E3 V3.0 (MarlinFirmware#26825)
1 parent 7e9868d commit 351a1a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎ini/stm32g0.ini

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ board_build.offset = 0x2000
5757
board_upload.offset_address = 0x08002000
5858
build_flags = ${stm32_variant.build_flags}
5959
-DPIN_SERIAL4_RX=PC_11 -DPIN_SERIAL4_TX=PC_10
60+
-DPIN_SERIAL5_RX=PD_2 -DPIN_SERIAL5_TX=PD_3
6061
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
6162
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4
6263
-DSTEP_TIMER_IRQ_PRIO=0

0 commit comments

Comments
 (0)