Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-27 | adc: convert to new style | Karl Palsson | 1 | -0/+11 | |
Converted the old STM32 headers to new style and copied offsets to platform data. Signed-off-by: Karl Palsson <karlp@tweak.net.au> | |||||
2022-04-16 | stm32f7: Add more peripherals. | Vegard Storheil Eriksen | 1 | -2/+84 | |
2022-04-16 | display: stm32: Add LTDC support. | Vegard Storheil Eriksen | 1 | -0/+4 | |
2022-04-16 | i2c: stm32: Add v2 support. | Vegard Storheil Eriksen | 1 | -0/+14 | |
2022-01-26 | stm32_rcc: allow aliases for enables. | Karl Palsson | 1 | -78/+78 | |
By flipping the name/number definition, we can define aliases such as ADC and ADC1, or FMC/FSMC for the same bits, making it easier to have code that both matches reference manuals, and also code that matches between lines. runtime tested on WB, compile tested on F3. Signed-off-by: Karl Palsson <karlp@etactica.com> | |||||
2021-09-15 | platforms: Add initial STM32F7 support. | Vegard Storheil Eriksen | 1 | -0/+224 | |