aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2912 from brunob45/simple_captureDario Nieuwenhuis2024-05-203-1/+332
|\
| * fix fmt for ciBruno Bousquet2024-05-062-2/+5
| * add async captureBruno Bousquet2024-05-062-8/+185
| * format timer/mod.rsBruno Bousquet2024-05-051-1/+1
| * add get_input_interruptBruno Bousquet2024-05-052-0/+10
| * formattingBruno Bousquet2024-05-051-1/+0
| * create input_captureBruno Bousquet2024-05-052-0/+142
* | stm32: allow some unused.Dario Nieuwenhuis2024-05-132-0/+2
* | stm32/ospi: remove unused trait.Dario Nieuwenhuis2024-05-121-11/+0
* | [UCPD] Use `ChannelAndRequest` helperTimo Kröger2024-05-101-24/+16
* | Fix PeripheralRef soundness issue allowing &T.Dario Nieuwenhuis2024-05-071-11/+11
|/
* stm32/timer: add `low_level::Timer::get_clock_frequency()`Jan Špaček2024-05-041-0/+5
* stm32/i2c: actually add h7rs support.Dario Nieuwenhuis2024-05-011-2/+2
* stm32/i2c: add h7rs support.Dario Nieuwenhuis2024-05-011-1/+1
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-0114-189/+327
* stm32: add support for H5[23], U5[FG], WBA5[045].Dario Nieuwenhuis2024-04-301-0/+39
* stm32/dma: add support for same channel with different req in different DMAs/...Dario Nieuwenhuis2024-04-294-77/+35
* stm32: rustfmt generated files in build.rsDario Nieuwenhuis2024-04-291-3/+27
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-297-80/+78
* Merge pull request #2887 from jamesmunns/james/stm32-i2cv1-errataDario Nieuwenhuis2024-04-291-0/+26
|\
| * Add workaround for STM32 i2cv1 errataJames Munns2024-04-291-0/+26
* | stm32: dac: fix new_internal not setting mode as documentedAdam Greig2024-04-291-22/+41
|/
* Merge pull request #2876 from ftk/timer32fixDario Nieuwenhuis2024-04-281-1/+4
|\
| * stm32 timer: fix 32bit timer off by 1 ARR errorftk2024-04-271-1/+4
* | Merge pull request #2877 from eZioPan/h5-low-powerDario Nieuwenhuis2024-04-289-69/+73
|\ \
| * | low power for h5eZio Pan2024-04-289-69/+73
| |/
* | Merge pull request #2874 from qwerty19106/patch-1Dario Nieuwenhuis2024-04-281-4/+6
|\ \
| * | Improve Uart::new_half_duplex docsqwerty191062024-04-271-4/+6
| |/
* / Configure MAX_EP_COUNT via const genericsDániel Buga2024-04-271-3/+5
|/
* Reduce use of the full `futures` crate.Dario Nieuwenhuis2024-04-266-8/+8
* stm32/usart: remove wildcard import.Dario Nieuwenhuis2024-04-262-3/+16
* Merge pull request #2871 from bugadani/synopsysDario Nieuwenhuis2024-04-262-1200/+107
|\
| * Remove extra disable callDániel Buga2024-04-261-2/+3
| * Reset inited flag to allow re-enablingDániel Buga2024-04-261-0/+1
| * Hide the Dir traitDániel Buga2024-04-261-2/+2
| * Extract synopsys otg driverDániel Buga2024-04-262-1203/+108
* | Add trace logging for USARTMichael de Silva2024-04-241-6/+26
|/
* Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfgDario Nieuwenhuis2024-04-232-28/+115
|\
| * stm32: can: fd: Properties: simplify reg accessesTorin Cooper-Bennun2024-04-231-2/+2
| * stm32: can: fd: introduce BusErrorMode with docs and Properties getterTorin Cooper-Bennun2024-04-232-3/+29
| * stm32: can: fd: fix a couple doc commentsTorin Cooper-Bennun2024-04-231-2/+2
| * stm32: can: fd: Properties: rm &mut refs; make !Sync; rename gettersTorin Cooper-Bennun2024-04-221-32/+15
| * stm32: can: fd: Properties for common runtime get/set operationsTorin Cooper-Bennun2024-04-221-27/+105
* | Merge pull request #2854 from ericyanush/feat/add-bxcan-sleep-wakeupDario Nieuwenhuis2024-04-222-4/+77
|\ \
| * | rustfmt fixesEric Yanush2024-04-221-5/+6
| * | Add sleep/wakeup handling for bxCAN peripheralsEric Yanush2024-04-221-1/+47
| * | rustfmt whitespace fixesEric Yanush2024-04-222-3/+3
| * | Enable LEC interrupt as wellEric Yanush2024-04-221-0/+1
| * | Ensure bus errors are forwarded only once, enable bus off/passive/warning int...Eric Yanush2024-04-222-3/+28
| |/
* / Fix spelling in vbus_detection doc commentJoël Schulz-Ansres2024-04-221-2/+2
|/