aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)Author
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