| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | |
| | | |/ / | |/| | | ||||||
| | * | | | fix: UCPD drop logic | elagil | 2025-02-07 | 1 | -6/+11 | |
| | * | | | set PLLI2SM and plli2s_src f423 | vinsynth | 2025-02-02 | 1 | -2/+2 | |
| | * | | | set PLLI2S M and SRC for f4 chips which support it | vinsynth | 2025-02-02 | 1 | -0/+5 | |
| | * | | | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 4 | -34/+32 | |
| | * | | | Merge pull request #3795 from nikvoid/stm32-phy-addr-detection | Dario Nieuwenhuis | 2025-01-26 | 1 | -0/+46 | |
| | |\ \ \ | ||||||
| | | * | | | split PHY constructor to `new` and `new_auto` | nikvoid | 2025-01-23 | 1 | -4/+31 | |
| | | * | | | run rustfmt | nikvoid | 2025-01-22 | 1 | -2/+2 | |
| | | * | | | remove cortex-m delay | nikvoid | 2025-01-22 | 1 | -1/+0 | |
| | | * | | | use `Delay` from `embassy-time` to wait for PHY response | nikvoid | 2025-01-22 | 1 | -6/+8 | |
| | | * | | | Option to detect Ethernet PHY address automatically | nikvoid | 2025-01-22 | 1 | -2/+20 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #3812 from noracarmig/sai_v3_dma | Dario Nieuwenhuis | 2025-01-26 | 2 | -6/+8 | |
| | |\ \ \ | ||||||
| | | * | | | Allow chips from L5 (sai_v3_2pdm) and H7 (sai_v3_4pdm) families to use extern... | noracarmig | 2025-01-26 | 1 | -6/+6 | |
| | | * | | | Reset complete count global variable on Dma configure | noracarmig | 2025-01-26 | 1 | -0/+2 | |
| | * | | | | fix: STM32H5 UCPD reception | elagil | 2025-01-26 | 1 | -6/+14 | |
| | * | | | | derive defmt::Format on pub struct/enum of stm32::rtc | Georges Palauqui | 2025-01-24 | 2 | -0/+4 | |
| | * | | | | Merge pull request #3779 from algesten/fix/f107-rcc | Dario Nieuwenhuis | 2025-01-24 | 1 | -4/+90 | |
| | |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | | * | | | Move PLL2/3 config to before PLL | Martin Algesten | 2025-01-24 | 1 | -29/+31 | |
| | | * | | | Fix init order of set_prediv1src | Martin Algesten | 2025-01-24 | 1 | -10/+9 | |
| | | * | | | Review fixes | Martin Algesten | 2025-01-24 | 1 | -49/+28 | |
| | | * | | | Full RCC support for STM32F107 | Martin Algesten | 2025-01-16 | 1 | -3/+109 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #3765 from dimpolo/hertz-display | Dario Nieuwenhuis | 2025-01-22 | 1 | -0/+7 | |
| | |\ \ \ | ||||||
| | | * | | | stm32: impl Display for time::Hertz | dimi | 2025-01-13 | 1 | -0/+7 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #3704 from CNLHC/pwm_support_gp32 | Dario Nieuwenhuis | 2025-01-21 | 6 | -50/+96 | |
| | |\ \ \ | ||||||
