aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyyKevin O'Connor2024-11-131-8/+8
| | | | | | | Rename the Kconfig symbols. This is in preparation to adding support for the rp2350 mcu. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rp2040: Add kconfig options for rp2040 uart (#6549)Amken USA2024-04-241-10/+63
| | | | | Modified serial.c and Kconfig to dynamically select all possible UART combinations for RP2040 Signed-off-by: Hriday Keni <info@amken.us>
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+92
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>