aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | stm32/dac: dedup pin and DMA traits, demacrofify.Dario Nieuwenhuis2025-03-252-120/+113
| | * | | | | Merge pull request #3992 from elagil/usb_fixesDario Nieuwenhuis2025-03-251-0/+10
| | |\ \ \ \ \
| | | * | | | | fix(usb): blocking waitelagil2025-03-241-1/+1
| | | * | | | | fix: buildelagil2025-03-221-2/+1
| | | * | | | | fix: apply STM32H5 USB errata (OUT transfer delay)elagil2025-03-221-0/+11
| | * | | | | | Clarified ADC API documentation for some STM32s.John Kjellberg2025-03-251-0/+3
| | |/ / / / /
| * | | | | | Cleanup stm32_metapac register usage in usart moduleTobias Naumann2025-03-271-3/+3
| * | | | | | Fix unused importsTobias Naumann2025-03-272-11/+2
| * | | | | | Check and clear idle and error flags togetherTobias Naumann2025-03-211-40/+39
| * | | | | | Use write closure to clear idle flag, only read rdr on usart versions which n...Tobias Naumann2025-03-211-7/+6
| | |_|/ / / | |/| | | |
| * | | | | Add embedded_hal_nb::serial::Read impl for RingBufferedUartRxTobias Naumann2025-03-211-11/+38
| |/ / / /
| * | | | Fix compile error in ospiRasmus Melchior Jacobsen2025-03-201-2/+2
| * | | | feat(stm32): Add OTP flash region (again)Rasmus Melchior Jacobsen2025-03-206-1/+13
| * | | | Added ADC support for STM32C0.Timofei Korostelev2025-03-203-5/+486
| * | | | Update stm32-data.Dario Nieuwenhuis2025-03-201-4/+4
| * | | | Recover from errors in ringbuffered usartTobias Naumann2025-03-201-5/+10
| * | | | `embassy-stm32::hspi`: gate derive(defmt::Format) behind feature flagdimi2025-03-182-12/+24
| * | | | Merge pull request #3964 from elagil/sof_out_usbDario Nieuwenhuis2025-03-162-0/+20
| |\ \ \ \
| | * | | | fix: disable `new_with_sof` for STM32L1elagil2025-03-161-3/+1
| | * | | | feat: add optional USB SOF outputelagil2025-03-122-0/+22
| * | | | | fix: only ISO EP is always double bufferedelagil2025-03-161-2/+3
| * | | | | refactor: fix build warningselagil2025-03-151-8/+16
| * | | | | refactor: USB read function restructureelagil2025-03-151-19/+14
| * | | | | 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
| | |/ / | |/| |