summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-15Add docserver metadata.Dario Nieuwenhuis
2022-08-03Merge pull request #128 from embassy-rs/update-embassyalexmoon
Update Embassy (for the executor/util crate split)
2022-08-03Update Embassy (for the executor/util crate split)Dario Nieuwenhuis
2022-07-15Merge pull request #127 from alexmoon/remove-defmt-rttalexmoon
Remove `nrf-softdevice-defmt-rtt` since `defmt-rtt` v0.3.2+ supports `critical-section`
2022-07-15Remove `nrf-softdevice-defmt-rtt` since `defmt-rtt` v0.3.2+ supports ↵alexmoon
`critical-section`
2022-07-15Merge pull request #126 from alexmoon/ed2021alexmoon
Update to 2021 edition
2022-07-15Merge pull request #125 from alexmoon/gen-clippyalexmoon
Update binding generation to suppress clippy warnings
2022-07-14Update to 2021 editionalexmoon
2022-07-14Update binding generation to suppress clippy warningsalexmoon
2022-07-14Disable "associated function is never used" warnings in macro generated impl ↵alexmoon
blocks.
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-14Update depsalexmoon
2022-07-14Merge pull request #124 from embassy-rs/remove-featuresalexmoon
Remove unused nightly features.
2022-07-14Remove unused nightly features.Dario Nieuwenhuis
2022-07-14Merge pull request #69 from embassy-rs/noallocDario Nieuwenhuis
Do not use alloc in examples
2022-07-14No allocDario Nieuwenhuis
2022-07-13Merge pull request #116 from embassy-rs/ignore_slave_latencyalexmoon
Add Conn::ignore_slave_latency.
2022-07-13Merge pull request #122 from embassy-rs/less-logalexmoon
Lower some log levels.
2022-07-13Merge pull request #107 from alexmoon/gatt-service-builderalexmoon
GATT service builder
2022-07-12Modify macros to use the builder interface and add an builder examplealexmoon
2022-07-12Add service builderalexmoon
2022-07-12Make Softdevice::enable return an exclusive referencealexmoon
2022-07-11Merge pull request #115 from alexmoon/connection-iteralexmoon
Add a Connection iterator
2022-07-07Lower some log levels.Dario Nieuwenhuis
Ideally during normal operation very little things should be logged at `info` level. Lower them to trace/debug. As a general rule, I'm setting logs that fire per packet to `trace` and everything else to `debug`.
2022-07-06Add a Connection iteratoralexmoon
2022-07-06Merge pull request #120 from alexmoon/sync-read-flashDario Nieuwenhuis
Impl `ReadNorFlash` for `Flash`
2022-07-05Impl `ReadNorFlash` for `Flash`alexmoon
2022-06-27Merge pull request #118 from xgroleau/fix/117_cccd_not_initializedUlf Lilleengen
Fix cccd attribute missing
2022-06-27Fix cccd att missingxgroleau 🐢
2022-06-17Only allow ignore_slave_latency when ble-peripheral is enabled.Dario Nieuwenhuis
2022-06-17Add Conn::ignore_slave_latency.Dario Nieuwenhuis
2022-05-25Merge pull request #112 from bobmcwhirter/scan-use-after-freeBob McWhirter
Avoid UB around use-after-free and BLE scanning/stopping.
2022-05-25Avoid UB around use-after-free and BLE scanning/stopping.Bob McWhirter
2022-05-16Merge pull request #111 from bobmcwhirter/write_without_responseUlf Lilleengen
Add support for `write_without_response` on server characteristics.
2022-05-16Add support for `write_without_response` on server characteristics.Bob McWhirter
Sets the appropriate flag in the Softdevice database.
2022-05-13Add RSSI to CI.Dario Nieuwenhuis
2022-05-13Add conn RSSI measurement.Dario Nieuwenhuis
2022-05-12Remove unused/unneeded features.Dario Nieuwenhuis
2022-05-12Add ble-l2cap-credit-wrokaround to CiDario Nieuwenhuis
2022-05-12Merge pull request #89 from embassy-rs/l2cap-credit-bug-workaroundDario Nieuwenhuis
wip: Workaround l2cap credit flow control bug
2022-05-12Workaround l2cap credit flow control bugDario Nieuwenhuis
See https://devzone.nordicsemi.com/f/nordic-q-a/81894/s140-7-3-0-softdevice-assertion-failed-at-pc-0xa806-using-l2cap
2022-05-12Fix unexpected event on disconnect during l2cap setup.Dario Nieuwenhuis
Fixes #110
2022-05-11Print which unexpected event it is.Dario Nieuwenhuis
2022-05-11Update deps.Dario Nieuwenhuis
2022-04-06Merge pull request #105 from alexmoon/clippy-fixesDario Nieuwenhuis
Fix some minor clippy lints
2022-04-06Fix some minor clippy lintsalexmoon
2022-03-26Merge pull request #104 from alexmoon/soc-eventsDario Nieuwenhuis
Add `Softdevice::run_with_callback()` to receive unhandled `SocEvent`s
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 ↵alexmoon
handled by nrf-softdevice.
2022-03-15readme: warn about assertion failed errors.Dario Nieuwenhuis