| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 1 | -1/+1 |
| | | |||||
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -5/+5 |
| | | |||||
| * | fix: skip publish on a few more | Ulf Lilleengen | 2025-08-25 | 1 | -0/+2 |
| | | |||||
| * | add missing | Ulf Lilleengen | 2025-08-25 | 1 | -0/+11 |
| | | |||||
| * | Add build command. | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+5 |
| | | |||||
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | | | | * Add newtype for moved type to preserve API compat | ||||
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 1 | -1/+1 |
| | | |||||
| * | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | chore: update to `embassy-hal-internal` v0.3.0 | Ulf Lilleengen | 2025-07-14 | 1 | -1/+1 |
| | | |||||
| * | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| | | |||||
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -1/+1 |
| | | |||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -5/+3 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Enable docs for `ble` and `mac` | Lofty Inclination | 2025-01-01 | 1 | -2/+2 |
| | | |||||
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -1/+1 |
| | | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | 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 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare release of embassy-hal-internal | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare release of embassy-embedded-hal 0.2.0 | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | 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+. | ||||
| * | prepare for embassy-time 0.3.1 release | Ulf Lilleengen | 2024-06-04 | 1 | -1/+1 |
| | | |||||
| * | Fix all check-cfg errors in the entire repo. | Dario Nieuwenhuis | 2024-05-31 | 1 | -0/+2 |
| | | | | | the main ci.sh now passes if running with nightly. | ||||
| * | Prepare for embassy-sync 0.6.0 release | Ulf Lilleengen | 2024-05-29 | 1 | -1/+1 |
| | | |||||
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 2 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add scatter memory files for extended BLE stack | Taylor Carpenter | 2024-02-01 | 4 | -2/+49 |
| | | | | | Build script chooses the 'x.in' to copy over to 'tl_mbox.x' based on features | ||||
| * | fix: add missing file | Ulf Lilleengen | 2024-01-12 | 1 | -0/+13 |
| | | |||||
| * | docs: add readme | Ulf Lilleengen | 2024-01-12 | 2 | -0/+7 |
| | | |||||
| * | fix: use released version for stm32wb-hci | Ulf Lilleengen | 2024-01-12 | 1 | -1/+1 |
| | | |||||
| * | Add docs.rs metadata to all crates. | Dario Nieuwenhuis | 2024-01-11 | 1 | -0/+3 |
| | | |||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+1 |
| | | |||||
| * | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+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 |
| | | |||||
