aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fix: iso out orderelagil2025-03-151-38/+37
| * | | | | fix: USB ISO IN EP statelagil2025-03-151-20/+25
| |/ / / /
| * | | | Merge pull request #3950 from Matt-Allen-Bose/stm32-pwm-pin-configDario Nieuwenhuis2025-03-112-9/+82
| |\ \ \ \
| | * \ \ \ Merge branch 'embassy-rs:main' into stm32-pwm-pin-configMatt Allen2025-03-072-5/+13
| | |\ \ \ \
| | * | | | | Fixed documentationMatt Allen2025-03-062-2/+2
| | * | | | | Added gpio version specific codeMatt Allen2025-03-062-11/+30
| | * | | | | Added function to channel_impl to allow full configuration of the pinMatt Allen2025-03-052-2/+56
| * | | | | | Reference count senders and receivers so that we don't close down early.Corey Schuhen2025-03-094-69/+199
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #3930 from meowcakes/fix_uartUlf Lilleengen2025-03-062-5/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | fixRogan Morrow2025-02-281-3/+1
| | * | | | fixRogan Morrow2025-02-281-2/+3
| | * | | | add missing moduleRogan Morrow2025-02-281-0/+1
| | * | | | feature flagRogan Morrow2025-02-281-3/+6
| | * | | | add separate tx wakerRogan Morrow2025-02-281-1/+4
| | * | | | only clear idle flagRogan Morrow2025-02-281-1/+3
| | |/ / /
| * / / / stm32: do not use private constructorHendrik v. Raven2025-02-281-1/+1
| |/ / /
| * / / Implement `core::error::Error` for STM32 Serial DevicesGuy Marino2025-02-263-0/+49
| |/ /
| * | Merge pull request #3915 from embedded-rust-iml/fix/BufferedUartRx-nb-readDario Nieuwenhuis2025-02-241-19/+10
| |\ \
| | * | fix: Check buffer full before pop_done()Maximilian Rozwora2025-02-241-3/+4
| | * | Apply cargo formatMaximilian Rozwora2025-02-241-1/+1
| | * | fix: BufferedUartRx embedded_hal_nb::serial::Read implMaximilian Rozwora2025-02-241-19/+9
| * | | doc: Fix "the the"Ronald Weber2025-02-192-3/+3
| |/ /
| * | Merge pull request #3878 from showier-drastic/i2c-v2-add-nackDario Nieuwenhuis2025-02-171-7/+60
| |\ \
| | * | stm32: i2c-v2: Add error handlingShaw Drastin2025-02-121-7/+60
| * | | Merge pull request #3880 from nikvoid/stm32-rtc-subsecondDario Nieuwenhuis2025-02-162-3/+32
| |\ \ \
| | * | | stm32: read microsecond from RTCnikvoid2025-02-132-3/+32
| * | | | fix: Fix for async I2C v2 driver sequential read/write reads. Fixes #3887Fredrik Reinholdsen2025-02-151-12/+10
| | |/ / | |/| |
| * | | fix: UCPD drop logicelagil2025-02-071-6/+11
| * | | set PLLI2SM and plli2s_src f423vinsynth2025-02-021-2/+2
| * | | set PLLI2S M and SRC for f4 chips which support itvinsynth2025-02-021-0/+5
| * | | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.Dario Nieuwenhuis2025-01-264-34/+32
| * | | Merge pull request #3795 from nikvoid/stm32-phy-addr-detectionDario Nieuwenhuis2025-01-261-0/+46
| |\ \ \
| | * | | split PHY constructor to `new` and `new_auto`nikvoid2025-01-231-4/+31
| | * | | run rustfmtnikvoid2025-01-221-2/+2
| | * | | remove cortex-m delaynikvoid2025-01-221-1/+0
| | * | | use `Delay` from `embassy-time` to wait for PHY responsenikvoid2025-01-221-6/+8
| | * | | Option to detect Ethernet PHY address automaticallynikvoid2025-01-221-2/+20
| | |/ /
| * | | Merge pull request #3812 from noracarmig/sai_v3_dmaDario Nieuwenhuis2025-01-262-6/+8
| |\ \ \
| | * | | Allow chips from L5 (sai_v3_2pdm) and H7 (sai_v3_4pdm) families to use extern...noracarmig2025-01-261-6/+6
| | * | | Reset complete count global variable on Dma configurenoracarmig2025-01-261-0/+2
| * | | | fix: STM32H5 UCPD receptionelagil2025-01-261-6/+14
| * | | | derive defmt::Format on pub struct/enum of stm32::rtcGeorges Palauqui2025-01-242-0/+4
| * | | | Merge pull request #3779 from algesten/fix/f107-rccDario Nieuwenhuis2025-01-241-4/+90
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Move PLL2/3 config to before PLLMartin Algesten2025-01-241-29/+31
| | * | | Fix init order of set_prediv1srcMartin Algesten2025-01-241-10/+9
| | * | | Review fixesMartin Algesten2025-01-241-49/+28
| | * | | Full RCC support for STM32F107Martin Algesten2025-01-161-3/+109
| | |/ /
| * | | Merge pull request #3765 from dimpolo/hertz-displayDario Nieuwenhuis2025-01-221-0/+7
| |\ \ \
| | * | | stm32: impl Display for time::Hertzdimi2025-01-131-0/+7
| | |/ /
| * | | Merge pull request #3704 from CNLHC/pwm_support_gp32Dario Nieuwenhuis2025-01-216-50/+96
| |\ \ \