| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | stm32/dac: dedup pin and DMA traits, demacrofify. | Dario Nieuwenhuis | 2025-03-25 | 2 | -120/+113 | |
| | | * | | | | | Merge pull request #3992 from elagil/usb_fixes | Dario Nieuwenhuis | 2025-03-25 | 1 | -0/+10 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | fix(usb): blocking wait | elagil | 2025-03-24 | 1 | -1/+1 | |
| | | | * | | | | | fix: build | elagil | 2025-03-22 | 1 | -2/+1 | |
| | | | * | | | | | fix: apply STM32H5 USB errata (OUT transfer delay) | elagil | 2025-03-22 | 1 | -0/+11 | |
| | | * | | | | | | Clarified ADC API documentation for some STM32s. | John Kjellberg | 2025-03-25 | 1 | -0/+3 | |
| | | |/ / / / / | ||||||
| | * | | | | | | Cleanup stm32_metapac register usage in usart module | Tobias Naumann | 2025-03-27 | 1 | -3/+3 | |
| | * | | | | | | Fix unused imports | Tobias Naumann | 2025-03-27 | 2 | -11/+2 | |
| | * | | | | | | Check and clear idle and error flags together | Tobias Naumann | 2025-03-21 | 1 | -40/+39 | |
| | * | | | | | | Use write closure to clear idle flag, only read rdr on usart versions which n... | Tobias Naumann | 2025-03-21 | 1 | -7/+6 | |
| | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | Add embedded_hal_nb::serial::Read impl for RingBufferedUartRx | Tobias Naumann | 2025-03-21 | 1 | -11/+38 | |
| | |/ / / / | ||||||
| | * | | | | Fix compile error in ospi | Rasmus Melchior Jacobsen | 2025-03-20 | 1 | -2/+2 | |
| | * | | | | feat(stm32): Add OTP flash region (again) | Rasmus Melchior Jacobsen | 2025-03-20 | 6 | -1/+13 | |
| | * | | | | Added ADC support for STM32C0. | Timofei Korostelev | 2025-03-20 | 3 | -5/+486 | |
| | * | | | | Update stm32-data. | Dario Nieuwenhuis | 2025-03-20 | 1 | -4/+4 | |
| | * | | | | Recover from errors in ringbuffered usart | Tobias Naumann | 2025-03-20 | 1 | -5/+10 | |
| | * | | | | `embassy-stm32::hspi`: gate derive(defmt::Format) behind feature flag | dimi | 2025-03-18 | 2 | -12/+24 | |
| | * | | | | Merge pull request #3964 from elagil/sof_out_usb | Dario Nieuwenhuis | 2025-03-16 | 2 | -0/+20 | |
| | |\ \ \ \ | ||||||
| | | * | | | | fix: disable `new_with_sof` for STM32L1 | elagil | 2025-03-16 | 1 | -3/+1 | |
| | | * | | | | feat: add optional USB SOF output | elagil | 2025-03-12 | 2 | -0/+22 | |
| | * | | | | | fix: only ISO EP is always double buffered | elagil | 2025-03-16 | 1 | -2/+3 | |
| | * | | | | | refactor: fix build warnings | elagil | 2025-03-15 | 1 | -8/+16 | |
| | * | | | | | refactor: USB read function restructure | elagil | 2025-03-15 | 1 | -19/+14 | |
| | * | | | | | fix: iso out order | elagil | 2025-03-15 | 1 | -38/+37 | |
| | * | | | | | fix: USB ISO IN EP stat | elagil | 2025-03-15 | 1 | -20/+25 | |
| | |/ / / / | ||||||
| | * | | | | Merge pull request #3950 from Matt-Allen-Bose/stm32-pwm-pin-config | Dario Nieuwenhuis | 2025-03-11 | 2 | -9/+82 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch 'embassy-rs:main' into stm32-pwm-pin-config | Matt Allen | 2025-03-07 | 2 | -5/+13 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | Fixed documentation | Matt Allen | 2025-03-06 | 2 | -2/+2 | |
| | | * | | | | | Added gpio version specific code | Matt Allen | 2025-03-06 | 2 | -11/+30 | |
| | | * | | | | | Added function to channel_impl to allow full configuration of the pin | Matt Allen | 2025-03-05 | 2 | -2/+56 | |
| | * | | | | | | Reference count senders and receivers so that we don't close down early. | Corey Schuhen | 2025-03-09 | 4 | -69/+199 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Merge pull request #3930 from meowcakes/fix_uart | Ulf Lilleengen | 2025-03-06 | 2 | -5/+13 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | fix | Rogan Morrow | 2025-02-28 | 1 | -3/+1 | |
| | | * | | | | fix | Rogan Morrow | 2025-02-28 | 1 | -2/+3 | |
| | | * | | | | add missing module | Rogan Morrow | 2025-02-28 | 1 | -0/+1 | |
| | | * | | | | feature flag | Rogan Morrow | 2025-02-28 | 1 | -3/+6 | |
| | | * | | | | add separate tx waker | Rogan Morrow | 2025-02-28 | 1 | -1/+4 | |
| | | * | | | | only clear idle flag | Rogan Morrow | 2025-02-28 | 1 | -1/+3 | |
| | | |/ / / | ||||||
| | * / / / | stm32: do not use private constructor | Hendrik v. Raven | 2025-02-28 | 1 | -1/+1 | |
| | |/ / / | ||||||
| | * / / | Implement `core::error::Error` for STM32 Serial Devices | Guy Marino | 2025-02-26 | 3 | -0/+49 | |
| | |/ / | ||||||
| | * | | Merge pull request #3915 from embedded-rust-iml/fix/BufferedUartRx-nb-read | Dario Nieuwenhuis | 2025-02-24 | 1 | -19/+10 | |
| | |\ \ | ||||||
| | | * | | fix: Check buffer full before pop_done() | Maximilian Rozwora | 2025-02-24 | 1 | -3/+4 | |
| | | * | | Apply cargo format | Maximilian Rozwora | 2025-02-24 | 1 | -1/+1 | |
| | | * | | fix: BufferedUartRx embedded_hal_nb::serial::Read impl | Maximilian Rozwora | 2025-02-24 | 1 | -19/+9 | |
| | * | | | doc: Fix "the the" | Ronald Weber | 2025-02-19 | 2 | -3/+3 | |
| | |/ / | ||||||
| | * | | Merge pull request #3878 from showier-drastic/i2c-v2-add-nack | Dario Nieuwenhuis | 2025-02-17 | 1 | -7/+60 | |
| | |\ \ | ||||||
| | | * | | stm32: i2c-v2: Add error handling | Shaw Drastin | 2025-02-12 | 1 | -7/+60 | |
| | * | | | Merge pull request #3880 from nikvoid/stm32-rtc-subsecond | Dario Nieuwenhuis | 2025-02-16 | 2 | -3/+32 | |
| | |\ \ \ | ||||||
| | | * | | | stm32: read microsecond from RTC | nikvoid | 2025-02-13 | 2 | -3/+32 | |
| | * | | | | fix: Fix for async I2C v2 driver sequential read/write reads. Fixes #3887 | Fredrik Reinholdsen | 2025-02-15 | 1 | -12/+10 | |
| | | |/ / | |/| | | ||||||
