aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Updated metapac tagDion Dokter2025-05-061-4/+2
| | * | | | | Remove all notion of 'default' and 'alt' flash layouts. Now there's just the ...Dion Dokter2025-05-0116-144/+26
| | * | | | | Fix dual bank support for F7Dion Dokter2025-05-011-2/+55
| | * | | | | Fix the f4 flash tests by throwing away alt modeDion Dokter2025-05-011-249/+68
| | * | | | | Maybe fixed all CIDion Dokter2025-05-011-2/+2
| | * | | | | Merge branch 'main' into configurable-bank-supportdiondokter2025-05-0113-65/+74
| | |\| | | |
| | | * | | | stm32/otg: calculate TRDT using AHB freq instead of kernel freq.Dario Nieuwenhuis2025-04-303-1/+8
| | * | | | | Use generated metapac instead of local oneDion Dokter2025-04-291-2/+2
| | * | | | | Update changelogDion Dokter2025-04-291-1/+1
| | * | | | | Add L4+ supportDion Dokter2025-04-291-0/+10
| | * | | | | Add f7 supportDion Dokter2025-04-291-0/+10
| | * | | | | Add F4 supportDion Dokter2025-04-292-8/+14
| | * | | | | Add support for L5Dion Dokter2025-04-291-0/+10
| | * | | | | Add support for g0Dion Dokter2025-04-291-1/+11
| | * | | | | Add to changelogDion Dokter2025-04-241-0/+1
| | * | | | | Check the bank setup when requiredDion Dokter2025-04-242-0/+14
| | * | | | | Add configurable bank support in build scriptDion Dokter2025-04-242-18/+58
| * | | | | | 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-262-3/+3
| * | | | | | 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-242-33/+20
| | |_|/ / / | |/| | | |
| * | | | | 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-189-44/+63
| * | | | 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-182-20/+339
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usageIvan Li2025-04-142-20/+339
| * | | | 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
| * | | | Merge pull request #4090 from diondokter/g4-adc5Dario Nieuwenhuis2025-04-141-0/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add the ADC5 to the DMA codegen for the STM32g4x3 and g4x4Dion Dokter2025-04-141-0/+7
| * | | | Fix rustfmt #4075RichardWGNR2025-04-111-4/+4
| * | | | Capability to modify CAN frame data without copying. #4075RichardWGNR2025-04-111-0/+20