aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/ports/templates/chcore.dox
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/common/ports/templates/chcore.dox')
-rw-r--r--lib/chibios/os/common/ports/templates/chcore.dox33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/chibios/os/common/ports/templates/chcore.dox b/lib/chibios/os/common/ports/templates/chcore.dox
new file mode 100644
index 000000000..d0c4c27b1
--- /dev/null
+++ b/lib/chibios/os/common/ports/templates/chcore.dox
@@ -0,0 +1,33 @@
1/*
2 ChibiOS - Copyright (C) 2006,2007,2008,2009,2010,2011,2012,2013,2014,
3 2015,2016,2017,2018,2019,2020,2021 Giovanni Di Sirio.
4
5 This file is part of ChibiOS.
6
7 ChibiOS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation version 3 of the License.
10
11 ChibiOS is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19/**
20 * @defgroup port Port Layer
21 * @details The Port Layer is the link between the portable RT and NIL kernels
22 * and the underlying CPU architecture. This is a port template not
23 * related to any specific architecture.
24 */
25
26/**
27 * @defgroup port_core Port Core
28 * @ingroup port
29 */
30/**
31 * @defgroup port_types Port Types
32 * @ingroup port
33 */