aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | refactor: update write DMA transfer function to use separate memory word typeLiu Hancheng2025-01-051-5/+5
| | * | | refactor: update DMA transfer functions to support separate memory and periph...Liu Hancheng2025-01-042-15/+21
| | * | | refactor: simplify timer bits handlingLiu Hancheng2025-01-041-5/+3
| | * | | refactor: update DMA pointer types for cryp and hash modulesLiu Hancheng2025-01-042-8/+15
| | * | | refactor: update DMA transfer functions to use separate memory and peripheral...Liu Hancheng2025-01-042-29/+35
| | * | | dev: change name to bitsLiu Hancheng2025-01-022-2/+2
| | * | | refactor: exclude stm32l0 for 32bit timer branchLiu Hancheng2025-01-011-0/+1
| | * | | doc: add doc for timer get_bits fnLiu Hancheng2025-01-011-0/+1
| | * | | refactor: change import styleLiu Hancheng2025-01-011-2/+1
| | * | | docs: Update PWM waveform function documentation for data alignmentLiu Hancheng2025-01-011-1/+4
| | * | | feat: Add 32-bit timer support for waveform functionLiu Hancheng2025-01-012-9/+34
| * | | | Merge pull request #3782 from Andreychik32/mainDario Nieuwenhuis2025-01-211-1/+1
| |\ \ \ \
| | * | | | fix wrong negation of fdcan set_transmit_pause function parameterAndrii2025-01-171-1/+1
| | | |/ / | | |/| |
| * / | | stm32/rcc: add HSISYS support for g0Markus Kasten2025-01-171-11/+24
| |/ / /
| * | | Fix unsupported trace! call for EndpointAddressVolkalex282025-01-091-1/+1
| * | | stm32: flash: fix flash erase on stm32f3xx seriesMatt Rodgers2025-01-081-2/+2
| * | | Merge pull request #3725 from CNLHC/qspi_mmapDario Nieuwenhuis2025-01-071-0/+20
| |\ \ \
| | * | | feat: mmap mode for qspi and exampleLiu Hancheng2025-01-071-0/+20
| * | | | Merge pull request #3667 from williams-one/stm32u5-add-hspi-supportDario Nieuwenhuis2025-01-074-1/+1422
| |\ \ \ \
| | * | | | Fix typo.Dario Nieuwenhuis2025-01-071-1/+1
| | * | | | stm32u5: Add support for HSPI peripheralWilliam Spinelli2025-01-073-0/+1421
| | |/ / /
| * | | | Merge pull request #3716 from elagil/fix_stm32f4_i2s_clocksDario Nieuwenhuis2025-01-071-5/+4
| |\ \ \ \
| | * | | | fix: unneeded mutabilityelagil2025-01-031-1/+1
| | * | | | fix: unused importelagil2025-01-031-2/+1
| | * | | | fix: configuration logicelagil2025-01-031-1/+1
| | * | | | fix: STM32F4 I2S clock calculationselagil2025-01-031-4/+4
| * | | | | Merge pull request #3724 from CNLHC/qspi_waiting_conditionDario Nieuwenhuis2025-01-071-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | fix typoLiu Hancheng2025-01-051-4/+1
| | * | | | fix: fix qspi waiting conditionLiu Hancheng2025-01-051-2/+5
| | |/ / /
| * | | | feat: calibrating Differential ADC for G4Ivan Li2025-01-071-0/+8
| * | | | Allow split CAN Rx to modify the filtersTamme Dittrich2025-01-071-3/+27
| * | | | Update stm32-metapac.Dario Nieuwenhuis2025-01-065-10/+14
| * | | | stm32: Implement reads of DTS peripheralGabriel Smith2025-01-043-0/+292
| |/ / /
| * | | chore: fix buildelagil2025-01-0333-178/+184
| * | | chore: clean up stm32h5 ucpdelagil2025-01-031-14/+8
| * | | fix stmd g0/g4 formatting and bker bit accesschanterheld2025-01-022-5/+6
| * | | fix g0 wait_busychanterheld2025-01-021-1/+1
| * | | embassy-stm32. support g0 second flash bankchanterheld2025-01-022-4/+18
| * | | remove trailing space from commentIan McKernan2025-01-011-1/+1
| * | | added fix for https://github.com/embassy-rs/embassy/issues/2496 in the v1 driverIan McKernan2025-01-011-0/+5
| |/ /
| * | Merge pull request #3700 from fwolter/usb-delayDario Nieuwenhuis2024-12-311-4/+2
| |\ \
| | * | STM32: set USB initialization delay to 1µsFabian Wolter2024-12-301-4/+2
| * | | Merge pull request #3679 from trnila/1wireDario Nieuwenhuis2024-12-312-24/+153
| |\ \ \
| | * | | stm32/usart: half-duplex support for buffered usartDaniel Trnka2024-12-221-2/+98
| | * | | stm32/usart: disabling receiver before write in half-duplex moved to a new fu...Daniel Trnka2024-12-221-14/+13
| | * | | stm32/usart: configurable readback in half-duplex modeDaniel Trnka2024-12-221-10/+44
| * | | | fix formattingklownfish2024-12-313-29/+18
| * | | | cleanupklownfish2024-12-272-27/+49
| * | | | Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-275-11/+127
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Write the flag sooner with a known valueDion Dokter2024-12-251-0/+5