Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit83e10ae

Browse files
authored
Merge pull request#1898 from fpistm/update_CubeMP1
Update STM32MP1 HAL and CMSIS drivers
2 parents8717bd0 +5ca3e7a commit83e10ae

File tree

156 files changed

+6295
-2962
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+6295
-2962
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifdefVIRTIOCON
22

3-
#include"libmetal/lib/system/generic/cortexm/sys.c"
3+
#include"libmetal/lib/system/generic/template/sys.c"
44

55
#endif/* VIRTIOCON */

‎cores/arduino/stm32/OpenAMP/openamp.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,6 @@ void OPENAMP_DeInit()
164164
metal_finish();
165165
}
166166

167-
/**
168-
* @brief Initialize the endpoint struct
169-
*
170-
* @param ept: virtio rpmsg endpoint
171-
*/
172-
voidOPENAMP_init_ept(structrpmsg_endpoint*ept)
173-
{
174-
rpmsg_init_ept(ept,"",RPMSG_ADDR_ANY,RPMSG_ADDR_ANY,NULL,NULL);
175-
}
176-
177167
/**
178168
* @brief Create and register the name service endpoint
179169
*

‎libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
#include"stm32l4xx_hal_smbus_ex.c"
1515
#elifSTM32L5xx
1616
#include"stm32l5xx_hal_smbus_ex.c"
17+
#elifSTM32MP1xx
18+
#include"stm32mp1xx_hal_smbus_ex.c"
1719
#elifSTM32U5xx
1820
#include"stm32u5xx_hal_smbus_ex.c"
1921
#elifSTM32WBxx

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 72 additions & 34 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* @brief CMSIS Device version number
7070
*/
7171
#define__STM32MP1xx_CMSIS_VERSION_MAIN (0x01U)/*!< [31:24] main version */
72-
#define__STM32MP1xx_CMSIS_VERSION_SUB1 (0x05U)/*!< [23:16] sub1 version */
72+
#define__STM32MP1xx_CMSIS_VERSION_SUB1 (0x06U)/*!< [23:16] sub1 version */
7373
#define__STM32MP1xx_CMSIS_VERSION_SUB2 (0x00U)/*!< [15:8] sub2 version */
7474
#define__STM32MP1xx_CMSIS_VERSION_RC (0x00U)/*!< [7:0] release candidate */
7575
#define__STM32MP1xx_CMSIS_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\

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

