Skip to content

Commit aba81eb

Browse files
committed
Release driver version 2.0.0
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent a2241fe commit aba81eb

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

Release_Notes.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,23 @@ <h2 id="main-changes-1">Main changes</h2>
5757
</ul>
5858
<h2 id="section-1"></h2>
5959
</div>
60-
<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.1.1 / 30-Oct-2023</label>
60+
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.1.1 / 30-Oct-2023</label>
6161
<div>
6262
<h2 id="main-changes-2">Main changes</h2>
6363
<ul>
6464
<li>The switch case in method “lsm6dsm_fifo_write_trigger_get” used wrong bits to determine the “lsm6dsm_trigger_fifo_t” enum value.</li>
6565
</ul>
6666
<h2 id="section-2"></h2>
6767
</div>
68+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V2.0.0 / 20-Mar-2024</label>
69+
<div>
70+
<h2 id="main-changes-3">Main changes</h2>
71+
<ul>
72+
<li>Fixed code style (Artistic Style Version 3.4.13)</li>
73+
<li>Add “const” to ctx arg for all APIs</li>
74+
</ul>
75+
<h2 id="section-3"></h2>
76+
</div>
6877
</div>
6978
</section>
7079
</div>

Release_Notes.md

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

5959
</div>
6060

61-
<input type="checkbox" id="collapse-section3" checked aria-hidden="true">
61+
<input type="checkbox" id="collapse-section3" aria-hidden="true">
6262
<label for="collapse-section3" aria-hidden="true">V1.1.1 / 30-Oct-2023</label>
6363
<div>
6464

@@ -67,6 +67,19 @@ This directory contains the LSM6DSM component drivers.
6767

6868
##
6969

70+
</div>
71+
72+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
73+
<label for="collapse-section4" aria-hidden="true">V2.0.0 / 20-Mar-2024</label>
74+
<div>
75+
76+
## Main changes
77+
78+
- Fixed code style (Artistic Style Version 3.4.13)
79+
- Add "const" to ctx arg for all APIs
80+
81+
##
82+
7083
</div>
7184
:::
7285

0 commit comments

Comments
 (0)