aboutsummaryrefslogtreecommitdiff
path: root/src/jtag
AgeCommit message (Expand)Author
2006-10-19- fixed endianness handling in arm7_9_read_core_reg (thanks to Magnus Lundin ...drath
2006-10-12- allow FT2232 devices to be opened by serial number instead of device descri...drath
2006-10-06- added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath
2006-08-31- added missing AT91RM9200 filesdrath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-08-17- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...drath
2006-08-14- added support for the Signalyzer USB->JTAG dongle (www.signalyzer.com)drath
2006-08-11- added support for FreeBSD ppi (parallel port access similar to /dev/parport...drath
2006-08-06- fixed jtag_n[st]rst_delay. time is now miliseconds (as documented), not mic...drath
2006-08-01- allow building for MinGW using either -mno-cygwin or the MinGW gccdrath
2006-07-30- added configurable delays after reset lines get deasserted. useful if reset...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-25- added "version" command (patch from John Hartman, thanks)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