File tree Expand file tree Collapse file tree 7 files changed +206
-28
lines changed Expand file tree Collapse file tree 7 files changed +206
-28
lines changed Original file line number Diff line number Diff line change
1
+
2
+ ETH :
3
+ _strip :
4
+ - " ETH_"
Original file line number Diff line number Diff line change 1
1
_clear_fields : ["*"]
2
2
3
- RCC :
4
- _strip :
5
- - " RCC_"
6
-
7
3
ADC,ADC? :
8
4
_strip :
9
5
- " ADC_"
10
6
11
- DBGMCU :
7
+ CRC :
12
8
_strip :
13
- - " DBGMCU_ "
9
+ - " CRC_ "
14
10
15
- GPDMA1 :
11
+ CRS :
16
12
_strip :
17
- - " GPDMA_ "
13
+ - " CRS_ "
18
14
19
- CRC :
15
+ DAC :
20
16
_strip :
21
- - " CRC_ "
17
+ - " DAC_ "
22
18
23
- FLASH :
19
+ DBGMCU :
24
20
_strip :
25
- - " FLASH_"
26
-
21
+ - " DBGMCU_"
27
22
28
- RTC :
23
+ DTS :
29
24
_strip :
30
- - " RTC_ "
25
+ - " DTS_ "
31
26
32
27
EXTI :
33
28
_strip :
@@ -38,30 +33,90 @@ EXTI:
38
33
name : EXTI4_15
39
34
description : " EXTI line 4 to 15 interrupt"
40
35
41
- GPIO? :
36
+ FLASH :
42
37
_strip :
43
- - " GPIO?_ "
38
+ - " FLASH_ "
44
39
45
- USART ? :
40
+ FDCAN ? :
46
41
_strip :
47
- - " USART_ "
42
+ - " FDCAN?_ "
48
43
49
- SPI? :
44
+ GPDMA1 :
50
45
_strip :
51
- - " SPI_"
46
+ - " GPDMA_"
47
+
48
+ GPIO? :
49
+ _strip :
50
+ - " GPIO?_"
51
+
52
+ HASH :
53
+ _strip :
54
+ - " HASH_"
52
55
53
56
I2C? :
54
57
_strip :
55
58
- " I2C_"
56
59
60
+ ICACHE :
61
+ _strip :
62
+ - " ICACHE_"
63
+
57
64
IWDG :
58
65
_strip :
59
66
- " IWDG_"
60
67
68
+ LPTIM? :
69
+ _strip :
70
+ - " LPTIM_"
71
+
72
+ LPUART :
73
+ _strip :
74
+ - " LPUART_"
75
+
61
76
PWR :
62
77
_strip :
63
78
- " PWR_"
64
79
80
+ RAMCFG :
81
+ _strip :
82
+ - " RAMCFG_"
83
+
84
+ RCC :
85
+ _strip :
86
+ - " RCC_"
87
+
88
+ RNG :
89
+ _strip :
90
+ - " RNG_"
91
+
92
+ RTC :
93
+ _strip :
94
+ - " RTC_"
95
+
96
+ SBS :
97
+ _strip :
98
+ - " SBS_"
99
+
100
+ SPI? :
101
+ _strip :
102
+ - " SPI_"
103
+
104
+ TAMP :
105
+ _strip :
106
+ - " TAMP_"
107
+
108
+ TIM1 :
109
+ _strip :
110
+ - " TIM1_"
111
+
112
+ USART? :
113
+ _strip :
114
+ - " USART_"
115
+
116
+ USB :
117
+ _strip :
118
+ - " USB_"
119
+
65
120
WWDG :
66
121
_strip :
67
122
- " WWDG_"
72
127
# _modify:
73
128
# CNT_alternate:
74
129
# name: "CNT"
75
-
76
- # TIM?:
77
- # _strip:
78
- # - "TIM?_"
79
- # - "TIM??_"
Original file line number Diff line number Diff line change
1
+ DLYBOS? :
2
+ _strip :
3
+ - " DLYB_"
4
+
5
+ DCACHE :
6
+ _strip :
7
+ - " DCACHE_"
8
+
9
+ DCMI :
10
+ _strip :
11
+ - " DCMI_"
12
+
13
+ FMAC :
14
+ _strip :
15
+ - " FMAC_"
16
+
17
+ FMC :
18
+ _strip :
19
+ - " FMC_"
20
+
21
+ GTZC1_TZSC :
22
+ _strip :
23
+ - " GTZC1_TZSC_"
24
+
25
+ I3C :
26
+ _strip :
27
+ - " I3C_"
28
+
29
+ OCTOSPI :
30
+ _strip :
31
+ - " OCTOSPI_"
32
+
33
+ PSSI :
34
+ _strip :
35
+ - " PSSI_"
36
+
37
+ SAI? :
38
+ _strip :
39
+ - " SAI_"
40
+
41
+ SDMMC? :
42
+ _strip :
43
+ - " SDMMC_"
44
+
45
+ UCPD? :
46
+ _strip :
47
+ - " UCPD_"
48
+
49
+ VREFBUF :
50
+ _strip :
51
+ - " VREFBUF_"
52
+
53
+ # TIM3:
54
+ # _delete:
55
+ # - CNT
56
+ # _modify:
57
+ # CNT_alternate:
58
+ # name: "CNT"
Original file line number Diff line number Diff line change
1
+
2
+ AES :
3
+ _strip :
4
+ - " AES_"
5
+
6
+ CORDIC :
7
+ _strip :
8
+ - " CORDIC_"
9
+
10
+ OTFDEC? :
11
+ _strip :
12
+ - " OTFDEC_"
13
+
14
+ PKA :
15
+ _strip :
16
+ - " PKA_"
17
+
18
+ SAES :
19
+ _strip :
20
+ - " SAES_"
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ _svd: ../svd/stm32h562.svd
4
4
# todo place them in the common/h5.yaml
5
5
_include :
6
6
- common_patches/h5.yaml
7
+ - common_patches/h56x_h57x.yaml
7
8
8
9
- common_patches/crc/crc_rename_init.yaml
9
10
- ../peripherals/crc/crc_advanced.yaml
10
11
# - ../peripherals/crc/crc_idr_32bit.yaml
11
12
- ../peripherals/crc/crc_pol.yaml
12
- - common_patches/crc/h7_addr_fix.yaml
13
13
14
14
15
15
# - common_patches/flash/l5_array.yaml
@@ -25,4 +25,4 @@ _include:
25
25
- common_patches/rtc/rtc_cr.yaml
26
26
# - ../peripherals/rtc/rtc_common.yaml
27
27
28
- - ../peripherals/sai/sai.yaml
28
+ - ../peripherals/sai/sai.yaml
Original file line number Diff line number Diff line change @@ -2,3 +2,26 @@ _svd: ../svd/stm32h563.svd
2
2
3
3
_include :
4
4
- common_patches/h5.yaml
5
+ - common_patches/h56x_h57x.yaml
6
+ - common_patches/ethernet/h5.yaml
7
+
8
+ - common_patches/crc/crc_rename_init.yaml
9
+ - ../peripherals/crc/crc_advanced.yaml
10
+ # - ../peripherals/crc/crc_idr_32bit.yaml
11
+ - ../peripherals/crc/crc_pol.yaml
12
+
13
+
14
+ # - common_patches/flash/l5_array.yaml
15
+
16
+ - ../peripherals/gpio/v3/common.yaml
17
+
18
+ # - ../peripherals/rcc/rcc_v3.yaml
19
+ # - ../peripherals/rcc/rcc_v3_pll.yaml
20
+ # - ../peripherals/rcc/rcc_v3_h7_ccip.yaml
21
+
22
+ - common_patches/rtc/alarm.yaml
23
+ # - common_patches/rtc/rtc_bkpr.yaml
24
+ - common_patches/rtc/rtc_cr.yaml
25
+ # - ../peripherals/rtc/rtc_common.yaml
26
+
27
+ - ../peripherals/sai/sai.yaml
Original file line number Diff line number Diff line change @@ -2,3 +2,26 @@ _svd: ../svd/stm32h573.svd
2
2
3
3
_include :
4
4
- common_patches/h5.yaml
5
+ - common_patches/h56x_h57x.yaml
6
+ - common_patches/h5_security.yaml
7
+ - common_patches/ethernet/h5.yaml
8
+
9
+ - common_patches/crc/crc_rename_init.yaml
10
+ - ../peripherals/crc/crc_advanced.yaml
11
+ # - ../peripherals/crc/crc_idr_32bit.yaml
12
+ - ../peripherals/crc/crc_pol.yaml
13
+
14
+ # - common_patches/flash/l5_array.yaml
15
+
16
+ - ../peripherals/gpio/v3/common.yaml
17
+
18
+ # - ../peripherals/rcc/rcc_v3.yaml
19
+ # - ../peripherals/rcc/rcc_v3_pll.yaml
20
+ # - ../peripherals/rcc/rcc_v3_h7_ccip.yaml
21
+
22
+ - common_patches/rtc/alarm.yaml
23
+ # - common_patches/rtc/rtc_bkpr.yaml
24
+ - common_patches/rtc/rtc_cr.yaml
25
+ # - ../peripherals/rtc/rtc_common.yaml
26
+
27
+ - ../peripherals/sai/sai.yaml
You can’t perform that action at this time.
0 commit comments