| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adc: allow usage of anyadcchannel for adc4 | xoviat | 2025-11-20 | 1 | -1/+1 |
| | | |||||
| * | stm32: extract adc4 | xoviat | 2025-11-12 | 1 | -9/+12 |
| | | | | | extract adc4 into common adc system and add anyInstance trait to cover adc4 and not adc4 | ||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 1 | -7/+9 |
| | | | | | add common low-level interface for adc | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -11/+7 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 4 | -8/+8 |
| | | |||||
| * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | 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/+6 |
| | | | | | examples/tests. | ||||
| * | 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 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 1 | -2/+1 |
| | | |||||
| * | chore: prepare embassy-executor 0.8 release | Ulf Lilleengen | 2025-07-31 | 1 | -1/+1 |
| | | |||||
| * | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 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 | -3/+3 |
| | | |||||
| * | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 1 | -1/+1 |
| | | | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]> | ||||
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -2/+2 |
| | | |||||
| * | chore: bump embassy-sync version | Ulf Lilleengen | 2025-01-15 | 1 | -1/+1 |
| | | | | | Prepare version 0.6.2 for release | ||||
| * | Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. | Dario Nieuwenhuis | 2025-01-15 | 1 | -1/+1 |
| | | |||||
| * | Release embassy-stm32 v0.2.0 | Dario Nieuwenhuis | 2025-01-10 | 1 | -1/+1 |
| | | |||||
| * | stm32u5: Add HSPI example using a flash in memory mapped mode | William Spinelli | 2025-01-07 | 1 | -0/+455 |
| | | |||||
| * | stm32: generate singletons only for pins that actually exist. | Dario Nieuwenhuis | 2025-01-07 | 1 | -1/+2 |
| | | | | | | | | Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes codegen to only generate singletons for actually-existing pins. (AFs were already previously filtered, so these non-existing pins were already mostly useless) | ||||
| * | fix formatting | klownfish | 2024-12-31 | 1 | -18/+12 |
| | | |||||
| * | cleanup | klownfish | 2024-12-27 | 1 | -19/+0 |
| | | |||||
| * | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-27 | 3 | -16/+2 |
| |\ | |||||
| | * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 2 | -14/+0 |
| | | | |||||
| | * | Prepare new embassy-time-*driver, embassy-executor, embassy-time | Dániel Buga | 2024-12-22 | 1 | -2/+2 |
| | | | |||||
| * | | add async read for u5 ADC4 | klownfish | 2024-12-27 | 1 | -29/+73 |
| | | | |||||
| * | | Merge branch 'embassy-rs:main' into u5_adc | Olof | 2024-12-18 | 8 | -52/+633 |
| |\| | |||||
| | * | Merge pull request #3593 from bugadani/refactor | Dario Nieuwenhuis | 2024-12-16 | 1 | -1/+1 |
| | |\ | | | | | | | | | | Rework time-driver contract. | ||||
| | | * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add support for stm32u595/5a5 OTG_HS in client mode | Dave Marples | 2024-12-10 | 1 | -0/+129 |
| | |/ | |||||
| | * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵ | michel | 2024-11-29 | 1 | -5/+5 |
| | | | | | | | | | consistency | ||||
| | * | STM32-TSC: enable discriminating between pins within same TSC group and ↵ | michel | 2024-11-29 | 1 | -43/+32 |
| | | | | | | | | | improve TSC library in general | ||||
| | * | 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 | ||||
| | * | 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 |
| | | | |||||
| | * | Update chip from stm32u585ai to stm32u5g9zj and fix pinout | William | 2024-10-28 | 4 | -7/+7 |
| | | | |||||
| | * | Fix format | William | 2024-10-28 | 1 | -2/+1 |
| | | | |||||
| | * | Add LTDC example for STM32U5G9J-DK2 demo board | William | 2024-10-25 | 3 | -0/+464 |
| | | | |||||
| | * | Release embassy-executor v0.6.1, embassy-executor-macros v0.6.1 | Dario Nieuwenhuis | 2024-10-21 | 1 | -1/+1 |
| | | | |||||
| * | | better u5 adc example | klownfish | 2024-12-18 | 1 | -23/+44 |
| | | | |||||
| * | | add example for u5 ADC | klownfish | 2024-09-24 | 1 | -0/+69 |
| |/ | |||||
| * | prepare release embassy-executor | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare to release embassy-usb | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Prepare embassy-time release | Ulf Lilleengen | 2024-08-05 | 1 | -1/+1 |
| | | |||||
| * | Update example | Eekle | 2024-06-30 | 1 | -2/+2 |
| | | |||||
| * | fmt | Eekle | 2024-06-23 | 1 | -4/+2 |
| | | |||||
| * | Add async wait to TSC | Eekle | 2024-06-23 | 1 | -2/+10 |
| | | |||||
