Add F2 RCC

This commit is contained in:
Dario Nieuwenhuis 2021-08-19 22:12:39 +02:00
parent e289dd883f
commit 49e579e97f
2 changed files with 1488 additions and 0 deletions

1487
data/registers/rcc_f2.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -357,6 +357,7 @@ perimap = [
('STM32F0.0.*:RCC:.*', 'rcc_f0x0/RCC'), ('STM32F0.0.*:RCC:.*', 'rcc_f0x0/RCC'),
('STM32F0.*:RCC:.*', 'rcc_f0/RCC'), ('STM32F0.*:RCC:.*', 'rcc_f0/RCC'),
('STM32F1.*:RCC:.*', 'rcc_f1/RCC'), ('STM32F1.*:RCC:.*', 'rcc_f1/RCC'),
('STM32F2.*:RCC:.*', 'rcc_f2/RCC'),
('STM32F3.*:RCC:.*', 'rcc_f3/RCC'), ('STM32F3.*:RCC:.*', 'rcc_f3/RCC'),
('STM32F410.*:RCC:.*', 'rcc_f410/RCC'), ('STM32F410.*:RCC:.*', 'rcc_f410/RCC'),
('STM32F4.*:RCC:.*', 'rcc_f4/RCC'), ('STM32F4.*:RCC:.*', 'rcc_f4/RCC'),