-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
52 lines (40 loc) · 1.89 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>LibOpenCM3 by libopencm3</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>LibOpenCM3</h1>
<p>Open-Source lowlevel hardware library for ARM Cortex-M3 microcontrollers (but also M0, M4 are supported and more to come)</p>
<p class="view"><a href="https://github.com/libopencm3">View My GitHub Profile</a></p>
</header>
<section>
<h3>LibOpenCM3</h3>
<p>The libopencm3 project (previously known as libopenstm32) aims to create a free/libre/open-source (LGPL v3, or later) firmware library for various ARM Cortex-M3 microcontrollers, including ST STM32, Toshiba TX03, Atmel SAM3U, NXP LPC1000, EFM32 and others.</p>
<h3>Documentation</h3>
<p>Up to date information is available in the <a href="https://github.com/libopencm3/libopencm3/wiki">GitHub wiki</a></p>
<p>from the mailing list <a href="https://lists.sourceforge.net/lists/listinfo/libopencm3-devel">[email protected]</a>
and the IRC channel (libera.chat, #libopencm3).</p>
<h2>Doxygen</h2>
<p>Daily updated autogenerated API documentation for developers:</p>
<ul>
<li><a href="http://libopencm3.org/docs/latest/html/index.html">master (development branch)</a></li>
</ul>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>