aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/flash.rs
Commit message (Expand)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 conven...Adam Greig2023-10-151-2/+2
* rp/flash: change naming to `blocking_*`, `new_blocking`.Dario Nieuwenhuis2023-08-181-17/+17
* rp: add async flashDerek Hageman2023-07-281-4/+38
* Add descriptions to all RP2040 examples. Some need hardware that was not spec...Henrik Berg2023-07-131-0/+2
* rp: Read flash unique id and jedec idkalkyl2023-05-161-0/+10
* Remove random delay from example, and move flash functions to allow using wit...Mathias2022-10-271-1/+7
* 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