summaryrefslogtreecommitdiff
path: root/stm32-data
AgeCommit message (Expand)Author
2021-11-02Update stm32-data.Bob McWhirter
2021-11-02Adjust for STM32U5.Bob McWhirter
2021-10-26Update stm32-data to mainUlf Lilleengen
2021-10-26Initial support for STM32F767ZI.Matous Hybl
2021-10-11feat: Add spi support for STM32F1 variantsTobias Pisani
2021-09-28Bump stm32-dataMariusz Ryndzionek
2021-09-26Fix interface changesJoshua Salzedo
2021-09-26Update stm32-dataJoshua Salzedo
2021-09-24add latest stm32-dataVincent Stakenburg
2021-09-23Add pwr for L1 and update RCC to new reg blockUlf Lilleengen
2021-09-21Support for STM32L1Ulf Lilleengen
2021-09-02Add HAL for SubGhz peripheral for STM32 WL seriesUlf Lilleengen
2021-08-20Add STM32G0 examplesBen Gamari
2021-08-19stm32/metapac: check GPIO RCC regs are always found.Dario Nieuwenhuis
2021-08-19stm32/wl: add stub APB3 to get it to build.Dario Nieuwenhuis
2021-08-19Bump stm32-dataDario Nieuwenhuis
2021-08-17Add example for STM32WL55Ulf Lilleengen
2021-08-16Add H7 exti button example using correct EXTI reg block offsets.Bob McWhirter
2021-08-16Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)Ulf Lilleengen
2021-08-02Update to latest stm32-data.Bob McWhirter
2021-08-02Emit a default memory.x alongside device.x from metapac.Bob McWhirter
2021-07-29F4: Add PWR configuration to PLLThales Fragoso
2021-07-28Align with -data HEAD.Bob McWhirter
2021-07-27Update to new stm32-data with better multicore NVIC parsing.Bob McWhirter
2021-07-27Update data to include peripheral IRQs.Bob McWhirter
2021-07-26Update stm32-data.Bob McWhirter
2021-07-17stm32: Clear possible set flags after disabling DMAThales Fragoso
2021-07-17stm32/dma: update codegen+macrotables for new stm32-dataDario Nieuwenhuis
2021-07-16Prep for new stm32-data with dmamux differentiation, but not yet using.Bob McWhirter
2021-07-16Get DMA on H7 working, add usart_dma example for H7.Bob McWhirter
2021-07-16stm32/pwr: add initial H7 SMPS supportDario Nieuwenhuis
2021-07-15stm32/usart: merge v2 and v3 (they're identical)Dario Nieuwenhuis
2021-07-14Update data.Bob McWhirter
2021-07-13Update for stm32-data.Bob McWhirter
2021-07-13Adjust to DMA1EN in the rcc for l0.Bob McWhirter
2021-07-13Undo special-casing FOO1 -> FOO in RCC searching.Bob McWhirter
2021-07-13Update stm32-data.Bob McWhirter
2021-07-13Allow some unused lints given that H7 is still in flight with its multitude o...Bob McWhirter
2021-07-13Try to improve H7 clockstuff.Bob McWhirter
2021-07-13Mix dmamux into bdma_v1.Bob McWhirter
2021-07-03F0: Fix missing apb2 clockThales Fragoso
2021-07-01Remove the frequency argument for i2c, move to using RccPeripheral.Bob McWhirter
2021-07-01Update -data.Bob McWhirter
2021-07-01Make UART pins Rx/Tx/etc in addition to USART.Bob McWhirter
2021-07-01Add USARTv3 support.Bob McWhirter
2021-06-30stm32: Adjust some fences around DMAThales Fragoso
2021-06-29Generate dma-related macro tables.Bob McWhirter
2021-06-24Add F0 RCCThales Fragoso
2021-06-21Update stm32-data (adds DBGMCU to all chips)Dario Nieuwenhuis
2021-06-16Update submoduleUlf Lilleengen