Lines changed: 44 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,35 @@ <h1 id="purpose">Purpose</h1>
4343
<divclass="col-sm-12 col-lg-8">
4444
<h1id="update-history"><strong>Update History</strong></h1>
4545
<divclass="collapse">
46-
<inputtype="checkbox"id="collapse-section0"checkedaria-hidden="true"><labelfor="collapse-section0"checkedaria-hidden="true"><strong>V1.5.0 /04-November-2021</strong></label>
46+
<inputtype="checkbox"id="collapse-section0"checkedaria-hidden="true"><labelfor="collapse-section0"checkedaria-hidden="true"><strong>V1.6.0 /02-June-2022</strong></label>
4747
<div>
4848
<h2id="main-changes">Main Changes</h2>
4949
<p>This is a<strong>Maintenance release</strong> for STM32MP15xx CMSIS</p>
5050
<h2id="contents">Contents</h2>
5151
<ul>
5252
<li>Update bit definition in header files:
5353
<ul>
54+
<li>BSEC : Add missing registers</li>
55+
<li>ETH : Update bitfield names</li>
56+
</ul></li>
57+
<li>Update License declaration for startup and linker files</li>
58+
<li>Change include in system file ( alignment with other STM32 families)</li>
59+
</ul>
60+
<h2id="known-limitations">Known Limitations</h2>
61+
<p>None</p>
62+
<h2id="dependencies">Dependencies</h2>
63+
<p>None</p>
64+
</div>
65+
</div>
66+
<divclass="collapse">
67+
<inputtype="checkbox"id="collapse-section6"aria-hidden="true"><labelfor="collapse-section6"aria-hidden="true"><strong>V1.5.0 / 04-November-2021</strong></label>
68+
<div>
69+
<h2id="main-changes-1">Main Changes</h2>
70+
<p>This is a<strong>Maintenance release</strong> for STM32MP15xx CMSIS</p>
71+
<h2id="contents-1">Contents</h2>
72+
<ul>
73+
<li>Update bit definition in header files:
74+
<ul>
5475
<li>DDR : Update DDR bit registers</li>
5576
<li>USBPHYC: Update structure and add bitfields</li>
5677
<li>Fix MISRA warnings:
@@ -67,37 +88,37 @@ <h2 id="contents">Contents</h2>
6788
<li>Update the licenses declaration</li>
6889
</ul></li>
6990
</ul>
70-
<h2id="known-limitations">Known Limitations</h2>
91+
<h2id="known-limitations-1">Known Limitations</h2>
7192
<p>None</p>
72-
<h2id="dependencies">Dependencies</h2>
93+
<h2id="dependencies-1">Dependencies</h2>
7394
<p>None</p>
7495
</div>
7596
</div>
7697
<divclass="collapse">
7798
<inputtype="checkbox"id="collapse-section5"aria-hidden="true"><labelfor="collapse-section5"aria-hidden="true"><strong>V1.4.0 / 26-February-2021</strong></label>
7899
<div>
79-
<h2id="main-changes-1">Main Changes</h2>
100+
<h2id="main-changes-2">Main Changes</h2>
80101
<p>This is a<strong>Maintenance release</strong> for STM32MP15xx CMSIS</p>
81-
<h2id="contents-1">Contents</h2>
102+
<h2id="contents-2">Contents</h2>
82103
<ul>
83104
<li>Header files:
84105
<ul>
85106
<li>Remove C1EMRx registers which does not exist on the silicon</li>
86107
<li>Update RNG register structure</li>
87108
</ul></li>
88109
</ul>
89-
<h2id="known-limitations-1">Known Limitations</h2>
110+
<h2id="known-limitations-2">Known Limitations</h2>
90111
<p>None</p>
91-
<h2id="dependencies-1">Dependencies</h2>
112+
<h2id="dependencies-2">Dependencies</h2>
92113
<p>None</p>
93114
</div>
94115
</div>
95116
<divclass="collapse">
96117
<inputtype="checkbox"id="collapse-section4"aria-hidden="true"><labelfor="collapse-section4"aria-hidden="true"><strong>V1.3.0 / 20-October-2020</strong></label>
97118
<div>
98-
<h2id="main-changes-2">Main Changes</h2>
119+
<h2id="main-changes-3">Main Changes</h2>
99120
<p>This is a<strong>Maintenance release</strong> for STM32MP15xx CMSIS</p>
100-
<h2id="contents-2">Contents</h2>
121+
<h2id="contents-3">Contents</h2>
101122
<ul>
102123
<li>Header files:
103124
<ul>
@@ -106,18 +127,18 @@ <h2 id="contents-2">Contents</h2>
106127
<li>Fix typo in MDMA register definition</li>
107128
</ul></li>
108129
</ul>
109-
<h2id="known-limitations-2">Known Limitations</h2>
130+
<h2id="known-limitations-3">Known Limitations</h2>
110131
<p>None</p>
111-
<h2id="dependencies-2">Dependencies</h2>
132+
<h2id="dependencies-3">Dependencies</h2>
112133
<p>None</p>
113134
</div>
114135
</div>
115136
<divclass="collapse">
116137
<inputtype="checkbox"id="collapse-section3"aria-hidden="true"><labelfor="collapse-section3"aria-hidden="true"><strong>V1.2.0 / 03-February-2020</strong></label>
117138
<div>
118-
<h2id="main-changes-3">Main Changes</h2>
139+
<h2id="main-changes-4">Main Changes</h2>
119140
<p>This is a<strong>Maintenance release</strong> for STM32MP15xx CMSIS</p>
120-
<h2id="contents-3">Contents</h2>
141+
<h2id="contents-4">Contents</h2>
121142
<ul>
122143
<li>Header files:
123144
<ul>
@@ -131,18 +152,18 @@ <h2 id="contents-3">Contents</h2>
131152
<li>Add OpenAMP region ( region present by default, to comment if needed )</li>
132153
</ul></li>
133154
</ul>
134-
<h2id="known-limitations-3">Known Limitations</h2>
155+
<h2id="known-limitations-4">Known Limitations</h2>
135156
<p>None</p>
136-
<h2id="dependencies-3">Dependencies</h2>
157+
<h2id="dependencies-4">Dependencies</h2>
137158
<p>None</p>
138159
</div>
139160
</div>
140161
<divclass="collapse">
141162
<inputtype="checkbox"id="collapse-section2"aria-hidden="true"><labelfor="collapse-section2"aria-hidden="true"><strong>V1.1.0 / 10-September-2019</strong></label>
142163
<div>
143-
<h2id="main-changes-4">Main Changes</h2>
164+
<h2id="main-changes-5">Main Changes</h2>
144165
<p>This is the<strong>First Maintenance release</strong> for STM32MP15xx CMSIS</p>
145-
<h2id="contents-4">Contents</h2>
166+
<h2id="contents-5">Contents</h2>
146167
<ul>
147168
<li>Header files:
148169
<ul>
@@ -163,24 +184,24 @@ <h2 id="contents-4">Contents</h2>
163184
</ul></li>
164185
<li>Update startup file for KEIL and IAR</li>
165186
</ul>
166-
<h2id="known-limitations-4">Known Limitations</h2>
187+
<h2id="known-limitations-5">Known Limitations</h2>
167188
<p>None</p>
168-
<h2id="dependencies-4">Dependencies</h2>
189+
<h2id="dependencies-5">Dependencies</h2>
169190
<p>None</p>
170191
</div>
171192
</div>
172193
<divclass="collapse">
173194
<inputtype="checkbox"id="collapse-section1"aria-hidden="true"><labelfor="collapse-section1"aria-hidden="true"><strong>V1.0.0 / 22-January-2019</strong></label>
174195
<div>
175-
<h2id="main-changes-5">Main Changes</h2>
196+
<h2id="main-changes-6">Main Changes</h2>
176197
<p>This is the<strong>First Official release</strong> for STM32MP15xx CMSIS</p>
177-
<h2id="contents-5">Contents</h2>
198+
<h2id="contents-6">Contents</h2>
178199
<ul>
179200
<li>First official release version of bits and registers definition aligned with STM32MP1 reference manual.</li>
180201
</ul>
181-
<h2id="known-limitations-5">Known Limitations</h2>
202+
<h2id="known-limitations-6">Known Limitations</h2>
182203
<p>None</p>
183-
<h2id="dependencies-5">Dependencies</h2>
204+
<h2id="dependencies-6">Dependencies</h2>
184205
<p>None</p>
185206
</div>
186207
</div>

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/linker/stm32mp15xx_m4.ld

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818
*****************************************************************************
1919
** @attention
2020
**
21-
**<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
22-
** All rights reserved.</center></h2>
21+
** Copyright (c) 2019 STMicroelectronics.
22+
** All rights reserved.
2323
**
24-
** This software component is licensed by ST under BSD 3-Clause license,
25-
** the License; You may not use this file except in compliance with the
26-
** License. You may obtain a copy of theLicense at:
27-
** opensource.org/licenses/BSD-3-Clause
24+
** This software is licensed under terms that can be found in the LICENSE file
25+
** in the root directory of this software component.
26+
** If no LICENSE file comes with this software, it is provided AS-IS.
2827
**
29-
*****************************************************************************
28+
******************************************************************************
3029
*/
3130

