@@ -49,20 +49,58 @@ <h1 id="purpose">Purpose</h1>
4949< div class ="col-sm-12 col-lg-8 ">
5050< h1 id ="update-history "> Update History</ h1 >
5151< div class ="collapse ">
52- < input type ="checkbox " id ="collapse-section3 " checked aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V1.2 .0 / 26-June -2019</ label >
52+ < input type ="checkbox " id ="collapse-section4 " checked aria-hidden ="true "> < label for ="collapse-section4 " aria-hidden ="true "> v1.3 .0 / 11-September -2019</ label >
5353< div >
5454< h2 id ="main-changes "> Main Changes</ h2 >
55+ < p > Maintenance release for < strong > STM32WBxx</ strong > devices (stm32wb55xx and stm32wb50xx devices)</ p >
56+ < table >
57+ < thead >
58+ < tr class ="header ">
59+ < th style ="text-align: left; "> Fixed bugs headline</ th >
60+ </ tr >
61+ </ thead >
62+ < tbody >
63+ < tr class ="odd ">
64+ < td style ="text-align: left; "> Remove IS_TIM_SYNCHRO_INSTANCE macro from CMSIS</ td >
65+ </ tr >
66+ < tr class ="even ">
67+ < td style ="text-align: left; "> Move FLASH_SIZE define from hal flash. h to cmsis device file</ td >
68+ </ tr >
69+ < tr class ="odd ">
70+ < td style ="text-align: left; "> Correct size of .bin files generated by SW4STM32</ td >
71+ </ tr >
72+ < tr class ="even ">
73+ < td style ="text-align: left; "> Remove RCC_PLLSAI_SUPPORT for STM32WB50</ td >
74+ </ tr >
75+ </ tbody >
76+ </ table >
77+ < h2 id ="development-toolchains-and-compilers "> Development Toolchains and Compilers</ h2 >
78+ < ul >
79+ < li > IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</ li >
80+ < li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</ li >
81+ < li > System Workbench STM32 (SW4STM32) toolchain V2.7</ li >
82+ </ ul >
83+ < h2 id ="supported-devices-and-boards "> Supported Devices and boards</ h2 >
84+ < ul >
85+ < li > STM32WB55xx, STM32WB50xx devices</ li >
86+ </ ul >
87+ </ div >
88+ </ div >
89+ < div class ="collapse ">
90+ < input type ="checkbox " id ="collapse-section3 " aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> V1.2.0 / 26-June-2019</ label >
91+ < div >
92+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
5593< h3 id ="introduction-of-stm32wb50xx-device "> Introduction of STM32WB50xx device</ h3 >
5694< p > First release for STM32WBxx CMSIS introducing < strong > stm32wb50xx</ strong > devices.</ p >
5795< h2 id ="contents "> Contents</ h2 >
5896< p > CMSIS devices files for stm32wb55xx, stm32wb50xx devices.</ p >
59- < h2 id ="development-toolchains-and-compilers "> Development Toolchains and Compilers</ h2 >
97+ < h2 id ="development-toolchains-and-compilers-1 "> Development Toolchains and Compilers</ h2 >
6098< ul >
6199< li > IAR Embedded Workbench for ARM (EWARM) toolchain V8.20.2</ li >
62100< li > RealView Microcontroller Development Kit (MDK-ARM) toolchain V5.25</ li >
63101< li > System Workbench STM32 (SW4STM32) toolchain V2.7</ li >
64102</ ul >
65- < h2 id ="supported-devices-and-boards "> Supported Devices and boards</ h2 >
103+ < h2 id ="supported-devices-and-boards-1 "> Supported Devices and boards</ h2 >
66104< ul >
67105< li > STM32WB55xx and STM32WB50xx devices</ li >
68106</ ul >
@@ -71,7 +109,7 @@ <h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
71109< div class ="collapse ">
72110< input type ="checkbox " id ="collapse-section2 " aria-hidden ="true "> < label for ="collapse-section2 " aria-hidden ="true "> V1.1.0 / 05-April-2019</ label >
73111< div >
74- < h2 id ="main-changes-1 "> Main Changes</ h2 >
112+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
75113< h3 id ="maintenance-release "> Maintenance release</ h3 >
76114< p > Maintenance release for < strong > STM32WBxx</ strong > devices (stm32wb55xx devices)</ p >
77115< table >
@@ -95,7 +133,7 @@ <h3 id="maintenance-release">Maintenance release</h3>
95133< div class ="collapse ">
96134< input type ="checkbox " id ="collapse-section1 " aria-hidden ="true "> < label for ="collapse-section1 " aria-hidden ="true "> V1.0.0 / 06-February-2019</ label >
97135< div >
98- < h2 id ="main-changes-2 "> Main Changes</ h2 >
136+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
99137< h3 id ="first-release "> First release</ h3 >
100138< p > Add support of STM32WB55xx.</ p >
101139</ div >
0 commit comments