aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: cleanup low-power featuresxoviat2025-12-181-0/+3
* Synchronize with main branchWillaWillNot2025-11-221-0/+2
|\
| * fmt + clippy + changelogDion Dokter2025-11-221-1/+1
| * Merge branch 'main' into u0-lcdDion Dokter2025-11-201-35/+313
| |\
| * | Start implementing lcdDion Dokter2024-06-141-0/+2
* | | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput...WillaWillNot2025-11-221-13/+4
* | | Updated documentation, fixed EXTI definition issues with chips that have touc...WillaWillNot2025-11-211-1/+14
| |/ |/|
* | stm32: impl. stop for stm32wbxoviat2025-11-191-0/+3
* | low_power: misc cleanups and allow main macroxoviat2025-11-161-4/+1
* | stm32: extract block_for_usxoviat2025-11-131-0/+14
* | cfg out unused itemseverdrone2025-11-111-1/+1
* | Merge branch main into n6everdrone2025-11-111-2/+23
|\ \
| * | stm32: add backup sram modxoviat2025-11-061-0/+2
| * | make min_stop_pause configurablexoviat2025-11-041-0/+9
| * | stm32/stop: move stop_with_rtc into initxoviat2025-11-041-0/+9
| * | Edition 2024.Dario Nieuwenhuis2025-10-061-2/+3
* | | add dbgmcueverdrone2025-10-231-2/+11
* | | Fix EXTI, DTS and FLASH for N6 familyeverdrone2025-09-211-1/+1
* | | Add feature, disable flash for N6 familyeverdrone2025-09-201-0/+1
|/ /
* | stm32/spi: update for new version numbering, add i2s support for all versions.Dario Nieuwenhuis2025-09-051-1/+1
* | set XSPI clock source to HSI and reset after clock init; dont reset SYSCFGRogan Morrow2025-08-291-1/+1
* | Working draft of VREFBUF driverGerzain Mata2025-08-081-0/+2
* | Working USB_OTG_HS example for STM32WBAGerzain Mata2025-07-271-1/+5
* | Moved from HSE to HSI to generate USB_OTG_HS_CLKGerzain Mata2025-07-251-1/+1
* | Merge pull request #4427 from clubby789/unsafe-opDario Nieuwenhuis2025-07-231-4/+6
|\ \
| * | Use `unsafe` block in IRQ handlersclubby7892025-07-201-4/+6
* | | 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