aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/cordic
Commit message (Expand)AuthorAgeFilesLines
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-041-1/+1
* 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-052-119/+115
* stm32 CORDIC: use private_bounds for sealed traits.eZio Pan2024-03-232-11/+7
* stm32 CORDIC: re-design APIeZio Pan2024-03-233-508/+315
* stm32 CORDIC: typo fixeZio Pan2024-03-234-13/+13
* stm32 CORDIC: add HIL testeZio Pan2024-03-231-0/+2
* stm32 CORDIC: bug fixeZio Pan2024-03-233-63/+109
* stm32 CORDIC: error handleeZio Pan2024-03-234-264/+388
* stm32 CORDIC: DMA for q1.31 and q1.15eZio Pan2024-03-232-68/+209
* stm32 CORDIC: DMA for q1.31eZio Pan2024-03-231-11/+196
* stm32 CORDIC: ZeroOverhead for q1.31 and q1.15eZio Pan2024-03-233-193/+264
* stm32 CORDIC: make use of "preload" featureeZio Pan2024-03-231-95/+85
* stm32 CORDIC: ZeroOverhead q1.31 modeeZio Pan2024-03-232-42/+227
* stm32 CORDIC: split into multiple fileseZio Pan2024-03-234-0/+463