aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rom_data
Commit message (Collapse)AuthorAgeFilesLines
* embassy-rp: doc comment spelling passRob Wells2025-10-271-1/+1
| | | | | All changes but one are to documentation comments, and one to an ordinary comment.
* Add reset_to_usb_boot to rp235xBjorn Beishline2025-09-231-0/+32
|
* embassy-rp: fix rom_data module documentationRob Wells2025-06-161-18/+18
| | | | | Removes module doc comment markers that appeared in the generated documentation.
* Import rom_data for the rp235x, don't use intrinsics on rp235xCaleb Jamison2024-08-263-0/+1541
Many thanks to @thejpster for his work on the rom_data! Working around boot2 is currently a bit hacky for the rp235x, that will improve in upcoming rp235x flash pr.