aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/cm3/docmain.h
blob: 865b6ea19892ee0ce832c4b16ee95892f6b9f72c (plain)
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
/**
 * @mainpage libopencm3 Developer Documentation
 *
 * The libopencm3 project (previously known as libopenstm32) aims to create
 * a free/libre/open-source (GPL v3, or later) firmware library for various
 * ARM Cortex-M3 microcontrollers, including ST STM32, Toshiba TX03,
 * Atmel SAM3U, NXP LPC1000 and others.
 *
 * @par ""
 *
 * See the <a href="http://www.libopencm3.org">libopencm3 wiki</a> for
 * more information.

LGPL License Terms @ref lgpl_license

*/

/** @page lgpl_license libopencm3 License

libopencm3 is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

libopencm3 is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this
program.  If not, see <http://www.gnu.org/licenses/>.

*/

/** @defgroup LM3S
Libraries for Texas instruments LM3S series.
*/

/** @defgroup LPC13xx
Libraries for NXP Semiconductor LPC13xx series.
*/

/** @defgroup LPC17xx
Libraries for NXP Semiconductor LPC17xx series.
*/

/** @defgroup STM32F
Libraries for ST Microelectronics STM32F series.
*/

/** @defgroup STM32F1xx
@ingroup STM32F
Libraries for ST Microelectronics STM32F1xx series.
*/

/** @defgroup STM32F2xx
@ingroup STM32F
Libraries for ST Microelectronics STM32F2xx series.
*/

/** @defgroup STM32F4xx
@ingroup STM32F
Libraries for ST Microelectronics STM32F4xx series.
*/