aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/usb_cdc.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/usb_cdc.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/usb_cdc.dox')
-rw-r--r--os/hal/dox/usb_cdc.dox23
1 files changed, 23 insertions, 0 deletions
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
+ */