Add PWR peripheral for STM32WL5

This commit is contained in:
Ulf Lilleengen 2021-08-31 14:34:54 +02:00
parent deb37365d7
commit 902b9a6986
2 changed files with 1113 additions and 0 deletions

1112
data/registers/pwr_wl5.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -387,6 +387,7 @@ perimap = [
('STM32H7(42|43|53|50).*:STM32H7_pwr_v1_0', 'pwr_h7/PWR'),
('.*:STM32H7_pwr_v1_0', 'pwr_h7smps/PWR'),
('.*:STM32F4_pwr_v1_0', 'pwr_f4/PWR'),
('.*:STM32WL_pwr_v1_0', 'pwr_wl5/PWR'),
('.*:STM32H7_flash_v1_0', 'flash_h7/FLASH'),
('.*:STM32F0_flash_v1_0', 'flash_f0/FLASH'),
('.*:STM32F4_flash_v1_0', 'flash_f4/FLASH'),