summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-029-17/+52
* Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never ...oharboe2009-05-022-13/+15
* Zach Welch <zw@superlucidity.net> fix warningsoharboe2009-05-021-3/+8
* Remove superflous spaces from new JTAG table to fix formatting.zwelch2009-05-011-6/+6
* Add static keywords to main application helper functions.zwelch2009-05-011-6/+5
* Dick Hollenbeck <dick@softplc.com>: move OPENOCD_VERSION to use config.hzwelch2009-05-011-2/+5
* Uwe Hermann <uwe@hermann-uwe.de>: Support both rev -A1 and -A2 of Hitex STR9-...zwelch2009-04-302-2/+16
* Uwe Hermann <uwe@hermann-uwe.de>: Make ICEbear look like other targetszwelch2009-04-301-15/+3
* zy1000 1.51oharboe2009-04-301-1/+1
* list board's as well as target config files.oharboe2009-04-301-0/+3
* lpc2478 target configoharboe2009-04-301-0/+35
* Add static keywords to core target source file data and functions.zwelch2009-04-3015-138/+133
* Print out warning when LPC calc_checksum will cause verification to fail.oharboe2009-04-301-0/+9
* Fix signed/unsigned comparison.zwelch2009-04-301-1/+1
* no changeoharboe2009-04-301-62/+63
* flash fillX now has a verify stageoharboe2009-04-301-0/+16
* use jtag_rclk 500 to avoid proliferation of target scriptsoharboe2009-04-303-8/+5
* Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.zwelch2009-04-301-2/+2
* Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.zwelch2009-04-301-1/+1
* Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu2009-04-291-1/+10
* More error logging for DAP errorsmlu2009-04-291-2/+3
* comments and debug codeoharboe2009-04-292-2/+14
* Sten <debian@sansys-electronic.com>: add support for Olimex LPC2378STK eval b...zwelch2009-04-291-0/+11
* Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter...zwelch2009-04-292-0/+128
* Fix jlink usb_bulk_with_retries to return actual error codes.zwelch2009-04-291-13/+10
* Remove vestigial last_tms variable from jlink driver.zwelch2009-04-291-3/+0
* Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).zwelch2009-04-291-1/+10
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-2918-40/+5
* Add missing header files to fix C99 compatibility.zwelch2009-04-293-3/+14
* more docs on jtag_add_pathmove()oharboe2009-04-281-1/+12
* Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()oharboe2009-04-282-43/+125
* Correctedout buffer size and missing jlink_tap_init() call.mlu2009-04-281-17/+45
* - fix win32 buildntfreak2009-04-281-2/+4
* fix checksum memory. By failing the fallback code will handle checksum calcul...oharboe2009-04-281-3/+5
* Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdevoharboe2009-04-281-39/+67
* convert some LOG_INFO()'s during stepping into LOG_DEBUG()oharboe2009-04-281-9/+9
* Michael Bruck <mbruck@digenius.de> macros for error handlingoharboe2009-04-283-127/+62
* eol-style nativeoharboe2009-04-283-342/+342
* SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2009-04-274-926/+926
* Added dap baseaddr and dap apid commandsmlu2009-04-272-5/+78
* Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()oharboe2009-04-271-3/+11
* SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en...oharboe2009-04-271-4/+4
* clean up debug/info output to be in line with other targetsoharboe2009-04-271-5/+16
* more error handlingoharboe2009-04-273-30/+65
* a little bit more error handling in ARM11oharboe2009-04-273-21/+54
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-278-4/+934
* SimonQian <simonqian@simonqian.com> AVR supportoharboe2009-04-271-0/+42
* Deleted depreciated files ( new versions are arm_adi_v5.c/h )mlu2009-04-272-1162/+0
* Some devices such as AVR will return 0xffffffff instead of the TDIoharboe2009-04-271-3/+5
* Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu2009-04-275-90/+188