| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 5 | -8/+8 |
| * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -6/+6 |
| * | Load all crates in the graph, honor the "publish" flag to prevent publishing ... | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+34 |
| * | stm32: Add hash test for sha512, varying lengths | Matt Johnston | 2025-08-15 | 2 | -2/+34 |
| * | stm32/hash: Clear HMAC mode bit when hashing | Matt Johnston | 2025-08-15 | 1 | -5/+12 |
| * | stm32 tests: move can_common out of the bin folder | Fabian Wolter | 2025-08-14 | 3 | -0/+2 |
| * | fix: prepare embassy-sync 0.7.1 release | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| * | chore: update metapac and prepare embassy-stm32 0.3.0 | Ulf Lilleengen | 2025-08-12 | 1 | -1/+1 |
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| * | address ci test failure | Rick Rogers | 2025-07-25 | 1 | -0/+2 |
| * | Updated version of stm32-data and added c071 and c051 into ci.sh | Chris Storah | 2025-07-23 | 3 | -1/+11 |
| * | stm32/sdmmc: disable 1bit test. | Dario Nieuwenhuis | 2025-07-04 | 1 | -0/+4 |
| * | stm32/dma: fix packing/unpacking not working. | Dario Nieuwenhuis | 2025-07-04 | 1 | -1/+1 |
| * | Merge pull request #4228 from okhsunrog/adding_eeprom | Ulf Lilleengen | 2025-05-23 | 2 | -2/+38 |
| |\ |
|
| | * | added eeprom to tests | okhsunrog | 2025-05-21 | 2 | -2/+38 |
| * | | embassy-sync: bump to 0.7.0 | Matt Johnston | 2025-05-22 | 1 | -1/+1 |
| |/ |
|
| * | Update defmt dependencies | Yuri Astrakhan | 2025-05-18 | 1 | -3/+3 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 2 | -3/+2 |
| * | Maybe fixed all CI | Dion Dokter | 2025-05-01 | 1 | -3/+5 |
| * | stm32/sdmmc: add support for multiple block reads and writes. | Oliver | 2025-04-18 | 1 | -2/+18 |
| * | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 1 | -2/+2 |
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 1 | -1/+1 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 8 | -68/+74 |
| * | stm32/hash: remove DMA generic param. | Dario Nieuwenhuis | 2025-03-25 | 1 | -2/+1 |
| * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 2 | -4/+2 |
| * | chore: prepare embassy-net release | Ulf Lilleengen | 2025-02-14 | 1 | -1/+1 |
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 1 | -4/+3 |
| * | Merge pull request #3795 from nikvoid/stm32-phy-addr-detection | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| |\ |
|
| | * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| * | | Merge pull request #3781 from markus-k/stm32g0-hsisysdiv | Dario Nieuwenhuis | 2025-01-17 | 1 | -1/+3 |
| |\ \ |
|
| | * | | tests/stm32: fix test for g0 hsi sys_div | Markus Kasten | 2025-01-17 | 1 | -1/+3 |
| * | | | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Update doc projects deps, don't use patch.crates-io | Dario Nieuwenhuis | 2025-01-15 | 1 | -1/+1 |
| |/ |
|
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| * | Fix search-and-replacability | Dániel Buga | 2025-01-05 | 1 | -2/+2 |
| * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| * | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 1 | -1/+1 |
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 1 | -1/+1 |
| * | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 1 | -1/+1 |
| * | Prep executor 0.6.2 | Dániel Buga | 2024-11-06 | 1 | -1/+1 |
| * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| * | tests/stm32: add uart async and blocking flush test. | Dario Nieuwenhuis | 2024-10-14 | 2 | -0/+24 |
| * | tests: remove deprecated -Cinline-threshold. | Dario Nieuwenhuis | 2024-10-14 | 1 | -1/+0 |
| * | Update nighlty, fix warnings. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+1 |
| * | stm32/tests: test spi u8 and u16 word sizes. | Dario Nieuwenhuis | 2024-09-23 | 2 | -74/+140 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -6/+5 |
| * | [UCPD] Add support for non-SOP packets | Sjoerd Simons | 2024-08-18 | 1 | -2/+2 |
| * | Simplify construction of StackResources::new() | Martin Liska | 2024-08-08 | 1 | -6/+1 |