forked from STMicroelectronics/STM32CubeMP1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRelease_Notes.html
373 lines (356 loc) · 12.6 KB
/
Release_Notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Release Notes for STM32CubeMP1 Package</title>
<style>
div.Section1 {
page: Section1;
font-family: Arial,Helvetica,sans-serif;
}
h1 {
font-size: 24pt;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
text-align: center;
color: #3366ff;
}
h2 {
margin: 12pt 0in 3pt;
page-break-after: avoid;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
background-color: #3366ff;
color: white;
padding-left: 5px;
font-size: 16pt;
}
h3 {
margin-left: 0in;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
background-color: #3366ff;
width: 200px;
margin-right: 500pt;
color: white;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 12pt;
}
h4 {
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
text-decoration: underline;
font-size: 12pt;
}
p {
margin: 0px 0px 0px 0in;
font-family: Arial,Helvetica,sans-serif;
padding-top: 3px;
padding-bottom: 3px;
font-size: 12pt;
}
ul {
font-family: Arial,Helvetica,sans-serif;
margin-top: 3px;
margin-bottom: 3px;
font-size: 10pt;
}
caption {
margin-top: 10px;
font-family: Arial,Helvetica,sans-serif;
font-size: 11pt;
}
hr {
width: 100%;
}
.guidance {
background-color: #e5b8b7;
font-style: italic;
font-family: Arial,Helvetica,sans-serif;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 3px;
margin-bottom: 3px;
font-size: 10pt;
}
.guidance_title {
font-style: normal;
font-weight: bold;
text-decoration: underline;
font-family: Arial,Helvetica,sans-serif;
font-size: 10pt;
}
.tickets {
border: 1pt solid #9cc2e5;
font-family: Arial,Helvetica,sans-serif;
margin-bottom: 3px;
margin-top: 3px;
font-size: 10pt;
}
.tickets th {
border: 1pt solid #9cc2e5;
font-size: 12pt;
background-color: #39a9dc;
color: white;
text-align: center;
}
.tickets td {
border: 1pt solid #9cc2e5;
min-height: 32px;
}
tr:nth-child(even) {background-color: #cee2f2;}
tr:nth-child(even) {background-color: #e8f1f9;}
.topic1 {
margin-top: 3px;
margin-bottom: 3px;
margin-left: 40px;
}
.topic2 {
margin-top: 3px;
margin-bottom: 3px;
}
.topic3 {
margin-top: 3px;
margin-bottom: 3px;
margin-left: 20px;
}
#purpose {
margin-top: 3px;
margin-bottom: 3px;
}
#identification {
margin-top: 3px;
margin-bottom: 3px;
}
</style></head>
<body link="blue" vlink="blue">
<script type="text/javascript">
var toggle_hist_disp = true;
function toggle_history()
{
if (toggle_hist_disp)
{
toggle_hist_disp = false;
var filter_off_text = document.createTextNode("Hide History");
document.getElementById('filter_hist').innerHTML = "";
document.getElementById('filter_hist').appendChild(filter_off_text);
document.getElementById("history").hidden = false;
}
else
{
toggle_hist_disp = true;
var filter_on_text = document.createTextNode("Show History");
document.getElementById('filter_hist').innerHTML = "";
document.getElementById('filter_hist').appendChild(filter_on_text);
document.getElementById("history").hidden = true;
}
}</script>
<div style="width: 1034px;" class="Section1">
<div id="header">
<h1 style="margin-bottom: 0.25in; text-align: center;" align="center"><span style="font-size: 20pt; font-family: Verdana; color: rgb(51, 102, 255);">Release
Notes for STM32CubeMP1 Firmware Package</span></h1>
<p style="text-align: center;">Copyright 2019
STMicroelectronics</p>
<p style="text-align: center;"><img style="width: 104px; height: 77px;" id="st_logo" alt="<ST logo> image" src="_htmresc/st_logo.png"></p>
</div>
<div class="topic1" id="purpose">
<h2>Introduction</h2><br>
<p><span style="font-weight: bold;">STM32Cube</span><span style="font-weight: bold;"> is an
STMicroelectronics original initiative to ease developers life by
reducing development efforts, time and cost</span>. STM32Cube
covers the STM32 portfolio. <br>
<br>
STM32Cube Version 1.x includes:<br>
</p>
<ul style="text-align: left;">
<li><big>The STM32CubeMX, a graphical software
configuration tool that allows to generate C initialization code using
graphical wizards.</big></li>
</ul>
<ul>
<li><big>A comprehensive embedded software platform,
delivered per series (such as <a target="_blank" href="https://www.st.com/en/product/stm32cubemp1">STM32CubeMP1</a>
for STM32MP1 series)</big></li>
</ul>
<ul>
<ul>
<li><big>The
STM32Cube HAL, STM32 abstraction layer embedded software ensuring
maximized portability across the STM32 portfolio. HAL APIs are
available for all peripherals.</big></li>
<li><big>Low-layer APIs (LL)
offering a fast light-weight expert-oriented layer which is closer to
the hardware than the HAL. LL APIs are available only for a
set of
peripherals.</big></li>
<li><big>A consistent set of middleware components such
as FreeRTOS, OpenAMP.</big></li>
<li><big>All embedded software utilities, delivered
with a full set of examples.</big></li>
</ul>
</ul>
<p><br>
</p>
The STM32Cube firmware solution offers a straightforward API with a
modular architecture, making it simple to fine tune custom applications
and scalable to fit most requirements
<ul>
</ul>
<p style="text-align: center;"><img style="width: 674px; height: 502px;" alt="STM32Cube" src="_htmresc/STM32Cube.bmp"></p>
<p style="text-align: left;">The <span style="font-weight: bold;">drivers</span> provided
within this package support the following devices : <span style="font-weight: bold;"></span></p><ul><li><span style="font-weight: bold;">STM32MP157Cxx</span>, <span style="font-weight: bold;">STM32MP157Axx</span>, <span style="font-weight: bold;"></span></li><li><span style="font-weight: bold;">STM32MP153Cxx, </span><span style="font-weight: bold;">STM32MP153Axx, </span><span style="font-weight: bold;"></span></li><li><span style="font-weight: bold;">STM32MP151Cxx, </span><span style="font-weight: bold;">STM32MP151Axx</span></li></ul>
<br>
<p style="text-align: left;">For <span style="font-weight: bold;">quick getting
started with the STM32CubeMP1 firmware package</span> :</p>
<ul><li><a href="https://wiki.st.com/stm32mpu" target="_blank">Wiki</a>: Wiki STM32 MP1 Main Page.</li><li><a href="https://wiki.st.com/stm32mpu/index.php/Category:STM32CubeMP1" target="_blank">Wiki</a>: Wiki STM32CubeMP1.</li><li>Reference materials available on <a href="http://www.st.com/stm32cubefw" target="_blank">www.st.com/stm32cubefw</a></li></ul><br></div>
<div id="release_container" class="topic1">
<div class="topic2" id="identification">
<h3 style="width: 230px;">V1.0.0 / 25-January-2019</h3>
</div>
<div class="topic3" id="changes">
<h4>Main changes</h4><div style="margin-left: 40px;">First release of STM32CubeMP1 (STM32Cube for STM32MP1 Series) supporting STM32MP15xx devices<br><br><span style="background-color: white;"></span><span lang="fr"></span><span style="background-color: white;"></span></div>
</div>
<div class="topic3" id="contents">
<h4>Contents</h4>
<ul>
<li>Projects</li>
</ul>
<ul>
<ul>
<li>The STM32CubeMP1
Firmware package comes with a rich set of examples running on
STMicroelectronics boards, organized by board and provided with
preconfigured projects for the main supported toolchains. The
exhaustive list of projects is provided in this table (<a href="Projects/STM32CubeProjectsList.html">STM32CubeProjectsList.html</a>). </li>
<li>Projects release notes (Updates in bold): </li>
</ul>
</ul>
<ul>
<ul>
<li>STM32MP157C-EV1</li>
<ul>
<li>Applications</li>
<li>Demonstrations</li><li>HAL Examples</li>
<li>Templates</li>
</ul>
<li>STM32MP157C-DK2</li>
<ul><li>Applications</li><li>Demonstrations</li><li>HAL Examples</li><li>Templates</li></ul></ul>
</ul>
<table style="width: 90%; height: 89px; text-align: left; margin-left: auto; margin-right: auto;" class="tickets" cellpadding="5" cellspacing="0">
<caption>Released drivers components</caption><tbody>
<tr>
<th style="width: 268px;">Component</th>
<th style="width: 99px;">Version</th>
<th>Release note</th>
</tr>
<tr>
<td style="width: 268px;">Cortex-M CMSIS V5.2.0</td>
<td style="text-align: center; width: 99px;">V5.2.0</td>
<td style="text-align: center;"><a href="Drivers/CMSIS/docs/index.html" target="_blank">release
notes</a></td>
</tr>
<tr>
<td style="background-color: white; width: 268px;">STM32MP1xx
CMSIS</td>
<td style="text-align: center; background-color: white; width: 99px;">V1.0.0</td>
<td style="text-align: center; background-color: white;"><a href="Drivers/CMSIS/Device/ST/STM32MP1xx/Release_Notes.html" target="_blank">release notes</a></td>
</tr>
<tr>
<td style="width: 268px;">STM32MP1xx HAL</td>
<td style="text-align: center; width: 99px;">V1.0.0</td>
<td style="text-align: center;"><a href="Drivers/STM32MP1xx_HAL_Driver/Release_Notes.html">release
notes</a></td>
</tr>
<tr>
<td style="width: 268px;">BSP STM32MP15xx_EVAL</td>
<td style="text-align: center; width: 99px;">V1.0.0</td>
<td style="text-align: center;"><a href="Drivers/BSP/STM32MP15xx_EVAL/Release_Notes.html">release
notes</a></td>
</tr>
<tr>
<td>BSP STM32MP15xx_DISCO</td>
<td style="text-align: center;">V1.0.0</td>
<td style="text-align: center;"><a href="Drivers/BSP/STM32MP15xx_DISCO/Release_Notes.html">release
notes</a></td>
</tr>
</tbody>
</table>
<table style="width: 90%; height: 89px; text-align: left; margin-left: auto; margin-right: auto;" class="tickets" cellpadding="5" cellspacing="0">
<caption>Released Middlewares components</caption><tbody>
<tr>
<th style="width: 268px;">Component</th>
<th style="width: 99px;">Version</th>
<th>Release note</th>
</tr>
<tr>
<td style="width: 268px;">FreeRTOS<br>
</td>
<td style="text-align: center; width: 99px;">V10.0.1<br>
<span style="font-family: Verdana; font-size: 10pt;">ST modified
20180813</span></td>
<td style="text-align: center;"><a style="background-color: white;" href="Middlewares/Third_Party/FreeRTOS/Source/readme.txt" target="_blank">release notes</a><br>
<br>
<a href="Middlewares/Third_Party/FreeRTOS/Source/st_readme.txt">release
notes</a></td>
</tr>
<tr>
<td style="width: 268px;"><span style="background-color: yellow;"></span>OpenAMP</td>
<td style="text-align: center; width: 99px;"><span style="font-family: Verdana; font-size: 10pt;">v2018.10</span><span style="font-family: Verdana; font-size: 10pt;"><br>
ST modified <br>20190125</span><span style="background-color: yellow;"></span></td>
<td style="text-align: center;"><a style="background-color: white;" href="Middlewares/Third_Party/OpenAMP/libmetal/README.md" target="_blank">release notes</a><br>
<br style="background-color: white;">
<a style="background-color: white;" href="Middlewares/Third_Party/OpenAMP/open-amp/README.md" target="_blank">release notes</a></td>
</tr>
</tbody>
</table>
<table style="width: 90%; height: 89px; text-align: left; margin-left: auto; margin-right: auto;" class="tickets" cellpadding="5" cellspacing="0">
<caption>Released Utilities components</caption><tbody>
<tr>
<th style="width: 268px;">Component</th>
<th style="width: 99px;">Version</th>
<th>Release note</th>
</tr>
<tr>
<td style="width: 268px;"><span style="font-size: 10pt; font-family: Verdana;">Resourcemanager</span></td>
<td style="text-align: center; width: 99px;">V1.5.0</td>
<td style="text-align: center;"><a href="Utilities/ResourcesManager/Release_Notes.html">release
notes</a></td>
</tr>
</tbody>
</table>
</div>
<div class="topic3" id="tools">
<h4>Development Toolchains and Compilers</h4>
<ul style="background-color: white;"><li style="margin: 4.5pt 0in; font-family: 'Times New Roman'; color: black; font-size: 12pt;" class="MsoNormal"><span style="font-family: Verdana; font-size: 10pt;">System
Workbench for STM32 (SW4STM32)</span><span style="font-family: Verdana; font-size: 10pt;"> toolchain <span style="font-weight: bold;">v2.8.0</span></span></li>
</ul>
</div>
<div class="topic3" id="boards">
<h4>Supported Devices and HW boards</h4>
<ul>
<li> STM32MP157C-EV1 RevC</li>
<li> STM32MP157C-DK2 RevC</li></ul>
</div>
<div class="topic3" id="limitations">
<h4>Known limitations</h4>
<ul>
<li>NA</li></ul>
</div>
</div>
<div style="margin-left: 40px;"><button id="filter_hist" onclick="toggle_history()">Show
History</button><br>
</div>
<div id="history" class="topic1" hidden="">
<h2>Update History</h2>
<div id="release_container" class="topic1"><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; width: 180px;"><span style="font-size: 10pt; font-family: Arial; color: white;">Version
/ Date</span></h3><br></div>
<br>
<br>
</div>
<div id="product_doc" class="topic1">
<hr>
<p style="text-align: center;">For complete
documentation on STM32 Microcontrollers, visit: <a target="_blank" href="http://www.st.com/STM32"><span style="text-decoration: underline;"> www.st.com/STM32</span></a><span style="background-color: yellow;"></span></p>
</div>
</div>
</body></html>