Skip to content

Commit ecca6dc

Browse files
committed
system(wb): update STM32WBxx CMSIS Drivers to v1.12.3
Included in STM32CubeWB FW v1.23.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 2432884 commit ecca6dc

File tree

12 files changed

+60
-40
lines changed

12 files changed

+60
-40
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9266,7 +9266,7 @@ typedef struct
92669266

92679267
/******************* Bit definition for TIM_CCR5 register *******************/
92689268
#define TIM_CCR5_CCR5_Pos (0U)
9269-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
9269+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
92709270
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
92719271
#define TIM_CCR5_GC5C1_Pos (29U)
92729272
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9438,7 +9438,7 @@ typedef struct
94389438

94399439
/******************* Bit definition for TIM_CCR5 register *******************/
94409440
#define TIM_CCR5_CCR5_Pos (0U)
9441-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
9441+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
94429442
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
94439443
#define TIM_CCR5_GC5C1_Pos (29U)
94449444
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9438,7 +9438,7 @@ typedef struct
94389438

94399439
/******************* Bit definition for TIM_CCR5 register *******************/
94409440
#define TIM_CCR5_CCR5_Pos (0U)
9441-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
9441+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
94429442
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
94439443
#define TIM_CCR5_GC5C1_Pos (29U)
94449444
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9411,7 +9411,7 @@ typedef struct
94119411

94129412
/******************* Bit definition for TIM_CCR5 register *******************/
94139413
#define TIM_CCR5_CCR5_Pos (0U)
9414-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
9414+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
94159415
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
94169416
#define TIM_CCR5_GC5C1_Pos (29U)
94179417
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10796,7 +10796,7 @@ typedef struct
1079610796

1079710797
/******************* Bit definition for TIM_CCR5 register *******************/
1079810798
#define TIM_CCR5_CCR5_Pos (0U)
10799-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
10799+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
1080010800
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
1080110801
#define TIM_CCR5_GC5C1_Pos (29U)
1080210802
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9415,7 +9415,7 @@ typedef struct
94159415

94169416
/******************* Bit definition for TIM_CCR5 register *******************/
94179417
#define TIM_CCR5_CCR5_Pos (0U)
9418-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
9418+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
94199419
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
94209420
#define TIM_CCR5_GC5C1_Pos (29U)
94219421
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11701,7 +11701,7 @@ typedef struct
1170111701

1170211702
/******************* Bit definition for TIM_CCR5 register *******************/
1170311703
#define TIM_CCR5_CCR5_Pos (0U)
11704-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
11704+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
1170511705
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
1170611706
#define TIM_CCR5_GC5C1_Pos (29U)
1170711707
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11701,7 +11701,7 @@ typedef struct
1170111701

1170211702
/******************* Bit definition for TIM_CCR5 register *******************/
1170311703
#define TIM_CCR5_CCR5_Pos (0U)
11704-
#define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */
11704+
#define TIM_CCR5_CCR5_Msk (0xFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFF */
1170511705
#define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */
1170611706
#define TIM_CCR5_GC5C1_Pos (29U)
1170711707
#define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extern "C" {
6969
*/
7070
#define __STM32WBxx_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */
7171
#define __STM32WBxx_CMSIS_VERSION_SUB1 (0x0CU) /*!< [23:16] sub1 version */
72-
#define __STM32WBxx_CMSIS_VERSION_SUB2 (0x02U) /*!< [15:8] sub2 version */
72+
#define __STM32WBxx_CMSIS_VERSION_SUB2 (0x03U) /*!< [15:8] sub2 version */
7373
#define __STM32WBxx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
7474
#define __STM32WBxx_CMSIS_DEVICE_VERSION ((__STM32WBxx_CMSIS_VERSION_MAIN << 24)\
7575
|(__STM32WBxx_CMSIS_VERSION_SUB1 << 16)\

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

