| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update low-power: stm32wl5x update stm32-metapac | liebman | 2025-12-19 | 1 | -2/+4 |
| | | |||||
| * | low-power: stm32wl5x | liebman | 2025-12-19 | 5 | -19/+41 |
| | | |||||
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -3/+3 |
| | | |||||
| * | rustfmt | Bernát Süli | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | stm32: disable HSI48 if not in use | Bernát Süli | 2025-12-19 | 8 | -0/+63 |
| | | |||||
| * | Merge pull request #5103 from Sha0S/main | xoviat | 2025-12-18 | 3 | -0/+15 |
| |\ | | | | | | | stm32: disable HSI if not used | ||||
| | * | stm32: disable HSI if not used | Bernát Süli | 2025-12-18 | 3 | -0/+15 |
| | | | |||||
| * | | Merge branch 'main' of github.com:embassy-rs/embassy into low-power-rtc | xoviat | 2025-12-18 | 3 | -17/+21 |
| |\| | |||||
| | * | stm32: cleanup low-power features | xoviat | 2025-12-18 | 3 | -16/+20 |
| | | | |||||
| * | | stm32: use datemath to resume time | xoviat | 2025-12-18 | 4 | -92/+43 |
| |/ | |||||
| * | Merge pull request #4726 from RaulIQ/main | xoviat | 2025-12-16 | 2 | -0/+43 |
| |\ | | | | | | | [embassy-stm32] add DMA-based input capture for timer channels | ||||
| | * | Merge branch 'main' into main | Raul Alimbekov | 2025-12-16 | 131 | -5980/+11581 |
| | |\ | |||||
| | * | | style: cargo fmt | RaulIQ | 2025-10-02 | 1 | -1/+2 |
| | | | | |||||
| | * | | fix: correct DMA configuration and registers in receive_waveform | RaulIQ | 2025-10-02 | 1 | -4/+7 |
| | | | | |||||
| | * | | changelog: add entry for receive_waveform | RaulIQ | 2025-09-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | add DMA-based input capture for timer channels | RaulIQ | 2025-09-30 | 1 | -0/+38 |
| | | | | |||||
| * | | | Merge pull request #5086 from yodaldevoid/looping-adc-read-redux | xoviat | 2025-12-16 | 2 | -3/+4 |
| |\ \ \ | | | | | | | | | | | | | stm32/adc: allow DMA reads to loop through enabled channels | ||||
| | * | | | stm32/adc: allow DMA reads to loop through enabled channels | Gabriel Smith | 2025-12-16 | 2 | -3/+4 |
| | | |/ | |/| | | | | | | | | | | | | | | | | This was previously implemented for v3 ADCs, but that was lost in the recent refactoring. I have gone through all the reference manuals to verify that this should be supported for all chips, but it has only been confirmed for the STM32H5 series. | ||||
| * | | | Merge pull request #5085 from xoviat/stm32-pender | xoviat | 2025-12-16 | 2 | -10/+36 |
| |\ \ \ | | | | | | | | | | | | | stm32: add low power pender | ||||
| | * | | | stm32: add low power pender | xoviat | 2025-12-16 | 2 | -10/+36 |
| | |/ / | |||||
| * | | | allow stm32wb to enter stop2 | xoviat | 2025-12-16 | 2 | -4/+4 |
| | | | | |||||
| * | | | stm32: fix wb stop entry and hsem logic | xoviat | 2025-12-16 | 2 | -12/+57 |
| |/ / | |||||
| * | | Merge pull request #5068 from leftger/feat/stm32-wpan-linklayer-plat | xoviat | 2025-12-16 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | WPAN: 1st draft of linklayer_plat | ||||
| | * | | WPAN: 1st draft of linklayer_plat | Gerzain Mata | 2025-12-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added embassy-time for delay. - Also added NVIC for task management - Need to solve for RNG Code builds | ||||
| * | | | Fix: Added recommended HTCR0 value to WBA6 RNG | Gerzain Mata | 2025-12-15 | 1 | -1/+24 |
| | | | | |||||
| * | | | update bitflags | xoviat | 2025-12-15 | 1 | -1/+1 |
| | | | | |||||
| * | | | Source system clock from MSIS before (de)configuring PLLs | goodhoko | 2025-12-15 | 2 | -0/+11 |
| | | | | | | | | | | | | | Fixes https://github.com/embassy-rs/embassy/issues/5072 | ||||
| * | | | stm32: block stop2 for wle and misc fixes | xoviat | 2025-12-15 | 4 | -10/+35 |
| |/ / | |||||
| * | | stm32: only set analog if not v1 | liebman | 2025-12-13 | 1 | -1/+4 |
| | | | |||||
| * | | stm32: set pins to ANALOG on init only change specific pins | liebman | 2025-12-13 | 1 | -15/+48 |
| | | | |||||
| * | | stm32: set pins to ANALOG on init | liebman | 2025-12-13 | 1 | -0/+18 |
| | | | |||||
| * | | adc: fix nonvolatile read | xoviat | 2025-12-13 | 1 | -1/+1 |
| | | | | | | | | | closes #5057 | ||||
| * | | impl. scoped block_stop for ipcc | xoviat | 2025-12-13 | 2 | -2/+6 |
| | | | |||||
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into wpan | xoviat | 2025-12-13 | 2 | -19/+10 |
| |\ \ | |||||
| | * | | stm32: fix misc. adc4 issues | xoviat | 2025-12-12 | 2 | -19/+10 |
| | | | | |||||
| * | | | wpan: allow setting Rfwkpsel | xoviat | 2025-12-13 | 2 | -6/+11 |
| |/ / | |||||
| * | | Merge pull request #5053 from xoviat/wpan | xoviat | 2025-12-12 | 1 | -0/+6 |
| |\ \ | | | | | | | | | | wpan: restore ble test | ||||
| | * | | wpan: restore ble test | xoviat | 2025-12-12 | 1 | -0/+6 |
| | | | | |||||
| * | | | stm32/sdio: update transfer interface | xoviat | 2025-12-12 | 3 | -52/+97 |
| |/ / | |||||
| * | | add get_frequency to stm32 pwm channels | tidely | 2025-12-11 | 1 | -0/+10 |
| | | | |||||
| * | | Merge pull request #4969 from TrAyZeN/main | xoviat | 2025-12-11 | 2 | -30/+64 |
| |\ \ | | | | | | | | | | stm32: Add blocking_listen for blocking I2C driver | ||||
| | * \ | Merge branch 'main' into main | xoviat | 2025-12-11 | 41 | -1762/+2296 |
| | |\ \ | |||||
| | * | | | chore: Update changelog | TrAyZeN | 2025-12-01 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | stm32/i2c: Add blocking_listen | TrAyZeN | 2025-12-01 | 1 | -16/+49 |
| | | | | | |||||
| | * | | | stm32/i2c: Restrict listen to async I2c mode | TrAyZeN | 2025-12-01 | 1 | -16/+16 |
| | | | | | |||||
| * | | | | stm32/spi: make SS signal polarity configurable on supported hardware | Pietro Lorefice | 2025-12-11 | 1 | -2/+38 |
| | |/ / |/| | | |||||
| * | | | sdmmc: factor out sd and add sdio mod | xoviat | 2025-12-11 | 3 | -713/+980 |
| | | | | |||||
| * | | | Update stm32-metapac | Lambert Sartory | 2025-12-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | Enable STM32N6 DMA and I2C clock sources | Lambert Sartory | 2025-12-11 | 3 | -5/+20 |
| | | | | |||||
| * | | | sdmmc: more refactorign | xoviat | 2025-12-10 | 1 | -682/+578 |
| | | | | |||||
