Add F1 RCC

This commit is contained in:
Grant Miller 2021-07-26 18:51:38 -05:00
parent 182ae96f9b
commit 369401ca07
2 changed files with 1479 additions and 0 deletions

1478
data/registers/rcc_f1.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -323,6 +323,7 @@ perimap = [
('STM32WL.*:RCC:.*', 'rcc_wl5x/RCC'),
('STM32F0.0.*:RCC:.*', 'rcc_f0x0/RCC'),
('STM32F0.*:RCC:.*', 'rcc_f0/RCC'),
('STM32F1.*:RCC:.*', 'rcc_f1/RCC'),
('.*:STM32H7AB_rcc_v1_0', ''), # rcc_h7ab/RCC
('.*:STM32H7_rcc_v1_0', 'rcc_h7/RCC'),
('.*:STM32W_rcc_v1_0', 'rcc_wb55/RCC'),