Skip to content

Commit 89202c6

Browse files
committed
Release version 5.1.0
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent 4fb68c3 commit 89202c6

2 files changed

Lines changed: 44 additions & 49 deletions

File tree

Release_Notes.html

Lines changed: 30 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,37 @@
88
<style>
99
code{white-space: pre-wrap;}
1010
span.smallcaps{font-variant: small-caps;}
11-
div.columns{display: flex; gap: min(4vw, 1.5em);}
12-
div.column{flex: auto; overflow-x: auto;}
11+
span.underline{text-decoration: underline;}
12+
div.column{display: inline-block; vertical-align: top; width: 50%;}
1313
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-
}
14+
ul.task-list{list-style: none;}
2315
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
2416
</style>
2517
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
18+
<!--[if lt IE 9]>
19+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
20+
<![endif]-->
2621
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
2722
</head>
2823
<body>
2924
<div class="row">
3025
<div class="col-sm-12 col-lg-4">
3126
<center>
32-
<h1 id="release-notes-for-lsm6dsv320x-component-driver">Release Notes
33-
for LSM6DSV320X Component Driver</h1>
27+
<h1 id="release-notes-for-lsm6dsv320x-component-driver">Release Notes for LSM6DSV320X Component Driver</h1>
3428
<p>Copyright © 2025 STMicroelectronics<br />
3529
</p>
36-
<a href="https://www.st.com" class="logo"><img
37-
src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
30+
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
3831
</center>
3932
<h1 id="license">License</h1>
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>
33+
<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>
34+
<p><a href="https://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause license</a></p>
4535
<h1 id="purpose">Purpose</h1>
4636
<p>This directory contains the LSM6DSV320X component drivers.</p>
4737
</div>
4838
<section id="update-history" class="col-sm-12 col-lg-8">
4939
<h1>Update history</h1>
5040
<div class="collapse">
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>
41+
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 04-Apr-2025</label>
5442
<div>
5543
<h2 id="main-changes">Main changes</h2>
5644
<h3 id="first-release">First release</h3>
@@ -59,9 +47,7 @@ <h3 id="first-release">First release</h3>
5947
</ul>
6048
<h2 id="section"></h2>
6149
</div>
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>
50+
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 07-Jul-2025</label>
6551
<div>
6652
<h2 id="main-changes-1">Main changes</h2>
6753
<ul>
@@ -77,54 +63,43 @@ <h2 id="main-changes-1">Main changes</h2>
7763
</ul>
7864
<h2 id="section-1"></h2>
7965
</div>
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>
66+
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.0.0 / 17-Sep-2025</label>
8367
<div>
8468
<h2 id="main-changes-2">Main changes</h2>
8569
<ul>
8670
<li>Added from_fs125_to_mdps() conversion API</li>
87-
<li>Added checks before writes to avoid random content from being
88-
written</li>
71+
<li>Added checks before writes to avoid random content from being written</li>
8972
<li>Fixed reset_set API wrong boot and sw_reset settings</li>
9073
<li>Added fifo_event_t enum for stop_on_wtm_set/get functions</li>
9174
<li>Fix fifo_batch_counter_threshold_set/get</li>
9275
<li>Adding CODE_OF_CONDUCT.md and SECURITY.md</li>
9376
</ul>
9477
<h2 id="section-2"></h2>
9578
</div>
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>
79+
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V3.0.0 / 07-Oct-2025</label>
9980
<div>
10081
<h2 id="main-changes-3">Main changes</h2>
10182
<ul>
10283
<li>Add routine to reset SFLP game rotation logic</li>
10384
</ul>
10485
<h2 id="section-3"></h2>
10586
</div>
106-
<input type="checkbox" id="collapse-section5" aria-hidden="true">
107-
<label for="collapse-section5" aria-hidden="true">V4.0.0 /
108-
05-Nov-2025</label>
87+
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V4.0.0 / 05-Nov-2025</label>
10988
<div>
11089
<h2 id="main-changes-4">Main changes</h2>
11190
<ul>
11291
<li>Upgrade reset APIs</li>
11392
</ul>
11493
<h2 id="section-4"></h2>
11594
</div>
116-
<input type="checkbox" id="collapse-section6" checked aria-hidden="true">
117-
<label for="collapse-section6" aria-hidden="true">V5.0.0 /
118-
15-Jan-2026</label>
95+
<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V5.0.0 / 15-Jan-2026</label>
11996
<div>
12097
<h2 id="main-changes-5">Main changes</h2>
12198
<ul>
122-
<li>Removed useless constraints in gy_setup and a declaration in
123-
haodr_set</li>
99+
<li>Removed useless constraints in gy_setup and a declaration in haodr_set</li>
124100
<li>Fix gy_eis_data_rate_set</li>
125101
<li>Improved documentation</li>
126-
<li>Converted I2C address representation from 7-bit to 8-bit in
127-
sensor-hub</li>
102+
<li>Converted I2C address representation from 7-bit to 8-bit in sensor-hub</li>
128103
<li>Improved xl_setup and hg_xl_data_rate_set docs</li>
129104
<li>Split pin_int for clearer configuration.</li>
130105
<li>Fix pad_strength values</li>
@@ -139,19 +114,26 @@ <h2 id="main-changes-5">Main changes</h2>
139114
<li>Fix reboot by restoring previous data rates after reboot</li>
140115
<li>Add read for ctrl9 in xl_offset_mg_set and improved doc</li>
141116
<li>Fix review comments, added deprecated comments in header file</li>
142-
<li>Add xl_setup, gy_setup and haodr_set to include constraints of AN
143-
and DS</li>
117+
<li>Add xl_setup, gy_setup and haodr_set to include constraints of AN and DS</li>
144118
</ul>
145119
<h2 id="section-5"></h2>
146120
</div>
121+
<input type="checkbox" id="collapse-section7" checked aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V5.1.0 / 28-Jan-2026</label>
122+
<div>
123+
<h2 id="main-changes-6">Main changes</h2>
124+
<ul>
125+
<li>Move doxygen comment blocks from .c to .h</li>
126+
<li>Fix [deprecated] clause</li>
127+
</ul>
128+
<h2 id="section-6"></h2>
129+
</div>
147130
</div>
148131
</section>
149132
</div>
150133
<footer class="sticky">
151134
<div class="columns">
152135
<div class="column" style="width:95%;">
153-
<p>For complete documentation on LSM6DSV320X, visit: <a
154-
href="https://www.st.com/content/st_com/en/products/mems-and-sensors/inemo-inertial-modules/lsm6dsv320x.html">LSM6DSV320X</a></p>
136+
<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>
155137
</div><div class="column" style="width:5%;">
156138
<p><abbr title="Based on template cx566953 version 1.0">Info</abbr></p>
157139
</div>

Release_Notes.md

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

106106
</div>
107107

108-
<input type="checkbox" id="collapse-section6" checked aria-hidden="true">
108+
<input type="checkbox" id="collapse-section6" aria-hidden="true">
109109
<label for="collapse-section6" aria-hidden="true">V5.0.0 / 15-Jan-2026</label>
110110
<div>
111111

@@ -133,6 +133,19 @@ This directory contains the LSM6DSV320X component drivers.
133133

134134
##
135135

136+
</div>
137+
138+
<input type="checkbox" id="collapse-section7" checked aria-hidden="true">
139+
<label for="collapse-section7" aria-hidden="true">V5.1.0 / 28-Jan-2026</label>
140+
<div>
141+
142+
## Main changes
143+
144+
- Move doxygen comment blocks from .c to .h
145+
- Fix [deprecated] clause
146+
147+
##
148+
136149
</div>
137150
:::
138151

0 commit comments

Comments
 (0)