Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
8.95k stars 5.16k forks source link

Add kconfig options for rp2040 uart #6549

Closed amken3d closed 1 month ago

amken3d commented 2 months ago

Current implementation only supports UART0 on Pin0 and 1. This change brings in all the possible UART 0 and 1 pin combinations for the RP2040. Has been tested on a custom board with UART1 on 24,25

JamesH1978 commented 2 months ago

Thank you for submitting a PR, pleas refer to point 3 in "What to expect in a review" in https://github.com/Klipper3d/klipper/blob/master/docs/CONTRIBUTING.md and provide a signed off by line.

Thanks James

amken3d commented 2 months ago

I have included the sign off line for each commit and rebased. Thank you

amken3d commented 1 month ago

@KevinOConnor, thank you for the feedback. I have made the changes you suggested.

image

image

image

amken3d commented 1 month ago

Done

KevinOConnor commented 1 month ago

Thanks.

-Kevin