| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | sdmmc: factor out sd and add sdio mod | xoviat | 2025-12-11 | 1 | -2/+3 |
| | | |||||
| * | sdmmc: refactor sd card creation | xoviat | 2025-12-09 | 1 | -21/+14 |
| | | |||||
| * | timer: use u32 for high-level api | xoviat | 2025-12-01 | 2 | -2/+2 |
| | | |||||
| * | chore: bump usbd-hid version | Haobo Gu | 2025-11-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Haobo Gu <[email protected]> | ||||
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ↵ | WillaWillNot | 2025-11-22 | 3 | -18/+3 |
| | | | | | 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 | -8/+3 |
| | | |||||
| * | Updated documentation, fixed EXTI definition issues with chips that have ↵ | WillaWillNot | 2025-11-21 | 3 | -6/+34 |
| | | | | | touch sensing, updated examples, added generation of convenience method to bind_interrupts for easier type erasure | ||||
| * | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 2 | -12/+12 |
| | | |||||
| * | stm32/adc: extract into common | xoviat | 2025-11-12 | 2 | -4/+6 |
| | | | | | add common low-level interface for adc | ||||
| * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 2 | -35/+105 |
| |\ | | | | | | | Add support for changing hid protocol mode in embassy-usb | ||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 19 | -25/+25 |
| | | | |||||
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-02 | 1 | -3/+15 |
| | |\ | |||||
| | * | | update hid mouse and keyboard examples | matteo | 2025-10-01 | 2 | -35/+93 |
| | | | | |||||
| | * | | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 2 | -2/+2 |
| | | | | |||||
| | * | | review comments | matteo | 2025-09-30 | 2 | -4/+8 |
| | | | | |||||
| | * | | update hid examples | matteo | 2025-09-23 | 2 | -2/+10 |
| | | | | |||||
| * | | | adc: remove sample_time from struct | xoviat | 2025-11-10 | 2 | -9/+9 |
| | | | | |||||
| * | | | 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 |
| | | | | |||||
| * | | | Merge branch 'main' into i2c | xoviat | 2025-11-04 | 1 | -9/+20 |
| |\ \ \ | |||||
| | * | | | fmt | xoviat | 2025-11-03 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | stm32/adc: fix example | xoviat | 2025-11-03 | 1 | -8/+19 |
| | | | | | |||||
| * | | | | rustfmt and update | xoviat | 2025-10-30 | 2 | -6/+25 |
| | | | | | |||||
| * | | | | Merge branch 'main' into feature/stm32-i2c-v1-slave-mode | xoviat | 2025-10-30 | 20 | -54/+72 |
| |\| | | | |||||
| | * | | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 17 | -22/+22 |
| | | | | | |||||
| | * | | | Edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 2 | -3/+3 |
| | | |/ | |/| | |||||
| | * | | stm32: add config to MCO to control the drive strength. | Daniel Nilsson | 2025-10-01 | 1 | -3/+15 |
| | |/ | |||||
| | * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 9 | -18/+18 |
| | | | |||||
| | * | chore: prepare embassy crate releases | Ulf Lilleengen | 2025-08-26 | 1 | -8/+8 |
| | | | |||||
| | * | Load all crates in the graph, honor the "publish" flag to prevent publishing ↵ | Dario Nieuwenhuis | 2025-08-25 | 1 | -0/+6 |
| | | | | | | | | | examples/tests. | ||||
| * | | Fix formatting in examples | HybridChild | 2025-08-23 | 2 | -2/+2 |
| | | | |||||
| * | | Fix formatting in examples | HybridChild | 2025-08-23 | 2 | -4/+2 |
| | | | |||||
| * | | Run cargo fmt for examples | HybridChild | 2025-08-23 | 2 | -38/+47 |
| | | | |||||
| * | | stm32/i2c_v1: Add async and blocking example code | HybridChild | 2025-08-23 | 2 | -0/+241 |
| |/ | |||||
| * | 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 | 2 | -36/+4 |
| | | |||||
| * | i2c examples | Süha Ünüvar | 2025-08-08 | 3 | -8/+1 |
| | | |||||
| * | i2s | Süha Ünüvar | 2025-08-08 | 1 | -1/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix examples | Süha Ünüvar | 2025-06-27 | 1 | -1/+1 |
| | | |||||
| * | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 4 | -5/+5 |
| | | |||||
| * | 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 |
| | | |||||
| * | Merge pull request #4016 from antonok-edm/emmc | Dario Nieuwenhuis | 2025-04-06 | 1 | -1/+1 |
| |\ | | | | | | | Support eMMC devices via SDMMC (STM32) | ||||
| | * | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 1 | -1/+1 |
| |/ | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | ||||
| * | 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]> | ||||
