summaryrefslogtreecommitdiff
path: root/platforms/stm32/f7.yaml
AgeCommit message (Collapse)AuthorFilesLines
2022-04-16display: stm32: Add LTDC support.Vegard Storheil Eriksen1-0/+4
2022-04-16i2c: stm32: Add v2 support.Vegard Storheil Eriksen1-0/+14
2022-01-26stm32_rcc: allow aliases for enables.Karl Palsson1-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-15platforms: Add initial STM32F7 support.Vegard Storheil Eriksen1-0/+224