aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/src/bin/qspi.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* nrf/qspi: switch to new interrupt binding.Dario Nieuwenhuis2023-03-061-3/+6
|
* nrf/qspi: add _raw variants of methods that don't do bounds checks.Dario Nieuwenhuis2023-03-051-0/+3
| | | | | Useful for the nRF7002, which presents as a "fake" QSPI flash, and the "capacity" concept doesn't really apply to it.
* nrf/qspi: remove FLASH_SIZE const generic param.Dario Nieuwenhuis2023-03-051-1/+1
|
* nrf/qspi: always use u32 for addresses.Dario Nieuwenhuis2023-03-051-5/+5
|
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-0/+76