aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
* Enable oversampling for ADC v3clubby7892025-07-211-0/+19
* stm32: Fix build for WBA lowpower.Dario Nieuwenhuis2025-07-211-0/+3
* Merge pull request #4418 from leftger/fix/rtc-stm32wbaDario Nieuwenhuis2025-07-213-5/+11
|\
| * Added RTC low-power support for STM32WBA65Gerzain Mata2025-07-183-5/+11
* | Merge pull request #4424 from leftger/fix/stm32wba-vddioDario Nieuwenhuis2025-07-212-6/+13
|\ \
| * | embassy-stm32: account for WBA devices and VDDIO2Gerzain Mata2025-07-192-6/+13
| |/
* / Control RFWKPSEL with ClockMuxclubby7892025-07-201-3/+0
|/
* STM32F0/F3 Remap DMA channelsFabian Wolter2025-07-171-1/+13
* STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activat...Fabian Wolter2025-07-171-2/+8
* Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist and ...Wouter Geraedts2025-07-171-0/+2
* Cargo fmt recent changesGerzain Mata2025-07-161-1/+1
* Fixed register names from recent stm32-data changesGerzain Mata2025-07-161-1/+1
* Merge branch 'main' into feat/adc4-stm32wbaGerzain Mata2025-07-165-29/+55
|\
| * stm32: fix stm32g0b0 build.Dario Nieuwenhuis2025-07-162-2/+2
| * Merge pull request #4357 from purepani/push-kytkkzsvpwrzDario Nieuwenhuis2025-07-163-30/+137
| |\
| * | Fix stm32 buffered half-duplex uart receivechemicstry2025-07-162-1/+3
| * | consolidate endpoint validation logic in stm32korbin2025-07-131-46/+32
| * | make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-132-13/+51
* | | WIP for USB_OTG support on STM32WBA devicesGerzain Mata2025-07-142-5/+44
* | | Merge branch 'main' into feat/adc4-stm32wbaGerzain Mata2025-07-142-26/+95
|\| |
| * | Introduce traits for special channelsDion Dokter2025-07-101-25/+94
| * | fix typodimi2025-07-091-1/+1
* | | Merge remote-tracking branch 'purepani/push-kytkkzsvpwrz'Gerzain Mata2025-07-083-30/+137
|\ \ \ | |/ / |/| / | |/
| * Adds ADC4 for WBApurepani2025-06-303-30/+137
* | Merge pull request #4370 from cmilatinov/feature/stm32-sample-shiftingDario Nieuwenhuis2025-07-062-1/+20
|\ \
| * | Run cargo fmtCristian Milatinov2025-07-052-4/+4
| * | Added sample shifting to qspi config for stm32Cristian Milatinov2025-07-052-1/+20
* | | Merge pull request #4358 from skoe/opamp_rccDario Nieuwenhuis2025-07-061-0/+27
|\ \ \ | |/ / |/| |
| * | Use proper RCC clock enable for opampsThomas Giesel2025-07-051-0/+27
* | | stm32/sdmmc: misc improvementsDario Nieuwenhuis2025-07-041-71/+53
* | | sdmmc: use div_ceil.Dario Nieuwenhuis2025-07-041-5/+3
* | | stm32/dma: fix packing/unpacking not working.Dario Nieuwenhuis2025-07-045-43/+53
* | | stm32/dma: add missing fence on BDMA start.Dario Nieuwenhuis2025-07-041-3/+3
* | | Update Rust nightly, stable.Dario Nieuwenhuis2025-07-045-21/+21
* | | Merge pull request #4365 from qwerty19106/stm32_impl_nb_writeDario Nieuwenhuis2025-07-031-1/+15
|\ \ \
| * | | Fix impl embedded_hal_nb::serial::Write for embassy_stm32::usart::UartTxqwerty191062025-07-031-1/+15
| | |/ | |/|
* | | Merge pull request #4330 from innermatrix/stm32-adc-v1-watchdogUlf Lilleengen2025-07-032-4/+207
|\ \ \ | |/ / |/| |
| * | Added STM32 ADCv1 analog watchdog implementationIris Artin2025-06-262-4/+207
* | | correct documentationSüha Ünüvar2025-06-271-1/+1
* | | rename fns and add documentationSüha Ünüvar2025-06-271-2/+7
* | | run cargo fmtmelvdl2025-06-272-2/+2
* | | stm32: rename timer channel trait; replace impls via macro with impls generic...melvdl2025-06-278-274/+241
* | | stm32: generify timer::one_pulse and timer::qei pin constructorsmelvdl2025-06-262-44/+86
* | | stm32: generify timer channelsmelvdl2025-06-268-219/+279
| |/ |/|
* | Added STM32WBA6XXX devices as featuresGerzain Mata2025-06-261-1/+1
* | Merge branch 'main' into generate_all_opamp_pinsThomas Giesel2025-06-257-325/+324
|\ \
| * | Fix issues #4333jake-taf2025-06-231-2/+2
| * | Merge pull request #4272 from cschuhen/fdcan_refcounter_raiiDario Nieuwenhuis2025-06-224-318/+316
| |\ \
| | * | FDCAN/BXCAN: Finish implementation of RAII instance counters.Corey Schuhen2025-06-214-221/+243
| | * | Add TxGuard and RxGuard which impl RAII for the STM32 CAN reference countingTobias Naumann2025-06-212-74/+64