aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/sub
Commit message (Collapse)AuthorAgeFilesLines
* wpan: refactor into wb55xoviat2025-12-035-507/+0
|
* fmtxoviat2025-11-231-1/+1
|
* fmtxoviat2025-11-231-2/+0
|
* Merge branch 'main' of https://github.com/embassy-rs/embassy into wpanxoviat2025-11-231-10/+5
|\
| * wpan: use ptr arithmaticxoviat2025-11-231-12/+5
| |
* | wpan: restructure ipcc and hil test wpan_macxoviat2025-11-234-161/+187
|/
* wpan_ get net example actually workingxoviat2025-11-171-1/+1
|
* wpan: restructure mac driverxoviat2025-11-161-22/+61
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-063-12/+8
|
* Add example to doc for BLE initialisationLofty Inclination2025-01-011-0/+19
|
* fixup! Add docs for the BLE bindingsLofty Inclination2025-01-012-4/+5
|
* Add docs for the BLE bindingsLofty Inclination2025-01-012-0/+20
| | | | | | | | | | | These new docs explain a lot of the current implementation for the BLE stack, with reference to AN5289 14.1. They also detail the additional requirements around BLE startup behaviour; specifically, that certain SYS events must be awaited, and that shci_c2_ble_init should be called. Since the ble feature is now enabled by default for the docs, the remaining documentation for the BLE behaviour (as implemented by the `stm32wb-hci` crate) should be bought in automatically.
* stm32: misc. cleanupxoviat2023-09-174-12/+8
|
* wpan: further optimize mac eventxoviat2023-07-201-4/+6
|
* - optimize event to parse opcode only oncexoviat2023-07-191-1/+1
| | | | | - optimze channels - return mut ref for smoltcp rx
* wpan/mac: use lifetimes to control eventsxoviat2023-07-161-6/+3
|
* wpan/mac: use slice view to avoid copyxoviat2023-07-161-8/+1
|
* wpan: factor mac logic into other modxoviat2023-07-1510-1975/+3
|
* cleanupgoueslati2023-07-133-8/+4
|
* final structsgoueslati2023-07-133-5/+66
| | | | unchecked
* make it work, disgustinglygoueslati2023-07-136-33/+73
|
* change MacAddress to a union instead of an enumgoueslati2023-07-125-52/+102
|
* parsing MAC structsgoueslati2023-07-129-215/+1053
|
* wip: added MAC indicationsgoueslati2023-07-114-0/+221
|
* wip: added MAC responsesgoueslati2023-07-115-1/+217
|
* wip: added MAC commandsgoueslati2023-07-114-42/+494
|
* wipgoueslati2023-07-103-0/+128
|
* rustfmtxoviat2023-07-091-3/+1
|
* mac: move table initialization after sys readyxoviat2023-07-092-8/+19
|
* wpan: update alignment controlxoviat2023-07-091-4/+8
|
* stm32/wpan: implement mm patternxoviat2023-06-234-39/+60
|
* stm32/wpan: reorg subsystemsxoviat2023-06-235-0/+361