Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-30 | Trivial timer testwip/timer-test | cos | |
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 | Modify macros to use the builder interface and add an builder example | alexmoon | |
2022-07-12 | Make Softdevice::enable return an exclusive reference | alexmoon | |
2022-01-27 | Fix example build | Dario Nieuwenhuis | |
2022-01-27 | Migrate do embedded-storage-async | Ulf Lilleengen | |
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-10-15 | Merge pull request #83 from albertskog/feature/fix-example | Dario Nieuwenhuis | |
fix panic in example | |||
2021-10-15 | fix panic in example | Albert Skog | |
2021-10-15 | Merge branch 'master' into feature/indications | Albert Skog | |
2021-10-15 | make CCCD write a single event | Albert Skog | |
2021-10-11 | Derive event variant from struct field name | Ulf Lilleengen | |
2021-10-11 | Add gatt_server macro for registering a GATT server | Ulf Lilleengen | |
Generate event type and on_write handling for server type, which in turn dispatches events to its services. Register and run now takes a valid Server instance as argument. | |||
2021-10-11 | Rename gatt_server to gatt_service | Ulf Lilleengen | |
2021-10-11 | Remove write from battery service | Ulf Lilleengen | |
2021-10-08 | Split battery and foo service | Ulf Lilleengen | |
2021-10-07 | Fix remaining example | Ulf Lilleengen | |
2021-10-07 | Rename back to on_write | Ulf Lilleengen | |
2021-10-06 | Simplify API | Ulf Lilleengen | |
2021-10-05 | Update an example | Ulf Lilleengen | |
2021-08-18 | Update rust, embassy, PACs. Add support for nrf52805, 820. (#77) | 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-06-19 | Add non-connectable advertisements. | Dario Nieuwenhuis | |
2021-05-26 | Set correct RTC IRQ priority. | Dario Nieuwenhuis | |
2021-05-19 | Update embassy | Dario Nieuwenhuis | |
2021-05-10 | Update embassy | Dario Nieuwenhuis | |
2021-05-10 | Replace `interrupts` mod with `critical-section` crate | 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-03-02 | Update embassy | Dario Nieuwenhuis | |
2021-02-26 | Fix rtic example. Fixes #44 | Dario Nieuwenhuis | |
2021-02-26 | Fix warnings. Closes #39 | Dario Nieuwenhuis | |
2021-02-26 | Updat examples to defmt 0.2 | 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 | |