aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/radio
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* nrf: apply FICR.TRIMCNF valuesMatthew Tran2025-10-051-0/+17
|
* nrf/radio: erase instance genericDario Nieuwenhuis2025-09-281-26/+32
|
* Remove embassy_nrf::radio::ble.Dario Nieuwenhuis2025-05-013-404/+5
| | | | Fixes #4144
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-273-13/+9
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-043-228/+202
|
* remove unused loggingUlf Lilleengen2024-07-031-3/+0
|
* fix cancellation hanging on event never occuringUlf Lilleengen2024-07-031-4/+2
| | | | | - The end event is not triggered by stop and might therefor never occur - Clear the end_event after operation is done instead of disabled
* nrf: remove mod sealed.Dario Nieuwenhuis2024-04-051-20/+18
|
* Fixed suggestions, added nRF51 to BLEErik Bånvik2024-03-053-56/+10
|
* Fixed nrf51 radio buildErik Bånvik2024-03-051-0/+2
|
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-053-2/+59
|
* More formattingErik Bånvik2024-03-051-2/+2
|
* Some more unifying, documentationErik Bånvik2024-03-053-90/+61
|
* Fixed formattingErik Bånvik2024-03-031-7/+7
|
* Export Error in BLE moduleErik Bånvik2024-03-031-0/+1
|
* Remove Event, which was mostly used for debuggingErik Bånvik2024-02-293-338/+1
|
* Clear all interruptsErik Bånvik2024-02-291-3/+2
|
* Fixed missing nrf52840 in EventErik Bånvik2024-02-292-4/+27
|
* Added IEEE 802.15.4 radioErik Bånvik2024-02-284-21/+911
|
* fix: radio errorGuilherme S. Salustiano2024-02-281-1/+1
|
* remove first person commentsGuilherme S. Salustiano2024-02-121-17/+5
|
* add comments about buffer unsoundGuilherme S. Salustiano2024-02-101-0/+4
|
* add buffer input on transmit/receiveGuilherme S. Salustiano2024-02-101-5/+11
|
* apply clippy sugestionsGuilherme S. Salustiano2024-02-101-4/+2
|
* remove first person comments and assert disable state when it's necessaryGuilherme S. Salustiano2024-02-101-94/+105
|
* ci rerunGuilherme S. Salustiano2024-02-071-1/+1
|
* remove jewel dependencyGuilherme S. Salustiano2024-02-072-89/+85
|
* remove default on radioGuilherme S. Salustiano2024-02-071-12/+1
|
* feat/implement ble radio on nrfGuilherme S. Salustiano2024-02-072-0/+521