aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/nfct.rs
Commit message (Collapse)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
| | | | Now it works both with android and iOS, and both with and without logs.
* 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
| | | | | This makes it work both with and without trace logging, before it would only work with.
* nrf: Add NFCT driver.Dario Nieuwenhuis2024-11-201-0/+409
Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]>