aboutsummaryrefslogtreecommitdiffstats
path: root/src/rp2040/main.c
Commit message (Expand)AuthorAgeFilesLines
* rp2040: Fix build of rp2350Kevin O'Connor2025-02-261-6/+6
* rp2040: set clock to 200MhzTimofey Titovets2025-02-261-2/+18
* rp2040: Add rp2350 bootrom based chipid and reboot to bootloader codeKevin O'Connor2024-11-141-3/+1
* rp2040: Move chipid reading to bootrom.cKevin O'Connor2024-11-141-1/+1
* rp2040: Initial rp2350 supportKevin O'Connor2024-11-141-3/+13
* rp2040: Use a higher USB PLL internal frequencyKevin O'Connor2024-11-141-1/+5
* rp2040: Rename rp2040_link.lds.S to rpxxxx_link.lds.SKevin O'Connor2024-11-131-1/+1
* rp2040: Load vectortable into ramKevin O'Connor2024-01-251-0/+21
* rp2040: Move watchdog code to new watchdog.c fileKevin O'Connor2022-12-141-25/+0
* rp2040: Fix watchdog enableKevin O'Connor2022-11-191-0/+3
* rp2040: Support CanBoot as bootloaderKevin O'Connor2022-11-081-0/+2
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-0/+14
* rp2040: Initial USB supportKevin O'Connor2021-07-041-1/+2
* rp2040: Add initial adc supportKevin O'Connor2021-07-041-1/+7
* rp2040: Add initial support for the rp2040 mcuKevin O'Connor2021-07-041-0/+149