Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rp2040: Rename CONFIG_RP2040_yyy Kconfig symbols to CONFIG_RPXXXX_yyy | Kevin O'Connor | 2024-11-13 | 1 | -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 USA | 2024-04-24 | 1 | -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 mcu | Kevin O'Connor | 2021-07-04 | 1 | -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> |