aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix compile error in adc_read doc comment codeJakob2025-05-143-6/+6
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #4137 from cschuhen/stm32-can-data-lenDario Nieuwenhuis2025-04-274-16/+21
| |\ \ \ \ \
| | * | | | | Make raw_data public.Corey Schuhen2025-04-271-2/+2
| | * | | | | STM32: Fix CAN transmit on bxcan targetsAdam Greig2025-04-183-3/+8
| | * | | | | STM32: Change CAN data() to return slice with correct lengthAdam Greig2025-04-182-11/+9
| | * | | | | STM32: Fix G4 build without defmt featureAdam Greig2025-04-181-2/+4
| * | | | | | Fix set_ovsr typo, ramp up to latest stm32-data-generatedThomas Giesel2025-04-261-1/+1
| * | | | | | Merge pull request #4132 from GreatKet/mainDario Nieuwenhuis2025-04-251-4/+4
| |\ \ \ \ \ \
| | * | | | | | Test for dead-time computation correctedEkaterina Savelyeva2025-04-251-1/+1
| | * | | | | | Dead-time computation in complementary PWM fixed (missing DTG msbs added)Ekaterina Savelyeva2025-04-251-3/+3
| * | | | | | | Logging: Make some things less chattyDion Dokter2025-04-251-1/+1
| |/ / / / / /
| * | | | | | stm32/adc: add h7rs support.Dario Nieuwenhuis2025-04-252-11/+13
| * | | | | | Update opamp code to current stm32-metapacThomas Giesel2025-04-241-31/+18
| | |_|/ / / | |/| | | |
| * | | | | Disable SPI before changing config, then re-enable SPI on STM32Sebastian Gabrielli2025-04-221-0/+8
| | |/ / / | |/| | |
| * | | | stm32: update metapac, cleanup clocks a bit.Dario Nieuwenhuis2025-04-187-17/+5
| * | | | derive `Clone` for `hash::Context`Anton Lazarev2025-04-181-0/+1
| | |/ / | |/| |
| * | | Merge pull request #3843 from ost-ing/sdmmc-multiblocksDario Nieuwenhuis2025-04-181-15/+177
| |\ \ \ | | |/ / | |/| |
| | * | stm32/sdmmc: add support for multiple block reads and writes.Oliver2025-04-181-15/+177
| * | | Merge pull request #3965 from toon23/stm32_usart-pin_configDario Nieuwenhuis2025-04-182-91/+83
| |\ \ \
| | * | | Stm32 usart: better names for open drain pin modesAnton Pöhl2025-04-161-6/+6
| | * | | Stm32 usart: Remove meaningless pin configurationsAnton Pöhl2025-04-121-10/+0
| | * | | FormatAnton Pöhl2025-04-112-23/+5
| | * | | Stm32 usart: remove HalfDuplexConfigAnton Pöhl2025-04-112-38/+8
| | * | | Stm32 usart: make pin modes of cts, tx, rts and de configurableAnton Pöhl2025-04-112-34/+84
| * | | | Merge pull request #4089 from IvanLi-CN/g4-opampDario Nieuwenhuis2025-04-181-20/+327
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usageIvan Li2025-04-141-20/+327
| * | | | Added USB core_id 0x1000 for STM32Josep Angel Oltra2025-04-171-1/+1
| * | | | fix: stm32wb55 low power feature did not compileckrenslehner2025-04-152-2/+13
| * | | | Implement MII for STM32 V1 ethernet peripheralAndreas Galauner2025-04-151-15/+116
| |/ / /
| * | | Fix rustfmt #4075RichardWGNR2025-04-111-4/+4
| * | | Capability to modify CAN frame data without copying. #4075RichardWGNR2025-04-111-0/+20
| * | | Fix #4062RichardWGNR2025-04-111-4/+8
| * | | Hand-roll defmt::Format for HertzDániel Buga2025-04-081-1/+7
| * | | remove Hz from logSteven Friedman2025-04-086-7/+7
| * | | Frequency display is now consistentSteven Friedman2025-04-085-5/+5
| * | | Merge pull request #4056 from embassy-rs/f1-enable-adc-irqDario Nieuwenhuis2025-04-061-6/+8
| |\ \ \
| | * | | stm32/adc: enable interrupt for stm32f1Dario Nieuwenhuis2025-04-071-6/+8
| * | | | Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-061-539/+735
| |\ \ \ \
| | * | | | refactor to reduce code duplicationAnton Lazarev2025-03-311-337/+212
| | * | | | support 8 lane data busAnton Lazarev2025-03-311-4/+158
| | * | | | support eMMCAnton Lazarev2025-03-311-1/+184
| | * | | | scaffold eMMC supportAnton Lazarev2025-03-311-315/+395
| | * | | | use ready_for_data status to determine when write has finishedAnton Lazarev2025-03-311-5/+5
| | * | | | use upstream command definitionsAnton Lazarev2025-03-311-151/+55
| | * | | | update sdio-host to 0.6Anton Lazarev2025-03-311-10/+10
| * | | | | Merge pull request #4054 from embassy-rs/ringbuffer2Dario Nieuwenhuis2025-04-062-1/+10
| |\ \ \ \ \
| | * | | | | fix(stm32): handle half-duplex in ringbuffered readBadr Bouslikhin2025-04-062-1/+10
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3922 from antonellocontini/f413-fix-i2s-pll-source-selectionDario Nieuwenhuis2025-04-061-1/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cargo fmtantonello.contini2025-02-251-3/+2
| | * | | | simpler configurationantonello.contini2025-02-251-7/+3