File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ <h2 id="main-changes-4">Main changes</h2>
7676</ ul >
7777< h2 id ="section-4 "> </ h2 >
7878</ div >
79- < input type ="checkbox " id ="collapse-section6 " checked aria-hidden ="true "> < label for ="collapse-section6 " aria-hidden ="true "> V2.2.0 / 07-Jul-2025</ label >
79+ < input type ="checkbox " id ="collapse-section6 " aria-hidden ="true "> < label for ="collapse-section6 " aria-hidden ="true "> V2.2.0 / 07-Jul-2025</ label >
8080< div >
8181< h2 id ="main-changes-5 "> Main changes</ h2 >
8282< ul >
@@ -85,6 +85,19 @@ <h2 id="main-changes-5">Main changes</h2>
8585</ ul >
8686< h2 id ="section-5 "> </ h2 >
8787</ div >
88+ < input type ="checkbox " id ="collapse-section7 " checked aria-hidden ="true "> < label for ="collapse-section7 " aria-hidden ="true "> V2.3.0 / 07-Oct-2025</ label >
89+ < div >
90+ < h2 id ="main-changes-6 "> Main changes</ h2 >
91+ < ul >
92+ < li > Added checks after reads to avoid write random content on pointers</ li >
93+ < li > Fix raw temperature reads by handling auto-increment flag</ li >
94+ < li > Remove ‘SOFTWARE_RESET’ register as it was removed in the latest datasheet</ li >
95+ < li > Fix auto_increment_get()</ li >
96+ < li > Added I2C addresses</ li >
97+ < li > Adding CODE_OF_CONDUCT.md and SECURITY.md</ li >
98+ </ ul >
99+ < h2 id ="section-6 "> </ h2 >
100+ </ div >
88101</ div >
89102</ div >
90103</ div >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ This directory contains the STTS22H component drivers.
9595
9696</div >
9797
98- <input type =" checkbox " id =" collapse-section6 " checked aria-hidden =" true " >
98+ <input type =" checkbox " id =" collapse-section6 " aria-hidden =" true " >
9999<label for =" collapse-section6 " aria-hidden =" true " >V2.2.0 / 07-Jul-2025</label >
100100<div >
101101
@@ -106,6 +106,23 @@ This directory contains the STTS22H component drivers.
106106
107107##
108108
109+ </div >
110+
111+ <input type =" checkbox " id =" collapse-section7 " checked aria-hidden =" true " >
112+ <label for =" collapse-section7 " aria-hidden =" true " >V2.3.0 / 07-Oct-2025</label >
113+ <div >
114+
115+ ## Main changes
116+
117+ - Added checks after reads to avoid write random content on pointers
118+ - Fix raw temperature reads by handling auto-increment flag
119+ - Remove 'SOFTWARE_RESET' register as it was removed in the latest datasheet
120+ - Fix auto_increment_get()
121+ - Added I2C addresses
122+ - Adding CODE_OF_CONDUCT.md and SECURITY.md
123+
124+ ##
125+
109126</div >
110127:::
111128
You can’t perform that action at this time.
0 commit comments