Tested with Luminary Micro LM3S3748 EVB board
Signed-off-by: Laurentiu Cocanu
---
tcl/target/lm3s3748.cfg | 29 +
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 tcl/target/lm3s3748.cfg
diff --git a/tcl/target/lm3s3748.cfg b/tcl/target
then erased the last one, sector #7 separately.
Using the erase bank command will cause a time out error. Replacing
this with the erase sector bank will provide a slower but safer and
stable method to erase the flash.
Signed-off-by: Laurentiu Cocanu
---
src/flash/nor/str9x.c | 18
then erased the last one, sector #7 separately.
Using the erase bank command will cause a time out error. Replacing
this with the erase sector bank will provide a slower but safer and
stable method to erase the flash.
Signed-off-by: Laurentiu Cocanu
---
src/flash/nor/str9x.c | 20
Hi!
A minor change.
Index: src/target/target/wi-9c.cfg
===
--- src/target/target/wi-9c.cfg (revision 1513)
+++ src/target/target/wi-9c.cfg (working copy)
@@ -31,7 +31,7 @@
}
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
-jtag newtap
One small error in previous patch.
Index: openocd.texi
===
--- openocd.texi(revision 1087)
+++ openocd.texi(working copy)
@@ -479,7 +479,7 @@
@cindex altium
Altium Universal JTAG cable.
@end itemize
[EMAIL PROTECTED]
Index: helper/tclapi.c
===
--- helper/tclapi.c (revision 1086)
+++ helper/tclapi.c (working copy)
@@ -415,7 +415,7 @@
*/
if ((argc < 4) || ((argc % 2)!=0))
{
- Jim_WrongNumArgs(interp, 1,
Index: openocd.texi
===
--- openocd.texi(revision 1086)
+++ openocd.texi(working copy)
@@ -479,7 +479,7 @@
@cindex altium
Altium Universal JTAG cable.
@end itemize
[EMAIL PROTECTED] @b{parport_write_on_exit} <@var{o
Index: openocd.texi
===
--- openocd.texi(revision 1082)
+++ openocd.texi(working copy)
@@ -835,6 +835,13 @@
@subsection Target state handling
@itemize @bullet
[EMAIL PROTECTED] @b{reg} [EMAIL PROTECTED]|@option{nam
Hi
I integrated READ_TARGET_COMMENT.txt content into openocd general
documentation (outputted as openocd.pdf).
Index: openocd.texi
===
--- openocd.texi(revision 1065)
+++ openocd.texi(working copy)
@@ -941,6 +941,449 @@
one more patch
On Tue, Oct 14, 2008 at 3:15 PM, Øyvind Harboe <[EMAIL PROTECTED]>wrote:
> On Tue, Oct 14, 2008 at 3:05 PM, Laurentiu Cocanu
> <[EMAIL PROTECTED]> wrote:
> > More error checks.
>
> Committed.
>
> Thanks!
>
>
>
>
> --
> Øyvind
More error checks.
On Tue, Oct 14, 2008 at 1:07 PM, Øyvind Harboe <[EMAIL PROTECTED]>wrote:
> On Tue, Oct 14, 2008 at 12:40 PM, Laurentiu Cocanu
> <[EMAIL PROTECTED]> wrote:
> > Continued with error checks on arm*.c source files.
>
> Committed all but armv7.c
Hi!
Added additional error checks mostly to src/target/target.c and changed some
functions that performed no error checks to return void.
Index: helper/time_support.h
===
--- helper/time_support.h (revision 1024)
+++ helper/time_
12 matches
Mail list logo