Преглед изворни кода

Release driver version v1.1.0

Signed-off-by: Armando Visconti <armando.visconti@st.com>
Armando Visconti пре 2 година
родитељ
комит
768fb61e63
2 измењених фајлова са 28 додато и 4 уклоњено
  1. 12 2
      Release_Notes.html
  2. 16 2
      Release_Notes.md

+ 12 - 2
Release_Notes.html

@@ -38,15 +38,25 @@
 <section id="update-history" class="col-sm-12 col-lg-8">
 <h1>Update history</h1>
 <div class="collapse">
-<input type="checkbox" id="collapse-section1" checked aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
+<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
 <div>
 <h2 id="main-changes">Main changes</h2>
 <h3 id="first-release">First release</h3>
 <ul>
-<li>First official release</li>
+<li>First official release [ref. DS v3.0]</li>
 </ul>
 <h2 id="section"></h2>
 </div>
+<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 01-June-2023</label>
+<div>
+<h2 id="main-changes-1">Main changes</h2>
+<ul>
+<li>Add __weak directive to read/write registers routines</li>
+<li>Extend stmdev_ctx_t structure with mdelay callback</li>
+<li>repo name changed adding ‘-pid’ extension</li>
+</ul>
+<h2 id="section-1"></h2>
+</div>
 </div>
 </section>
 </div>

+ 16 - 2
Release_Notes.md

@@ -30,9 +30,9 @@ This directory contains the LSM6DS3TR-C component drivers.
 # Update history
 
 ::: {.collapse}
-<input type="checkbox" id="collapse-section1" checked aria-hidden="true">
+<input type="checkbox" id="collapse-section1" aria-hidden="true">
 <label for="collapse-section1" aria-hidden="true">V1.0.0 / 18-June-2021</label>
-<div>			
+<div>
 
 ## Main changes
 
@@ -42,6 +42,20 @@ This directory contains the LSM6DS3TR-C component drivers.
 
 ##
 
+</div>
+
+<input type="checkbox" id="collapse-section2" checked aria-hidden="true">
+<label for="collapse-section2" aria-hidden="true">V1.1.0 / 01-June-2023</label>
+<div>
+
+## Main changes
+
+- Add __weak directive to read/write registers routines
+- Extend stmdev_ctx_t structure with mdelay callback
+- repo name changed adding '-pid' extension
+
+##
+
 </div>
 :::