Skip to content

Commit d009f95

Browse files
committed
Release driver v2.2.0
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent eade77f commit d009f95

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

Release_Notes.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2 id="main-changes-1">Main changes</h2>
5858
</ul>
5959
<h2 id="section-1"></h2>
6060
</div>
61-
<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.1.0 / 26-May-2023</label>
61+
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.1.0 / 26-May-2023</label>
6262
<div>
6363
<h2 id="main-changes-2">Main changes</h2>
6464
<ul>
@@ -70,6 +70,14 @@ <h2 id="main-changes-2">Main changes</h2>
7070
</ul>
7171
<h2 id="section-2"></h2>
7272
</div>
73+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V2.2.0 / 09-Nov-2023</label>
74+
<div>
75+
<h2 id="main-changes-3">Main changes</h2>
76+
<ul>
77+
<li>Fix “maybe uninitialized variable” warnings</li>
78+
</ul>
79+
<h2 id="section-3"></h2>
80+
</div>
7381
</div>
7482
</section>
7583
</div>

Release_Notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This directory contains the LSM6DSO component drivers.
5959

6060
</div>
6161

62-
<input type="checkbox" id="collapse-section3" checked aria-hidden="true">
62+
<input type="checkbox" id="collapse-section3" aria-hidden="true">
6363
<label for="collapse-section3" aria-hidden="true">V2.1.0 / 26-May-2023</label>
6464
<div>
6565

@@ -74,6 +74,19 @@ This directory contains the LSM6DSO component drivers.
7474
##
7575

7676
</div>
77+
78+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
79+
<label for="collapse-section4" aria-hidden="true">V2.2.0 / 09-Nov-2023</label>
80+
<div>
81+
82+
## Main changes
83+
84+
- Fix "maybe uninitialized variable" warnings
85+
86+
##
87+
88+
</div>
89+
7790
:::
7891

7992
:::

0 commit comments

Comments
 (0)