Skip to content

Commit 6e5cbb4

Browse files
committed
Release driver version v1.1.0
Signed-off-by: Armando Visconti <armando.visconti@st.com>
1 parent 6a4a363 commit 6e5cbb4

2 files changed

Lines changed: 28 additions & 4 deletions

File tree

Release_Notes.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,25 @@ <h1 id="purpose">Purpose</h1>
3838
<section id="update-history" class="col-sm-12 col-lg-8">
3939
<h1>Update history</h1>
4040
<div class="collapse">
41-
<input type="checkbox" id="collapse-section1" checked aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
41+
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
4242
<div>
4343
<h2 id="main-changes">Main changes</h2>
4444
<h3 id="first-release">First release</h3>
4545
<ul>
46-
<li>First official release</li>
46+
<li>First official release [ref. DS v6.0]</li>
4747
</ul>
4848
<h2 id="section"></h2>
4949
</div>
50+
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 01-June-2023</label>
51+
<div>
52+
<h2 id="main-changes-1">Main changes</h2>
53+
<ul>
54+
<li>Add __weak directive to read/write registers routines</li>
55+
<li>Extend stmdev_ctx_t structure with mdelay callback</li>
56+
<li>repo name changed adding ‘-pid’ extension</li>
57+
</ul>
58+
<h2 id="section-1"></h2>
59+
</div>
5060
</div>
5161
</section>
5262
</div>

Release_Notes.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ This directory contains the STTS751 component drivers.
3030
# Update history
3131

3232
::: {.collapse}
33-
<input type="checkbox" id="collapse-section1" checked aria-hidden="true">
33+
<input type="checkbox" id="collapse-section1" aria-hidden="true">
3434
<label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
35-
<div>
35+
<div>
3636

3737
## Main changes
3838

@@ -42,6 +42,20 @@ This directory contains the STTS751 component drivers.
4242

4343
##
4444

45+
</div>
46+
47+
<input type="checkbox" id="collapse-section2" checked aria-hidden="true">
48+
<label for="collapse-section2" aria-hidden="true">V1.1.0 / 01-June-2023</label>
49+
<div>
50+
51+
## Main changes
52+
53+
- Add __weak directive to read/write registers routines
54+
- Extend stmdev_ctx_t structure with mdelay callback
55+
- repo name changed adding '-pid' extension
56+
57+
##
58+
4559
</div>
4660
:::
4761

0 commit comments

Comments
 (0)