diff options
author | Cosmin Gorgovan <cosmin@linux-geek.org> | 2014-03-29 22:34:43 +0000 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2014-06-01 18:10:01 +0000 |
commit | 5fccaa2c8b9705fc2df78a95a9e83221f77bedf3 (patch) | |
tree | 77814d19a09a8e670e1e09cc48f964fcece566e8 /doc | |
parent | 99d440cbba20b18a8d6583c4288ef3a820f370ce (diff) | |
download | riscv-openocd-5fccaa2c8b9705fc2df78a95a9e83221f77bedf3.zip riscv-openocd-5fccaa2c8b9705fc2df78a95a9e83221f77bedf3.tar.gz riscv-openocd-5fccaa2c8b9705fc2df78a95a9e83221f77bedf3.tar.bz2 |
Flash/LPC2000: Add support for auto-probing flash size
Adds support for auto-probing on devices which support the IAP
Read Part ID command. Includes IDs for all LPC17XX, LPC13XX,
LPC11XX and LPC11XXX devices with publicly available user
manuals.
To use auto-probing, select the 'auto' lpc2000 variant.
Change-Id: Ic617c32925c9ebe0e9d9192ed8ddbfa08e9f0aaa
Signed-off-by: Cosmin Gorgovan <cosmin@linux-geek.org>
Reviewed-on: http://openocd.zylin.com/2075
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 1461521..fa8f1c5 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5195,7 +5195,9 @@ which must appear in the following order: @option{lpc1700} (LPC175x and LPC176x) @option{lpc4300} - available also as @option{lpc1800} alias (LPC18x[2357] and LPC43x[2357]) -or @option{lpc1100} (LPC11(x)xx and LPC13xx) +@option{lpc1100} (LPC11(x)xx and LPC13xx) +or @option{auto} - automatically detects flash variant and size for LPC11(x)00, +LPC1300 and LPC1700 @item @var{clock_kHz} ... the frequency, in kiloHertz, at which the core is running @item @option{calc_checksum} ... optional (but you probably want to provide this!), |