summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-08-25Update after embassy-util was splitUlf Lilleengen
2022-08-22Update Embassy.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-14Remove unused nightly features.Dario Nieuwenhuis
2022-07-14No allocDario Nieuwenhuis
2022-07-12Modify macros to use the builder interface and add an builder examplealexmoon
2022-07-12Make Softdevice::enable return an exclusive referencealexmoon
2022-05-11Update deps.Dario Nieuwenhuis
2022-02-07Use newly released embedded-storage and embedded-storage-asyncUlf Lilleengen
2022-01-27Fix example buildDario Nieuwenhuis
2022-01-27Migrate do embedded-storage-asyncUlf Lilleengen
2021-12-22Update dependencies to latest embassy git versionTimo Kröger
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 pull request #83 from albertskog/feature/fix-exampleDario Nieuwenhuis
2021-10-15fix panic in exampleAlbert Skog
2021-10-15Merge branch 'master' into feature/indicationsAlbert Skog
2021-10-15make CCCD write a single eventAlbert Skog
2021-10-11Derive event variant from struct field nameUlf Lilleengen
2021-10-11Add gatt_server macro for registering a GATT serverUlf Lilleengen
2021-10-11Rename gatt_server to gatt_serviceUlf Lilleengen
2021-10-11Remove write from battery serviceUlf Lilleengen
2021-10-08Split battery and foo serviceUlf Lilleengen
2021-10-07Fix remaining exampleUlf Lilleengen
2021-10-07Rename back to on_writeUlf Lilleengen
2021-10-06Simplify APIUlf Lilleengen
2021-10-05Update an exampleUlf Lilleengen
2021-08-27fix fmt and Cargo.lockpbert
2021-08-27fix cortex-m-rt version, examples don't work with 6.13pbert
2021-08-21Update embassy.Dario Nieuwenhuis
2021-08-18Optimize CIDario Nieuwenhuis
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-24switch to internal clock source for examplespbert
2021-06-19Add non-connectable advertisements.Dario Nieuwenhuis
2021-05-26Update heaplessDario Nieuwenhuis
2021-05-26Set correct RTC IRQ priority.Dario Nieuwenhuis
2021-05-19Update embassyDario Nieuwenhuis
2021-05-10Update embassyDario Nieuwenhuis
2021-05-10Replace `interrupts` mod with `critical-section` crateDario Nieuwenhuis
2021-04-12fix: Fix an issue where SD L2Cap tx queue would overflowAndreas Hindborg
2021-03-17Update embassy, fix for latest nightly.Dario Nieuwenhuis
2021-03-02Update embassyDario Nieuwenhuis
2021-02-26Fix rtic example. Fixes #44Dario Nieuwenhuis
2021-02-26Fix warnings. Closes #39Dario Nieuwenhuis
2021-02-26Updat examples to defmt 0.2Dario Nieuwenhuis
2021-02-24fixed defmt::timestamp macrofnafnio
2021-02-24removed --defmt from probe-runfnafnio