aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Adam Greig2023-10-152-5/+5
| | | | convenience methods
* 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.
| * 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
| | | | | | | | Update changelog in preparation for release
* | 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
| | | | | | | This makes rtt output work right when using `cargo run` in release mode. Debug was already enabled for release builds in some of the examples but not all.
* 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
| | | | | - optimze channels - return mut ref for smoltcp rx
* 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
| |