mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 23:07:44 -07:00
rp2040: Add initial support for the rp2040 mcu
Support the rp2040 (as tested on a Raspberry Pi Pico board). This adds basic uart, timer, gpio, and watchdog support. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
20c5976356
commit
045bfa4e8d
11 changed files with 642 additions and 0 deletions
2
test/configs/rp2040.config
Normal file
2
test/configs/rp2040.config
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Base config file for rp2040 boards
|
||||
CONFIG_MACH_RP2040=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue