src/flash/nor: usage/help/doc updates
Make "usage" messages use the same EBNF as the User's Guide; no angle brackets. Improve and correct various helptexts. Don't use "&function"; a function's name is its address. Remove a couple instances of pointless whitespace; shrink a few overlong lines; fix some bad indents. Add TODO list entry re full support for NAND/NOR bank names. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -3737,7 +3737,7 @@ see the driver-specific documentation.
|
||||
|
||||
@itemize @bullet
|
||||
@item @var{name} ... may be used to reference the flash bank
|
||||
in other flash commands.
|
||||
in other flash commands. A number is also available.
|
||||
@item @var{driver} ... identifies the controller driver
|
||||
associated with the flash bank being declared.
|
||||
This is usually @code{cfi} for external flash, or else
|
||||
@@ -4103,7 +4103,7 @@ plane (of up to 256KB), and it will be used automatically when you issue
|
||||
@command{flash erase_sector} or @command{flash erase_address} commands.
|
||||
|
||||
@deffn Command {at91sam7 gpnvm} bitnum (@option{set}|@option{clear})
|
||||
Set or clear a ``General Purpose Non-Volatle Memory'' (GPNVM)
|
||||
Set or clear a ``General Purpose Non-Volatile Memory'' (GPNVM)
|
||||
bit for the processor. Each processor has a number of such bits,
|
||||
used for controlling features such as brownout detection (so they
|
||||
are not truly general purpose).
|
||||
|
||||
Reference in New Issue
Block a user