Skip to content

Commit 79acbf8

Browse files
committed
Release v1.16.0
1 parent 3600603 commit 79acbf8

File tree

3,541 files changed

+460063
-129905
lines changed

Some content is hidden

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

3,541 files changed

+460063
-129905
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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 OV5640 Component Driver</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-ov5640-component-driver"><strong>Release Notes for OV5640 Component Driver</strong></h1>
26+
<p>Copyright © 2019 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="license">License</h1>
33+
This software component is licensed by ST under BSD 3-Clause license, the “License”; You may not use this component except in compliance with the License. You may obtain a copy of the License at:
34+
<center>
35+
<a href="https://opensource.org/licenses/BSD-3-Clause">https://opensource.org/licenses/BSD-3-Clause</a>
36+
</center>
37+
<h1 id="purpose">Purpose</h1>
38+
<p>This driver provides a set of camera functions offered by OV5640 component</p>
39+
</div>
40+
<div class="col-sm-12 col-lg-8">
41+
<h1 id="update-history">Update History</h1>
42+
<div class="collapse">
43+
<input type="checkbox" id="collapse-section2" checked aria-hidden="true"> <label for="collapse-section2" aria-hidden="true"><strong>V2.0.0 / 07-February-2020</strong></label>
44+
<div>
45+
<h2 id="main-changes">Main Changes</h2>
46+
<ul>
47+
<li>Official Release of OV5640 Camera Component drivers in line with legacy BSP drivers development guidelines<br />
48+
</li>
49+
<li>The component drivers are composed of
50+
<ul>
51+
<li>component core drivers files: ov5640.h/.c</li>
52+
</ul></li>
53+
</ul>
54+
<h2 id="dependencies">Dependencies</h2>
55+
<p>This software release is compatible with:</p>
56+
<ul>
57+
<li>BSP Common version v5.1.2 or lower versions</li>
58+
</ul>
59+
<h2 id="backward-compatibility">Backward compatibility</h2>
60+
<ul>
61+
<li>This software breaks the compatibility with previous version v1.0.0</li>
62+
</ul>
63+
</div>
64+
</div>
65+
<div class="collapse">
66+
<input type="checkbox" id="collapse-section1" checked aria-hidden="true"> <label for="collapse-section1" aria-hidden="true"><strong>V1.0.0 / 30-0ctober-2019</strong></label>
67+
<div>
68+
<h2 id="main-changes-1">Main Changes</h2>
69+
<ul>
70+
<li>First Official Release of OV5640 Camera Component drivers in line with STM32Cube BSP drivers development guidelines (UM2298)<br />
71+
</li>
72+
<li>The component drivers are composed of
73+
<ul>
74+
<li>component core drivers files: ov5640.h/.c</li>
75+
<li>component register drivers files: ov5640_regs.h/.c</li>
76+
</ul></li>
77+
</ul>
78+
<h2 id="dependencies-1">Dependencies</h2>
79+
<p>This software release is compatible with:</p>
80+
<ul>
81+
<li>BSP Common v6.0.0 or above</li>
82+
</ul>
83+
</div>
84+
</div>
85+
</div>
86+
</div>
87+
<footer class="sticky">
88+
For complete documentation on <mark>STM32 Microcontrollers</mark> , visit: <span style="font-color: blue;"><a href="http://www.st.com/STM32">www.st.com</a></span>
89+
</footer>
90+
</body>
91+
</html>

0 commit comments

Comments
 (0)