aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+70
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>