Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-27 | Fix cccd att missing | xgroleau 🐢 | |
2022-05-25 | Merge pull request #112 from bobmcwhirter/scan-use-after-free | Bob McWhirter | |
Avoid UB around use-after-free and BLE scanning/stopping. | |||
2022-05-25 | Avoid UB around use-after-free and BLE scanning/stopping. | Bob McWhirter | |
2022-05-16 | Merge pull request #111 from bobmcwhirter/write_without_response | Ulf Lilleengen | |
Add support for `write_without_response` on server characteristics. | |||
2022-05-16 | Add support for `write_without_response` on server characteristics. | Bob McWhirter | |
Sets the appropriate flag in the Softdevice database. | |||
2022-05-13 | Add RSSI to CI. | Dario Nieuwenhuis | |
2022-05-13 | Add conn RSSI measurement. | Dario Nieuwenhuis | |
2022-05-12 | Remove unused/unneeded features. | Dario Nieuwenhuis | |
2022-05-12 | Add ble-l2cap-credit-wrokaround to Ci | Dario Nieuwenhuis | |
2022-05-12 | Merge pull request #89 from embassy-rs/l2cap-credit-bug-workaround | Dario Nieuwenhuis | |
wip: Workaround l2cap credit flow control bug | |||
2022-05-12 | Workaround l2cap credit flow control bug | Dario 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-12 | Fix unexpected event on disconnect during l2cap setup. | Dario Nieuwenhuis | |
Fixes #110 | |||
2022-05-11 | Print which unexpected event it is. | Dario Nieuwenhuis | |
2022-05-11 | Update deps. | Dario Nieuwenhuis | |
2022-04-06 | Merge pull request #105 from alexmoon/clippy-fixes | Dario Nieuwenhuis | |
Fix some minor clippy lints | |||
2022-04-06 | Fix some minor clippy lints | alexmoon | |
2022-03-26 | Merge pull request #104 from alexmoon/soc-events | Dario Nieuwenhuis | |
Add `Softdevice::run_with_callback()` to receive unhandled `SocEvent`s | |||
2022-03-26 | Remove flash events from SocEvent and add docs. | alexmoon | |
2022-03-25 | Add callback to `Softdevice::run()` to receive `SocEvent`s that are not ↵ | alexmoon | |
handled by nrf-softdevice. | |||
2022-03-15 | readme: warn about assertion failed errors. | Dario Nieuwenhuis | |
2022-03-15 | Update README, nrf_softdevice::interrupt::free no longer exists. | Dario Nieuwenhuis | |
2022-03-15 | Change `run()` to never return. | Dario Nieuwenhuis | |
2022-03-14 | Merge pull request #103 from embassy-rs/update-nrf-pac-dep | Ulf Lilleengen | |
Update nrf PAC dependency version | |||
2022-03-14 | Update nrf PAC dependency version | Ulf Lilleengen | |
2022-02-12 | Merge pull request #101 from danielzfranklin/master | Dario Nieuwenhuis | |
Add FixedGattValue for bool | |||
2022-02-11 | Add FixedGattValue for bool | Daniel Franklin | |
0x00 is false, any other byte is true. | |||
2022-02-07 | Merge pull request #99 from embassy-rs/use-released-embedded-storage | Ulf Lilleengen | |
Use newly released embedded-storage and embedded-storage-async | |||
2022-02-07 | Use newly released embedded-storage and embedded-storage-async | Ulf Lilleengen | |
2022-02-01 | Merge pull request #98 from lulf/update-storage-ref | Ulf Lilleengen | |
Update reference to embedded-storage | |||
2022-02-01 | Update reference to embedded-storage | Ulf Lilleengen | |
2022-01-27 | Merge pull request #96 from lulf/use-embedded-storage-traits | Dario Nieuwenhuis | |
Migrate do embedded-storage-async | |||
2022-01-27 | Fix example build | Dario Nieuwenhuis | |
2022-01-27 | Migrate do embedded-storage-async | Ulf Lilleengen | |
2022-01-16 | Merge pull request #95 from jacobrosenthal/patch-1 | Dario Nieuwenhuis | |
Update README.md | |||
2022-01-16 | Update README.md | Jacob Rosenthal | |
2022-01-16 | Update readme docs regarding interrupts. | Dario Nieuwenhuis | |
2022-01-16 | Merge pull request #94 from danbev/typos_readme | Dario Nieuwenhuis | |
Fix typos in README.md | |||
2022-01-15 | Fix typos in README.md | Daniel Bevenius | |
2021-12-28 | Merge pull request #92 from matoushybl/feat/linking-err | Dario Nieuwenhuis | |
Add linking problems due to critical-section to troubleshooting. | |||
2021-12-27 | Add linking problems due to critical-section to troubleshooting. | Matous Hybl | |
2021-12-23 | Merge pull request #91 from mehmetalianil/patch-1 | Dario Nieuwenhuis | |
Added instructions for flashing with probe-rs | |||
2021-12-23 | Added instructions for flashing with probe-rs | Mehmet Ali Anil | |
2021-12-22 | Merge pull request #90 from timokroeger/update-toolchain | Dario Nieuwenhuis | |
Update toolchain | |||
2021-12-22 | Update dependencies to latest embassy git version | Timo Kröger | |
2021-12-22 | Update toolchain | Timo Kröger | |
Update the toolchain to match embassy. I manually replaced `asm!` with `core::arch::asm!` in bindings because regenerating them resulted in a large diff. | |||
2021-11-26 | Merge pull request #88 from embassy-rs/evt-waker | Dario Nieuwenhuis | |
Use AtomicWaker instead of Signal for event handling. | |||
2021-11-26 | Use AtomicWaker instead of Signal for event handling. | Dario Nieuwenhuis | |
It's slightly more lightweight! | |||
2021-11-21 | Merge pull request #87 from jacobrosenthal/gatt_traits | Dario Nieuwenhuis | |
gatt traits: add const array and heapless string | |||
2021-11-20 | gatt traits: FromGattError impl everything | Jacob Rosenthal | |
2021-11-20 | gatt traits: add const array and heapless string | Jacob Rosenthal | |