Skip to content

Commit 296707d

Browse files
authored
Merge pull request #1345 from fpistm/updateWB
Update STM32WB HAL and CMSIS drivers
2 parents d8f88bd + 8c7668d commit 296707d

File tree

82 files changed

+26127
-1334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+26127
-1334
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,10 @@
394394
#define CMSIS_STARTUP_FILE "startup_stm32mp157cxx_cm4.s"
395395
#elif defined(STM32MP15xx)
396396
#define CMSIS_STARTUP_FILE "startup_stm32mp15xx.s"
397+
#elif defined(STM32WB10xx)
398+
#define CMSIS_STARTUP_FILE "startup_stm32wb10xx_cm4.s"
399+
#elif defined(STM32WB15xx)
400+
#define CMSIS_STARTUP_FILE "startup_stm32wb15xx_cm4.s"
397401
#elif defined(STM32WB30xx)
398402
#define CMSIS_STARTUP_FILE "startup_stm32wb30xx_cm4.s"
399403
#elif defined(STM32WB35xx)

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb10xx.h

Lines changed: 10856 additions & 0 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb15xx.h

Lines changed: 10986 additions & 0 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb30xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
1818
* All rights reserved.</center></h2>
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
20+
* This software component is licensed by ST under Apache License, Version 2.0,
2121
* the "License"; You may not use this file except in compliance with the
2222
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
23+
* opensource.org/licenses/Apache-2.0
2424
*
2525
******************************************************************************
2626
*/

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb35xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
1818
* All rights reserved.</center></h2>
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
20+
* This software component is licensed by ST under Apache License, Version 2.0,
2121
* the "License"; You may not use this file except in compliance with the
2222
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
23+
* opensource.org/licenses/Apache-2.0
2424
*
2525
******************************************************************************
2626
*/

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb50xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
1818
* All rights reserved.</center></h2>
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
20+
* This software component is licensed by ST under Apache License, Version 2.0,
2121
* the "License"; You may not use this file except in compliance with the
2222
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
23+
* opensource.org/licenses/Apache-2.0
2424
*
2525
******************************************************************************
2626
*/

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb55xx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
1818
* All rights reserved.</center></h2>
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
20+
* This software component is licensed by ST under Apache License, Version 2.0,
2121
* the "License"; You may not use this file except in compliance with the
2222
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
23+
* opensource.org/licenses/Apache-2.0
2424
*
2525
******************************************************************************
2626
*/

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wb5mxx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
1818
* All rights reserved.</center></h2>
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
20+
* This software component is licensed by ST under Apache License, Version 2.0,
2121
* the "License"; You may not use this file except in compliance with the
2222
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
23+
* opensource.org/licenses/Apache-2.0
2424
*
2525
******************************************************************************
2626
*/

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/stm32wbxx.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
2020
* All rights reserved.</center></h2>
2121
*
22-
* This software component is licensed by ST under BSD 3-Clause license,
22+
* This software component is licensed by ST under Apache License, Version 2.0,
2323
* the "License"; You may not use this file except in compliance with the
2424
* License. You may obtain a copy of the License at:
25-
* opensource.org/licenses/BSD-3-Clause
25+
* opensource.org/licenses/Apache-2.0
2626
*
2727
******************************************************************************
2828
*/
@@ -69,7 +69,7 @@
6969
* @brief CMSIS Device version number
7070
*/
7171
#define __STM32WBxx_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */
72-
#define __STM32WBxx_CMSIS_VERSION_SUB1 (0x07U) /*!< [23:16] sub1 version */
72+
#define __STM32WBxx_CMSIS_VERSION_SUB1 (0x08U) /*!< [23:16] sub1 version */
7373
#define __STM32WBxx_CMSIS_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
7474
#define __STM32WBxx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
7575
#define __STM32WBxx_CMSIS_DEVICE_VERSION ((__STM32WBxx_CMSIS_VERSION_MAIN << 24)\
@@ -95,6 +95,10 @@
9595
#include "stm32wb35xx.h"
9696
#elif defined(STM32WB30xx)
9797
#include "stm32wb30xx.h"
98+
#elif defined(STM32WB15xx)
99+
#include "stm32wb15xx.h"
100+
#elif defined(STM32WB10xx)
101+
#include "stm32wb10xx.h"
98102
#else
99103
#error "Please select first the target STM32WBxx device used in your application, for instance xxx (in stm32wbxx.h file)"
100104
#endif

