commit
9bab0ebfb4
@ -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
1125
data/registers/rcc_f1.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
parse.py
1
parse.py
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user