-
Notifications
You must be signed in to change notification settings - Fork 4
/
Release_Notes.html
276 lines (266 loc) · 14.1 KB
/
Release_Notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Release Notes for STM32WB Matter Device Over Thread Firmware Package</title>
<style type="text/css">
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
</style>
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
</head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-4">
<center>
<h1 id="release-notes-for">Release Notes for</h1>
<h1 id="STM32WB Matter Device Over Thread"><mark>STM32WB Matter Device Over Thread Examples</mark></h1>
<p>Copyright © 2023 STMicroelectronics<br />
</p>
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo_2020.png" alt="ST logo" /></a>
</center>
<h1 id="purpose">Purpose</h1>
<p>STM32WB Matter Device Over Thread examples are based on <a
href="https://github.com/project-chip/connectedhomeip">Matter</a> and behave as a Matter accessory
communicating
over a 802.15.4 Thread network. It can be paired into an existing matter network and can be controlled by this
network. </p>
<p>Those examples are based on the <a
href="https://github.com/STMicroelectronics/STM32CubeWB/releases/tag/v1.17.0">STM32CubeWB_v1.17.0</a> package.
For further information about these components, see official package. </p>
</ul>
</li>
</ul>
</div>
<div class="col-sm-12 col-lg-8">
<h1 id="update-history">Update History</h1>
<div class="collapse">
<input type="checkbox" id="collapse-section4" checked aria-hidden="true"> <label for="collapse-section4"
aria-hidden="true">V1.1.1 / 01-Sep-2023</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<h3 id="new-release-of-STM32WB-Matter-Over-Thread-examples"> Release V1.1.1 of <strong>STM32WB Matter Device
Over Thread</strong> Examples </h3>
<p> Slow Bluetooth advertising added. </p>
<p> Factory Data provider implementation added. </p>
<p> SRP credentials saved after a power off.</p>
<p> NVM size optimised. </p>
<p> General stability improvements and bug fixes. </p>
<p>STM32WB Matter Device Over Thread examples are compiled with STM32CubeIDE toolchain gnu 11 and gnu++ 17
tool to initialize the system, peripherals and middleware stacks. STM32CubeIDE.</p>
<h2 id="components">Components</h2>
<p>Refer to Release Notes of official STM32CubeWB v1.17.0 package for details of Components (Drivers, Cortex-M
CMSIS, STM32 CMSIS, STMWBxx_HAL_Driver, STM32WBxx_Nucleo, Middlewares, Utilities).
The example includes the connectedhomeip SDK from the Connectivity Standard Alliance (CSA)
</p>
</ul>
</li>
</tr>
</tbody>
</table>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li> SRP cache on the OpenThread border router needs to be flushed each time a new
commissioning process is attempted. For this, factory reset the device by pressing SW1 or B1 for at least
10sec, then do a hardware reset then
reset the RCP device or execute in the raspberry terminal ot-ctl srp server disable ; ot-ctl srp server
enable, then restart the Android application . After this step, the commissioning process of the device
can start; </li>
<li> Due to some MDNS issues, the commissioning with some Wi-Fi access point may fail. </li>
<li> The upstream application build is supported on Windows, MacOS and Linux. However the package itself has
only been tested on a Windows 10 host.</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li> STM32CubeIDE V1.9.0 gnu 11 and gnu++ 17 toolchain + ST-Link</li>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
STM32WB55xx devices:
<li><a href="https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html">P-NUCLEO-WB55 </a>board Rev.D</a>
</li>
<li><a href="https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html">STM32WB5MM-DK </a>board Rev.B</a>
</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li>None</li>
</ul>
</div>
<input type="checkbox" id="collapse-section3" checked aria-hidden="true"> <label for="collapse-section3"
aria-hidden="true">V1.1.0 / 28-July-2023</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<h3 id="new-release-of-STM32WB-Matter-Over-Thread-examples"> Release V1.1.0 of <strong>STM32WB Matter Device
Over Thread</strong> Examples </h3>
<p> Updated examples with Matter SDK 1.1 and STM32CubeWB_v_1.17.0 package. </p>
<p> General stability improvements and bug fixes. </p>
<p>STM32WB Matter Device Over Thread examples are compiled with STM32CubeIDE toolchain gnu 11 and gnu++ 17
tool to initialize the system, peripherals and middleware stacks. STM32CubeIDE.</p>
<h2 id="components">Components</h2>
<p>Refer to Release Notes of official STM32CubeWB v1.17.0 package for details of Components (Drivers, Cortex-M
CMSIS, STM32 CMSIS, STMWBxx_HAL_Driver, STM32WBxx_Nucleo, Middlewares, Utilities).
The example includes the connectedhomeip SDK from the Connectivity Standard Alliance (CSA)
</p>
</ul>
</li>
</tr>
</tbody>
</table>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li> SRP cache on the OpenThread border router needs to be flushed each time a new
commissioning process is attempted. For this, factory reset the device by pressing SW1 or B1 for at least
10sec, then do a hardware reset then
reset the RCP device or execute in the raspberry terminal ot-ctl srp server disable ; ot-ctl srp server
enable, then restart the Android application . After this step, the commissioning process of the device
can start; </li>
<li> Due to some MDNS issues, the commissioning with some Wi-Fi access point may fail. </li>
<li> The upstream application build is supported on Windows, MacOS and Linux. However the package itself has
only been tested on a Windows 10 host.</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li> STM32CubeIDE V1.9.0 gnu 11 and gnu++ 17 toolchain + ST-Link</li>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
STM32WB55xx devices:
<li><a href="https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html">P-NUCLEO-WB55 </a>board Rev.D</a>
</li>
<li><a href="https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html">STM32WB5MM-DK </a>board Rev.B</a>
</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li>None</li>
</ul>
</div>
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2"
aria-hidden="true">V1.0.0 RC2 / 12-April-2023</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<h3 id="new-release-of-STM32WB-Matter-Over-Thread-examples"> Release V1.0.0 RC2 of <strong>STM32WB Matter
Device Over Thread</strong> Examples </h3>
<p>Window-app application have been added on P-NUCLEO-WB55 and STM32WB5MM-DK boards. </p>
<p> Multi-admin features supported. </p>
<p> General stability improvements and bug fixes. </p>
<p>STM32WB Matter Device Over Thread examples are compiled with STM32CubeIDE toolchain gnu 11 and gnu++ 14
tool to initialize the system, peripherals and middleware stacks. STM32CubeIDE.</p>
<h2 id="components">Components</h2>
<p>Refer to Release Notes of official STM32CubeWB v1.15.0 package for details of Components (Drivers,
Cortex-M CMSIS, STM32 CMSIS, STMWBxx_HAL_Driver, STM32WBxx_Nucleo, Middlewares, Utilities).
The example includes the connectedhomeip SDK from the Connectivity Standard Alliance (CSA)
</p>
</ul>
</li>
</tr>
</tbody>
</table>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li> SRP cache on the OpenThread border router needs to be flushed each time a new
commissioning process is attempted. For this, factory reset the device by pressing SW1 or B1 for at least
10sec, then do a hardware reset then
reset the RCP device or execute in the raspberry terminal ot-ctl srp server disable ; ot-ctl srp server
enable, then restart the Android application . After this step, the commissioning process of the device
can start; </li>
<li> Due to some MDNS issues, the commissioning with some Wi-Fi access point may fail. </li>
<li> Numerous compilation warnings, mostly in the Matter SDK.</li>
<li> The upstream application build is supported on Windows, MacOS and Linux. However the package itself has
only been tested on a Windows 10 host.</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li> STM32CubeIDE V1.9.0 gnu 11 and gnu++ 14 toolchain + ST-Link</li>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
STM32WB55xx devices:
<li><a href="https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html">P-NUCLEO-WB55 </a>board Rev.D</a>
</li>
<li><a href="https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html">STM32WB5MM-DK </a>board Rev.B</a>
</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li>None</li>
</ul>
</div>
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1"
aria-hidden="true">V1.0.0 RC1 / 24-February-2023</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<h3 id="initial-release-of-STM32WB-Matter-Over-Thread-lightingApp-example"> Release V1.0.0 RC1 (1st Beta
release) of <strong>STM32WB Matter Device Over Thread</strong> Example </h3>
<p>STM32WB Matter Device Over Thread example project is compiled with STM32CubeIDE toolchain gnu 11 and gnu++
14 tool to initialize the system, peripherals and middleware stacks. STM32CubeIDE.</p>
<h2 id="components">Components</h2>
<p>Refer to Release Notes of official STM32CubeWB v1.15.0 package for details of Components (Drivers, Cortex-M
CMSIS, STM32 CMSIS, STMWBxx_HAL_Driver, STM32WBxx_Nucleo, Middlewares, Utilities).
The example includes the connectedhomeip SDK from the Connectivity Standard Alliance (CSA)
</p>
</ul>
</li>
</tr>
</tbody>
</table>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li> SRP cache on the OpenThread border router needs to be flushed each time a new
commissioning process is attempted. For this, factory reset the device by pressing SW1 or B1 for at least
10sec, then do a hardware reset then
reset the RCP device or execute in the raspberry terminal ot-ctl srp server disable ; ot-ctl srp server
enable, then restart the Android application . After this step, the commissioning process of the device
can start; </li>
<li> Due to some MDNS issues, the commissioning with some Wi-Fi access point may fail. </li>
<li> Numerous compilation warnings, mostly in the Matter SDK.</li>
<li> The upstream application build is supported on Windows, MacOS and Linux. However the package itself has
only been tested on a Windows 10 host.</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li> STM32CubeIDE V1.9.0 gnu 11 and gnu++ 14 toolchain + ST-Link</li>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and Boards</h2>
<ul>
STM32WB55xx devices:
<li><a href="https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html">P-NUCLEO-WB55 </a>board Rev.D</a>
</li>
<li><a href="https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html">STM32WB5MM-DK </a>board Rev.B</a>
</li>
</ul>
<h2 id="dependencies">Dependencies</h2>
<ul>
<li>None</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="sticky">
<p>For complete documentation on STM32WBxx, visit: [<a href="http://www.st.com/stm32wb">www.st.com/stm32wb</a>]</p>
<em>This release note uses up to date web standards and, for this reason, should not be opened with Internet
Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft
Edge.</em>
</footer>
</body>
</html>