@@ -38,10 +38,25 @@ <h1 id="license"><strong>License</strong></h1>
3838< div class ="col-sm-12 col-lg-8 ">
3939< h1 id ="update-history "> < strong > Update History</ strong > </ h1 >
4040< div class ="collapse ">
41- < input type ="checkbox " id ="collapse-section7 " checked aria-hidden ="true "> < label for ="collapse-section7 " aria-hidden ="true "> < strong > V1.5 .0 / 05-April -2019</ strong > </ label >
41+ < input type ="checkbox " id ="collapse-section8 " checked aria-hidden ="true "> < label for ="collapse-section8 " aria-hidden ="true "> < strong > V1.6 .0 / 28-June -2019</ strong > </ label >
4242< div >
4343< h2 id ="main-changes "> Main Changes</ h2 >
4444< ul >
45+ < li > Add definition of “ART_TypeDef” structure: ART accelerator for Cortex-M4 available in Dual Core devices</ li >
46+ < li > Add definition of “ART” instance: pointer to “ART_TypeDef” structure</ li >
47+ < li > Add definition of “ART” bit fields: ART_CTR_EN and ART_CTR_PCACHEADDR< br />
48+ </ li >
49+ < li > Update definitions of “HRTIM1_TIMA” to “HRTIM1_TIME” : pointer to HRTIM_Timerx_TypeDef structure instead of HRTIM_TIM_TypeDef</ li >
50+ < li > Fix Typo in “ETH_TypeDef” definition: use uint32_t for “RESERVED16” registers instead of int32_t</ li >
51+ < li > Remove useless definition of “SDMMC” instance (keep only definitions of “SDMMC1” and “SDMMC2”)</ li >
52+ </ ul >
53+ </ div >
54+ </ div >
55+ < div class ="collapse ">
56+ < input type ="checkbox " id ="collapse-section7 " checked aria-hidden ="true "> < label for ="collapse-section7 " aria-hidden ="true "> < strong > V1.5.0 / 05-April-2019</ strong > </ label >
57+ < div >
58+ < h2 id ="main-changes-1 "> Main Changes</ h2 >
59+ < ul >
4560< li > General updates to align Bit and registers definition with the STM32H7 reference manual</ li >
4661< li > Updates to aligned with STM32H7xx < strong > rev.V</ strong > devices</ li >
4762< li > Add support of stm32h745xx, stm32h747xx, stm32h755xx, stm32h757xx < strong > Dual Core</ strong > devices and STM32H742xx (new single core device):
@@ -104,7 +119,7 @@ <h2 id="main-changes">Main Changes</h2>
104119< div class ="collapse ">
105120< input type ="checkbox " id ="collapse-section6 " aria-hidden ="true "> < label for ="collapse-section6 " aria-hidden ="true "> < strong > V1.3.1 / 31-January-2019</ strong > </ label >
106121< div >
107- < h2 id ="main-changes-1 "> Main Changes</ h2 >
122+ < h2 id ="main-changes-2 "> Main Changes</ h2 >
108123< ul >
109124< li > < strong > Patch Release on top of V1.3.0</ strong > </ li >
110125< li > Add Definition of UID_BASE ( Unique device ID register base address) to the STM32H7xx include files:
@@ -117,7 +132,7 @@ <h2 id="main-changes-1">Main Changes</h2>
117132< div class ="collapse ">
118133< input type ="checkbox " id ="collapse-section5 " aria-hidden ="true "> < label for ="collapse-section5 " aria-hidden ="true "> < strong > V1.4.0 / 30-November-2018</ strong > </ label >
119134< div >
120- < h2 id ="main-changes-2 "> Main Changes</ h2 >
135+ < h2 id ="main-changes-3 "> Main Changes</ h2 >
121136< ul >
122137< li > STM32H7xx include files:
123138< ul >
@@ -162,7 +177,7 @@ <h2 id="main-changes-2">Main Changes</h2>
162177< div class ="collapse ">
163178< input type ="checkbox " id ="collapse-section4 " aria-hidden ="true "> < label for ="collapse-section4 " aria-hidden ="true "> < strong > V1.3.0 / 29-June-2018</ strong > </ label >
164179< div >
165- < h2 id ="main-changes-3 "> Main Changes</ h2 >
180+ < h2 id ="main-changes-4 "> Main Changes</ h2 >
166181< ul >
167182< li > Add support for stm32h750xx value line devices:
168183< ul >
@@ -175,7 +190,7 @@ <h2 id="main-changes-3">Main Changes</h2>
175190< div class ="collapse ">
176191< input type ="checkbox " id ="collapse-section3 " aria-hidden ="true "> < label for ="collapse-section3 " aria-hidden ="true "> < strong > V1.2.0 / 29-December-2017</ strong > </ label >
177192< div >
178- < h2 id ="main-changes-4 "> Main Changes</ h2 >
193+ < h2 id ="main-changes-5 "> Main Changes</ h2 >
179194< ul >
180195< li > Update FDCAN bit definition</ li >
181196< li > Update SystemCoreClockUpdate() function in system_stm32h7xx.c file to use direct register access</ li >
@@ -185,7 +200,7 @@ <h2 id="main-changes-4">Main Changes</h2>
185200< div class ="collapse ">
186201< input type ="checkbox " id ="collapse-section2 " aria-hidden ="true "> < label for ="collapse-section2 " aria-hidden ="true "> < strong > V1.1.0 / 31-August-2017</ strong > </ label >
187202< div >
188- < h2 id ="main-changes-5 "> Main Changes</ h2 >
203+ < h2 id ="main-changes-6 "> Main Changes</ h2 >
189204< ul >
190205< li > Update USB OTG bit definition</ li >
191206< li > Adjust PLL fractional computation</ li >
@@ -195,7 +210,7 @@ <h2 id="main-changes-5">Main Changes</h2>
195210< div class ="collapse ">
196211< input type ="checkbox " id ="collapse-section1 " aria-hidden ="true "> < label for ="collapse-section1 " aria-hidden ="true "> < strong > V1.0.0 / 21-April-2017</ strong > </ label >
197212< div >
198- < h2 id ="main-changes-6 "> Main Changes</ h2 >
213+ < h2 id ="main-changes-7 "> Main Changes</ h2 >
199214< ul >
200215< li > First official release for < strong > STM32H743xx/753xx</ strong > devices</ li >
201216</ ul >
0 commit comments