Statistics
| Branch: | Tag: | Revision:

amiro-os / doc / dox / core.dox @ 53710ca3

History | View | Annotate | Download (1.433 KB)

1 53710ca3 Marc Rothmann
/*
2
AMiRo-OS is an operating system designed for the Autonomous Mini Robot (AMiRo) platform.
3
Copyright (C) 2016..2018  Thomas Schöpping et al.
4
5
This program is free software: you can redistribute it and/or modify
6
it under the terms of the GNU General Public License as published by
7
the Free Software Foundation, either version 3 of the License, or
8
(at your option) any later version.
9
10
This program is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
GNU General Public License for more details.
14
15
You should have received a copy of the GNU General Public License
16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
/**
20
 * @defgroup amiroos AMiRo-OS
21
 * @details AMiRo-OS documentation
22
 */
23
24
/**
25
 * @defgroup aos_core Core
26
 * @details Core documentation
27
 * @ingroup amiroos
28
 */
29
30
/**
31
 * @defgroup aos_threads Threads
32
 * @ingroup aos_core
33
 */
34
35
/**
36
 * @defgroup aos_timers Timers
37
 * @ingroup aos_core
38
 */
39
40
/**
41
 * @defgroup aos_time Time
42
 * @ingroup aos_core
43
 */
44
45
/**
46
 * @defgroup aos_types Types
47
 * @ingroup aos_core
48
 */
49
50
/**
51
 * @defgroup aos_system System
52
 * @ingroup aos_core
53
 */
54
55
/**
56
 * @defgroup aos_shell Shell
57
 * @ingroup aos_core
58
 */
59
60
/**
61
 * @defgroup aos_stream Stream
62
 * @ingroup aos_core
63
 */
64
65
/**
66
 * @defgroup aos_debug Debug
67
 * @ingroup aos_core
68
 */
69
70
/**
71
 * @defgroup aos_unittests Unittests
72
 * @ingroup aos_core
73
 */