aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2008-07-26- merged mips target into svn trunkntfreak
2008-07-25minimum address and maximum length argument to load_image. Used in lieu of re...oharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24wait 500ms for target to halt upon connect.oharboe
2008-07-23- fix typontfreak
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe
2008-07-18"reset" without arguments now execute a "reset run".oharboe
2008-07-18- fix incorrectly registered function openocd_array2memntfreak
2008-07-18resume is now asynchronousoharboe
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe
2008-07-17- reverted resume_target to old behaviourntfreak
2008-07-16better error messages for target event scripts.oharboe
2008-07-09- only check normal resume, not debug resumentfreak
2008-07-09- target_resume is now synchronous with 5sec timeoutntfreak
2008-07-08tcl regression fixes.oharboe
2008-07-08- removed target_process_events as only used in handle_resume_command and eve...ntfreak
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-07reset event is synonym for post_reset event. oharboe
2008-07-06- fixed build issues with win32ntfreak
2008-07-06src/helper/configuration.hoharboe
2008-07-02- allocate target_type_t structure for each target, fixes issue when multiple...ntfreak
2008-06-25Fixed bogus error message and plugged memory leak for the case when there was...oharboe
2008-06-25added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-05-27- fixed typo in wp commandntfreak
2008-05-21moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br...oharboe
2008-05-19print out an error if srst_pulls_trst is not specified foroharboe
2008-05-19Michael Fischer found and Edgar Grimberg fixed generic crash in timers reprod...oharboe
2008-05-09Michael Fischer spotted a problem in the reset routines for srst_pulls_trst. ...oharboe
2008-04-15Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe
2008-04-15target read/write is no longer attempted for target_xxx() functions when the ...oharboe
2008-04-11fixed gaffe for default examine implementationoharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-11Wip - split target setup and target examinationoharboe
2008-04-11added target->type->examine(). Eventually this will allow for bringing up tel...oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-07- only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe
2008-04-04- the reset mode parameter is now DEPRECATED. It is implementedoharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-04-02optional count argument to mwXoharboe
2008-03-31target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-21- armv7m control register now set as dirty when switching contextntfreak
2008-03-14added profile command. It was added to simplify evaluation by testers.oharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-10- Fixed various error handling when looking for memory leaksoharboe
2008-03-07- Improves error handling upon GDB connectoharboe