aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/radio/ble.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove embassy_nrf::radio::ble.Dario Nieuwenhuis2025-05-011-394/+0
| | | | Fixes #4144
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
|
* nrf: port to chiptool-based `nrf-pac`.Dario Nieuwenhuis2024-11-041-102/+86
|
* 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
* Fixed suggestions, added nRF51 to BLEErik Bånvik2024-03-051-33/+3
|
* Support nearly all nRF5 RADIOsErik Bånvik2024-03-051-1/+34
|
* Some more unifying, documentationErik Bånvik2024-03-051-13/+1
|
* Export Error in BLE moduleErik Bånvik2024-03-031-0/+1
|
* Added IEEE 802.15.4 radioErik Bånvik2024-02-281-14/+1
|
* 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-071-75/+85
|
* remove default on radioGuilherme S. Salustiano2024-02-071-12/+1
|
* feat/implement ble radio on nrfGuilherme S. Salustiano2024-02-071-0/+432