| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 2 | -12/+2 |
| | | | | | ExtiInput to accept AnyPin and AnyChannel arguments, added ExtiPin trait for all pins which is lost on converstion to AnyPin and contains type-level ExtiChannel information | ||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 3 | -6/+12 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 2 | -5/+9 |
| | | | | | add common low-level interface for adc | ||||
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 2 | -9/+5 |
| | | |||||
| * | feat: stm32 spi driver slave mode | Cristian Milatinov | 2025-11-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SPI slave constructors Fix SPI slave constructors Fix embedded hal async trait One more constructor fix Set SSM bit in SPI driver according to CommunicationMode Fix embedded_hal_async trait to be generic for both master and slave Fix I2S driver to use async master SPI Forgot import from spi mode Fix CommunicationMode associated const conditionals Duplicate doc for CommunicationMode const Add missing nss argument Fix existing SPI tests not compiling Fix stm32h7rs examples not compiling Fix failing stm32l4 example Fix stm32h7 example Fix stm32h7 spi_bdma example Fix stm32h7 spi example Fix stm32f4 example docs: added entry in changelog.md fix: spi_v3 vals mismatch + rise_fall_speed renamed to gpio_speed fix: added spi_v6 conditional compilation feature fix: use if_afio macro in slave constructors fix: add missing trait bound fix: if_afio for cs pin trait fix: changelog message fix: broken rebase | ||||
| * | rtc: use consistent api between stop and non-stop | xoviat | 2025-11-04 | 1 | -2/+2 |
| | | |||||
| * | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_buffered | maor malka | 2025-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-10-07 | 8 | -12/+14 |
| |\ | |||||
| | * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 7 | -11/+13 |
| | | | |||||
| | * | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-10-06 | 1 | -2/+8 |
| |\| | |||||
| | * | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -2/+8 |
| | | | |||||
| * | | Merge branch 'main' into main | maor1993 | 2025-08-29 | 2 | -6/+6 |
| |\| | |||||
| | * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -6/+6 |
| | | | |||||
| * | | Merge branch 'embassy-rs:main' into main | maor1993 | 2025-08-29 | 1 | -8/+14 |
| |\| | |||||
| | * | fix: update more minor versions | Ulf Lilleengen | 2025-08-27 | 1 | -1/+1 |
| | | | |||||
| | * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -7/+7 |
| | | | |||||
| | * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | | | | | examples/tests. | ||||
| * | | stm32l4/example/adc_dma: missing clock configuration | maor malka | 2025-08-24 | 1 | -5/+7 |
| | | | |||||
| * | | stm32/adc/v3: added support for DMA based adc sampling | maor malka | 2025-08-24 | 1 | -0/+49 |
| |/ | |||||
| * | 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 |
| | | |||||
| * | rustfmt | Süha Ünüvar | 2025-08-08 | 1 | -9/+1 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 4 | -7/+2 |
| | | |||||
| * | Release embassy-embedded-hal v0.4 | Dario Nieuwenhuis | 2025-08-03 | 1 | -1/+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 |
| | | |||||
| * | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | merge new embassy changes | jrmoulton | 2025-06-10 | 10 | -33/+502 |
| |\ | |||||
| | * | 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 | -2/+0 |
| | | | | | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| | * | Maybe fixed all CI | Dion Dokter | 2025-05-01 | 1 | -1/+1 |
| | | | |||||
| | * | 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/+3 |
| | | | |||||
| | * | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 2 | -5/+5 |
| | | | |||||
| | * | chore: prepare embassy-net release | Ulf Lilleengen | 2025-02-14 | 1 | -1/+1 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | Prepare embassy-net drivers | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | Prepare embassy-net 0.6 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | Prepare embassy-embedded-hal 0.3 | Dániel Buga | 2025-01-05 | 1 | -1/+1 |
| | | | |||||
| | * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -7/+0 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | stm32 tsc examples: minor corrections | michel | 2024-11-29 | 1 | -2/+2 |
| | | | |||||
| | * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵ | michel | 2024-11-29 | 3 | -11/+11 |
| | | | | | | | | | consistency | ||||
