aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* embassy-stm32: account for WBA devices and VDDIO2Gerzain Mata2025-07-191-3/+10
* Fix issues #4333jake-taf2025-06-231-2/+2
* add the possibility to document `bind_interrupts` `struct`sRalph Ursprung2025-05-151-5/+8
* Interrupt Doc Commentsjake-taf2025-05-141-1/+4
* Moved functions to rcc module (this is a bit awkward as we now have two init ...Michael Medin2025-04-281-31/+1
* updated cs gates for dual coreMichael Medin2025-04-241-2/+0
* Possible fix for unused CS and feature selectionsMichael Medin2025-04-241-0/+1
* Fixed formattingMichael Medin2025-04-241-1/+1
* Updated based on feedbackMichael Medin2025-04-241-24/+18
* Fixed for cs not always usedMichael Medin2025-04-241-2/+2
* Fixed formattingMichael Medin2025-04-241-1/+0
* Add function to allow re-init rcc config for stm32Michael Medin2025-04-241-0/+28
* introduce stm32h7rs xspiRick Rogers2025-04-041-0/+2
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
* stm32u5: Add support for HSPI peripheralWilliam Spinelli2025-01-071-0/+2
* stm32: Implement reads of DTS peripheralGabriel Smith2025-01-041-0/+2
* cleanupklownfish2024-12-271-1/+1
* Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-271-2/+42
|\
| * Write the flag sooner with a known valueDion Dokter2024-12-251-0/+5
| * Make SharedData repr CDion Dokter2024-12-251-2/+37
* | Merge branch 'embassy-rs:main' into u5_adcOlof2024-12-181-5/+28
|\|
| * STM32H5xx ADC (#3557)Gabriel Smith2024-11-211-1/+1
| * feat: add SPDIFRX driverelagil2024-11-181-0/+2
| * Fix "non-local impl definition" warning from recent nightlies.Dario Nieuwenhuis2024-11-081-1/+10
| * Merge pull request #3444 from dnbln/mainDario Nieuwenhuis2024-10-221-5/+14
| |\
| | * fix: review commentsDinu Blanovschi2024-10-221-23/+3
| | * fixDinu Blanovschi2024-10-221-2/+2
| | * fixDinu Blanovschi2024-10-221-4/+21
| | * fixDinu Blanovschi2024-10-221-1/+2
| | * fix + allow both conditions on the irq and the handlersDinu Blanovschi2024-10-221-3/+12
| | * feat(stm32): allow `bind_interrupts!` to accept conditional compilation attrsDinu Blanovschi2024-10-221-1/+3
| * | fix adc/ringbuffered_v2.rsAlexandros Liarokapis2024-10-151-0/+3
| |/
* / WIP: add u5 adc4klownfish2024-09-241-0/+20
|/
* First working draft of a lptim driverRomain Goyet2024-09-111-0/+2
* Fix dma nvic issues on dual core linesAlexandros Liarokapis2024-08-171-1/+19
* Improve shared data placement, require less atomic support and use unsafecell...Dion Dokter2024-08-051-17/+15
* Improve use of CSDion Dokter2024-07-091-1/+1
* fmtDion Dokter2024-07-091-11/+10
* Make clocks repr C.Dion Dokter2024-07-081-0/+116
* Merge pull request #2992 from liarokapisv/i2s-spi_v3Dario Nieuwenhuis2024-05-301-1/+1
|\
| * Add i2s support for spi_v3.Alexandros Liarokapis2024-05-271-1/+1
* | stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-4/+3
|/
* Merge pull request #2777 from taunusflieger/feature/HSEMDario Nieuwenhuis2024-05-211-0/+2
|\
| * HSEM support for embassy-stm32Michael Zill2024-05-211-0/+2
* | Merge pull request #2853 from nautd/kkoppul2/tscDario Nieuwenhuis2024-05-211-0/+2
|\ \ | |/ |/|
| * Address versioning and format issues raised by CIKarun2024-05-021-2/+2
| * Initial fill out of driver without IO considerationsKarun2024-05-021-0/+2
* | Cargo formatJoël Schulz-Ansres2024-05-021-2/+2
* | Add stm32 dsihost driverJoël Schulz-Ansres2024-05-021-0/+4
|/
* stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.Dario Nieuwenhuis2024-05-011-3/+3