aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src/sub/sys.rs
Commit message (Collapse)AuthorAgeFilesLines
* wpan: refactor into wb55xoviat2025-12-031-101/+0
|
* 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-231-43/+39
|/
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-8/+4
|
* fixup! Add docs for the BLE bindingsLofty Inclination2025-01-011-1/+2
|
* Add docs for the BLE bindingsLofty Inclination2025-01-011-0/+10
| | | | | | | | | | | 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-171-3/+2
|
* cleanupgoueslati2023-07-131-4/+4
|
* mac: move table initialization after sys readyxoviat2023-07-091-0/+19
|
* stm32/wpan: implement mm patternxoviat2023-06-231-1/+2
|
* stm32/wpan: reorg subsystemsxoviat2023-06-231-0/+86