Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-22 | Update Embassy. | Dario Nieuwenhuis | |
2022-08-03 | Update Embassy (for the executor/util crate split) | Dario Nieuwenhuis | |
2022-07-14 | Add rustfmt.toml to match embassy formatting | alexmoon | |
2022-07-14 | Remove unused nightly features. | Dario Nieuwenhuis | |
2022-07-14 | No alloc | Dario Nieuwenhuis | |
2022-07-12 | Make Softdevice::enable return an exclusive reference | alexmoon | |
2021-12-22 | Update dependencies to latest embassy git version | Timo Kröger | |
2021-11-15 | Update toolchain and defmt versions. | Bob McWhirter | |
2021-10-18 | ble/l2cap: add listen_with, to allow listening on multiple PSMs at once. | Dario Nieuwenhuis | |
2021-08-05 | update embassy and toolchain (#76) | F_Punk | |
* update toolchain to nightly-08-03 update embassy remove removed features * oops, missed a toolchain file | |||
2021-07-24 | switch to internal clock source for examples | pbert | |
2021-05-19 | Update embassy | Dario Nieuwenhuis | |
2021-05-10 | Update embassy | Dario Nieuwenhuis | |
2021-04-12 | fix: Fix an issue where SD L2Cap tx queue would overflow | Andreas Hindborg | |
If more L2Cap packets are queued than allocated at SoftDevice initialization time (ble_l2cap_conn_cfg_t::tx_queue_size), SoftDevice will throw an error. This patch updates Rust L2Cap wrapper Channel::tx to async yield if the tx queue is full. | |||
2021-03-17 | Update embassy, fix for latest nightly. | Dario Nieuwenhuis | |
2021-02-26 | Fix warnings. Closes #39 | Dario Nieuwenhuis | |
2021-02-24 | updated defmt and defmt-rtt to 0.2.0 | fnafnio | |
use :x display hint where it makes sense | |||
2021-02-03 | update embassy | Dario Nieuwenhuis | |
2021-02-03 | unify and improve central config structs | Dario Nieuwenhuis | |
2020-12-26 | Fix examples build. | Dario Nieuwenhuis | |
2020-12-09 | Add support for log and defmt based on feature flags. | Dario Nieuwenhuis | |
2020-12-09 | central: add support for connecting to multiple addrs at once | Dario Nieuwenhuis | |
2020-12-04 | More rusty Address type | Dario Nieuwenhuis | |
2020-12-04 | l2cap: allow setting rx flow control credits | Dario Nieuwenhuis | |
2020-12-03 | Take configs by ref. | Dario Nieuwenhuis | |
2020-12-03 | Add l2cap API | Dario Nieuwenhuis | |