aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/nvmc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-11/+12
|
* Adding _nrf91 featurenerwalt2024-07-151-4/+4
| | | | Combining _nrf9160 and _nrf9120 in many places to reduce cfgs
* Adding support for 9120nerwalt2024-06-281-2/+2
|
* nrf: More nits cleaned up - useless cast and struct itemPriit Laes2024-02-171-1/+1
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-1/+1
| | | | internal use only. (#1700)
* Fix some typosDirk Stolle2023-05-081-1/+1
|
* nrf: add support for UICR configuration.Dario Nieuwenhuis2023-02-201-6/+6
| | | | | | | | | - APPROTECT enable/disable. Notably this fixes issues with nrf52-rev3 and nrf53 from locking itself at reset. - Use NFC pins as GPIO. - Use RESET pin as GPIO. NFC and RESET pins singletons are made available only when usable as GPIO, for compile-time checking.
* nrf: docs.Dario Nieuwenhuis2023-02-011-1/+1
|
* Fixed erase bugDion Dokter2022-12-091-11/+6
|
* Adapted nvmc so it can be used for all nrf targetsDion Dokter2022-11-101-10/+60
|
* nRF documentation warning fixesUlf Lilleengen2022-08-221-1/+9
|
* nrf: replace PhantomData usages with PeripheralRef.Dario Nieuwenhuis2022-07-231-5/+3
|
* Rename Unborrowed -> PeripheralRef, Unborrow -> PeripheralDario Nieuwenhuis2022-07-231-4/+4
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-6/+5
|
* Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
| | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`.
* Upgrade to embedded-storage 0.3.0Ulf Lilleengen2022-02-071-2/+15
|
* nrf/nvmc: make PAGE_SIZE, FLASH_SIZE public.Dario Nieuwenhuis2021-10-241-2/+2
|
* nrf: add NVMC driver.Dario Nieuwenhuis2021-10-221-0/+123