aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)Author
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-10-14- remove build warningsntfreak
2008-10-13Retired old reset code according to plan.oharboe
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-01Removed target->reset_mode, no longer usedoharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-13comments.oharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-07-28retired reset run_and_init/haltoharboe
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-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-06src/helper/configuration.hoharboe
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-04-23Pavel Chromy's on chip flash loaderoharboe
2008-04-15Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
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-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-03-13Michael Bruck: fixed warningsoharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-10- the jtag chain is examined and validated after GDB & telnet serversoharboe
2008-03-07- Improves error handling upon GDB connectoharboe
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe
2008-03-03some comments from Dominicoharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-02-24- fixed target->type->poll() return valueoharboe
2008-02-19- Fixed bug in pathmove for XScalentfreak
2008-02-07- added synchronous reset patch, Thanks Øyvind Harboentfreak
2008-01-17- add support for cortex_m3 target_request debugmsgsntfreak
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak
2007-10-22- add verify_image commandntfreak
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-04-16- explicitly disable monitor mode on ARM7/9 targetsdrath
2007-03-28- merged XScale branch back into trunkdrath
2006-11-07- added support for the oocd-link (http://www.joernonline.de/dw/doku.php?id=e...drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-06-23- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath