summaryrefslogtreecommitdiff
path: root/nrf-softdevice
AgeCommit message (Expand)Author
2022-08-29peripheral: add derives to Advertisement enums.Dario Nieuwenhuis
2022-08-25Update after embassy-util was splitUlf Lilleengen
2022-08-22Update Embassy.Dario Nieuwenhuis
2022-08-17Merge pull request #129 from embassy-rs/csalexmoon
2022-08-17Add support for critical-section 1.0.Dario Nieuwenhuis
2022-08-15Add docserver metadata.Dario Nieuwenhuis
2022-08-03Update Embassy (for the executor/util crate split)Dario Nieuwenhuis
2022-07-14Update to 2021 editionalexmoon
2022-07-14Add rustfmt.toml to match embassy formattingalexmoon
2022-07-14Update depsalexmoon
2022-07-13Merge pull request #116 from embassy-rs/ignore_slave_latencyalexmoon
2022-07-13Merge pull request #122 from embassy-rs/less-logalexmoon
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-07Lower some log levels.Dario Nieuwenhuis
2022-07-06Add a Connection iteratoralexmoon
2022-07-06Merge pull request #120 from alexmoon/sync-read-flashDario Nieuwenhuis
2022-07-05Impl `ReadNorFlash` for `Flash`alexmoon
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-25Avoid UB around use-after-free and BLE scanning/stopping.Bob McWhirter
2022-05-16Add support for `write_without_response` on server characteristics.Bob McWhirter
2022-05-13Add conn RSSI measurement.Dario Nieuwenhuis
2022-05-12Remove unused/unneeded features.Dario Nieuwenhuis
2022-05-12Workaround l2cap credit flow control bugDario Nieuwenhuis
2022-05-12Fix unexpected event on disconnect during l2cap setup.Dario Nieuwenhuis
2022-05-11Print which unexpected event it is.Dario Nieuwenhuis
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
2022-03-14Update nrf PAC dependency versionUlf Lilleengen
2022-02-11Add FixedGattValue for boolDaniel Franklin
2022-02-07Use newly released embedded-storage and embedded-storage-asyncUlf Lilleengen
2022-02-01Update reference to embedded-storageUlf Lilleengen
2022-01-27Fix example buildDario Nieuwenhuis
2022-01-27Migrate do embedded-storage-asyncUlf Lilleengen
2021-12-22Update toolchainTimo Kröger
2021-11-26Use AtomicWaker instead of Signal for event handling.Dario Nieuwenhuis
2021-11-20gatt traits: FromGattError impl everythingJacob Rosenthal
2021-11-20gatt traits: add const array and heapless stringJacob Rosenthal
2021-11-15Update toolchain and defmt versions.Bob McWhirter
2021-10-18ble/l2cap: add listen_with, to allow listening on multiple PSMs at once.Dario Nieuwenhuis
2021-10-15Merge branch 'master' into feature/indicationsAlbert Skog
2021-10-15add commentsAlbert Skog
2021-10-13Allow using cortex-m-rt 0.6 or 0.7Dario Nieuwenhuis
2021-10-11Add gatt_server macro for registering a GATT serverUlf Lilleengen
2021-10-11Rename gatt_server to gatt_serviceUlf Lilleengen
2021-10-07Rename back to on_writeUlf Lilleengen