diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-06-19 21:43:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-04 10:11:02 -0400 |
commit | 045bfa4e8d177ca934815dd16fa8700543578328 (patch) | |
tree | 442330c5a3730c51c9f3d44416f0b501ddc445e1 /test | |
parent | 20c597635650d6a0944f9b6e33c438508a0c691f (diff) | |
download | kutter-045bfa4e8d177ca934815dd16fa8700543578328.tar.gz kutter-045bfa4e8d177ca934815dd16fa8700543578328.tar.xz kutter-045bfa4e8d177ca934815dd16fa8700543578328.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/rp2040.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/rp2040.config b/test/configs/rp2040.config new file mode 100644 index 00000000..51fc1228 --- /dev/null +++ b/test/configs/rp2040.config @@ -0,0 +1,2 @@ +# Base config file for rp2040 boards +CONFIG_MACH_RP2040=y |