diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-10 15:44:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-12-10 15:44:55 +0000 |
commit | dea70dbc797e0936c2532ae55881437e06e169fa (patch) | |
tree | 8b2e54295e4f0d670c0c9625ae1d4c475c6c7176 /os/various/various.dox | |
parent | 97b35245d19b59ff87d69fa9f7df701eea8f18c9 (diff) | |
download | ChibiOS-dea70dbc797e0936c2532ae55881437e06e169fa.tar.gz ChibiOS-dea70dbc797e0936c2532ae55881437e06e169fa.tar.bz2 ChibiOS-dea70dbc797e0936c2532ae55881437e06e169fa.zip |
Added a small generic command line shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1411 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/various/various.dox')
-rw-r--r-- | os/various/various.dox | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os/various/various.dox b/os/various/various.dox index fae5e65e5..10dfe874f 100644 --- a/os/various/various.dox +++ b/os/various/various.dox @@ -47,3 +47,13 @@ *
* @ingroup various
*/
+
+/**
+ * @defgroup SHELL Command Shell
+ * @brief Small extendible command line shell.
+ * @details This module implements a generic extendible command line interface.
+ * The CLI just requires an I/O channel (@p BaseChannel), more commands can be
+ * added to the shell using the configuration structure.
+ *
+ * @ingroup various
+ */
|