summaryrefslogtreecommitdiff
path: root/nrf-softdevice
AgeCommit message (Expand)Author
2022-07-07Lower some log levels.Dario Nieuwenhuis
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-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
2021-10-06Rename to on_eventUlf Lilleengen
2021-10-06Simplify furtherUlf Lilleengen
2021-10-06Simplify APIUlf Lilleengen
2021-10-05Refactor GATT handling to support multiple servicesUlf Lilleengen
2021-09-30fix formattingAlbert Skog
2021-09-30add support for indicationsAlbert Skog
2021-08-18Update rust, embassy, PACs. Add support for nrf52805, 820. (#77)Dario Nieuwenhuis
2021-08-05update embassy and toolchain (#76)F_Punk
2021-07-21use unwrap macroDario Nieuwenhuis
2021-06-29ble/gap: unconditionally accept peer's conn param requests.Dario Nieuwenhuis
2021-06-29ble/conn: allow get/set the conn params.Dario Nieuwenhuis
2021-06-19Add non-connectable advertisements.Dario Nieuwenhuis
2021-06-07Add more derives to errors.Dario Nieuwenhuis
2021-06-07fmt: add new macro_rules-based fmt.rs, to make scoping consistent.Dario Nieuwenhuis
2021-05-27Fix crash when rxing and txing simultaneously in l2capDario Nieuwenhuis
2021-05-26Update heaplessDario Nieuwenhuis
2021-05-26Update depsDario Nieuwenhuis
2021-05-19Update embassyDario Nieuwenhuis