Skip to content

Commit d3ab4ba

Browse files
committed
L1
1 parent c8e9ab0 commit d3ab4ba

File tree

4 files changed

+87
-17
lines changed

4 files changed

+87
-17
lines changed

devices/stm32l100.yaml

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ AES:
1010
- patches/aes/fields.yaml
1111
- fields/aes/v1.yaml
1212

13+
COMP: {}
14+
1315
CRC:
1416
DR:
1517
# The SVD calls the DR field "Data_register"
@@ -31,19 +33,25 @@ DAC:
3133
- fields/dac/dac_wavegen.yaml
3234
- fields/dac/dac_dmaudr.yaml
3335

34-
FSMC:
35-
_include:
36-
- patches/fsmc/fsmc_sramfix_common.yaml
37-
- fields/fsmc/fsmc_sram.yaml
38-
- collect/fsmc/sram.yaml
36+
DBGMCU: {}
37+
38+
DMA1: {}
3939

4040
EXTI:
4141
_include:
4242
- patches/exti/split.yaml
4343
- fields/exti/common.yaml
4444
- collect/exti/farray.yaml
4545

46-
GPIO?:
46+
Flash: {}
47+
48+
FSMC:
49+
_include:
50+
- patches/fsmc/fsmc_sramfix_common.yaml
51+
- fields/fsmc/fsmc_sram.yaml
52+
- collect/fsmc/sram.yaml
53+
54+
GPIO[ABC]:
4755
_include:
4856
- patches/gpio/with_OSPEEDER.yaml
4957
- fields/gpio/v2/common.yaml
@@ -54,7 +62,7 @@ GPIO[A]:
5462
GPIO[BC]:
5563
_include: collect/gpio/v2_derive.yaml
5664

57-
I2C?:
65+
I2C1:
5866
_include:
5967
- patches/16bit.yaml
6068
- fields/i2c/v1.yaml
@@ -72,6 +80,8 @@ LCD:
7280
_include:
7381
- patches/lcd/ram_segment_40.yaml
7482

83+
OPAMP: {}
84+
7585
PWR:
7686
_include:
7787
- fields/pwr/pwr_v1.yaml
@@ -126,6 +136,8 @@ RCC:
126136
- fields/rcc/rcc_l0_l1_common.yaml
127137
- fields/rcc/rcc_l1.yaml
128138

139+
RI: {}
140+
129141
RTC:
130142
_include:
131143
- patches/rtc/alarm.yaml
@@ -134,12 +146,16 @@ RTC:
134146
- collect/rtc/alarm.yaml
135147
- collect/rtc/bkpr.yaml
136148

137-
SPI?:
149+
SDIO: {}
150+
151+
SPI1:
138152
_include:
139153
- patches/16bit.yaml
140154
- patches/spi/dr8.yaml
141155
- fields/spi/spi_v1.yaml
142156

157+
SYSCFG: {}
158+
143159
TIM2:
144160
_include:
145161
- patches/tim/rename_TIM2_CCR3_CCR3.yaml

devices/stm32l151.yaml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ AES:
1010
- patches/aes/fields.yaml
1111
- fields/aes/v1.yaml
1212

13+
COMP: {}
14+
1315
CRC:
1416
DR:
1517
# The SVD calls the DR field "Data_register"
@@ -31,19 +33,25 @@ DAC:
3133
- fields/dac/dac_wavegen.yaml
3234
- fields/dac/dac_dmaudr.yaml
3335

36+
DBGMCU: {}
37+
38+
DMA1: {}
39+
3440
EXTI:
3541
_include:
3642
- patches/exti/split.yaml
3743
- fields/exti/common.yaml
3844
- collect/exti/farray.yaml
3945

46+
Flash: {}
47+
4048
FSMC:
4149
_include:
4250
- patches/fsmc/fsmc_sramfix_common.yaml
4351
- fields/fsmc/fsmc_sram.yaml
4452
- collect/fsmc/sram.yaml
4553

46-
GPIO?:
54+
GPIO[ABC]:
4755
_include:
4856
- patches/gpio/with_OSPEEDER.yaml
4957
- fields/gpio/v2/common.yaml
@@ -54,7 +62,7 @@ GPIO[A]:
5462
GPIO[BC]:
5563
_include: collect/gpio/v2_derive.yaml
5664

57-
I2C?:
65+
I2C1:
5866
_include:
5967
- patches/16bit.yaml
6068
- fields/i2c/v1.yaml
@@ -72,10 +80,16 @@ LCD:
7280
_include:
7381
- patches/lcd/ram_segment_40.yaml
7482

83+
OPAMP: {}
84+
7585
PWR:
7686
_include:
7787
- fields/pwr/pwr_v1.yaml
7888

89+
RCC: {}
90+
91+
RI: {}
92+
7993
RTC:
8094
_include:
8195
- patches/rtc/alarm.yaml
@@ -84,11 +98,15 @@ RTC:
8498
- collect/rtc/alarm.yaml
8599
- collect/rtc/bkpr.yaml
86100

