aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan/src
Commit message (Collapse)AuthorAgeFilesLines
* wpan: build mac_ffdxoviat2025-12-161-14/+21
|
* Merge pull request #5068 from leftger/feat/stm32-wpan-linklayer-platxoviat2025-12-161-425/+693
|\ | | | | | | WPAN: 1st draft of linklayer_plat
| * Re-added function comments. Misc changes.Gerzain Mata2025-12-151-17/+290
| |
| * Restored original function documentationGerzain Mata2025-12-141-184/+149
| |
| * WPAN/Fix: Restore function documentationGerzain Mata2025-12-141-0/+258
| | | | | | | | in rustdoc format
| * WPAN: 1st draft of linklayer_platGerzain Mata2025-12-141-645/+417
| | | | | | | | | | | | | | | | | | Added embassy-time for delay. - Also added NVIC for task management - Need to solve for RNG Code builds
* | wpan: update stm32wb-hcixoviat2025-12-151-6/+2
|/
* wpan: update aligned, critical_sectionxoviat2025-12-124-184/+198
|
* wba: fix no_mangle attrs and enable mac bindingsGerzain Mata2025-12-074-34/+361
|
* wpan: add libraries for wbaxoviat2025-12-0611-2/+1856
|
* stm32: add wpan dependency to wba examplesxoviat2025-12-032-0/+10
|
* wpan: refactor into wb55xoviat2025-12-0329-220/+223
|
* fmtxoviat2025-11-231-1/+1
|
* fmtxoviat2025-11-231-2/+0
|
* Merge branch 'main' of https://github.com/embassy-rs/embassy into wpanxoviat2025-11-234-19/+36
|\
| * wpan: use ptr arithmaticxoviat2025-11-234-21/+36
| |
* | wpan: restructure ipcc and hil test wpan_macxoviat2025-11-2313-282/+348
|/
* fmtxoviat2025-11-171-2/+1
|
* wpan: fix src/dst addressxoviat2025-11-173-8/+37
|
* fmtxoviat2025-11-173-5/+6
|
* wpan: parse frames correctlyxoviat2025-11-175-39/+146
|
* wpan_ get net example actually workingxoviat2025-11-174-34/+40
|
* fmtxoviat2025-11-161-2/+0
|
* wpan: restructure mac driverxoviat2025-11-165-100/+353
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0610-21/+17
|
* Edition 2024.Dario Nieuwenhuis2025-10-062-25/+26
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
|
* Add example to doc for BLE initialisationLofty Inclination2025-01-011-0/+19
|
* Add crate descriptionLofty Inclination2025-01-011-0/+13
|
* Escape existing illegal html charactersLofty Inclination2025-01-011-9/+9
|
* fixup! Add docs for the BLE bindingsLofty Inclination2025-01-014-8/+10
|
* Make arrow in comment point at magic numbersLofty Inclination2025-01-011-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 bindingsLofty Inclination2025-01-014-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 spellingLofty Inclination2025-01-011-1/+1
|
* rustfmt for new nightly.Dario Nieuwenhuis2024-10-141-2/+8
|
* Update nighlty, fix warnings.Dario Nieuwenhuis2024-10-142-1/+2
| | | | Fixes #2599
* Silence some unused warnings on nightly.Dario Nieuwenhuis2024-08-051-0/+2
|
* Reduced define for 'unreachable!' to a single macro ruleTarun Singh2024-07-171-10/+6
|
* Add collapse_debuginfo to fmt.rs macros.Dario Nieuwenhuis2024-06-171-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 Nieuwenhuis2024-04-261-1/+1
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-2/+0
|
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* docs: add readmeUlf Lilleengen2024-01-121-0/+2
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-291-5/+1
|
* cyw43: remove feature(concat_bytes).Dario Nieuwenhuis2023-11-251-1/+0
|
* Update Rust nightly.Dario Nieuwenhuis2023-11-012-1/+4
|
* net/driver: remove Medium, make HardwareAddress non_exhaustive.Dario Nieuwenhuis2023-10-181-10/+1
|
* stm32: misc. cleanupxoviat2023-09-174-12/+8
|
* Sync all fmt.rs files.Dario Nieuwenhuis2023-08-301-6/+39
|
* Deprecate *recv* in favor of *receive*Ruben De Smet2023-08-222-3/+3
|