Skip to content

Commit 8464771

Browse files
committed
Release driver version 2.0.1
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent 6407ae6 commit 8464771

File tree

2 files changed

+55
-15
lines changed

2 files changed

+55
-15
lines changed

Release_Notes.html

Lines changed: 42 additions & 14 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-a3g4250d-component-driver">Release Notes for A3G4250D Component Driver</h1>
32+
<h1 id="release-notes-for-a3g4250d-component-driver">Release Notes for
33+
A3G4250D 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 A3G4250D 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,7 +59,9 @@ <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">V1.1.0 / 01-June-2023</label>
62+
<input type="checkbox" id="collapse-section2" aria-hidden="true">
63+
<label for="collapse-section2" aria-hidden="true">V1.1.0 /
64+
01-June-2023</label>
5165
<div>
5266
<h2 id="main-changes-1">Main changes</h2>
5367
<h3 id="first-release-1">First release</h3>
@@ -57,7 +71,9 @@ <h3 id="first-release-1">First release</h3>
5771
</ul>
5872
<h2 id="section-1"></h2>
5973
</div>
60-
<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.0.0 / 19-Mar-2024</label>
74+
<input type="checkbox" id="collapse-section3" aria-hidden="true">
75+
<label for="collapse-section3" aria-hidden="true">V2.0.0 /
76+
19-Mar-2024</label>
6177
<div>
6278
<h2 id="main-changes-2">Main changes</h2>
6379
<ul>
@@ -66,13 +82,25 @@ <h2 id="main-changes-2">Main changes</h2>
6682
</ul>
6783
<h2 id="section-2"></h2>
6884
</div>
85+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
86+
<label for="collapse-section4" aria-hidden="true">V2.0.1 /
87+
19-Jun-2024</label>
88+
<div>
89+
<h2 id="main-changes-3">Main changes</h2>
90+
<ul>
91+
<li>updated README.md file with tag reference and mdelay
92+
description</li>
93+
</ul>
94+
<h2 id="section-3"></h2>
95+
</div>
6996
</div>
7097
</section>
7198
</div>
7299
<footer class="sticky">
73100
<div class="columns">
74101
<div class="column" style="width:95%;">
75-
<p>For complete documentation on A3G4250D, visit: <a href="https://www.st.com/en/mems-and-sensors/a3g4250d.html">A3G4250D</a></p>
102+
<p>For complete documentation on A3G4250D, visit: <a
103+
href="https://www.st.com/en/mems-and-sensors/a3g4250d.html">A3G4250D</a></p>
76104
</div><div class="column" style="width:5%;">
77105
<p><abbr title="Based on template cx566953 version 2.0">Info</abbr></p>
78106
</div>

Release_Notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This directory contains the A3G4250D 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.0.0 / 19-Mar-2024</label>
6464
<div>
6565

@@ -70,6 +70,18 @@ This directory contains the A3G4250D component drivers.
7070

7171
##
7272

73+
</div>
74+
75+
<input type="checkbox" id="collapse-section4" checked aria-hidden="true">
76+
<label for="collapse-section4" aria-hidden="true">V2.0.1 / 19-Jun-2024</label>
77+
<div>
78+
79+
## Main changes
80+
81+
- updated README.md file with tag reference and mdelay description
82+
83+
##
84+
7385
</div>
7486
:::
7587

0 commit comments

Comments
 (0)