amiro-os / doc / dox / configs.dox @ a7e54ea4
History | View | Annotate | Download (2.113 KB)
1 |
/* |
---|---|
2 |
AMiRo-OS is an operating system designed for the Autonomous Mini Robot (AMiRo) platform. |
3 |
Copyright (C) 2016..2020 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 diwheeldrive_conf Configurations |
21 |
* @ingroup diwheeldrive |
22 |
*/ |
23 |
|
24 |
/** |
25 |
* @defgroup DIWHEELDRIVE_HAL_CONF HAL Configuration |
26 |
* @ingroup diwheeldrive_conf |
27 |
*/ |
28 |
|
29 |
/** |
30 |
* @defgroup diwheeldrive_ch_config ChibiOS Configuration |
31 |
* @ingroup diwheeldrive_conf |
32 |
*/ |
33 |
|
34 |
/** |
35 |
* @defgroup diwheeldrive_aos_config AMiRo-OS Configuration |
36 |
* @ingroup diwheeldrive_conf |
37 |
*/ |
38 |
|
39 |
/** |
40 |
* @defgroup diwheeldrive_lld_config AMiRo-LLD Configuration |
41 |
* @ingroup diwheeldrive_conf |
42 |
*/ |
43 |
|
44 |
/** |
45 |
* @defgroup powermanagement_conf Configurations |
46 |
* @ingroup powermanagement |
47 |
*/ |
48 |
|
49 |
/** |
50 |
* @defgroup POWERMANAGEMENT_HAL_CONF HAL Configuration |
51 |
* @ingroup powermanagement_conf |
52 |
*/ |
53 |
|
54 |
/** |
55 |
* @defgroup powermanagement_ch_config ChibiOS Configuration |
56 |
* @ingroup powermanagement_conf |
57 |
*/ |
58 |
|
59 |
/** |
60 |
* @defgroup powermanagement_aos_config AMiRo-OS Configuration |
61 |
* @ingroup powermanagement_conf |
62 |
*/ |
63 |
|
64 |
/** |
65 |
* @defgroup powermanagement_lld_config AMiRo-LLD Configuration |
66 |
* @ingroup powermanagement_conf |
67 |
*/ |
68 |
|
69 |
/** |
70 |
* @defgroup lightring_conf Configurations |
71 |
* @ingroup lightring |
72 |
*/ |
73 |
|
74 |
/** |
75 |
* @defgroup LIGHTRING_HAL_CONF HAL Configuration |
76 |
* @ingroup lightring_conf |
77 |
*/ |
78 |
|
79 |
/** |
80 |
* @defgroup lightring_ch_config ChibiOS Configuration |
81 |
* @ingroup lightring_conf |
82 |
*/ |
83 |
|
84 |
/** |
85 |
* @defgroup lightring_aos_config AMiRo-OS Configuration |
86 |
* @ingroup lightring_conf |
87 |
*/ |
88 |
|
89 |
/** |
90 |
* @defgroup lightring_lld_config AMiRo-LLD Configuration |
91 |
* @ingroup lightring_conf |
92 |
*/ |
93 |
|