summaryrefslogtreecommitdiff
path: root/embassy-stm32
AgeCommit message (Expand)Author
2021-06-29Wire up DMA with USART v1.Bob McWhirter
2021-06-29Checkpoint with lifetime issues.Bob McWhirter
2021-06-27stm32: Make sure Output gpio driver is pushpullThales Fragoso
2021-06-25stm32: Update gpio examplesThales Fragoso
2021-06-25Separate OpenDrain pin to a new typeThales Fragoso
2021-06-24stm32: Allow for open drain configuration for output pinThales Fragoso
2021-06-24Separate exti into v1 and v2Thales Fragoso
2021-06-24#[cfg] extiThales Fragoso
2021-06-24Remove unused gpio_af from codegenThales Fragoso
2021-06-24Add F0 RCCThales Fragoso
2021-06-22Update features to include F0Thales Fragoso
2021-06-21Update stm32-data (adds DBGMCU to all chips)Dario Nieuwenhuis
2021-06-16stm32h7: Add ethernet exampleThales Fragoso
2021-06-16stm32: Make vcell dependency optionalThales Fragoso
2021-06-16eth-v2: Make embassy-net optionalThales Fragoso
2021-06-16eth-v2: Get hclk frequency from clock singletonThales Fragoso
2021-06-16eth-v2: Enable source address filteringThales Fragoso
2021-06-16eth-v2: Fix bug in Rx descriptors and add docs artThales Fragoso
2021-06-16eth-v2: Fix setting the registers for the descriptorsThales Fragoso
2021-06-16eth-v2: Fix off by one bugThales Fragoso
2021-06-16eth-v2: Work around missing AF for REF_CLKThales Fragoso
2021-06-16eth-v2: Enable clocks in newThales Fragoso
2021-06-16eth-v2: Remove Instance traitThales Fragoso
2021-06-16eth-v2: Implement embassy-net's Device Trait and fix DropThales Fragoso
2021-06-16eth: Add lan8742a PHYThales Fragoso
2021-06-16eth-v2: Start Ethernet peripheral implementationThales Fragoso
2021-06-16Prescaler 1 means divide by 3 on WL55Ulf Lilleengen
2021-06-16Rename from wl55 to wl5x and enable debug wfeUlf Lilleengen
2021-06-16Add support for generating PAC for dual coresUlf Lilleengen
2021-06-15Fix compileUlf Lilleengen
2021-06-15Use correct frequencies for timersUlf Lilleengen
2021-06-14Remove default rcc implUlf Lilleengen
2021-06-14ADCv3 and example.Bob McWhirter
2021-06-14Derive SPI v1 and v3 clocks automaticallyUlf Lilleengen
2021-06-14Add wb55 clocksUlf Lilleengen
2021-06-14Add common typesUlf Lilleengen
2021-06-14Remove unused l0 codeUlf Lilleengen
2021-06-14Add minimal RCC impls for L4 and F4Ulf Lilleengen
2021-06-14Add ... c1?Ulf Lilleengen
2021-06-14Add clocks for h7Ulf Lilleengen
2021-06-14Add Clock type per RCC familyUlf Lilleengen
2021-06-14Provide a way for a peripheral to query its clock frequencyUlf Lilleengen
2021-06-12Make gen.py work without CSafeLoaderDominik Boehi
2021-06-12Initial support and example for STM32WB55Dominik Boehi
2021-06-10Enable timer clock in RCC on timer startUlf Lilleengen
2021-06-09Add examples for STM32L0Ulf Lilleengen
2021-06-09Enable clock for RNGUlf Lilleengen
2021-06-08Reduce generics noiseUlf Lilleengen
2021-06-08Use critical_sectionUlf Lilleengen
2021-06-08Enable clock for SPI v1 and v3Ulf Lilleengen