aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/hsem/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: fix wb stop entry and hsem logicxoviat2025-12-161-8/+19
|
* impl. scoped block_stop for ipccxoviat2025-12-131-1/+2
|
* stm32: impl. low power test for stm32wb55xoviat2025-11-191-2/+7
|
* stm32: impl. stop for stm32wbxoviat2025-11-191-15/+45
|
* hsem: add hardware test and reworkxoviat2025-11-191-63/+189
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* stm32: hsem: fix broken CPUID detectionPietro Lorefice2025-06-201-1/+1
|
* stm32: hsem: add missing RCC initializationPietro Lorefice2025-06-201-1/+3
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-8/+8
|
* Add function to get the active HSEM interruptDion Dokter2024-07-091-0/+5
|
* stm32/hsem: misc fixes.Dario Nieuwenhuis2024-05-211-2/+3
|
* HSEM support for embassy-stm32Michael Zill2024-05-211-0/+181