@@ -69,19 +69,75 @@ <h1 id="purpose">Purpose</h1>
6969< section id ="update-history " class ="col-sm-12 col-lg-8 ">
7070< h1 > Update History</ h1 >
7171< div class ="collapse ">
72- < input type ="checkbox " id ="collapse-section5 " checked aria-hidden ="true ">
73- < label for ="collapse-section5 " checked aria-hidden ="true "> V1.3 .0 /
74- 30-October-2024 </ label >
72+ < input type ="checkbox " id ="collapse-section6 " checked aria-hidden ="true ">
73+ < label for ="collapse-section6 " checked aria-hidden ="true "> V1.4 .0 /
74+ 05-February-2025 </ label >
7575< div >
7676< h2 id ="main-changes "> Main Changes</ h2 >
7777< ul >
78+ < li > Maintenance Release of STM32CubeC0 HAL/LL Drivers supporting
79+ < strong > STM32C011xx/C031xx/C051xx/C071xx/C091xx/C092xx</ strong >
80+ devices</ li >
81+ < li > General updates to fix known defects and implementation
82+ enhancements</ li >
83+ </ ul >
84+ < h3 id ="hal-drivers-updates "> < strong > HAL Drivers updates</ strong > </ h3 >
85+ < ul >
86+ < li > HAL ADC driver:
87+ < ul >
88+ < li > Change ADC calibration procedure</ li >
89+ </ ul > </ li >
90+ < li > HAL RCC driver:
91+ < ul >
92+ < li > Add notes to highlight HSI48 clock division factor update limitation
93+ when HSI48 oscillator is selected as system clock</ li >
94+ </ ul > </ li >
95+ < li > HAL TIM driver:
96+ < ul >
97+ < li > Fix update flag (UIF) clearing in TIM_Base_SetConfig</ li >
98+ </ ul > </ li >
99+ < li > HAL UART driver:
100+ < ul >
101+ < li > Correct references to HAL_UARTEx_WakeupCallback and to
102+ HAL_UART_WAKEUP_CB_ID define, according to serie capabilities</ li >
103+ < li > Provide accurate position in RxEventCallback when ReceptionToIdle
104+ mode is used with DMA, when UART and DMA interrupts process is
105+ delayed</ li >
106+ </ ul > </ li >
107+ </ ul >
108+ < h3 id ="ll-drivers-updates "> < strong > LL Drivers updates</ strong > </ h3 >
109+ < ul >
110+ < li > LL USART driver:
111+ < ul >
112+ < li > Solve Coverity out-of-bound memory access warning in use of
113+ USART_PRESCALER_TAB array</ li >
114+ </ ul > </ li >
115+ </ ul >
116+ < p > Note: HAL/LL Backward compatibility ensured by legacy defines.</ p >
117+ < h2 id ="known-limitations "> Known Limitations</ h2 >
118+ < ul >
119+ < li > None</ li >
120+ </ ul >
121+ < h2 id ="backward-compatibility "> Backward Compatibility</ h2 >
122+ < ul >
123+ < li > Not applicable</ li >
124+ </ ul >
125+ </ div >
126+ </ div >
127+ < div class ="collapse ">
128+ < input type ="checkbox " id ="collapse-section5 " aria-hidden ="true ">
129+ < label for ="collapse-section5 " aria-hidden ="true "> V1.3.0 /
130+ 30-October-2024</ label >
131+ < div >
132+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
133+ < ul >
78134< li > Official Release of STM32CubeC0 Firmware package supporting
79135< strong > STM32C051xx</ strong > and < strong > STM32C091/92xx</ strong >
80136devices</ li >
81137< li > General updates to fix known defects and implementation
82138enhancements</ li >
83139</ ul >
84- < h3 id ="hal-drivers-updates "> < strong > HAL Drivers updates</ strong > </ h3 >
140+ < h3 id ="hal-drivers-updates-1 "> < strong > HAL Drivers updates</ strong > </ h3 >
85141< ul >
86142< li > HAL generic driver:
87143< ul >
@@ -125,7 +181,7 @@ <h3 id="hal-drivers-updates"><strong>HAL Drivers updates</strong></h3>
125181polling mode</ li >
126182</ ul > </ li >
127183</ ul >
128- < h3 id ="ll-drivers-updates "> < strong > LL Drivers updates</ strong > </ h3 >
184+ < h3 id ="ll-drivers-updates-1 "> < strong > LL Drivers updates</ strong > </ h3 >
129185< ul >
130186< li > LL ADC driver:
131187< ul >
@@ -141,11 +197,11 @@ <h3 id="ll-drivers-updates"><strong>LL Drivers updates</strong></h3>
141197</ ul > </ li >
142198</ ul >
143199< p > Note: HAL/LL Backward compatibility ensured by legacy defines.</ p >
144- < h2 id ="known-limitations "> Known Limitations</ h2 >
200+ < h2 id ="known-limitations-1 "> Known Limitations</ h2 >
145201< ul >
146202< li > None</ li >
147203</ ul >
148- < h2 id ="backward-compatibility "> Backward Compatibility</ h2 >
204+ < h2 id ="backward-compatibility-1 "> Backward Compatibility</ h2 >
149205< ul >
150206< li > Not applicable</ li >
151207</ ul >
@@ -156,14 +212,14 @@ <h2 id="backward-compatibility">Backward Compatibility</h2>
156212< label for ="collapse-section4 " aria-hidden ="true "> V1.2.0 /
15721305-June-2024</ label >
158214< div >
159- < h2 id ="main-changes-1 "> Main Changes</ h2 >
215+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
160216< ul >
161217< li > Official Release of STM32CubeC0 Firmware package supporting
162218< strong > STM32C071xx</ strong > devices</ li >
163219< li > General updates to fix known defects and implementation
164220enhancements</ li >
165221</ ul >
166- < h3 id ="hal-drivers-updates-1 "> < strong > HAL Drivers updates</ strong > </ h3 >
222+ < h3 id ="hal-drivers-updates-2 "> < strong > HAL Drivers updates</ strong > </ h3 >
167223< ul >
168224< li > HAL generic driver:
169225< ul >
@@ -282,7 +338,7 @@ <h3 id="hal-drivers-updates-1"><strong>HAL Drivers updates</strong></h3>
282338FIFO reception in Interrupt mode</ li >
283339</ ul > </ li >
284340</ ul >
285- < h3 id ="ll-drivers-updates-1 "> < strong > LL Drivers updates</ strong > </ h3 >
341+ < h3 id ="ll-drivers-updates-2 "> < strong > LL Drivers updates</ strong > </ h3 >
286342< ul >
287343< li > LL ADC driver:
288344< ul >
@@ -336,11 +392,11 @@ <h3 id="ll-drivers-updates-1"><strong>LL Drivers updates</strong></h3>
336392</ ul > </ li >
337393</ ul >
338394< p > Note: HAL/LL Backward compatibility ensured by legacy defines.</ p >
339- < h2 id ="known-limitations-1 "> Known Limitations</ h2 >
395+ < h2 id ="known-limitations-2 "> Known Limitations</ h2 >
340396< ul >
341397< li > None</ li >
342398</ ul >
343- < h2 id ="backward-compatibility-1 "> Backward Compatibility</ h2 >
399+ < h2 id ="backward-compatibility-2 "> Backward Compatibility</ h2 >
344400< ul >
345401< li > Not applicable</ li >
346402</ ul >
@@ -351,7 +407,7 @@ <h2 id="backward-compatibility-1">Backward Compatibility</h2>
351407< label for ="collapse-section3 " aria-hidden ="true "> V1.1.0 /
35240807-June-2023</ label >
353409< div >
354- < h2 id ="main-changes-2 "> Main Changes</ h2 >
410+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
355411< ul >
356412< li > Maintenance Release of STM32CubeC0 Firmware Package</ li >
357413</ ul >
@@ -422,9 +478,9 @@ <h2 id="main-changes-2">Main Changes</h2>
422478setting.</ li >
423479</ ul > </ li >
424480</ ul >
425- < h2 id ="known-limitations-2 "> Known Limitations</ h2 >
481+ < h2 id ="known-limitations-3 "> Known Limitations</ h2 >
426482< p > N/A</ p >
427- < h2 id ="backward-compatibility-2 "> Backward Compatibility</ h2 >
483+ < h2 id ="backward-compatibility-3 "> Backward Compatibility</ h2 >
428484< ul >
429485< li > HAL_SYSCFG_GetPinBinding() and LL_SYSCFG_GetConfigPinMux() are
430486updated.</ li >
@@ -436,7 +492,7 @@ <h2 id="backward-compatibility-2">Backward Compatibility</h2>
436492< label for ="collapse-section2 " checked aria-hidden ="true "> V1.0.1 /
43749312-January-2023</ label >
438494< div >
439- < h2 id ="main-changes-3 "> Main Changes</ h2 >
495+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
440496< ul >
441497< li > < p > Patch Release of STM32CubeC0 Firmware Package</ p > </ li >
442498< li > < p > Update ADC HAL driver with proper internal sensor calibration
@@ -447,7 +503,7 @@ <h2 id="main-changes-3">Main Changes</h2>
447503</ ul > </ li >
448504< li > < p > Update RCC LL driver by adding missing AHB Prescaler.</ p > </ li >
449505</ ul >
450- < h2 id ="known-limitations-3 "> Known Limitations</ h2 >
506+ < h2 id ="known-limitations-4 "> Known Limitations</ h2 >
451507< p > N/A</ p >
452508</ div >
453509</ div >
@@ -456,10 +512,10 @@ <h2 id="known-limitations-3">Known Limitations</h2>
456512< label for ="collapse-section1 " checked aria-hidden ="true "> V1.0.0 /
45751309-February-2022</ label >
458514< div >
459- < h2 id ="main-changes-4 "> Main Changes</ h2 >
515+ < h2 id ="main-changes-5 "> Main Changes</ h2 >
460516< p > First official release of HAL and LL drivers for STM32C031xx /
461517STM32C011xx devices</ p >
462- < h2 id ="known-limitations-4 "> Known Limitations</ h2 >
518+ < h2 id ="known-limitations-5 "> Known Limitations</ h2 >
463519< p > N/A</ p >
464520</ div >
465521</ div >
0 commit comments