summaryrefslogtreecommitdiff
path: root/syscfg
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26stm32_syscfg: convert to modern.Karl Palsson2-20/+40
Includes the f4, l0 and wb. f4 renames MEMRM to MEMRMP to be both consistent with other parts and consistent with ref man. Retested on the WB, but l0 and f4 code was simply moved. For yaml files, given how varied syscfg is, we default to using the family name as the type, but still allow overriding via explicit type in the yaml file if desired. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2022-01-26syscfg: stm32wb: legacy implementationKarl Palsson1-0/+23
Functional, after much hair tearing. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-08-18Added STM32L0 support.Vegard Storheil Eriksen1-0/+24