aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/rom_data.rs
Commit message (Collapse)AuthorAgeFilesLines
* Import rom_data for the rp235x, don't use intrinsics on rp235xCaleb Jamison2024-08-261-756/+0
| | | | | | 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.
* rp: Fix ROM cache ptr() returning the trampolineDerek Hageman2023-07-261-5/+35
| | | | | | Make sure that the ptr() function for ROM functions always returns the actual ROM pointer. This allows the use of flash I/O while the function cache is enabled.
* rp: optimize rom-func-cache for runtimepennae2023-04-201-61/+54
| | | | | | storing a full function pointer initialized to a resolver trampoline lets us avoid the runtime cost of checking whether we need to do the initialization.
* Add credits to rp-halDario Nieuwenhuis2022-09-261-0/+3
|
* Add RP2040 ROM functions and intrinsics aliasesMathias2022-09-231-0/+730