Lines changed: 42 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@ <h2 id="stm32wb15xx-stm32wb10xx-and-stm32wb1mxx">STM32WB15xx, STM32WB10xx and ST
9090
<div class="col-sm-12 col-lg-8">
9191
<h1 id="update-history">Update History</h1>
9292
<div class="collapse">
93-
<input type="checkbox" id="collapse-section15" checked aria-hidden="true"> <label for="collapse-section15" aria-hidden="true">V1.12.2/ 05-June-2024</label>
93+
<input type="checkbox" id="collapse-section16" checked aria-hidden="true"> <label for="collapse-section16" aria-hidden="true">V1.12.3/ 04-June-2025</label>
9494
<div>
9595
<h2 id="main-changes">Main Changes</h2>
9696
<ul>
97-
<li>Properly mark sections readonly for GCC</li>
97+
<li>Fix Capture Compare register TIMx_CCR5 defintion</li>
98+
<li>Allow redefinition of the macro ‘VECT_TAB_OFFSET’ externally from the IDE, makefile, or command line.</li>
9899
</ul>
99100
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
100101
<ul>
@@ -103,11 +104,11 @@ <h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
103104
</div>
104105
</div>
105106
<div class="collapse">
106-
<input type="checkbox" id="collapse-section14" aria-hidden="true"> <label for="collapse-section14" aria-hidden="true">V1.12.1 / 07-February-2024</label>
107+
<input type="checkbox" id="collapse-section15" aria-hidden="true"> <label for="collapse-section15" aria-hidden="true">V1.12.2/ 05-June-2024</label>
107108
<div>
108109
<h2 id="main-changes-1">Main Changes</h2>
109110
<ul>
110-
<li>Update declaration of g_pfnVectors size in gcc/startup files</li>
111+
<li>Properly mark sections readonly for GCC</li>
111112
</ul>
112113
<h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
113114
<ul>
@@ -116,15 +117,28 @@ <h2 id="supported-devices-and-boards-1">Supported Devices and boards</h2>
116117
</div>
117118
</div>
118119
<div class="collapse">
119-
<input type="checkbox" id="collapse-section13" aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V1.12.0 / 09-November-2022</label>
120+
<input type="checkbox" id="collapse-section14" aria-hidden="true"> <label for="collapse-section14" aria-hidden="true">V1.12.1 / 07-February-2024</label>
120121
<div>
121122
<h2 id="main-changes-2">Main Changes</h2>
122123
<ul>
124+
<li>Update declaration of g_pfnVectors size in gcc/startup files</li>
125+
</ul>
126+
<h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
127+
<ul>
128+
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx, STM32WB10xx and STM32WB1Mxx devices.</li>
129+
</ul>
130+
</div>
131+
</div>
132+
<div class="collapse">
133+
<input type="checkbox" id="collapse-section13" aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V1.12.0 / 09-November-2022</label>
134+
<div>
135+
<h2 id="main-changes-3">Main Changes</h2>
136+
<ul>
123137
<li>Fix incorrect USB_BASE and USB_PMAADDR addresses</li>
124138
<li>Fix initialization missing of data in RAM2 memory</li>
125139
<li>Add specific LSE_VALUE for STM32WB5Mxx</li>
126140
</ul>
127-
<h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
141+
<h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2>
128142
<ul>
129143
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx, STM32WB10xx and STM32WB1Mxx devices.</li>
130144
</ul>
@@ -133,11 +147,11 @@ <h2 id="supported-devices-and-boards-2">Supported Devices and boards</h2>
133147
<div class="collapse">
134148
<input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V1.11.0 / 08-June-2022</label>
135149
<div>
136-
<h2 id="main-changes-3">Main Changes</h2>
150+
<h2 id="main-changes-4">Main Changes</h2>
137151
<ul>
138152
<li>Add support for the upcoming STM32WB1M device</li>
139153
</ul>
140-
<h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2>
154+
<h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2>
141155
<ul>
142156
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx, STM32WB10xx and STM32WB1Mxx devices.</li>
143157
</ul>
@@ -146,11 +160,11 @@ <h2 id="supported-devices-and-boards-3">Supported Devices and boards</h2>
146160
<div class="collapse">
147161
<input type="checkbox" id="collapse-section11" aria-hidden="true"> <label for="collapse-section11" aria-hidden="true">V1.10.1 / 25-March-2022</label>
148162
<div>
149-
<h2 id="main-changes-4">Main Changes</h2>
163+
<h2 id="main-changes-5">Main Changes</h2>
150164
<ul>
151165
<li>Align ADC registers naming on Reference Manual (For STM32WB15xx &amp; STM32WB10xx)</li>
152166
</ul>
153-
<h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2>
167+
<h2 id="supported-devices-and-boards-5">Supported Devices and boards</h2>
154168
<ul>
155169
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li>
156170
</ul>
@@ -159,13 +173,13 @@ <h2 id="supported-devices-and-boards-4">Supported Devices and boards</h2>
159173
<div class="collapse">
160174
<input type="checkbox" id="collapse-section10" aria-hidden="true"> <label for="collapse-section10" aria-hidden="true">V1.10.0 / 12-November-2021</label>
161175
<div>
162-
<h2 id="main-changes-5">Main Changes</h2>
176+
<h2 id="main-changes-6">Main Changes</h2>
163177
<ul>
164178
<li>Update CMSIS devices drivers for all value lines not supporting SMPS</li>
165179
<li>All source files and templates: update disclaimer to add reference to the new license agreement</li>
166180
<li>Correct English spelling typos and remove non UTF-8 characters in comments</li>
167181
</ul>
168-
<h2 id="supported-devices-and-boards-5">Supported Devices and boards</h2>
182+
<h2 id="supported-devices-and-boards-6">Supported Devices and boards</h2>
169183
<ul>
170184
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li>
171185
</ul>
@@ -174,7 +188,7 @@ <h2 id="supported-devices-and-boards-5">Supported Devices and boards</h2>
174188
<div class="collapse">
175189
<input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V1.9.0 / 24-June-2021</label>
176190
<div>
177-
<h2 id="main-changes-6">Main Changes</h2>
191+
<h2 id="main-changes-7">Main Changes</h2>
178192
<ul>
179193
<li>Add atomic register access services:
180194
<ul>
@@ -188,7 +202,7 @@ <h2 id="main-changes-6">Main Changes</h2>
188202
<li>Add define LSI_STARTUP_TIME used in default IWDG timeout calculation (HAL_IWDG_DEFAULT_TIMEOUT)</li>
189203
<li>Add define FLASH_ECCR_CPUID bits for new macro __HAL_FLASH_ECC_CPUID() macro</li>
190204
</ul>
191-
<h2 id="supported-devices-and-boards-6">Supported Devices and boards</h2>
205+
<h2 id="supported-devices-and-boards-7">Supported Devices and boards</h2>
192206
<ul>
193207
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li>
194208
</ul>
@@ -197,7 +211,7 @@ <h2 id="supported-devices-and-boards-6">Supported Devices and boards</h2>
197211
<div class="collapse">
198212
<input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">V1.8.0 / 09-February-2021</label>
199213
<div>
200-
<h2 id="main-changes-7">Main Changes</h2>
214+
<h2 id="main-changes-8">Main Changes</h2>
201215
<h3 id="add-support-for-stm32wb15xx-and-stm32wb10xx">Add support for STM32WB15xx and STM32WB10xx</h3>
202216
<ul>
203217
<li>Change how to adapt VTOR for user</li>
@@ -208,7 +222,7 @@ <h2 id="development-toolchains-and-compilers">Development Toolchains and Compile
208222
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
209223
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
210224
</ul>
211-
<h2 id="supported-devices-and-boards-7">Supported Devices and boards</h2>
225+
<h2 id="supported-devices-and-boards-8">Supported Devices and boards</h2>
212226
<ul>
213227
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx, STM32WB30xx, STM32WB15xx and STM32WB10xx devices.</li>
214228
</ul>
@@ -217,7 +231,7 @@ <h2 id="supported-devices-and-boards-7">Supported Devices and boards</h2>
217231
<div class="collapse">
218232
<input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.7.0 / 30-October-2020</label>
219233
<div>
220-
<h2 id="main-changes-8">Main Changes</h2>
234+
<h2 id="main-changes-9">Main Changes</h2>
221235
<h3 id="maintenance-release">Maintenance release</h3>
222236
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx, stm32wb50xx, stm32wb35xx and stm32wb30xx devices)</p>
223237
<table>
@@ -247,7 +261,7 @@ <h2 id="development-toolchains-and-compilers-1">Development Toolchains and Compi
247261
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
248262
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
249263
</ul>
250-
<h2 id="supported-devices-and-boards-8">Supported Devices and boards</h2>
264+
<h2 id="supported-devices-and-boards-9">Supported Devices and boards</h2>
251265
<ul>
252266
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li>
253267
</ul>
@@ -256,7 +270,7 @@ <h2 id="supported-devices-and-boards-8">Supported Devices and boards</h2>
256270
<div class="collapse">
257271
<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">v1.6.0 / 05-June-2020</label>
258272
<div>
259-
<h2 id="main-changes-9">Main Changes</h2>
273+
<h2 id="main-changes-10">Main Changes</h2>
260274
<h3 id="maintenance-release-1">Maintenance release</h3>
261275
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx, stm32wb50xx, stm32wb35xx and stm32wb30xx devices)</p>
262276
<table>
@@ -295,7 +309,7 @@ <h2 id="development-toolchains-and-compilers-2">Development Toolchains and Compi
295309
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
296310
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
297311
</ul>
298-
<h2 id="supported-devices-and-boards-9">Supported Devices and boards</h2>
312+
<h2 id="supported-devices-and-boards-10">Supported Devices and boards</h2>
299313
<ul>
300314
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li>
301315
</ul>
@@ -304,7 +318,7 @@ <h2 id="supported-devices-and-boards-9">Supported Devices and boards</h2>
304318
<div class="collapse">
305319
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V1.4.0 / 12-February-2020</label>
306320
<div>
307-
<h2 id="main-changes-10">Main Changes</h2>
321+
<h2 id="main-changes-11">Main Changes</h2>
308322
<h3 id="introduction-of-stm32wb35xx-stm32wb30xx-and-stm32wb5mxx-product">Introduction of STM32WB35xx, STM32WB30xx and STM32WB5Mxx product</h3>
309323
<p>This release introduce the support of STM32WB5Mxx, STM32WB35xx product and its value line STM32WB30xx.</p>
310324
<p>Added features:</p>
@@ -322,7 +336,7 @@ <h2 id="development-toolchains-and-compilers-3">Development Toolchains and Compi
322336
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
323337
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
324338
</ul>
325-
<h2 id="supported-devices-and-boards-10">Supported Devices and boards</h2>
339+
<h2 id="supported-devices-and-boards-11">Supported Devices and boards</h2>
326340
<ul>
327341
<li>STM32WB55xx, STM32WB5Mxx, STM32WB50xx, STM32WB35xx and STM32WB30xx devices.</li>
328342
</ul>
@@ -331,7 +345,7 @@ <h2 id="supported-devices-and-boards-10">Supported Devices and boards</h2>
331345
<div class="collapse">
332346
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V1.3.0 / 11-September-2019</label>
333347
<div>
334-
<h2 id="main-changes-11">Main Changes</h2>
348+
<h2 id="main-changes-12">Main Changes</h2>
335349
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx and stm32wb50xx devices)</p>
336350
<table>
337351
<thead>
@@ -360,7 +374,7 @@ <h2 id="development-toolchains-and-compilers-4">Development Toolchains and Compi
360374
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
361375
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
362376
</ul>
363-
<h2 id="supported-devices-and-boards-11">Supported Devices and boards</h2>
377+
<h2 id="supported-devices-and-boards-12">Supported Devices and boards</h2>
364378
<ul>
365379
<li>STM32WB55xx, STM32WB50xx devices</li>
366380
</ul>
@@ -369,7 +383,7 @@ <h2 id="supported-devices-and-boards-11">Supported Devices and boards</h2>
369383
<div class="collapse">
370384
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.2.0 / 26-June-2019</label>
371385
<div>
372-
<h2 id="main-changes-12">Main Changes</h2>
386+
<h2 id="main-changes-13">Main Changes</h2>
373387
<h3 id="introduction-of-stm32wb50xx-device">Introduction of STM32WB50xx device</h3>
374388
<p>First release for STM32WBxx CMSIS introducing <strong>stm32wb50xx</strong> devices.</p>
375389
<h2 id="contents">Contents</h2>
@@ -380,7 +394,7 @@ <h2 id="development-toolchains-and-compilers-5">Development Toolchains and Compi
380394
<li>RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</li>
381395
<li>System Workbench STM32 (SW4STM32) toolchain V2.7</li>
382396
</ul>
383-
<h2 id="supported-devices-and-boards-12">Supported Devices and boards</h2>
397+
<h2 id="supported-devices-and-boards-13">Supported Devices and boards</h2>
384398
<ul>
385399
<li>STM32WB55xx and STM32WB50xx devices</li>
386400
</ul>
@@ -389,7 +403,7 @@ <h2 id="supported-devices-and-boards-12">Supported Devices and boards</h2>
389403
<div class="collapse">
390404
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 05-April-2019</label>
391405
<div>
392-
<h2 id="main-changes-13">Main Changes</h2>
406+
<h2 id="main-changes-14">Main Changes</h2>
393407
<h3 id="maintenance-release-2">Maintenance release</h3>
394408
<p>Maintenance release for <strong>STM32WBxx</strong> devices (stm32wb55xx devices)</p>
395409
<table>
@@ -413,7 +427,7 @@ <h3 id="maintenance-release-2">Maintenance release</h3>
413427
<div class="collapse">
414428
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 06-February-2019</label>
415429
<div>
416-
<h2 id="main-changes-14">Main Changes</h2>
430+
<h2 id="main-changes-15">Main Changes</h2>
417431
<h3 id="first-release">First release</h3>
418432
<p>Add support of STM32WB55xx.</p>
419433
</div>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy