Skip to content

Commit 164df10

Browse files
committed
Release driver version 3.0.2
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent 28388a5 commit 164df10

2 files changed

Lines changed: 68 additions & 20 deletions

File tree

Release_Notes.html

Lines changed: 55 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,49 @@
88
<style>
99
code{white-space: pre-wrap;}
1010
span.smallcaps{font-variant: small-caps;}
11-
span.underline{text-decoration: underline;}
12-
div.column{display: inline-block; vertical-align: top; width: 50%;}
11+
div.columns{display: flex; gap: min(4vw, 1.5em);}
12+
div.column{flex: auto; overflow-x: auto;}
1313
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
14-
ul.task-list{list-style: none;}
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+
}
1523
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
1624
</style>
1725
<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]-->
2126
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
2227
</head>
2328
<body>
2429
<div class="row">
2530
<div class="col-sm-12 col-lg-4">
2631
<center>
27-
<h1 id="release-notes-for-lsm6dso-component-driver">Release Notes for LSM6DSO Component Driver</h1>
32+
<h1 id="release-notes-for-lsm6dso-component-driver">Release Notes for
33+
LSM6DSO Component Driver</h1>
2834
<p>Copyright © 2021 STMicroelectronics<br />
2935
</p>
30-
<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>
3138
</center>
3239
<h1 id="license">License</h1>
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>
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>
3545
<h1 id="purpose">Purpose</h1>
3646
<p>This directory contains the LSM6DSO component drivers.</p>
3747
</div>
3848
<section id="update-history" class="col-sm-12 col-lg-8">
3949
<h1>Update history</h1>
4050
<div class="collapse">
41-
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
51+
<input type="checkbox" id="collapse-section1" aria-hidden="true">
52+
<label for="collapse-section1" aria-hidden="true">V1.0.0 /
53+
18-June-2021</label>
4254
<div>
4355
<h2 id="main-changes">Main changes</h2>
4456
<h3 id="first-release">First release</h3>
@@ -47,60 +59,84 @@ <h3 id="first-release">First release</h3>
4759
</ul>
4860
<h2 id="section"></h2>
4961
</div>
50-
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V2.0.0 / 19-April-2023</label>
62+
<input type="checkbox" id="collapse-section2" aria-hidden="true">
63+
<label for="collapse-section2" aria-hidden="true">V2.0.0 /
64+
19-April-2023</label>
5165
<div>
5266
<h2 id="main-changes-1">Main changes</h2>
5367
<ul>
5468
<li>Fixed wrong implementation of lsm6dso_interrupt_mode_get.</li>
55-
<li>Fix typo in TAG enum, add missing TAG enum (timestamp) in getter</li>
69+
<li>Fix typo in TAG enum, add missing TAG enum (timestamp) in
70+
getter</li>
5671
<li>Fix mistakes in docs for setters and getters</li>
5772
<li>Fixed most mcuastyle errors</li>
5873
</ul>
5974
<h2 id="section-1"></h2>
6075
</div>
61-
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.1.0 / 26-May-2023</label>
76+
<input type="checkbox" id="collapse-section3" aria-hidden="true">
77+
<label for="collapse-section3" aria-hidden="true">V2.1.0 /
78+
26-May-2023</label>
6279
<div>
6380
<h2 id="main-changes-2">Main changes</h2>
6481
<ul>
6582
<li>review read/write reg ret value checks</li>
66-
<li>Use a single lsm6dso_fifo_sh_batch_slave_xxx() API for all targets</li>
83+
<li>Use a single lsm6dso_fifo_sh_batch_slave_xxx() API for all
84+
targets</li>
6785
<li>Use a single lsm6dso_sh_slv_cfg_read() API for all targets</li>
6886
<li>read sh status from mainpage</li>
6987
<li>Change lsm6dso_mem_bank_set() API</li>
7088
</ul>
7189
<h2 id="section-2"></h2>
7290
</div>
73-
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V2.2.0 / 09-Nov-2023</label>
91+
<input type="checkbox" id="collapse-section4" aria-hidden="true">
92+
<label for="collapse-section4" aria-hidden="true">V2.2.0 /
93+
09-Nov-2023</label>
7494
<div>
7595
<h2 id="main-changes-3">Main changes</h2>
7696
<ul>
7797
<li>Fix “maybe uninitialized variable” warnings</li>
7898
</ul>
7999
<h2 id="section-3"></h2>
80100
</div>
81-
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V3.0.0 / 18-Jan-2024</label>
101+
<input type="checkbox" id="collapse-section5" aria-hidden="true">
102+
<label for="collapse-section5" aria-hidden="true">V3.0.0 /
103+
18-Jan-2024</label>
82104
<div>
83105
<h2 id="main-changes-4">Main changes</h2>
84106
<ul>
85107
<li>Add “const” to ctx arg for all APIs</li>
86108
</ul>
87109
<h2 id="section-4"></h2>
88110
</div>
89-
<input type="checkbox" id="collapse-section6" checked aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V3.0.1 / 11-Mar-2024</label>
111+
<input type="checkbox" id="collapse-section6" aria-hidden="true">
112+
<label for="collapse-section6" aria-hidden="true">V3.0.1 /
113+
11-Mar-2024</label>
90114
<div>
91115
<h2 id="main-changes-5">Main changes</h2>
92116
<ul>
93117
<li>fix typo error in reg.c</li>
94118
</ul>
95119
<h2 id="section-5"></h2>
96120
</div>
121+
<input type="checkbox" id="collapse-section7" checked aria-hidden="true">
122+
<label for="collapse-section7" aria-hidden="true">V3.0.2 /
123+
20-Jun-2024</label>
124+
<div>
125+
<h2 id="main-changes-6">Main changes</h2>
126+
<ul>
127+
<li>updated README.md file with tag reference and mdelay
128+
description</li>
129+
</ul>
130+
<h2 id="section-6"></h2>
131+
</div>
97132
</div>
98133
</section>
99134
</div>
100135
<footer class="sticky">
101136
<div class="columns">
102137
<div class="column" style="width:95%;">
103-
<p>For complete documentation on LSM6DSO, visit: <a href="https://www.st.com/content/st_com/en/products/mems-and-sensors/inemo-inertial-modules/lsm6dso.html">LSM6DSO</a></p>
138+
<p>For complete documentation on LSM6DSO, visit: <a
139+
href="https://www.st.com/content/st_com/en/products/mems-and-sensors/inemo-inertial-modules/lsm6dso.html">LSM6DSO</a></p>
104140
</div><div class="column" style="width:5%;">
105141
<p><abbr title="Based on template cx566953 version 2.0">Info</abbr></p>
106142
</div>

Release_Notes.md

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

100100
</div>
101101

102-
<input type="checkbox" id="collapse-section6" checked aria-hidden="true">
102+
<input type="checkbox" id="collapse-section6" aria-hidden="true">
103103
<label for="collapse-section6" aria-hidden="true">V3.0.1 / 11-Mar-2024</label>
104104
<div>
105105

@@ -109,6 +109,18 @@ This directory contains the LSM6DSO component drivers.
109109

110110
##
111111

112+
</div>
113+
114+
<input type="checkbox" id="collapse-section7" checked aria-hidden="true">
115+
<label for="collapse-section7" aria-hidden="true">V3.0.2 / 20-Jun-2024</label>
116+
<div>
117+
118+
## Main changes
119+
120+
- updated README.md file with tag reference and mdelay description
121+
122+
##
123+
112124
</div>
113125
:::
114126

0 commit comments

Comments
 (0)