Skip to content

Commit ecb78ed

Browse files
committed
[MP1] Update STM32MP1xx CMSIS Drivers to v1.3.0
Included in STM32CubeMP1 FW 1.3.0 Signed-off-by: Frederic Pillon <[email protected]>
1 parent 6f731e5 commit ecb78ed

33 files changed

+259426
-78066
lines changed

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

Lines changed: 10609 additions & 3225 deletions
Large diffs are not rendered by default.

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

Lines changed: 10607 additions & 3223 deletions
Large diffs are not rendered by default.

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

Lines changed: 10612 additions & 3240 deletions
Large diffs are not rendered by default.

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

Lines changed: 10610 additions & 3238 deletions
Large diffs are not rendered by default.

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

Lines changed: 10609 additions & 3225 deletions
Large diffs are not rendered by default.

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

Lines changed: 10607 additions & 3223 deletions
Large diffs are not rendered by default.

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

Lines changed: 10612 additions & 3240 deletions
Large diffs are not rendered by default.

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

Lines changed: 10610 additions & 3238 deletions
Large diffs are not rendered by default.

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

Lines changed: 10615 additions & 3245 deletions
Large diffs are not rendered by default.

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

Lines changed: 10613 additions & 3243 deletions
Large diffs are not rendered by default.

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

Lines changed: 10618 additions & 3260 deletions
Large diffs are not rendered by default.

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

Lines changed: 10616 additions & 3258 deletions
Large diffs are not rendered by default.

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

Lines changed: 10615 additions & 3245 deletions
Large diffs are not rendered by default.

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

Lines changed: 10613 additions & 3243 deletions
Large diffs are not rendered by default.

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

Lines changed: 10618 additions & 3260 deletions
Large diffs are not rendered by default.

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

Lines changed: 10616 additions & 3258 deletions
Large diffs are not rendered by default.

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

Lines changed: 10617 additions & 3268 deletions
Large diffs are not rendered by default.

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

Lines changed: 10615 additions & 3266 deletions
Large diffs are not rendered by default.

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

Lines changed: 10620 additions & 3283 deletions
Large diffs are not rendered by default.

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

Lines changed: 10618 additions & 3281 deletions
Large diffs are not rendered by default.

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

Lines changed: 10617 additions & 3268 deletions
Large diffs are not rendered by default.

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

Lines changed: 10615 additions & 3266 deletions
Large diffs are not rendered by default.

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

Lines changed: 10620 additions & 3283 deletions
Large diffs are not rendered by default.

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

Lines changed: 10618 additions & 3281 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* @brief CMSIS Device version number
7171
*/
7272
#define __STM32MP1xx_CMSIS_VERSION_MAIN (0x01U) /*!< [31:24] main version */
73-
#define __STM32MP1xx_CMSIS_VERSION_SUB1 (0x02U) /*!< [23:16] sub1 version */
73+
#define __STM32MP1xx_CMSIS_VERSION_SUB1 (0x03U) /*!< [23:16] sub1 version */
7474
#define __STM32MP1xx_CMSIS_VERSION_SUB2 (0x00U) /*!< [15:8] sub2 version */
7575
#define __STM32MP1xx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */
7676
#define __STM32MP1xx_CMSIS_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\
@@ -205,7 +205,7 @@ typedef enum
205205
*/
206206

207207
#if defined (USE_HAL_DRIVER)
208-
#include "stm32mp1xx_hal.h"
208+
#include "stm32mp1xx_hal_conf.h"
209209
#endif /* USE_HAL_DRIVER */
210210

211211

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ <h2>License</h2>
163163
</div>
164164
<div id="release_container" class="topic1">
165165
<div class="topic2" id="identification">
166-
<h3 style="width: 230px;">V1.2.0 / 03-Feb-2020</h3>
166+
<h3 style="width: 230px;">V1.3.0 / 20-oct-2020</h3>
167167
</div>
168168
<div style="margin-left: 20px; width: 974px;" class="topic3" id="changes">
169169
<h4>Main changes</h4>
170-
<ul><li>Header files:&nbsp;</li><ul><li>Add new Part Number for 800MHz</li><li>Update license with BSD 3-Clause template</li><li>Rework CMSIS for RTC/TAMP, GPIO and TIM</li><li>Rename TIM Break source bit definition</li></ul></ul><ul><li>Update Linker Template&nbsp;file for KEIL and IAR:</li><ul><li>Add OpenAMP region ( region present by default, to comment if needed )</li></ul></ul><br>
170+
<ul><li>Header files:&nbsp;</li><ul><li>Rename&nbsp;&nbsp;RCC bit definition&nbsp;to be more compliant with the name from RCC spec</li></ul></ul><ul><ul><li>Update STGEN register structure</li><li>Fix typo in MDMA register definition</li></ul></ul><br>
171171
</div>
172172
<div class="topic3" id="contents">
173173
<h4>Contents</h4>
@@ -181,7 +181,13 @@ <h4>Contents</h4>
181181
</div>
182182
<div id="history" class="topic1" hidden="">
183183
<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.1.0 / 10-Sept-2019</span><br></h3><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
184+
<br><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.2.0 / 03-Feb-2020</span><br></h3><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
185+
<h4>Main changes</h4>
186+
<ul><li>Header files:&nbsp;</li><ul><li>Add new Part Number for 800MHz</li><li>Update license with BSD 3-Clause template</li><li>Rework CMSIS for RTC/TAMP, GPIO and TIM</li><li>Rename TIM Break source bit definition</li></ul><li>Update Linker Template&nbsp;file for KEIL and IAR:</li><ul><li>Add OpenAMP region ( region present by default, to comment if needed )</li></ul></ul></div><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
187+
<h4>Contents</h4>
188+
<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>
189+
<br>
190+
</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.1.0 / 10-Sept-2019</span><br></h3><div style="margin-left: 40px; width: 954px;" class="topic3" id="changes">
185191
<h4>Main changes</h4>
186192
<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">
187193
<h4>Contents</h4>

0 commit comments

Comments
 (0)