Skip to content

Commit 064db43

Browse files
bors[bot]burrbullrichardeoin
authored
Merge #724
724: RTC: alarm, bkpr r=richardeoin a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com> Co-authored-by: Richard Meadows <962920+richardeoin@users.noreply.github.com>
2 parents 1d5806b + 7355d08 commit 064db43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+229
-11
lines changed

devices/common_patches/rtc/alarm.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
RTC:
2+
_modify:
3+
"ALRM?R":
4+
description: Alarm register
5+
"ALRM?SSR":
6+
description: Alarm sub-second register
7+
8+
"ALRM?R":
9+
_modify:
10+
SU:
11+
description: Second units in BCD format
12+
ST:
13+
description: Second tens in BCD format
14+
MSK1:
15+
description: Alarm seconds mask
16+
MNU:
17+
description: Minute units in BCD format
18+
MNT:
19+
description: Minute tens in BCD format
20+
MSK2:
21+
description: Alarm minutes mask
22+
HU:
23+
description: Hour units in BCD format
24+
HT:
25+
description: Hour tens in BCD format
26+
MSK3:
27+
description: Alarm hours mask
28+
DU:
29+
description: Date units or day in BCD format
30+
DT:
31+
description: Date tens in BCD format
32+
MSK4:
33+
description: Alarm date mask
34+
35+
_array:
36+
"ALRM?R": {}
37+
"ALRM?SSR": {}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TAMP:
2+
_array:
3+
"BKP*R": {}

devices/common_patches/rtc/wl.yaml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
RTC:
2+
_modify:
3+
"ALRM?R":
4+
description: Alarm register
5+
"ALRM?SSR":
6+
description: Alarm sub-second register
7+
"ALRBBINR":
8+
description: Alarm binary mode register
9+
10+
"ALRM?R":
11+
_modify:
12+
SU:
13+
description: Second units in BCD format
14+
ST:
15+
description: Second tens in BCD format
16+
MSK1:
17+
description: Alarm seconds mask
18+
MNU:
19+
description: Minute units in BCD format
20+
MNT:
21+
description: Minute tens in BCD format
22+
MSK2:
23+
description: Alarm minutes mask
24+
HU:
25+
description: Hour units in BCD format
26+
HT:
27+
description: Hour tens in BCD format
28+
MSK3:
29+
description: Alarm hours mask
30+
DU:
31+
description: Date units or day in BCD format
32+
DT:
33+
description: Date tens in BCD format
34+
MSK4:
35+
description: Alarm date mask
36+
37+
_array:
38+
"ALRM?R": {}
39+
"ALRM?SSR": {}
40+
"ALR?BINR": {}
41+
TAMP:
42+
_array:
43+
"BKP*R": {}
44+
_modify:
45+
BKP10R:
46+
addressOffset: 0x128
47+
BKP11R:
48+
addressOffset: 0x12C
49+
BKP12R:
50+
addressOffset: 0x130
51+
BKP13R:
52+
addressOffset: 0x134
53+
BKP14R:
54+
addressOffset: 0x138
55+
BKP15R:
56+
addressOffset: 0x13C
57+
BKP16R:
58+
addressOffset: 0x140
59+
BKP17R:
60+
addressOffset: 0x144
61+
BKP18R:
62+
addressOffset: 0x148
63+
BKP19R:
64+
addressOffset: 0x14C

devices/common_patches/stm32l4x2_l412.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ _include:
143143
- ../../peripherals/i2c/i2c_v2.yaml
144144
- ../../peripherals/usart/lpuart_v2A.yaml
145145
- ../../peripherals/usart/usart_v2B2.yaml
146+
- rtc/alarm.yaml
146147
- rtc/rtc_cr.yaml
147148
- tsc/tsc.yaml
148149
- fpu_interrupt.yaml

devices/stm32f301.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ _include:
188188
- ../peripherals/exti/exti.yaml
189189
- ../peripherals/i2c/i2c_v2.yaml
190190
- ../peripherals/usart/usart_v2B.yaml
191+
- common_patches/rtc/alarm.yaml
191192
- common_patches/rtc/rtc_bkpr.yaml
192193
- common_patches/tsc/tsc.yaml
193194
- ../peripherals/usb/usb.yaml

devices/stm32f302.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ _include:
164164
- ../peripherals/exti/exti.yaml
165165
- ../peripherals/i2c/i2c_v2.yaml
166166
- ../peripherals/usart/usart_v2B.yaml
167+
- common_patches/rtc/alarm.yaml
167168
- common_patches/rtc/rtc_bkpr.yaml
168169
- common_patches/tsc/tsc.yaml
169170
- ../peripherals/usb/usb.yaml

devices/stm32f303.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ _include:
167167
- ../peripherals/exti/exti.yaml
168168
- ../peripherals/i2c/i2c_v2.yaml
169169
- ../peripherals/usart/usart_v2B.yaml
170+
- common_patches/rtc/alarm.yaml
170171
- common_patches/rtc/rtc_bkpr.yaml
171172
- common_patches/tsc/tsc.yaml
172173
- ../peripherals/usb/usb.yaml

devices/stm32f373.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ _include:
180180
- ../peripherals/exti/exti.yaml
181181
- ../peripherals/i2c/i2c_v2.yaml
182182
- ../peripherals/usart/usart_v2B.yaml
183+
- common_patches/rtc/alarm.yaml
183184
- common_patches/rtc/rtc_bkpr.yaml
184185
- common_patches/tsc/tsc.yaml
185186
- ../peripherals/adc/adc_array.yaml

devices/stm32f3x4.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ _include:
319319
- common_patches/f3_flash_obr_rdptr.yaml
320320
- ../peripherals/flash/flash_f3_common.yaml
321321
- ../peripherals/flash/flash_f3_acr_hlfcya.yaml
322+
- common_patches/rtc/alarm.yaml
323+
- common_patches/rtc/rtc_bkpr.yaml
322324
- common_patches/rtc/rtc_cr.yaml
323325
- ../peripherals/rtc/rtc_common.yaml
324326
- ../peripherals/rtc/rtc_f3.yaml

devices/stm32f401.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ _include:
152152
- ../peripherals/exti/exti.yaml
153153
- ../peripherals/flash/flash_v1.yaml
154154
- ../peripherals/flash/flash_latency16.yaml
155+
- common_patches/rtc/alarm.yaml
155156
- common_patches/rtc/rtc_bkpr.yaml
156157
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
157158
- common_patches/usb_otg/otg_fs_fixes_v1.yaml

devices/stm32f405.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ _include:
118118
- ../peripherals/flash/flash_v1.yaml
119119
- ../peripherals/flash/flash_latency8.yaml
120120
- common_patches/hash/hash.yaml
121+
- common_patches/rtc/alarm.yaml
121122
- common_patches/rtc/rtc_bkpr.yaml
122123
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
123124
- common_patches/usb_otg/otg_fs_fixes_v1.yaml

devices/stm32f407.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ _include:
125125
- ../peripherals/iwdg/iwdg.yaml
126126
- ../peripherals/exti/exti.yaml
127127
- common_patches/hash/hash.yaml
128+
- common_patches/rtc/alarm.yaml
128129
- common_patches/rtc/rtc_bkpr.yaml
129130
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
130131
- common_patches/usb_otg/otg_fs_fixes_v1.yaml

devices/stm32f410.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ _include:
203203
- ../peripherals/exti/exti.yaml
204204
- ../peripherals/flash/flash_v1.yaml
205205
- ../peripherals/flash/flash_latency16.yaml
206+
- common_patches/rtc/alarm.yaml
206207
- common_patches/rtc/rtc_bkpr.yaml
207208
- common_patches/dbgmcu.yaml
208209
- common_patches/fpu_interrupt.yaml

devices/stm32f411.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ _include:
173173
- ../peripherals/exti/exti.yaml
174174
- ../peripherals/flash/flash_v1.yaml
175175
- ../peripherals/flash/flash_latency16.yaml
176+
- common_patches/rtc/alarm.yaml
176177
- common_patches/rtc/rtc_bkpr.yaml
177178
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
178179
- common_patches/usb_otg/otg_fs_fixes_v1.yaml

devices/stm32f412.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ _include:
449449
- ../peripherals/exti/exti.yaml
450450
- ../peripherals/flash/flash_v1.yaml
451451
- ../peripherals/flash/flash_latency16.yaml
452+
- common_patches/rtc/alarm.yaml
452453
- common_patches/rtc/rtc_bkpr.yaml
453454
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
454455
- common_patches/dbgmcu.yaml

devices/stm32f413.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ _include:
228228
- ../peripherals/exti/exti.yaml
229229
- ../peripherals/flash/flash_v1.yaml
230230
- ../peripherals/flash/flash_latency16.yaml
231+
- common_patches/rtc/alarm.yaml
231232
- common_patches/rtc/rtc_bkpr.yaml
232233
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
233234
- common_patches/dbgmcu.yaml

devices/stm32f427.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ _include:
240240
- ../peripherals/iwdg/iwdg.yaml
241241
- ../peripherals/exti/exti.yaml
242242
- common_patches/hash/hash.yaml
243+
- common_patches/rtc/alarm.yaml
243244
- common_patches/rtc/rtc_bkpr.yaml
244245
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
245246
- common_patches/usb_otg/otg_fs_fixes_v1.yaml

