summaryrefslogtreecommitdiff
path: root/examples/src/bin
AgeCommit message (Expand)Author
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-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-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-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-24updated defmt and defmt-rtt to 0.2.0fnafnio
2021-02-03update embassyDario Nieuwenhuis
2021-02-03unify and improve central config structsDario Nieuwenhuis
2020-12-26Fix examples build.Dario Nieuwenhuis
2020-12-09Add support for log and defmt based on feature flags.Dario Nieuwenhuis
2020-12-09central: add support for connecting to multiple addrs at onceDario Nieuwenhuis
2020-12-04More rusty Address typeDario Nieuwenhuis
2020-12-04l2cap: allow setting rx flow control creditsDario Nieuwenhuis
2020-12-03Take configs by ref.Dario Nieuwenhuis
2020-12-03Add l2cap APIDario Nieuwenhuis
2020-11-25Somewhat decode advertising data in scan example.Dario Nieuwenhuis
2020-11-25Add scan API for scanning for advertisements.Dario Nieuwenhuis
2020-11-24Update to defmt panic/assert/unwrap macrosDario Nieuwenhuis