From 267c99850a0795b1563725c33674f2c62f6942a8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 20 Jan 2022 12:18:33 +0000 Subject: stm32_syscfg: convert to modern. 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8db6560..f70630d 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ pwr/pwr.h rcc/flash.h rcc/rcc.h rcc/rcc_enums.h +syscfg/syscfg.h timer/timer.h usb/usb.h uart/uart.h -- cgit v1.2.3