| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rp: Fix ROM cache ptr() returning the trampoline | Derek Hageman | 2023-07-26 | 1 | -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 runtime | pennae | 2023-04-20 | 1 | -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-hal | Dario Nieuwenhuis | 2022-09-26 | 1 | -0/+3 |
| | | |||||
| * | Add RP2040 ROM functions and intrinsics aliases | Mathias | 2022-09-23 | 1 | -0/+730 |
