summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-10-31 21:36:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-01 16:23:09 +0100
commit0834993ed5cfded643cbd033efb92f80b2d4408e (patch)
tree01f678bb07e558ba28336687636b396a799db73b /Documentation
parent27aac2589cd2bd35b010f21e9593494d28c58a56 (diff)
downloadbarebox-0834993ed5cfded643cbd033efb92f80b2d4408e.tar.gz
barebox-0834993ed5cfded643cbd033efb92f80b2d4408e.tar.xz
doc: rework and unify documentation for gpio commands
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/commands.dox5
-rw-r--r--Documentation/users_manual.dox1
2 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/commands.dox b/Documentation/commands.dox
index aa489e0075..2b949f7262 100644
--- a/Documentation/commands.dox
+++ b/Documentation/commands.dox
@@ -30,7 +30,10 @@ available in @a Barebox:
@li @subpage edit_command
@li @subpage erase_command
@li @subpage export_command
-@li @subpage gpio_for_users
+@li @subpage gpio_get_value_command
+@li @subpage gpio_set_value_command
+@li @subpage gpio_direction_input_command
+@li @subpage gpio_direction_output_command
@li @subpage tftp_command
@li @subpage loadenv_command
@li @subpage ls_command
diff --git a/Documentation/users_manual.dox b/Documentation/users_manual.dox
index bbc791133d..ea47b18724 100644
--- a/Documentation/users_manual.dox
+++ b/Documentation/users_manual.dox
@@ -7,6 +7,7 @@ you find a lot of nice tricks on these pages to make your life easier.
@li @subpage building
@li @subpage first_steps
@li @subpage command_reference
+@li @subpage gpio_for_users
\todo Rework the following sections
@li @subpage shell_notes