Skip to content

Commit 29d083b

Browse files
committed
[MP1] Update STM32MP1xx CMSIS Drivers to v1.1.1
Included in STM32CubeMP1 FW V1.1.1 Align Header file with TIM driver ( Break Source definition) was already applied in the previous update. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent aa535fd commit 29d083b

File tree

3 files changed

+10
-24
lines changed

3 files changed

+10
-24
lines changed

system/Drivers/CMSIS/Device/ST/STM32MP1xx/Include/RTE_Components.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,10 @@ <h2>License</h2>
163163
</div>
164164
<div id="release_container" class="topic1">
165165
<div class="topic2" id="identification">
166-
<h3 style="width: 230px;">V1.1.0 / 10-Sept-2019</h3>
166+
<h3 style="width: 230px;">V1.1.1 / 14-November-2019</h3>
167167
</div>
168168
<div style="margin-left: 20px; width: 974px;" class="topic3" id="changes">
169-
<h4>Main changes</h4>
170-
<ul><li>Header files:&nbsp;</li><ul><li>Update FMC bit definition</li><li>Update ETH&nbsp;bit definition</li><li>update EXTI_EXTICR&nbsp;bit definition</li><li>Update I2C&nbsp;bit definition</li><li>Update SPI&nbsp;bit definition (SPI_CR1_CRC33_17, SPI_RXCRC, SPI_IER, SPI_I2SCFGR)&nbsp;</li><li>TMPSENS IP renamed DTS</li><li>Update FDCAN TXBC&nbsp;bit definition</li><li>Update DAC_DHR8RD&nbsp;bit definition</li><li>Add CRYP in STM32MP151Cx and STM32MP153Cx</li><li>Update TIM / LPTIM&nbsp;bit definition + add missing macros</li></ul><li>Update system_stm32mp1xx.c</li><ul><li>Update SystemCoreClock</li></ul></ul><ul><li>Update startup file for KEIL and IAR</li></ul><br>
169+
<h4>Main changes</h4><ul><li><span style="font-family: Verdana,sans-serif; font-size: 10pt;"><span style="font-weight: bold;">Patch release to fix known defects&nbsp;</span></span></li><ul><li><span style="font-family: Verdana,sans-serif; font-size: 10pt;"><span style="font-weight: bold;"></span></span>Align Header file with TIM driver ( Break Source definition)</li><li>Update Linker Template file to define OpenAMP region ( for EWARM and MDK_ARM)</li></ul></ul>
171170
</div>
172171
<div class="topic3" id="contents">
173172
<h4>Contents</h4>
@@ -181,7 +180,13 @@ <h4>Contents</h4>
181180
</div>
182181
<div id="history" class="topic1" hidden="">
183182
<h2>Update History</h2>
184-
<br><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; margin-left: 26px; width: 174px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.0.0 / 22-January-2019</span><br></h3><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
183+
<br><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; margin-left: 26px; width: 174px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.1.0 / 10-September-2019</span><br></h3><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
184+
<h4>Main changes</h4>
185+
<ul><li>Header files:&nbsp;</li><ul><li>Update FMC bit definition</li><li>Update ETH&nbsp;bit definition</li><li>update EXTI_EXTICR&nbsp;bit definition</li><li>Update I2C&nbsp;bit definition</li><li>Update SPI&nbsp;bit definition (SPI_CR1_CRC33_17, SPI_RXCRC, SPI_IER, SPI_I2SCFGR)&nbsp;</li><li>TMPSENS IP renamed DTS</li><li>Update FDCAN TXBC&nbsp;bit definition</li><li>Update DAC_DHR8RD&nbsp;bit definition</li><li>Add CRYP in STM32MP151Cx and STM32MP153Cx</li><li>Update TIM / LPTIM&nbsp;bit definition + add missing macros</li></ul><li>Update system_stm32mp1xx.c</li><ul><li>Update SystemCoreClock</li></ul><li>Update startup file for KEIL and IAR</li></ul></div><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
186+
<h4>Contents</h4>
187+
<ul><li>CMSIS devices files for STM32MP<span style="font-weight: bold;">151C</span>xx ,STM32MP<span style="font-weight: bold;">151A</span>xx, STM32MP<span style="font-weight: bold;">153C</span>xx, STM32MP<span style="font-weight: bold;">153A</span>xx, STM32MP<span style="font-weight: bold;">157C</span>xx ,STM32MP<span style="font-weight: bold;">157A</span>xx</li></ul>
188+
<br>
189+
</div><br><h3 style="background: rgb(51, 102, 255) none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; margin-right: 500pt; margin-left: 26px; width: 174px;"><span style="font-size: 10pt; font-family: Arial; color: white;">V1.0.0 / 22-January-2019</span><br></h3><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
185190
<h4>Main changes</h4>
186191
<ul><li>First official release for <span style="font-weight: bold;">STM32MP15xx</span> devices<br>
187192
</li></ul></div><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">

system/Drivers/CMSIS/Device/ST/STM32YYxx_CMSIS_version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* STM32L0: 1.9.0
1313
* STM32L1: 2.3.0
1414
* STM32L4: 1.6.0
15-
* STM32MP1: 1.1.0
15+
* STM32MP1: 1.1.1
1616
* STM32WB: 1.3.0
1717

1818
Release notes of each STM32YYxx CMSIS available here:

0 commit comments

Comments
 (0)