aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32/wpan: add shci mac initxoviat2023-06-181-9/+9
* stm32/wpan: add draft mac mboxxoviat2023-06-183-0/+78
* stm32/wpan: use new ownership modelxoviat2023-06-172-7/+8
* stm32/wpan: modify evtbox to use slice viewxoviat2023-06-171-3/+1
* rustfmtxoviat2023-06-171-2/+1
* stm32/wpan: fix examplesxoviat2023-06-172-13/+18
* fix CI errorgoueslati2023-06-121-1/+1
* fix buildgoueslati2023-06-121-0/+1
* fix merge conflictgoueslati2023-06-121-1/+1
|\
| * Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+1
* | stm32/ipcc: fix `tl_mbox` examplegoueslati2023-06-121-5/+6
* | stm32/ipcc: move tl_mbox into `embassy-stm32-wpan`goueslati2023-06-121-10/+10
* | wipgoueslati2023-06-081-46/+9
|/
* stm32/ipcc: refactor examples and testsxoviat2023-05-272-11/+13
* stm32/ipcc: extract tl_mbox linker file to embassy-stm32xoviat2023-05-273-66/+7
* stm32/ipcc: static methods for IPCCgoueslati2023-05-262-16/+13