aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb
Commit message (Expand)AuthorAgeFilesLines
* Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1Dario Nieuwenhuis2024-10-211-1/+1
* prepare release embassy-executorUlf Lilleengen2024-08-051-1/+1
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
* examples: stm32wb: remove comment about memory.x fileRomain Reignier2024-06-208-8/+0
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-261-1/+0
* More probe-run -> probe-rs run.Dario Nieuwenhuis2024-04-161-1/+1
* stm32/gpio: remove generics.Dario Nieuwenhuis2024-01-221-3/+2
* fix: rustfmtUlf Lilleengen2024-01-121-1/+2
* fix: update after api changeUlf Lilleengen2024-01-122-18/+15
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-3/+3
* New embassy-net releaseScott Mabin2024-01-041-1/+1
* examples: configure executor task arena sizes.Dario Nieuwenhuis2024-01-021-1/+1
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2111-12/+2
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-7/+13
* Update all references to `embasy-executor` to the latest versionJesse Braham2023-12-061-1/+1
* 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