87-
SPI?:
101+
SDIO: {}
102+
103+
SPI1:
88104
_include:
89105
- patches/16bit.yaml
90106
- patches/spi/dr8.yaml
91107

108+
SYSCFG: {}
109+
92110
TIM2:
93111
_include:
94112
- patches/tim/rename_TIM2_CCR3_CCR3.yaml

devices/stm32l152.yaml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ AES:
1010
- patches/aes/fields.yaml
1111
- fields/aes/v1.yaml
1212

13+
COMP: {}
14+
1315
CRC:
1416
DR:
1517
# The SVD calls the DR field "Data_register"
@@ -31,19 +33,25 @@ DAC:
3133
- fields/dac/dac_wavegen.yaml
3234
- fields/dac/dac_dmaudr.yaml
3335

36+
DBGMCU: {}
37+
38+
DMA1: {}
39+
3440
EXTI:
3541
_include:
3642
- patches/exti/split.yaml
3743
- fields/exti/common.yaml
3844
- collect/exti/farray.yaml
3945

46+
Flash: {}
47+
4048
FSMC:
4149
_include:
4250
- patches/fsmc/fsmc_sramfix_common.yaml
4351
- fields/fsmc/fsmc_sram.yaml
4452
- collect/fsmc/sram.yaml
4553

46-
GPIO?:
54+
GPIO[ABC]:
4755
_include:
4856
- patches/gpio/with_OSPEEDER.yaml
4957
- fields/gpio/v2/common.yaml
@@ -54,7 +62,7 @@ GPIO[A]:
5462
GPIO[BC]:
5563
_include: collect/gpio/v2_derive.yaml
5664

57-
I2C?:
65+
I2C1:
5866
_include:
5967
- patches/16bit.yaml
6068
- fields/i2c/v1.yaml
@@ -72,10 +80,16 @@ LCD:
7280
_include:
7381
- patches/lcd/ram_segment_40.yaml
7482

83+
OPAMP: {}
84+
7585
PWR:
7686
_include:
7787
- fields/pwr/pwr_v1.yaml
7888

89+
RCC: {}
90+
91+
RI: {}
92+
7993
RTC:
8094
_include:
8195
- patches/rtc/alarm.yaml
@@ -84,11 +98,15 @@ RTC:
8498
- collect/rtc/alarm.yaml
8599
- collect/rtc/bkpr.yaml
86100

87-
SPI?:
101+
SDIO: {}
102+
103+
SPI1:
88104
_include:
89105
- patches/16bit.yaml
90106
- patches/spi/dr8.yaml
91107

108+
SYSCFG: {}
109+
92110
TIM2:
93111
_include:
94112
- patches/tim/rename_TIM2_CCR3_CCR3.yaml

devices/stm32l162.yaml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ AES:
1010
- patches/aes/fields.yaml
1111
- fields/aes/v1.yaml
1212

13+
COMP: {}
14+
1315
CRC:
1416
DR:
1517
# The SVD calls the DR field "Data_register"
@@ -31,19 +33,25 @@ DAC:
3133
- fields/dac/dac_wavegen.yaml
3234
- fields/dac/dac_dmaudr.yaml
3335

36+
DBGMCU: {}
37+
38+
DMA1: {}
39+
3440
EXTI:
3541
_include:
3642
- patches/exti/split.yaml
3743
- fields/exti/common.yaml
3844
- collect/exti/farray.yaml
3945

46+
Flash: {}
47+
4048
FSMC:
4149
_include:
4250
- patches/fsmc/fsmc_sramfix_common.yaml
4351
- fields/fsmc/fsmc_sram.yaml
4452
- collect/fsmc/sram.yaml
4553

46-
GPIO?:
54+
GPIO[ABC]:
4755
_include:
4856
- patches/gpio/with_OSPEEDER.yaml
4957
- fields/gpio/v2/common.yaml
@@ -54,7 +62,7 @@ GPIO[A]:
5462
GPIO[BC]:
5563
_include: collect/gpio/v2_derive.yaml
5664

57-
I2C?:
65+
I2C1:
5866
_include:
5967
- patches/16bit.yaml
6068
- fields/i2c/v1.yaml
@@ -72,10 +80,16 @@ LCD:
7280
_include:
7381
- patches/lcd/ram_segment_40.yaml
7482

83+
OPAMP: {}
84+
7585
PWR:
7686
_include:
7787
- fields/pwr/pwr_v1.yaml
7888

89+
RCC: {}
90+
91+
RI: {}
92+
7993
RTC:
8094
_include:
8195
- patches/rtc/alarm.yaml
@@ -84,11 +98,15 @@ RTC:
8498
- collect/rtc/alarm.yaml
8599
- collect/rtc/bkpr.yaml
86100

87-
SPI?:
101+
SDIO: {}
102+
103+
SPI1:
88104
_include:
89105
- patches/16bit.yaml
90106
- patches/spi/dr8.yaml
91107

108+
SYSCFG: {}
109+
92110
TIM2:
93111
_include:
94112
- patches/tim/rename_TIM2_CCR3_CCR3.yaml

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy