aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb
Commit message (Expand)AuthorAgeFilesLines
...
* update release version in examples and other cratesScott Mabin2023-12-041-2/+2
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-2/+2
* executor: release v0.3.3Dario Nieuwenhuis2023-11-151-1/+1
* Update heapless to v0.8, embedded-nal-async to v0.7Dario Nieuwenhuis2023-11-101-1/+1
* Upgrade static-cell to v2.0Dario Nieuwenhuis2023-11-021-1/+1
* Release embassy-executor v0.3.1Dario Nieuwenhuis2023-11-011-1/+1
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+1
* Prepare embassy-net(/-driver,/-driver-channel) 0.2.0Dániel Buga2023-10-161-1/+1
* time: add `links` key, release v0.1.5.Dario Nieuwenhuis2023-10-161-1/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-5/+5
* Release embassy-time 0.1.4Dániel Buga2023-10-121-1/+1
* Merge pull request #1916 from wkf/mainxoviat2023-09-164-8/+8
|\
| * Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-164-8/+8
* | feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+1
* | Release embassy-time v0.1.3Jesse Braham2023-08-281-1/+1
* | net: allow changing IP config at runtime.Dario Nieuwenhuis2023-08-251-1/+1
* | Bump executor crate version to 0.3.0Dániel Buga2023-08-231-1/+1
|/
* wpan: fix examplesGhaithOueslati2023-07-308-16/+40
* Added debug=2 in release profile to all examples.Piotr Esden-Tempski2023-07-261-0/+3
* Add notes about setting chip name correctly for examples.Adam Greig2023-07-221-3/+4
* wpan: further optimize mac eventxoviat2023-07-203-73/+25
* rustfmtxoviat2023-07-191-2/+5
* - optimize event to parse opcode only oncexoviat2023-07-193-47/+49
* wpan: implement initial event loopxoviat2023-07-182-2/+14
* wpan: fully implement initial draft conceptxoviat2023-07-181-1/+1
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-171-0/+180
* Merge branch 'master' into macxoviat2023-07-172-60/+99
|\
| * wpan: add slice data viewxoviat2023-07-161-8/+14
| * wpan/mac: use lifetimes to control eventsxoviat2023-07-162-37/+64
| * wpan/mac: use slice view to avoid copyxoviat2023-07-162-17/+23
* | wpan: prepare net impl.xoviat2023-07-151-1/+2
|/
* wpan: factor mac logic into other modxoviat2023-07-152-6/+6
* rustfmtxoviat2023-07-153-3/+3
* Merge branch 'master' into mac-3xoviat2023-07-152-2/+400
|\
| * stm32wb: add gatt server exampleGhaithOueslati2023-07-152-0/+401
| * wpan: update `stm32wb-hci` to version 0.1.3GhaithOueslati2023-07-151-4/+1
* | cleanupgoueslati2023-07-133-6/+10
* | make it work, disgustinglygoueslati2023-07-132-8/+60
* | change MacAddress to a union instead of an enumgoueslati2023-07-122-45/+67
* | parsing MAC structsgoueslati2023-07-122-65/+50
* | wip: added MAC commandsgoueslati2023-07-113-34/+207
* | wipgoueslati2023-07-103-3/+124
|/
* mac: move table initialization after sys readyxoviat2023-07-091-1/+11
* Release embassy-time v0.1.2Dario Nieuwenhuis2023-07-061-1/+1
* Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-2/+2
* stm32/wpan: update examplexoviat2023-06-251-1/+3
* stm32/wpan: reorg subsystemsxoviat2023-06-231-7/+7
* stm32/tests: update ble testxoviat2023-06-222-2/+5
* fix buildgoueslati2023-06-222-5/+5
* wpan: add BLE HCIgoueslati2023-06-223-2/+255