aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/nfct.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-3/+3
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-6/+3
* Fix rustfm and warningAlexander Walter2024-12-141-1/+2
* Move wake on sense to nfctAlexander Walter2024-12-141-1/+6
* nrf/nfct: actually fix frame timing.Dario Nieuwenhuis2024-12-071-6/+15
* nrf/nfct: use the right error register for rx and tx.Dario Nieuwenhuis2024-12-061-2/+6
* nrf/nfct: set correct frame delay timing.Dario Nieuwenhuis2024-12-061-6/+6
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+409