-
- Downloads
- jtag_khz/speed are now single parameter only. These are used from pre/post_reset event scripts. Adding the second parameter was a mistake seen in retrospect. this gives precise control in post_reset for *when* the post reset speed is set. The pre_reset event was added *after* the second parameter to jtag_khz/speed - the target implementations no longer gets involved in the reset mode scheme. Either they reset a target into a halted mode or not. target_process_reset() detects if the reset halt failed or not. - tcl target event names are now target_N_name. Mainly internal at this early stage, but best to get the naming right now. - added hardcoded reset modes from gdb_server.c. I don't know precisely what these defaults should be or if it should be made configurable. Perhaps some hardcoded defaults will do for now and it can be made configurable later. - bugfix in cortex_m3.c for reset_run_and_xxx? - issue syntax error upon obsolete argument in target command instead of printing message that will surely drown in the log git-svn-id: svn://svn.berlios.de/openocd/trunk@849 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Showing
- src/helper/command.c 1 addition, 0 deletionssrc/helper/command.c
- src/helper/startup.tcl 4 additions, 16 deletionssrc/helper/startup.tcl
- src/jtag/jtag.c 35 additions, 49 deletionssrc/jtag/jtag.c
- src/server/gdb_server.c 4 additions, 2 deletionssrc/server/gdb_server.c
- src/target/Makefile.am 1 addition, 1 deletionsrc/target/Makefile.am
- src/target/arm7_9_common.c 2 additions, 2 deletionssrc/target/arm7_9_common.c
- src/target/cortex_m3.c 1 addition, 1 deletionsrc/target/cortex_m3.c
- src/target/event/sam7s256_reset.script 12 additions, 6 deletionssrc/target/event/sam7s256_reset.script
- src/target/event/sam7x256_reset.script 12 additions, 6 deletionssrc/target/event/sam7x256_reset.script
- src/target/event/str912_reset.script 0 additions, 5 deletionssrc/target/event/str912_reset.script
- src/target/target.c 34 additions, 53 deletionssrc/target/target.c
- src/target/target.h 2 additions, 2 deletionssrc/target/target.h
- src/target/target/str710.cfg 8 additions, 1 deletionsrc/target/target/str710.cfg
- src/target/target/str730.cfg 9 additions, 1 deletionsrc/target/target/str730.cfg
- src/target/target/str750.cfg 7 additions, 4 deletionssrc/target/target/str750.cfg
- src/target/target/str912.cfg 21 additions, 3 deletionssrc/target/target/str912.cfg
- src/target/target/zy1000.cfg 2 additions, 2 deletionssrc/target/target/zy1000.cfg
- src/target/xscale.c 1 addition, 1 deletionsrc/target/xscale.c
Loading
Please register or sign in to comment