aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rom_data/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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-261-0/+33
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.