aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
AgeCommit message (Expand)Author
2008-05-19Fix crash when mode number fetched from the target is invalid.oharboe
2008-05-19fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
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-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-24- fixed target->type->poll() return valueoharboe
2008-02-19- Fixed bug in pathmove for XScalentfreak
2007-04-11- disabled excessive debug output in jtag.hdrath
2007-03-28- merged XScale branch back into trunkdrath
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-08-06- fixed a minor problem with the GDB server that could drop the first packet ...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-12- the 'help' command now takes an optional argument to display help only on a...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath