Przeglądaj źródła

Release driver version 2.0.0

Signed-off-by: Armando Visconti <armando.visconti@st.com>
Armando Visconti 1 rok temu
rodzic
commit
6344d2a64d
2 zmienionych plików z 24 dodań i 2 usunięć
  1. 10 1
      Release_Notes.html
  2. 14 1
      Release_Notes.md

+ 10 - 1
Release_Notes.html

@@ -47,7 +47,7 @@
 </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>
+<input type="checkbox" id="collapse-section2" 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>
@@ -57,6 +57,15 @@
 </ul>
 <h2 id="section-1"></h2>
 </div>
+<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V2.0.0 / 20-Mar-2024</label>
+<div>
+<h2 id="main-changes-2">Main changes</h2>
+<ul>
+<li>Fixed code style (Artistic Style Version 3.4.13)</li>
+<li>Add “const” to ctx arg for all APIs</li>
+</ul>
+<h2 id="section-2"></h2>
+</div>
 </div>
 </section>
 </div>

+ 14 - 1
Release_Notes.md

@@ -44,7 +44,7 @@ This directory contains the LSM6DS3TR-C component drivers.
 
 </div>
 
-<input type="checkbox" id="collapse-section2" checked aria-hidden="true">
+<input type="checkbox" id="collapse-section2" aria-hidden="true">
 <label for="collapse-section2" aria-hidden="true">V1.1.0 / 01-June-2023</label>
 <div>
 
@@ -56,6 +56,19 @@ This directory contains the LSM6DS3TR-C component drivers.
 
 ##
 
+</div>
+
+<input type="checkbox" id="collapse-section3" checked aria-hidden="true">
+<label for="collapse-section3" aria-hidden="true">V2.0.0 / 20-Mar-2024</label>
+<div>
+
+## Main changes
+
+- Fixed code style (Artistic Style Version 3.4.13)
+- Add "const" to ctx arg for all APIs
+
+##
+
 </div>
 :::