-
Notifications
You must be signed in to change notification settings - Fork 0
/
Release_Notes.html
166 lines (166 loc) · 6.89 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Release Notes for STM32L552E-EV Board Drivers</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="_htmresc/mini-st_2020.css" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<link rel="icon" type="image/x-icon" href="_htmresc/favicon.png" />
</head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-4">
<center>
<h1 id="release-notes-for">Release Notes for</h1>
<h1 id="stm32l552e-ev-board-drivers"><mark>STM32L552E-EV Board Drivers</mark></h1>
<p>Copyright © 2019 STMicroelectronics<br />
</p>
<a href="https://www.st.com" class="logo"><img src="./_htmresc/st_logo_2020.png" alt="ST logo" /></a>
</center>
<h1 id="purpose">Purpose</h1>
<p>This driver provides a set of functions to manage:</p>
<ul>
<li>LEDs, push-button and joystick</li>
<li>Audio</li>
<li>TFT-LCD module with touchscreen</li>
<li>SD card</li>
<li>OctoSPI NOR Flash and HyperRAM memories</li>
<li>SRAM memory</li>
<li>Power measurement</li>
<li>USB Power Delivery</li>
</ul>
</div>
<section id="update-history" class="col-sm-12 col-lg-8">
<h1>Update History</h1>
<div class="collapse">
<input type="checkbox" id="collapse-section5" checked aria-hidden="true"> <label for="collapse-section5" aria-hidden="true"><strong>V1.0.4 / 4-November-2022</strong></label>
<div>
<h2 id="main-changes">Main Changes</h2>
<p><strong>fifth release</strong></p>
<h2 id="contents">Contents</h2>
<p>All source files: update disclaimer to add reference to the new license agreement.</p>
<h2 id="dependencies">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li>BSP Component CS42L51 v2.0.2 or above</li>
<li>BSP Component HX8347I v2.0.1 or above</li>
<li>BSP Common v6.0.0 or above</li>
</ul>
<h2 id="notes">Notes</h2>
<p>stm32l552e_eval_conf_template.h file must be copied in user application as stm32l552e_eval_conf.h with optional configuration update.</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true"><strong>V1.0.3 / 11-February-2021</strong></label>
<div>
<h2 id="main-changes-1">Main Changes</h2>
<p><strong>Fourth release</strong></p>
<h2 id="contents-1">Contents</h2>
<p>Fourth official release of board drivers for <strong>STM32L552E-EV board (MB1372-C02)</strong> in line with STM32Cube BSP drivers development guidelines (UM2298 - revision 2)</p>
<ul>
<li>stm32l552e_eval_audio.c
<ul>
<li>Use CS42L51_RESOLUTION_16B instead of CS42L51_RESOLUTION_16b</li>
</ul></li>
<li>Minor update of Release Notes template</li>
<li>Add License.md file for GitHub publication</li>
</ul>
<h2 id="dependencies-1">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li>BSP Component CS42L51 v2.0.2 or above</li>
<li>BSP Component HX8347I v2.0.1 or above</li>
<li>BSP Common v6.0.0 or above</li>
</ul>
<h2 id="notes-1">Notes</h2>
<p>stm32l552e_eval_conf_template.h file must be copied in user application as stm32l552e_eval_conf.h with optional configuration update.</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true"><strong>V1.0.2 / 26-June-2020</strong></label>
<div>
<h2 id="main-changes-2">Main Changes</h2>
<p><strong>Third release</strong></p>
<h2 id="contents-2">Contents</h2>
<p>Third official release of board drivers for <strong>STM32L552E-EV board (MB1372-C02)</strong> in line with STM32Cube BSP drivers development guidelines (UM2298 - revision 2)</p>
<ul>
<li>stm32l552e_eval_lcd.c
<ul>
<li>Fix GRAM access for data length over 65535 bytes (0xFFFF)</li>
</ul></li>
<li>Misspelled words corrections in driver descriptions</li>
</ul>
<h2 id="dependencies-2">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li>BSP Component HX8347I v2.0.1 or above</li>
<li>BSP Common v6.0.0 or above</li>
</ul>
<h2 id="notes-2">Notes</h2>
<p>stm32l552e_eval_conf_template.h file must be copied in user application as stm32l552e_eval_conf.h with optional configuration update.</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>V1.0.1 / 12-February-2020</strong></label>
<div>
<h2 id="main-changes-3">Main Changes</h2>
<p><strong>Second release</strong></p>
<h2 id="contents-3">Contents</h2>
<p>Second official release of board drivers for <strong>STM32L552E-EV board (MB1372-C02)</strong> in line with STM32Cube BSP drivers development guidelines (UM2298 - revision 2)</p>
<ul>
<li>stm32l552e_eval_lcd.c
<ul>
<li>Update FMC timings</li>
</ul></li>
<li>stm32l552e_eval_errno.h
<ul>
<li>Fix missing ‘}’ for C++ compilation</li>
</ul></li>
<li>Rename CHM User Manual: STM32L552E-EV_BSP_User_Manual.chm</li>
</ul>
<h2 id="dependencies-3">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li>BSP Common v6.0.0 or above</li>
</ul>
<h2 id="notes-3">Notes</h2>
<p>stm32l552e_eval_conf_template.h file must be copied in user application as stm32l552e_eval_conf.h with optional configuration update.</p>
</div>
</div>
<div class="collapse">
<input type="checkbox" id="collapse-section1" unchecked aria-hidden="true"> <label for="collapse-section1" aria-hidden="true"><strong>V1.0.0 / 13-December-2019</strong></label>
<div>
<h2 id="main-changes-4">Main Changes</h2>
<p><strong>First release</strong></p>
<h2 id="contents-4">Contents</h2>
<p>First official release of board drivers for <strong>STM32L552E-EV board (MB1372-C02)</strong> in line with STM32Cube BSP drivers development guidelines (UM2298 - revision 2)</p>
<h2 id="dependencies-4">Dependencies</h2>
<p>This software release is compatible with:</p>
<ul>
<li>BSP Common v6.0.0 or above</li>
</ul>
<h2 id="notes-4">Notes</h2>
<p>stm32l552e_eval_conf_template.h file must be copied in user application as stm32l552e_eval_conf.h with optional configuration update.</p>
</div>
</div>
</section>
</div>
<footer class="sticky">
<p>For complete documentation on STM32L5xx, visit: [<a href="http://www.st.com/stm32l5">www.st.com/stm32l5</a>]</p>
<em>This release note uses up to date web standards and, for this reason, should not be opened with Internet Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft Edge.</em>
</footer>
</body>
</html>