@@ -43,19 +43,60 @@ <h1 id="release-notes-for-stm32c0xx-cmsis">Release Notes for
43
43
< section id ="update-history " class ="col-sm-12 col-lg-8 ">
44
44
< h1 > < strong > Update History</ strong > </ h1 >
45
45
< div class ="collapse ">
46
- < input type ="checkbox " id ="collapse-section3 " checked aria-hidden ="true ">
47
- < label for ="collapse-section3 " checked aria-hidden ="true "> < strong > V1.2 .0
48
- / 05-June -2024</ strong > </ label >
46
+ < input type ="checkbox " id ="collapse-section4 " checked aria-hidden ="true ">
47
+ < label for ="collapse-section4 " checked aria-hidden ="true "> < strong > V1.3 .0
48
+ / 30-October -2024</ strong > </ label >
49
49
< div >
50
50
< h2 id ="main-changes "> Main Changes</ h2 >
51
51
< ul >
52
+ < li > Official release of STM32C0xx CMSIS drivers to support
53
+ < strong > STM32C051xx</ strong > and < strong > STM32C091/92xx</ strong >
54
+ devices</ li >
55
+ < li > General updates to fix known defects and enhance implementation</ li >
56
+ < li > Align version of bit and registers definition with the STM32C0
57
+ reference manual</ li >
58
+ </ ul >
59
+ < h2 id ="contents "> Contents</ h2 >
60
+ < ul >
61
+ < li > < strong > Support of STM32C051xx and STM32C091/92xx devices</ strong > :
62
+ < ul >
63
+ < li > Add “stm32c051xx.h” , “stm32c091xx.h”, and “stm32c092xx.h”
64
+ files</ li >
65
+ < li > Add startup files “startup_stm32c051xx.s”, “startup_stm32c091xx.s”
66
+ and “startup_stm32c092xx.s” for EWARM, STM32CubeIDE and MDK-ARM
67
+ toolchains</ li >
68
+ < li > Add STM32C051xx and STM32C091/92xx devices linker files for EWARM
69
+ and STM32CubeIDE toolchains</ li >
70
+ </ ul > </ li >
71
+ < li > < strong > Registers and bit field definitions updates</ strong > :
72
+ < ul >
73
+ < li > Add BL_EXIT_SEC_MEM_BASE Bootloader Exit Secure Memory Firmware
74
+ addresses</ li >
75
+ < li > Remove RCC_CR_SYSDIV bit definition from C031xx and C011xx CMSIS
76
+ files as undefined</ li >
77
+ </ ul > </ li >
78
+ </ ul >
79
+ < h2 id ="supported-devices "> Supported Devices</ h2 >
80
+ < ul >
81
+ < li > STM32C011xx, STM32C031xx, < strong > STM32C051xx</ strong > , STM32C071xx
82
+ and < strong > STM32C091/92xx</ strong > devices</ li >
83
+ </ ul >
84
+ </ div >
85
+ </ div >
86
+ < div class ="collapse ">
87
+ < input type ="checkbox " id ="collapse-section3 " aria-hidden ="true ">
88
+ < label for ="collapse-section3 " aria-hidden ="true "> < strong > V1.2.0 /
89
+ 05-June-2024</ strong > </ label >
90
+ < div >
91
+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
92
+ < ul >
52
93
< li > First official release of STM32C0xx CMSIS drivers to support
53
94
< strong > STM32C071xx</ strong > devices</ li >
54
95
< li > General updates to fix known defects and enhance implementation</ li >
55
96
< li > Align version of bit and registers definition with the STM32C0
56
97
reference manual</ li >
57
98
</ ul >
58
- < h2 id ="contents "> Contents</ h2 >
99
+ < h2 id ="contents-1 "> Contents</ h2 >
59
100
< ul >
60
101
< li > < strong > Support of STM32C071xx devices</ strong > :
61
102
< ul >
@@ -102,7 +143,7 @@ <h2 id="contents">Contents</h2>
102
143
</ ul > </ li >
103
144
</ ul > </ li >
104
145
</ ul >
105
- < h2 id ="supported-devices "> Supported Devices</ h2 >
146
+ < h2 id ="supported-devices-1 "> Supported Devices</ h2 >
106
147
< ul >
107
148
< li > STM32C011xx, STM32C031xx and STM32C071xx devices</ li >
108
149
</ ul >
@@ -112,14 +153,14 @@ <h2 id="supported-devices">Supported Devices</h2>
112
153
< input type ="checkbox " id ="collapse-section2 " aria-hidden ="true ">
113
154
< label for ="collapse-section2 " aria-hidden ="true "> < strong > V1.1.0 /
114
155
07-June-2023</ strong > </ label >
115
- < h2 id ="main-changes-1 "> Main Changes</ h2 >
156
+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
116
157
< p > Align flash register address with STM32C0 reference manual</ p >
117
158
</ div >
118
159
< div class ="collapse ">
119
160
< input type ="checkbox " id ="collapse-section1 " aria-hidden ="true ">
120
161
< label for ="collapse-section1 " aria-hidden ="true "> < strong > V1.0.0 /
121
162
09-February-2022</ strong > </ label >
122
- < h2 id ="main-changes-2 "> Main Changes</ h2 >
163
+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
123
164
< p > First official release version of bits and registers definition
124
165
aligned with STM32C0 reference manual</ p >
125
166
</ div >
0 commit comments