aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-01-05 11:15:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-01-05 11:15:40 +0000
commit64acf753c775e724040fea8d286903a1a497a04b (patch)
tree44a27f54667cc2963957397bbca027a699d67242 /os/hal/dox
parent9f0af42da02531e9951b474018c63e3c2a9e1277 (diff)
downloadChibiOS-64acf753c775e724040fea8d286903a1a497a04b.tar.gz
ChibiOS-64acf753c775e724040fea8d286903a1a497a04b.tar.bz2
ChibiOS-64acf753c775e724040fea8d286903a1a497a04b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8692 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox')
-rw-r--r--os/hal/dox/main.dox7
-rw-r--r--os/hal/dox/mii.dox23
-rw-r--r--os/hal/dox/usb_cdc.dox23
3 files changed, 53 insertions, 0 deletions
diff --git a/os/hal/dox/main.dox b/os/hal/dox/main.dox
index 331a1407b..0ec83d92c 100644
--- a/os/hal/dox/main.dox
+++ b/os/hal/dox/main.dox
@@ -128,6 +128,13 @@
*/
/**
+ * @defgroup HAL_SUPPORT Support Code
+ * @brief HAL Support Code.
+ *
+ * @ingroup IO
+ */
+
+/**
* @defgroup OSAL OSAL
* @brief Operating System Abstraction Layer.
* @details <h2>The OSAL</h2>
diff --git a/os/hal/dox/mii.dox b/os/hal/dox/mii.dox
new file mode 100644
index 000000000..1973dc5a7
--- /dev/null
+++ b/os/hal/dox/mii.dox
@@ -0,0 +1,23 @@
+/*
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+/**
+ * @defgroup MII MII/RMII Header
+ * @brief MII/RMII Support Header
+ * @details This header contains definitions and types related to MII/RMII.
+ *
+ * @ingroup HAL_SUPPORT
+ */
diff --git a/os/hal/dox/usb_cdc.dox b/os/hal/dox/usb_cdc.dox
new file mode 100644
index 000000000..d4aca2682
--- /dev/null
+++ b/os/hal/dox/usb_cdc.dox
@@ -0,0 +1,23 @@
+/*
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
+/**
+ * @defgroup USB_CDC USB CDC Header
+ * @brief USB CDC Support Header
+ * @details This header contains definitions and types related to USB CDC.
+ *
+ * @ingroup HAL_SUPPORT
+ */