devices/stm32f429.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ _include:
191191
- ../peripherals/iwdg/iwdg.yaml
192192
- ../peripherals/exti/exti.yaml
193193
- common_patches/hash/hash.yaml
194+
- common_patches/rtc/alarm.yaml
194195
- common_patches/rtc/rtc_bkpr.yaml
195196
- common_patches/usb_otg/otg_fs_remove_prefix.yaml
196197
- common_patches/usb_otg/otg_fs_fixes_v1.yaml

devices/stm32f446.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ _include:
569569
- ../peripherals/wwdg/wwdg.yaml
570570
- ../peripherals/iwdg/iwdg.yaml
571571
- ../peripherals/exti/exti.yaml
572+
- common_patches/rtc/alarm.yaml
572573
- common_patches/rtc/rtc_bkpr.yaml
573574
- common_patches/usb_otg/otg_hs_remove_prefix.yaml
574575
- common_patches/usb_otg/otg_fs_remove_prefix.yaml

devices/stm32f469.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ _include:
180180
- ../peripherals/flash/flash_v1.yaml
181181
- ../peripherals/flash/flash_latency16.yaml
182182
- common_patches/hash/hash.yaml
183+
- common_patches/rtc/alarm.yaml
183184
- common_patches/rtc/rtc_bkpr.yaml
184185
- common_patches/usb_otg/otg_hs_remove_prefix.yaml
185186
- common_patches/usb_otg/otg_fs_remove_prefix.yaml

devices/stm32f730.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ _include:
7575
- ../peripherals/fsmc/fsmc_wfdis.yaml
7676
- ../peripherals/fsmc/fsmc_nand.yaml
7777
- ../peripherals/fsmc/fsmc_sd.yaml
78+
- common_patches/rtc/alarm.yaml
7879
- common_patches/rtc/rtc_bkpr.yaml
7980
- common_patches/dbgmcu.yaml
8081
- ../peripherals/sai/sai.yaml

devices/stm32f745.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ _include:
180180
- ../peripherals/i2c/i2c_v2.yaml
181181
- ../peripherals/usart/usart_v2B1.yaml
182182
- common_patches/hash/hash.yaml
183+
- common_patches/rtc/alarm.yaml
183184
- common_patches/rtc/rtc_bkpr.yaml
184185
- common_patches/dbgmcu.yaml
185186
- common_patches/fsmc/fsmc_sram.yaml

devices/stm32f750.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ _include:
113113
- common_patches/cryp/cryp_v2.yaml
114114
- common_patches/sai/sai_v1.yaml
115115
- ../peripherals/sai/sai.yaml
116+
- common_patches/rtc/alarm.yaml
116117
- common_patches/rtc/rtc_bkpr.yaml
117118
- common_patches/rtc/rtc_cr.yaml
118119
- ../peripherals/rtc/rtc_common.yaml

devices/stm32f765.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ _include:
202202
- ../peripherals/i2c/i2c_v2.yaml
203203
- ../peripherals/usart/usart_v2B1.yaml
204204
- common_patches/hash/hash.yaml
205+
- common_patches/rtc/alarm.yaml
205206
- common_patches/rtc/rtc_bkpr.yaml
206207
- common_patches/dbgmcu.yaml
207208
- common_patches/fsmc/fsmc_sram.yaml

devices/stm32f7x2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ _include:
7676
- ../peripherals/fsmc/fsmc_wfdis.yaml
7777
- ../peripherals/fsmc/fsmc_nand.yaml
7878
- ../peripherals/fsmc/fsmc_sd.yaml
79+
- common_patches/rtc/alarm.yaml
7980
- common_patches/rtc/rtc_bkpr.yaml
8081
- common_patches/dbgmcu.yaml
8182
- ../peripherals/sai/sai.yaml

devices/stm32f7x3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ _include:
8686
- ../peripherals/fsmc/fsmc_wfdis.yaml
8787
- ../peripherals/fsmc/fsmc_nand.yaml
8888
- ../peripherals/fsmc/fsmc_sd.yaml
89+
- common_patches/rtc/alarm.yaml
8990
- common_patches/rtc/rtc_bkpr.yaml
9091
- common_patches/dbgmcu.yaml
9192
- ../peripherals/sai/sai.yaml

devices/stm32f7x6.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ _include:
166166
- ../peripherals/i2c/i2c_v2.yaml
167167
- ../peripherals/usart/usart_v2B1.yaml
168168
- common_patches/hash/hash.yaml
169+
- common_patches/rtc/alarm.yaml
169170
- common_patches/rtc/rtc_bkpr.yaml
170171
- common_patches/dbgmcu.yaml
171172
- common_patches/fsmc/fsmc_sram.yaml

devices/stm32f7x7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ _include:
338338
- ../peripherals/usart/usart_v2B1.yaml
339339
- common_patches/hash/hash.yaml
340340
- common_patches/mdios/mdios.yaml
341+
- common_patches/rtc/alarm.yaml
341342
- common_patches/rtc/rtc_bkpr.yaml
342343
- common_patches/f7_dbgmcu.yaml
343344
- common_patches/fsmc/fsmc_sram.yaml

