aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/flash.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* rp/flash: change naming to `blocking_*`, `new_blocking`.Dario Nieuwenhuis2023-08-181-17/+17
| | | | | - Needed for consistency with other drivers. - Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors.
* rp: add async flashDerek Hageman2023-07-281-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 Berg2023-07-131-0/+2
| | | | specified.
* rp: Read flash unique id and jedec idkalkyl2023-05-161-0/+10
|
* Remove random delay from example, and move flash functions to allow using ↵Mathias2022-10-271-1/+7
| | | | without embedded-storage in scope
* Buffer data to be written to flash in ram if it does not already reside in ramMathias2022-10-261-1/+0
|
* Add flash example & flash HIL testMathias2022-10-261-0/+84