aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* rp2040: Fix boundary check for max gpio pinKevin O'Connor2022-11-191-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+119
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>