Skip to content

Commit 1c84713

Browse files
committed
Update STM32H747I-DISC BSP board drivers to support LCD based on nt35510 component
1 parent 45279a6 commit 1c84713

File tree

77 files changed

+3218
-32
lines changed

Some content is hidden

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

77 files changed

+3218
-32
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright 2019 STMicroelectronics. All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="generator" content="pandoc" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7+
<title>Release Notes for NT35510 Component Drivers</title>
8+
<style type="text/css">
9+
code{white-space: pre-wrap;}
10+
span.smallcaps{font-variant: small-caps;}
11+
span.underline{text-decoration: underline;}
12+
div.column{display: inline-block; vertical-align: top; width: 50%;}
13+
</style>
14+
<link rel="stylesheet" href="_htmresc/mini-st.css" />
15+
<!--[if lt IE 9]>
16+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
17+
<![endif]-->
18+
</head>
19+
<body>
20+
<div class="row">
21+
<div class="col-sm-12 col-lg-4">
22+
<div class="card fluid">
23+
<div class="sectione dark">
24+
<center>
25+
<h1 id="release-notes-for-nt35510-component-drivers"><small>Release Notes for</small> <mark>NT35510 Component Drivers</mark></h1>
26+
<p>Copyright © 2020 STMicroelectronics<br />
27+
</p>
28+
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo.png" alt="ST logo" /></a>
29+
</center>
30+
</div>
31+
</div>
32+
<h1 id="purpose">Purpose</h1>
33+
<p>This directory contains the NT35510 LCD DSI component drivers.</p>
34+
</div>
35+
<div class="col-sm-12 col-lg-8">
36+
<h1 id="update-history">Update History</h1>
37+
<div class="collapse">
38+
<input type="checkbox" id="collapse-section1_0_0" checked aria-hidden="true"> <label for="collapse-section1_0_0" aria-hidden="true">V2.0.0 / 25-May-2023</label>
39+
<div>
40+
<h3 id="component-release">Component release</h3>
41+
<p>Official release of component drivers for NT35510 in line with STM32Cube BSP drivers development guidelines (UM2298)</p>
42+
<h2 id="backward-compatibility">Backward Compatibility</h2>
43+
<p>This release breaks compatibility with previous versions.</p>
44+
</div>
45+
</div>
46+
</div>
47+
</div>
48+
<footer class="sticky">
49+
For complete documentation on <mark>STM32 Microcontrollers</mark> , visit: <a href="http://www.st.com/STM32">http://www.st.com/STM32</a>
50+
</footer>
51+
</body>
52+
</html>

0 commit comments

Comments
 (0)