Merge pull request #66 from GrantM11235/f1-rcc

Add F1 RCC
This commit is contained in:
Dario Nieuwenhuis 2021-07-28 11:42:59 +02:00 committed by GitHub
commit 9bab0ebfb4
3 changed files with 1127 additions and 1 deletions

View File

@ -34,7 +34,7 @@ In order to run the generator, you will need to install the following tools:
## Generating the YAMLs
- Run `./d download_all`
- Run `./d download-all`
- Run `python3 parse.py`
This generates all the YAMLs in `data/` except those in `data/registers/`, which are manually extracted and cleaned up.

1125
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'),