| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 1 | -17/+17 |
| | | | | | | - Needed for consistency with other drivers. - Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors. | ||||
| * | rp: add async flash | Derek Hageman | 2023-07-28 | 1 | -4/+38 |
| | | | | | | | Implement an async flash mode using the XIP background best effort read interface. Only reads are actually async, write and erase remain blocking. | ||||
| * | Add descriptions to all RP2040 examples. Some need hardware that was not ↵ | Henrik Berg | 2023-07-13 | 1 | -0/+2 |
| | | | | | specified. | ||||
| * | rp: Read flash unique id and jedec id | kalkyl | 2023-05-16 | 1 | -0/+10 |
| | | |||||
| * | Remove random delay from example, and move flash functions to allow using ↵ | Mathias | 2022-10-27 | 1 | -1/+7 |
| | | | | | without embedded-storage in scope | ||||
| * | Buffer data to be written to flash in ram if it does not already reside in ram | Mathias | 2022-10-26 | 1 | -1/+0 |
| | | |||||
| * | Add flash example & flash HIL test | Mathias | 2022-10-26 | 1 | -0/+84 |
