diff options
author | Juergen Beisert <jbe@pengutronix.de> | 2010-10-22 15:24:00 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-22 19:56:08 +0200 |
commit | 544d753fc9a0445e034d4a271639129ae4498364 (patch) | |
tree | 3e06fa0019f8a9e86a2eafc8e2e997ed0b90694a /Documentation | |
parent | 2f2bfdd9d4a2d0fd1b72bb30a70eb7723b4b88cc (diff) | |
download | barebox-544d753fc9a0445e034d4a271639129ae4498364.tar.gz |
Add some help using the gpio commands at runtime
Last time I used the gpio commands I was somehow confused about the behaviour
of the 'gpio_get_value' command. So, I decided to add some doc for it. Here's
the result.
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/commands.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/commands.dox b/Documentation/commands.dox index a8850b1bb4..c1ec6725ca 100644 --- a/Documentation/commands.dox +++ b/Documentation/commands.dox @@ -10,6 +10,7 @@ @li @subpage edit_command @li @subpage erase_command @li @subpage export_command +@li @subpage gpio_for_users @li @subpage tftp_command @li @subpage loadenv_command @li @subpage mount_command |