aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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
|
* Enable docs for `ble` and `mac`Lofty Inclination2025-01-011-2/+2
|
* Prepare new embassy-time-*driver, embassy-executor, embassy-timeDániel Buga2024-12-221-1/+1
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* 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
|
* Prepare embassy-time releaseUlf Lilleengen2024-08-051-1/+1
|
* Prepare release of embassy-hal-internalUlf Lilleengen2024-08-051-1/+1
|
* Prepare release of embassy-embedded-hal 0.2.0Ulf Lilleengen2024-08-051-1/+1
|
* 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+.
* prepare for embassy-time 0.3.1 releaseUlf Lilleengen2024-06-041-1/+1
|
* Fix all check-cfg errors in the entire repo.Dario Nieuwenhuis2024-05-311-0/+2
| | | | the main ci.sh now passes if running with nightly.
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-1/+1
|
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-262-2/+2
|
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-2/+0
|
* fmt: disable "unused" warnings.Dario Nieuwenhuis2024-03-201-2/+1
|
* Add scatter memory files for extended BLE stackTaylor Carpenter2024-02-014-2/+49
| | | | Build script chooses the 'x.in' to copy over to 'tl_mbox.x' based on features
* fix: add missing fileUlf Lilleengen2024-01-121-0/+13
|
* docs: add readmeUlf Lilleengen2024-01-122-0/+7
|
* fix: use released version for stm32wb-hciUlf Lilleengen2024-01-121-1/+1
|
* Add docs.rs metadata to all crates.Dario Nieuwenhuis2024-01-111-0/+3
|
* bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.Dario Nieuwenhuis2024-01-111-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+1
|
* update release version in examples and other cratesScott Mabin2023-12-041-2/+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
|