Skip to content

Commit 42108c8

Browse files
committed
Release driver version v4.0.0
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent f0ca6dc commit 42108c8

2 files changed

Lines changed: 66 additions & 18 deletions

File tree

Release_Notes.html

Lines changed: 53 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@
55
<meta name="generator" content="pandoc" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
77
<title>Release Notes for LSM6DSV320X Component</title>
8-
<style type="text/css">
9-
code{white-space: pre-wrap;}
10-
span.smallcaps{font-variant: small-caps;}
11-
span.underline{text-decoration: underline;}
12-
div.column{display: inline-block; vertical-align: top; width: 50%;}
8+
<style>
9+
code{white-space: pre-wrap;}
10+
span.smallcaps{font-variant: small-caps;}
11+
div.columns{display: flex; gap: min(4vw, 1.5em);}
12+
div.column{flex: auto; overflow-x: auto;}
13+
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
14+
/* The extra [class] is a hack that increases specificity enough to
15+
override a similar rule in reveal.js */
16+
ul.task-list[class]{list-style: none;}
17+
ul.task-list li input[type="checkbox"] {
18+
font-size: inherit;
19+
width: 0.8em;
20+
margin: 0 0.8em 0.2em -1.6em;
21+
vertical-align: middle;
22+
}
23+
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
1324
</style>
1425
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
1526
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
@@ -18,21 +29,28 @@
1829
<div class="row">
1930
<div class="col-sm-12 col-lg-4">
2031
<center>
21-
<h1 id="release-notes-for-lsm6dsv320x-component-driver">Release Notes for LSM6DSV320X Component Driver</h1>
32+
<h1 id="release-notes-for-lsm6dsv320x-component-driver">Release Notes
33+
for LSM6DSV320X Component Driver</h1>
2234
<p>Copyright © 2025 STMicroelectronics<br />
2335
</p>
24-
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
36+
<a href="https://www.st.com" class="logo"><img
37+
src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
2538
</center>
2639
<h1 id="license">License</h1>
27-
<p>This software component is licensed by ST under BSD 3-Clause license, the “License”. You may not use this component except in compliance with the License. You may obtain a copy of the License at:</p>
28-
<p><a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause license</a></p>
40+
<p>This software component is licensed by ST under BSD 3-Clause license,
41+
the “License”. You may not use this component except in compliance with
42+
the License. You may obtain a copy of the License at:</p>
43+
<p><a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause
44+
license</a></p>
2945
<h1 id="purpose">Purpose</h1>
3046
<p>This directory contains the LSM6DSV320X component drivers.</p>
3147
</div>
32-
<div class="col-sm-12 col-lg-8">
33-
<h1 id="update-history">Update history</h1>
48+
<section id="update-history" class="col-sm-12 col-lg-8">
49+
<h1>Update history</h1>
3450
<div class="collapse">
35-
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 04-Apr-2025</label>
51+
<input type="checkbox" id="collapse-section1" aria-hidden="true">
52+
<label for="collapse-section1" aria-hidden="true">V1.0.0 /
53+
04-Apr-2025</label>
3654
<div>
3755
<h2 id="main-changes">Main changes</h2>
3856
<h3 id="first-release">First release</h3>
@@ -41,7 +59,9 @@ <h3 id="first-release">First release</h3>
4159
</ul>
4260
<h2 id="section"></h2>
4361
</div>
44-
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 07-Jul-2025</label>
62+
<input type="checkbox" id="collapse-section2" aria-hidden="true">
63+
<label for="collapse-section2" aria-hidden="true">V1.1.0 /
64+
07-Jul-2025</label>
4565
<div>
4666
<h2 id="main-changes-1">Main changes</h2>
4767
<ul>
@@ -57,34 +77,50 @@ <h2 id="main-changes-1">Main changes</h2>
5777
</ul>
5878
<h2 id="section-1"></h2>
5979
</div>
60-
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.0.0 / 17-Sep-2025</label>
80+
<input type="checkbox" id="collapse-section3" aria-hidden="true">
81+
<label for="collapse-section3" aria-hidden="true">V2.0.0 /
82+
17-Sep-2025</label>
6183
<div>
6284
<h2 id="main-changes-2">Main changes</h2>
6385
<ul>
6486
<li>Added from_fs125_to_mdps() conversion API</li>
65-
<li>Added checks before writes to avoid random content from being written</li>
87+
<li>Added checks before writes to avoid random content from being
88+
written</li>
6689
<li>Fixed reset_set API wrong boot and sw_reset settings</li>
6790
<li>Added fifo_event_t enum for stop_on_wtm_set/get functions</li>
6891
<li>Fix fifo_batch_counter_threshold_set/get</li>
6992
<li>Adding CODE_OF_CONDUCT.md and SECURITY.md</li>
7093
</ul>
7194
<h2 id="section-2"></h2>
7295
</div>
73-
<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V3.0.0 / 07-Oct-2025</label>
96+
<input type="checkbox" id="collapse-section4" aria-hidden="true">
97+
<label for="collapse-section4" aria-hidden="true">V3.0.0 /
98+
07-Oct-2025</label>
7499
<div>
75100
<h2 id="main-changes-3">Main changes</h2>
76101
<ul>
77102
<li>Add routine to reset SFLP game rotation logic</li>
78103
</ul>
79104
<h2 id="section-3"></h2>
80105
</div>
106+
<input type="checkbox" id="collapse-section5" checked aria-hidden="true">
107+
<label for="collapse-section5" aria-hidden="true">V4.0.0 /
108+
05-Nov-2025</label>
109+
<div>
110+
<h2 id="main-changes-4">Main changes</h2>
111+
<ul>
112+
<li>Upgrade reset APIs</li>
113+
</ul>
114+
<h2 id="section-4"></h2>
81115
</div>
82116
</div>
117+
</section>
83118
</div>
84119
<footer class="sticky">
85120
<div class="columns">
86121
<div class="column" style="width:95%;">
87-
<p>For complete documentation on LSM6DSV320X, visit: <a href="https://www.st.com/content/st_com/en/products/mems-and-sensors/inemo-inertial-modules/lsm6dsv320x.html">LSM6DSV320X</a></p>
122+
<p>For complete documentation on LSM6DSV320X, visit: <a
123+
href="https://www.st.com/content/st_com/en/products/mems-and-sensors/inemo-inertial-modules/lsm6dsv320x.html">LSM6DSV320X</a></p>
88124
</div><div class="column" style="width:5%;">
89125
<p><abbr title="Based on template cx566953 version 1.0">Info</abbr></p>
90126
</div>

Release_Notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ This directory contains the LSM6DSV320X component drivers.
8181

8282
</div>
8383

84-
<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
84+
<input type="checkbox" id="collapse-section4" aria-hidden="true">
8585
<label for="collapse-section4" aria-hidden="true">V3.0.0 / 07-Oct-2025</label>
8686
<div>
8787

@@ -91,6 +91,18 @@ This directory contains the LSM6DSV320X component drivers.
9191

9292
##
9393

94+
</div>
95+
96+
<input type="checkbox" id="collapse-section5" checked aria-hidden="true">
97+
<label for="collapse-section5" aria-hidden="true">V4.0.0 / 05-Nov-2025</label>
98+
<div>
99+
100+
## Main changes
101+
102+
- Upgrade reset APIs
103+
104+
##
105+
94106
</div>
95107
:::
96108

0 commit comments

Comments
 (0)