aboutsummaryrefslogtreecommitdiff
path: root/tests/rp/src/bin/flash.rs
Commit message (Collapse)AuthorAgeFilesLines
* tests: use executor task arena instead of TAIT.Dario Nieuwenhuis2023-11-271-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-7/+7
| | | | | - Needed for consistency with other drivers. - Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors.
* net-wiznet: add HIL test using w5100s.Dario Nieuwenhuis2023-08-161-2/+1
|
* rp: add async flashDerek Hageman2023-07-281-3/+11
| | | | | | Implement an async flash mode using the XIP background best effort read interface. Only reads are actually async, write and erase remain blocking.
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-0/+2
|
* Add HIL testkalkyl2023-05-161-0/+9
|
* Add delay to flash test to allow time to parse RTT headerMathias2022-10-271-0/+7
|
* Remove unused imports from testMathias2022-10-271-1/+0
|
* Add flash example & flash HIL testMathias2022-10-261-0/+48