| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fus: add fw upgrade methods | xoviat | 2025-12-18 | 3 | -31/+138 |
| | | |||||
| * | wpan: build mac_ffd | xoviat | 2025-12-16 | 1 | -14/+21 |
| | | |||||
| * | Merge pull request #5068 from leftger/feat/stm32-wpan-linklayer-plat | xoviat | 2025-12-16 | 1 | -425/+693 |
| |\ | | | | | | | WPAN: 1st draft of linklayer_plat | ||||
| | * | Re-added function comments. Misc changes. | Gerzain Mata | 2025-12-15 | 1 | -17/+290 |
| | | | |||||
| | * | Restored original function documentation | Gerzain Mata | 2025-12-14 | 1 | -184/+149 |
| | | | |||||
| | * | WPAN/Fix: Restore function documentation | Gerzain Mata | 2025-12-14 | 1 | -0/+258 |
| | | | | | | | | | in rustdoc format | ||||
| | * | WPAN: 1st draft of linklayer_plat | Gerzain Mata | 2025-12-14 | 1 | -645/+417 |
| | | | | | | | | | | | | | | | | | | | Added embassy-time for delay. - Also added NVIC for task management - Need to solve for RNG Code builds | ||||
| * | | wpan: update stm32wb-hci | xoviat | 2025-12-15 | 1 | -6/+2 |
| |/ | |||||
| * | wpan: update aligned, critical_section | xoviat | 2025-12-12 | 4 | -184/+198 |
| | | |||||
| * | wba: fix no_mangle attrs and enable mac bindings | Gerzain Mata | 2025-12-07 | 4 | -34/+361 |
| | | |||||
| * | wpan: add libraries for wba | xoviat | 2025-12-06 | 11 | -2/+1856 |
| | | |||||
| * | stm32: add wpan dependency to wba examples | xoviat | 2025-12-03 | 2 | -0/+10 |
| | | |||||
| * | wpan: refactor into wb55 | xoviat | 2025-12-03 | 29 | -220/+223 |
| | | |||||
| * | fmt | xoviat | 2025-11-23 | 1 | -1/+1 |
| | | |||||
| * | fmt | xoviat | 2025-11-23 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into wpan | xoviat | 2025-11-23 | 4 | -19/+36 |
| |\ | |||||
| | * | wpan: use ptr arithmatic | xoviat | 2025-11-23 | 4 | -21/+36 |
| | | | |||||
| * | | wpan: restructure ipcc and hil test wpan_mac | xoviat | 2025-11-23 | 13 | -282/+348 |
| |/ | |||||
| * | fmt | xoviat | 2025-11-17 | 1 | -2/+1 |
| | | |||||
| * | wpan: fix src/dst address | xoviat | 2025-11-17 | 3 | -8/+37 |
| | | |||||
| * | fmt | xoviat | 2025-11-17 | 3 | -5/+6 |
| | | |||||
| * | wpan: parse frames correctly | xoviat | 2025-11-17 | 5 | -39/+146 |
| | | |||||
| * | wpan_ get net example actually working | xoviat | 2025-11-17 | 4 | -34/+40 |
| | | |||||
| * | fmt | xoviat | 2025-11-16 | 1 | -2/+0 |
| | | |||||
| * | wpan: restructure mac driver | xoviat | 2025-11-16 | 5 | -100/+353 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 10 | -21/+17 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -25/+26 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -5/+3 |
| | | |||||
| * | Add example to doc for BLE initialisation | Lofty Inclination | 2025-01-01 | 1 | -0/+19 |
| | | |||||
| * | Add crate description | Lofty Inclination | 2025-01-01 | 1 | -0/+13 |
| | | |||||
| * | Escape existing illegal html characters | Lofty Inclination | 2025-01-01 | 1 | -9/+9 |
| | | |||||
| * | fixup! Add docs for the BLE bindings | Lofty Inclination | 2025-01-01 | 4 | -8/+10 |
| | | |||||
| * | Make arrow in comment point at magic numbers | Lofty Inclination | 2025-01-01 | 1 | -1/+1 |
| | | | | | | | | This got broken during a move, and the arrows weren't pointing at anything meaningful. Not sure what the reason for them existing is, but it's probably better that they be accurate, even if they're still confusing. | ||||
| * | Add docs for the BLE bindings | Lofty Inclination | 2025-01-01 | 4 | -0/+59 |
| | | | | | | | | | | | | 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. | ||||
| * | Fix spelling | Lofty Inclination | 2025-01-01 | 1 | -1/+1 |
| | | |||||
| * | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+8 |
| | | |||||
| * | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 2 | -1/+2 |
| | | | | | Fixes #2599 | ||||
| * | Silence some unused warnings on nightly. | Dario Nieuwenhuis | 2024-08-05 | 1 | -0/+2 |
| | | |||||
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings in recent nightly. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+0 |
| | | |||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | docs: add readme | Ulf Lilleengen | 2024-01-12 | 1 | -0/+2 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -5/+1 |
| | | |||||
| * | cyw43: remove feature(concat_bytes). | Dario Nieuwenhuis | 2023-11-25 | 1 | -1/+0 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2023-11-01 | 2 | -1/+4 |
| | | |||||
| * | net/driver: remove Medium, make HardwareAddress non_exhaustive. | Dario Nieuwenhuis | 2023-10-18 | 1 | -10/+1 |
| | | |||||
| * | stm32: misc. cleanup | xoviat | 2023-09-17 | 4 | -12/+8 |
| | | |||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