3231
/* Entry Point */

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp151axx_cm4.s

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp151cxx_cm4.s

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp153axx_cm4.s

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp153cxx_cm4.s

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp157axx_cm4.s

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp157cxx_cm4.s

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/gcc/startup_stm32mp15xx.s

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
******************************************************************************
1515
* @attention
1616
*
17-
*<h2><center>&copy;Copyright (c) 2019 STMicroelectronics.
18-
* All rights reserved.</center></h2>
17+
* Copyright (c) 2019 STMicroelectronics.
18+
* All rights reserved.
1919
*
20-
* This software component is licensed by ST under BSD 3-Clause license,
21-
* the "License"; You may not use this file except in compliance with the
22-
* License. You may obtain a copy of the License at:
23-
* opensource.org/licenses/BSD-3-Clause
20+
* This software is licensed under terms that can be found in the LICENSE file
21+
* in the root directory of this software component.
22+
* If no LICENSE file comes with this software, it is provided AS-IS.
2423
*
2524
******************************************************************************
2625
*/
@@ -788,5 +787,3 @@ g_pfnVectors:
788787
.weak WAKEUP_PIN_IRQHandler
789788
.thumb_set WAKEUP_PIN_IRQHandler,Default_Handler
790789

791-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
792-

‎system/Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/system_stm32mp1xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @{
4646
*/
4747

48-
#include"stm32mp1xx_hal.h"
48+
#include"stm32mp1xx.h"
4949

5050
/**
5151
* @}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* STM32L1: 2.3.2
1414
* STM32L4: 1.7.2
1515
* STM32L5: 1.0.5
16-
* STM32MP1: 1.5.0
16+
* STM32MP1: 1.6.0
1717
* STM32U5: 1.1.0
1818
* STM32WB: 1.12.0
1919
* STM32WL: 1.2.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp