Uwe Hermann <uwe@hermann-uwe.de> typos
git-svn-id: svn://svn.berlios.de/openocd/trunk@1411 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
96413087dc
commit
cbc1f23758
2
BUGS
2
BUGS
|
@ -4,7 +4,7 @@ openocd-development@lists.berlios.de.
|
||||||
|
|
||||||
To minimize work for OpenOCD developers, you can include
|
To minimize work for OpenOCD developers, you can include
|
||||||
all the information below. If you feel that some of the
|
all the information below. If you feel that some of the
|
||||||
items below are unecessary for a clear bug report, you
|
items below are unnecessary for a clear bug report, you
|
||||||
leave them out.
|
leave them out.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Default implementation of procedures in tcl/procedures.tcl.
|
||||||
is to ignore serial number and write a raw binary file
|
is to ignore serial number and write a raw binary file
|
||||||
to beginning of first flash. Target script can dictate
|
to beginning of first flash. Target script can dictate
|
||||||
file format and structure of serialnumber. Tcl allows
|
file format and structure of serialnumber. Tcl allows
|
||||||
an argument to consit of e.g. a list so the structure of
|
an argument to consist of e.g. a list so the structure of
|
||||||
the serial number is not limited to a single string.
|
the serial number is not limited to a single string.
|
||||||
- reset handling. Precise control of how srst, trst &
|
- reset handling. Precise control of how srst, trst &
|
||||||
tms is handled.
|
tms is handled.
|
||||||
|
|
|
@ -36,6 +36,6 @@ set the default JTAG speed.
|
||||||
|
|
||||||
Note that a target/xxx.cfg file can invoke another target/yyy.cfg file,
|
Note that a target/xxx.cfg file can invoke another target/yyy.cfg file,
|
||||||
so one can create target subtype configurations where e.g. only
|
so one can create target subtype configurations where e.g. only
|
||||||
amount of DRAM, oscilator speeds differ and having a single
|
amount of DRAM, oscillator speeds differ and having a single
|
||||||
config file for the default/common settings.
|
config file for the default/common settings.
|
||||||
|
|
||||||
|
|
|
@ -215,8 +215,8 @@ All memory regions must have 2 things:
|
||||||
LEN
|
LEN
|
||||||
HUMAN
|
HUMAN
|
||||||
TYPE
|
TYPE
|
||||||
RWX - the access ablity.
|
RWX - the access ability.
|
||||||
WIDTH - the accessable width.
|
WIDTH - the accessible width.
|
||||||
|
|
||||||
ie: Some regions of memory are not 'word'
|
ie: Some regions of memory are not 'word'
|
||||||
accessible.
|
accessible.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Olimx STM32-p103 board.
|
Olimex STM32-p103 board.
|
||||||
|
|
||||||
main.elf is a file that can be programmed to flash for
|
main.elf is a file that can be programmed to flash for
|
||||||
testing purposes(e.g. test GDB load performance).
|
testing purposes(e.g. test GDB load performance).
|
||||||
|
|
Loading…
Reference in New Issue