aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe
2008-07-19clarify error message w.r.t. not being able to set breakpointoharboe
2008-07-18remove obsolete reset_mode 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-18Duane Ellis <openocd@duaneellis.com> more interface files.oharboe
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe
2008-07-18added missing "reset+load" sequence.oharboe
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe
2008-07-17- reverted resume_target to old behaviourntfreak
2008-07-16better error messages for target event scripts.oharboe
2008-07-11- retired variable stuff. oharboe
2008-07-11.cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe
2008-07-09- adding missing install entry for luminary-libftdi.cfg ntfreak
2008-07-09- added luminary libftdi interface configntfreak
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-04- added event scripts for str73x and str75x targetsntfreak
2008-07-04- added jtag_khz to target scriptsntfreak
2008-07-04- fixed line endings with commands.tclntfreak
2008-07-04tcl tinkering.oharboe
2008-07-04typooharboe
2008-07-04tcl config script exampleoharboe
2008-07-04ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe
2008-07-04Valentin Longchamp target script for mx31.cfgoharboe
2008-07-02- allocate target_type_t structure for each target, fixes issue when multiple...ntfreak
2008-06-27- added svn props for newly added filesntfreak
2008-06-27David Anders more target lib scripts contributed by oharboe
2008-06-25Fixed bogus error message and plugged memory leak for the case when there was...oharboe
2008-06-25- fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak
2008-06-25added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe
2008-06-24- fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is definedntfreak
2008-06-18Spen spotted a bug in warning for missing srst_pulls_trstoharboe
2008-06-16- added missing install entries for eir-sam7se512 targetntfreak
2008-06-16- added target and event script for the eir-sam7se512 targetmifi
2008-06-16- removed duplicate cortex_m3_register_commandsntfreak
2008-06-06Nicolas Pitre: Feroceon fixesoharboe
2008-05-29- added checksum_memory and blank_check_memory for xscalentfreak
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-20Edgar Grimberg fixes some memory handling issues andoharboe