devices/stm32f7x9.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ _include:
347347
- ../peripherals/usart/usart_v2B1.yaml
348348
- common_patches/hash/hash.yaml
349349
- common_patches/mdios/mdios.yaml
350+
- common_patches/rtc/alarm.yaml
350351
- common_patches/rtc/rtc_bkpr.yaml
351352
- common_patches/f7_dbgmcu.yaml
352353
- common_patches/fsmc/fsmc_sram.yaml

devices/stm32g030.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ _include:
3737
- ../peripherals/tim/tim_basic.yaml
3838
- ../peripherals/tim/tim_advanced.yaml
3939
- ./common_patches/g0_flash.yaml
40+
- common_patches/rtc/alarm.yaml
41+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g031.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ _include:
3737
- ../peripherals/tim/tim_basic.yaml
3838
- ../peripherals/tim/tim_advanced.yaml
3939
- ./common_patches/g0_flash.yaml
40+
- common_patches/rtc/alarm.yaml
41+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g041.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ _include:
3030
- ../peripherals/tim/tim_basic.yaml
3131
- ../peripherals/tim/tim_advanced.yaml
3232
- ./common_patches/g0_flash.yaml
33+
- common_patches/rtc/alarm.yaml
34+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g070.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,5 @@ _include:
170170
- ../peripherals/tim/tim_advanced.yaml
171171

172172
- ./common_patches/g0_flash.yaml
173+
- common_patches/rtc/alarm.yaml
174+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g071.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ _include:
9393
- ../peripherals/tim/tim6.yaml
9494
- ../peripherals/tim/tim_advanced.yaml
9595
- ./common_patches/g0_flash.yaml
96+
- common_patches/rtc/alarm.yaml
97+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g081.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ _include:
5252
- ../peripherals/tim/tim6.yaml
5353
- ../peripherals/tim/tim_advanced.yaml
5454
- ./common_patches/g0_flash.yaml
55+
- common_patches/rtc/alarm.yaml
56+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g0b1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,5 @@ _include:
123123
- ../peripherals/tim/tim6.yaml
124124
- ../peripherals/tim/tim_advanced.yaml
125125
- ./common_patches/g0_flash.yaml
126+
- common_patches/rtc/alarm.yaml
127+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g0c1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,5 @@ _include:
131131
- ../peripherals/tim/tim6.yaml
132132
- ../peripherals/tim/tim_advanced.yaml
133133
- ./common_patches/g0_flash.yaml
134+
- common_patches/rtc/alarm.yaml
135+
- common_patches/rtc/tamp_bkpr.yaml

devices/stm32g431.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ _include:
2222
- ./common_patches/g4_cordic.yaml
2323
- ../peripherals/cordic/cordic_g4.yaml
2424
- ./common_patches/sai/sai_v1.yaml
25-
- ./common_patches/rtc/rtc_cr.yaml
25+
- common_patches/rtc/alarm.yaml
26+
- common_patches/rtc/tamp_bkpr.yaml
27+
- common_patches/rtc/rtc_cr.yaml
2628
- ../peripherals/opamp/opamp_g4_common.yaml
2729
- ../peripherals/i2c/i2c_v2.yaml
2830
- ../peripherals/gpio/gpio_v2.yaml

devices/stm32g441.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ _include:
2222
- ./common_patches/g4_cordic.yaml
2323
- ../peripherals/cordic/cordic_g4.yaml
2424
- ./common_patches/sai/sai_v1.yaml
25-
- ./common_patches/rtc/rtc_cr.yaml
25+
- common_patches/rtc/alarm.yaml
26+
- common_patches/rtc/tamp_bkpr.yaml
27+
- common_patches/rtc/rtc_cr.yaml
2628
- ../peripherals/opamp/opamp_g4_common.yaml
2729
- ../peripherals/i2c/i2c_v2.yaml
2830
- ../peripherals/gpio/gpio_v2.yaml

devices/stm32g471.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ _include:
2222
- ./common_patches/g4_cordic.yaml
2323
- ../peripherals/cordic/cordic_g4.yaml
2424
- ./common_patches/sai/sai_v1.yaml
25-
- ./common_patches/rtc/rtc_cr.yaml
25+
- common_patches/rtc/alarm.yaml
26+
- common_patches/rtc/tamp_bkpr.yaml
27+
- common_patches/rtc/rtc_cr.yaml
2628
- ../peripherals/opamp/opamp_g4_common.yaml
2729
- ../peripherals/i2c/i2c_v2.yaml
2830
- ../peripherals/gpio/gpio_v2.yaml

0 commit comments

Comments
 (0)