summaryrefslogtreecommitdiff
path: root/nrf-softdevice/src/softdevice.rs
AgeCommit message (Expand)Author
2022-08-22Update Embassy.Dario Nieuwenhuis
2022-08-03Update Embassy (for the executor/util crate split)Dario Nieuwenhuis
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-12Make Softdevice::enable return an exclusive referencealexmoon
2022-03-26Remove flash events from SocEvent and add docs.alexmoon
2022-03-25Add callback to `Softdevice::run()` to receive `SocEvent`s that are not handl...alexmoon
2022-03-15Change `run()` to never return.Dario Nieuwenhuis
2021-08-18Update rust, embassy, PACs. Add support for nrf52805, 820. (#77)Dario Nieuwenhuis
2021-06-07fmt: add new macro_rules-based fmt.rs, to make scoping consistent.Dario Nieuwenhuis
2021-05-10Update embassyDario Nieuwenhuis
2021-05-10Replace `interrupts` mod with `critical-section` crateDario Nieuwenhuis
2021-02-24updated defmt and defmt-rtt to 0.2.0fnafnio
2021-02-24Improve panic messages on softdevice faults. Fixes #45Dario Nieuwenhuis
2021-02-03Remove use of deprecated compare_and_swapDario Nieuwenhuis
2020-12-26cargo fixDario Nieuwenhuis
2020-12-09Add support for log and defmt based on feature flags.Dario Nieuwenhuis
2020-12-03Better conn params and mtu configuration.Dario Nieuwenhuis
2020-11-24Update to defmt panic/assert/unwrap macrosDario Nieuwenhuis
2020-11-09Take owned reserved peripherals in enable. Fixes #4Dario Nieuwenhuis
2020-09-22Add nRF52811 supportDario Nieuwenhuis
2020-09-18WIP proc macro for defining GATT servers.Dario Nieuwenhuis
2020-09-16gatt_server: add event handling to run.Dario Nieuwenhuis
2020-09-14More docs.Dario Nieuwenhuis
2020-09-14Add some docs.Dario Nieuwenhuis
2020-09-14Add Softdevice struct. makes API safer.Dario Nieuwenhuis