aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
Commit message (Collapse)AuthorAgeFilesLines
* wpan: build mac_ffdxoviat2025-12-161-14/+21
|
* Merge pull request #5068 from leftger/feat/stm32-wpan-linklayer-platxoviat2025-12-162-426/+694
|\ | | | | | | 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-142-646/+418
| | | | | | | | | | | | | | | | | | Added embassy-time for delay. - Also added NVIC for task management - Need to solve for RNG Code builds
* | wpan: update stm32wb-hcixoviat2025-12-152-7/+3
|/
* wpan: update aligned, critical_sectionxoviat2025-12-125-186/+200
|
* wba: fix no_mangle attrs and enable mac bindingsGerzain Mata2025-12-075-35/+362
|
* wpan: add libraries for wbaxoviat2025-12-0612-5/+1859
|
* stm32: add wpan dependency to wba examplesxoviat2025-12-033-50/+65
|
* changelogxoviat2025-12-031-0/+1
|
* wpan: refactor into wb55xoviat2025-12-0330-224/+262
|
* fmtxoviat2025-11-231-1/+1
|
* changelogxoviat2025-11-231-0/+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-176-40/+148
|
* wpan_ get net example actually workingxoviat2025-11-174-34/+40
|
* changelogxoviat2025-11-161-0/+1
|
* fmtxoviat2025-11-161-2/+0
|
* wpan: restructure mac driverxoviat2025-11-166-100/+354
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-0610-21/+17
|
* Edition 2024.Dario Nieuwenhuis2025-10-063-26/+27
|
* fix: update more minor versionsUlf Lilleengen2025-08-271-1/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-5/+5
|
* fix: skip publish on a few moreUlf Lilleengen2025-08-251-0/+2
|
* add missingUlf Lilleengen2025-08-251-0/+11
|
* Add build command.Dario Nieuwenhuis2025-08-251-0/+5
|
* fix: prepare embassy-sync 0.7.1 releaseUlf Lilleengen2025-08-121-1/+1
| | | | * Add newtype for moved type to preserve API compat
* chore: update metapac and prepare embassy-stm32 0.3.0Ulf Lilleengen2025-08-121-1/+1
|
* Release embassy-embedded-hal v0.4Dario Nieuwenhuis2025-08-031-1/+1
|
* chore: Release embassy-embedded-hal version 0.3.1Ulf Lilleengen2025-07-161-1/+1
|
* chore: update to `embassy-hal-internal` v0.3.0Ulf Lilleengen2025-07-141-1/+1
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-1/+1
|
* Update defmt dependenciesYuri Astrakhan2025-05-181-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-1/+1
| | | | Prepare version 0.6.2 for release
* Release embassy-stm32 v0.2.0Dario Nieuwenhuis2025-01-101-1/+1
|
* Prepare embassy-embedded-hal 0.3Dániel Buga2025-01-051-1/+1
|
* 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.