aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wb/src
Commit message (Expand)AuthorAgeFilesLines
* examples: stm32wb: remove comment about memory.x fileRomain Reignier2024-06-208-8/+0
* 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
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-2110-10/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-7/+13
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-152-5/+5
* Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-164-8/+8
* wpan: fix examplesGhaithOueslati2023-07-308-16/+40
* 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-181-1/+9
* wpan: fully implement initial draft conceptxoviat2023-07-181-1/+1
* wpan: fix comp errors and impl. some of runnerxoviat2023-07-171-0/+180
* 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: factor mac logic into other modxoviat2023-07-152-6/+6
* rustfmtxoviat2023-07-153-3/+3
* Merge branch 'master' into mac-3xoviat2023-07-151-0/+397
|\
| * stm32wb: add gatt server exampleGhaithOueslati2023-07-151-0/+397
* | cleanupgoueslati2023-07-132-4/+8
* | 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-112-33/+206
* | wipgoueslati2023-07-101-0/+117
|/
* mac: move table initialization after sys readyxoviat2023-07-091-1/+11
* stm32/wpan: update examplexoviat2023-06-251-1/+3
* stm32/wpan: reorg subsystemsxoviat2023-06-231-7/+7
* stm32/tests: update ble testxoviat2023-06-221-1/+1
* fix buildgoueslati2023-06-222-5/+5
* wpan: add BLE HCIgoueslati2023-06-221-0/+249
* stm32/wpan: add shci mac initxoviat2023-06-181-9/+9
* stm32/wpan: add draft mac mboxxoviat2023-06-182-0/+64
* 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
* 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: static methods for IPCCgoueslati2023-05-262-16/+13
* stm32: move to bind_interruptsxoviat2023-05-242-10/+14
* stm32/ipcc: uncomment shci init cmdgoueslati2023-05-221-1/+1
* stm32/ipcc: fix incorrect examplegoueslati2023-05-221-1/+1
* stm32/ipcc: update docxoviat2023-05-212-0/+2
* tl_mbox read and writegoueslati2023-05-152-1/+101