system/Drivers/CMSIS/Device/ST/STM32WBxx/Include/system_stm32wbxx.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
1010
* All rights reserved.</center></h2>
1111
*
12-
* This software component is licensed by ST under BSD 3-Clause license,
12+
* This software component is licensed by ST under Apache License, Version 2.0,
1313
* the "License"; You may not use this file except in compliance with the
1414
* License. You may obtain a copy of the License at:
15-
* opensource.org/licenses/BSD-3-Clause
15+
* opensource.org/licenses/Apache-2.0
1616
*
1717
******************************************************************************
1818
*/
@@ -64,7 +64,7 @@ extern const uint32_t AHBPrescTable[16]; /*!< AHB prescalers table values */
6464
extern const uint32_t APBPrescTable[8]; /*!< APB prescalers table values */
6565
extern const uint32_t MSIRangeTable[16]; /*!< MSI ranges table values */
6666

67-
#if defined(STM32WB55xx) || defined(STM32WB5Mxx) || defined(STM32WB35xx)
67+
#if defined(STM32WB55xx) || defined(STM32WB5Mxx) || defined(STM32WB35xx) || defined (STM32WB15xx) || defined (STM32WB10xx)
6868
extern const uint32_t SmpsPrescalerTable[4][6]; /*!< SMPS factor ranges table values */
6969
#endif
7070
/**

system/Drivers/CMSIS/Device/ST/STM32WBxx/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Tag v1.3.0 | Tag v5.4.0_cm4 | Tag v1.3.0
3636
Tag v1.4.0 | Tag v5.4.0_cm4 | Tag v1.5.0
3737
Tag v1.5.0 | Tag v5.4.0_cm4 | Tag v1.8.0
3838
Tag v1.7.0 | Tag v5.6.0_cm4 | Tag v1.10.0
39+
Tag v1.8.0 | Tag v5.6.0_cm4 | Tag v1.11.0
3940

4041
The full **STM32CubeWB** MCU package is available [here](https://github.com/STMicroelectronics/STM32CubeWB).
4142

system/Drivers/CMSIS/Device/ST/STM32WBxx/Release_Notes.html

Lines changed: 54 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
span.underline{text-decoration: underline;}
1212
div.column{display: inline-block; vertical-align: top; width: 50%;}
1313
</style>
14-
<link rel="stylesheet" href="_htmresc/mini-st.css" />
14+
<link rel="stylesheet" href="./_htmresc/mini-st.css" />
1515
<!--[if lt IE 9]>
1616
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
1717
<![endif]-->
@@ -30,8 +30,8 @@ <h1 id="release-notes-for-stm32wbxx-cmsis"><small>Release Notes for</small> STM3
3030
</div>
3131
</div>
3232
<h1 id="license">License</h1>
33-
<p>This software component is licensed by ST under BSD 3-Clause license, the “License”; You may not use this component except in compliance with the License. You may obtain a copy of the License at:</p>
34-
<p><a href="https://opensource.org/licenses/BSD-3-Clause">https://opensource.org/licenses/BSD-3-Clause</a></p>
33+
<p>This software component is licensed by ST under Apache-2.0 license, the “License”; You may not use this component except in compliance with the License. You may obtain a copy of the License at:</p>
34+
<p><a href="https://opensource.org/licenses/Apache-2.0">Apache-2.0</a></p>
3535
<h1 id="purpose">Purpose</h1>
3636
<p>This driver provides the CMSIS device for the stm32wbxx products. This covers</p>
3737
<ul>
@@ -40,6 +40,8 @@ <h1 id="purpose">Purpose</h1>
4040
<li>STM32WB50xx devices</li>
4141
<li>STM32WB35xx devices</li>
4242
<li>STM32WB30xx devices</li>
43+
<li>STM32WB15xx devices</li>
44+
<li>STM32WB10xx devices</li>
4345
</ul>
4446
<p>This driver is composed of the descriptions of the registers under “Include” directory.</p>
4547
<p>Various template file are provided to easily build an application. They can be adapted to fit applications requirements.</p>
@@ -76,13 +78,45 @@ <h2 id="stm32wb35xx-and-stm32wb30xx">STM32WB35xx and STM32WB30xx</h2>
7678
<ul>
7779
<li>The SFSA option byte can only be set by the CPU2. The user cannot modify that value.</li>
7880
</ul>
81+
<h2 id="stm32wb15xx-and-stm32wb10xx">STM32WB15xx and STM32WB10xx</h2>
82+
<p>The default linker file provided in "/Drivers/CMSIS/Device/ST/STM32WBxx/Source/Templates allows the application to use 110KB of flash.</p>
83+
<p>The maximum flash memory that can be used by the application is up to the Secure Flash Start Address (SFSA) that can be read from the option byte.</p>
84+
<p>The __ICFEDIT_region_ROM_end__ in the linker can be modified with a value up to : (0x08000000 + (SFSA &lt;&lt; 11)) - 1 considering minimum CPU secure area size is one sector (2kBytes).</p>
85+
<p>Example:</p>
86+
<ul>
87+
<li>When the SFSA option byte is set to 0x37, the maximum value to be used for __ICFEDIT_region_ROM_end is 0x0801B800 – which is 110kB of flash</li>
88+
</ul>
89+
<p>Note:</p>
90+
<ul>
91+
<li>The SFSA option byte can only be set by the CPU2. The user cannot modify that value.</li>
92+
</ul>
7993
</div>
8094
<div class="col-sm-12 col-lg-8">
8195
<h1 id="update-history">Update History</h1>
8296
<div class="collapse">
83-
<input type="checkbox" id="collapse-section7" checked aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">v1.7.0 / 30-October-2020</label>
97+
<input type="checkbox" id="collapse-section8" checked aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">v1.8.0 / 09-February-2021</label>
8498
<div>
8599
<h2 id="main-changes">Main Changes</h2>
100+
<h3 id="add-support-for-stm32wb15xx-and-stm32wb10xx">Add support for STM32WB15xx and STM32WB10xx</h3>
101+
<ul>
102+
<li>Change how to adapt VTOR for user</li>
103+
</ul>
104+
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
105+
<ul>
106+
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</li>
107+
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
108+
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
109+
</ul>
110+
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
111+
<ul>
112+
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li>
113+
</ul>
114+
</div>
115+
</div>
116+
<div class="collapse">
117+
<input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">v1.7.0 / 30-October-2020</label>
118+
<div>
119+
<h2 id="main-changes-1">Main Changes</h2>
86120
<h3 id="maintenance-release">Maintenance release</h3>
87121
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx, stm32wb50xx, stm32wb35xx and stm32wb30xx devices)</p>
88122
<table>
@@ -106,13 +140,13 @@ <h3 id="maintenance-release">Maintenance release</h3>
106140
</tr>
107141
</tbody>
108142
</table>
109-
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
143+
<h2 id="development-toolchains-and-compilers-1">Development Toolchains and Compilers</h2>
110144
<ul>
111145
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</li>
112146
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
113147
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
114148
</ul>
115-
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
149+
<h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
116150
<ul>
117151
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li>
118152
</ul>
@@ -121,7 +155,7 @@ <h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
121155
<div class="collapse">
122156
<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">v1.6.0 / 05-June-2020</label>
123157
<div>
124-
<h2 id="main-changes-1">Main Changes</h2>
158+
<h2 id="main-changes-2">Main Changes</h2>
125159
<h3 id="maintenance-release-1">Maintenance release</h3>
126160
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx, stm32wb50xx, stm32wb35xx and stm32wb30xx devices)</p>
127161
<table>
@@ -154,13 +188,13 @@ <h3 id="maintenance-release-1">Maintenance release</h3>
154188
</tr>
155189
</tbody>
156190
</table>
157-
<h2 id="development-toolchains-and-compilers-1">Development Toolchains and Compilers</h2>
191+
<h2 id="development-toolchains-and-compilers-2">Development Toolchains and Compilers</h2>
158192
<ul>
159193
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</li>
160194
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
161195
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
162196
</ul>
163-
<h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
197+
<h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
164198
<ul>
165199
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li>
166200
</ul>
@@ -169,7 +203,7 @@ <h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
169203
<div class="collapse">
170204
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">v1.4.0 / 12-February-2020</label>
171205
<div>
172-
<h2 id="main-changes-2">Main Changes</h2>
206+
<h2 id="main-changes-3">Main Changes</h2>
173207
<h3 id="introduction-of-stm32wb35xx-stm32wb30xx-and-stm32wb5mxx-product">Introduction of STM32WB35xx, STM32WB30xx and STM32WB5Mxx product</h3>
174208
<p>This release introduce the support of STM32WB5Mxx, STM32WB35xx product and its value line STM32WB30xx.</p>
175209
<p>Added features:</p>
@@ -181,13 +215,13 @@ <h3 id="introduction-of-stm32wb35xx-stm32wb30xx-and-stm32wb5mxx-product">Introdu
181215
<li>The product STM32WB35xx is supported by enabling inside your project the define “STM32WB35xx”.</li>
182216
<li>The product STM32WB30xx is supported by enabling inside your project the define “STM32WB30xx”.</li>
183217
</ul>
184-
<h2 id="development-toolchains-and-compilers-2">Development Toolchains and Compilers</h2>
218+
<h2 id="development-toolchains-and-compilers-3">Development Toolchains and Compilers</h2>
185219
<ul>
186220
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</li>
187221
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
188222
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
189223
</ul>
190-
<h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
224+
<h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2>
191225
<ul>
192226
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li>
193227
</ul>
@@ -196,7 +230,7 @@ <h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
196230
<div class="collapse">
197231
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">v1.3.0 / 11-September-2019</label>
198232
<div>
199-
<h2 id="main-changes-3">Main Changes</h2>
233+
<h2 id="main-changes-4">Main Changes</h2>
200234
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx and stm32wb50xx devices)</p>
201235
<table>
202236
<thead>
@@ -219,13 +253,13 @@ <h2 id="main-changes-3">Main Changes</h2>
219253
</tr>
220254
</tbody>
221255
</table>
222-
<h2 id="development-toolchains-and-compilers-3">Development Toolchains and Compilers</h2>
256+
<h2 id="development-toolchains-and-compilers-4">Development Toolchains and Compilers</h2>
223257
<ul>
224258
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</li>
225259
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
226260
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
227261
</ul>
228-
<h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2>
262+
<h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2>
229263
<ul>
230264
<li>STM32WB55xx, STM32WB50xx devices</li>
231265
</ul>
@@ -234,18 +268,18 @@ <h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2>
234268
<div class="collapse">
235269
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.2.0 / 26-June-2019</label>
236270
<div>
237-
<h2 id="main-changes-4">Main Changes</h2>
271+
<h2 id="main-changes-5">Main Changes</h2>
238272
<h3 id="introduction-of-stm32wb50xx-device">Introduction of STM32WB50xx device</h3>
239273
<p>First release for STM32WBxx CMSIS introducing <strong>stm32wb50xx</strong> devices.</p>
240274
<h2 id="contents">Contents</h2>
241275
<p>CMSIS devices files for stm32wb55xx, stm32wb50xx devices.</p>
242-
<h2 id="development-toolchains-and-compilers-4">Development Toolchains and Compilers</h2>
276+
<h2 id="development-toolchains-and-compilers-5">Development Toolchains and Compilers</h2>
243277
<ul>
244278
<li>IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</li>
245279
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
246280
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
247281
</ul>
248-
<h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2>
282+
<h2 id="supported-devices-and-boards-5">Supported Devices and boards</h2>
249283
<ul>
250284
<li>STM32WB55xx and STM32WB50xx devices</li>
251285
</ul>
@@ -254,7 +288,7 @@ <h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2>
254288
<div class="collapse">
255289
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 05-April-2019</label>
256290
<div>
257-
<h2 id="main-changes-5">Main Changes</h2>
291+
<h2 id="main-changes-6">Main Changes</h2>
258292
<h3 id="maintenance-release-2">Maintenance release</h3>
259293
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx devices)</p>
260294
<table>
@@ -278,7 +312,7 @@ <h3 id="maintenance-release-2">Maintenance release</h3>
278312
<div class="collapse">
279313
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 06-February-2019</label>
280314
<div>
281-
<h2 id="main-changes-6">Main Changes</h2>
315+
<h2 id="main-changes-7">Main Changes</h2>
282316
<h3 id="first-release">First release</h3>
283317
<p>Add support of STM32WB55xx.</p>
284318
</div>

0 commit comments

Comments
 (0)