aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/cordic/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-18/+12
* stm32/rcc: replace generated enable/disable code with runtime infoJan Špaček2024-05-251-3/+3
* stm32: allow some unused.Dario Nieuwenhuis2024-05-131-0/+1
* stm32: remove last few mod sealed's.Dario Nieuwenhuis2024-04-051-3/+115
* stm32 CORDIC: use private_bounds for sealed traits.eZio Pan2024-03-231-10/+6
* stm32 CORDIC: re-design APIeZio Pan2024-03-231-462/+279
* stm32 CORDIC: typo fixeZio Pan2024-03-231-9/+9
* stm32 CORDIC: bug fixeZio Pan2024-03-231-27/+26
* stm32 CORDIC: error handleeZio Pan2024-03-231-244/+272
* stm32 CORDIC: DMA for q1.31 and q1.15eZio Pan2024-03-231-68/+196
* stm32 CORDIC: DMA for q1.31eZio Pan2024-03-231-11/+196
* stm32 CORDIC: ZeroOverhead for q1.31 and q1.15eZio Pan2024-03-231-178/+262
* stm32 CORDIC: make use of "preload" featureeZio Pan2024-03-231-95/+85
* stm32 CORDIC: ZeroOverhead q1.31 modeeZio Pan2024-03-231-39/+223
* stm32 CORDIC: split into multiple fileseZio Pan2024-03-231-0/+206