| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | list board's as well as target config files. | oharboe | 2009-04-30 | 1 | -0/+3 |
* | lpc2478 target config | oharboe | 2009-04-30 | 1 | -0/+35 |
* | Add static keywords to core target source file data and functions. | zwelch | 2009-04-30 | 15 | -138/+133 |
* | Print out warning when LPC calc_checksum will cause verification to fail. | oharboe | 2009-04-30 | 1 | -0/+9 |
* | Fix signed/unsigned comparison. | zwelch | 2009-04-30 | 1 | -1/+1 |
* | no change | oharboe | 2009-04-30 | 1 | -62/+63 |
* | flash fillX now has a verify stage | oharboe | 2009-04-30 | 1 | -0/+16 |
* | use jtag_rclk 500 to avoid proliferation of target scripts | oharboe | 2009-04-30 | 3 | -8/+5 |
* | Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h. | zwelch | 2009-04-30 | 1 | -2/+2 |
* | Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl. | zwelch | 2009-04-30 | 1 | -1/+1 |
* | Clear FLASH_SR error flags after flash errors to avoid reset befor further fl... | mlu | 2009-04-29 | 1 | -1/+10 |
* | More error logging for DAP errors | mlu | 2009-04-29 | 1 | -2/+3 |
* | comments and debug code | oharboe | 2009-04-29 | 2 | -2/+14 |
* | Sten <debian@sansys-electronic.com>: add support for Olimex LPC2378STK eval b... | zwelch | 2009-04-29 | 1 | -0/+11 |
* | Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based inter... | zwelch | 2009-04-29 | 2 | -0/+128 |
* | Fix jlink usb_bulk_with_retries to return actual error codes. | zwelch | 2009-04-29 | 1 | -13/+10 |
* | Remove vestigial last_tms variable from jlink driver. | zwelch | 2009-04-29 | 1 | -3/+0 |
* | Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>). | zwelch | 2009-04-29 | 1 | -1/+10 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 18 | -40/+5 |
* | Add missing header files to fix C99 compatibility. | zwelch | 2009-04-29 | 3 | -3/+14 |
* | more docs on jtag_add_pathmove() | oharboe | 2009-04-28 | 1 | -1/+12 |
* | Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len() | oharboe | 2009-04-28 | 2 | -43/+125 |
* | Correctedout buffer size and missing jlink_tap_init() call. | mlu | 2009-04-28 | 1 | -17/+45 |
* | - fix win32 build | ntfreak | 2009-04-28 | 1 | -2/+4 |
* | fix checksum memory. By failing the fallback code will handle checksum calcul... | oharboe | 2009-04-28 | 1 | -3/+5 |
* | Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdev | oharboe | 2009-04-28 | 1 | -39/+67 |
* | convert some LOG_INFO()'s during stepping into LOG_DEBUG() | oharboe | 2009-04-28 | 1 | -9/+9 |
* | Michael Bruck <mbruck@digenius.de> macros for error handling | oharboe | 2009-04-28 | 3 | -127/+62 |
* | eol-style native | oharboe | 2009-04-28 | 3 | -342/+342 |
* | SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and... | oharboe | 2009-04-27 | 4 | -926/+926 |
* | Added dap baseaddr and dap apid commands | mlu | 2009-04-27 | 2 | -5/+78 |
* | Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM() | oharboe | 2009-04-27 | 1 | -3/+11 |
* | SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --en... | oharboe | 2009-04-27 | 1 | -4/+4 |
* | clean up debug/info output to be in line with other targets | oharboe | 2009-04-27 | 1 | -5/+16 |
* | more error handling | oharboe | 2009-04-27 | 3 | -30/+65 |
* | a little bit more error handling in ARM11 | oharboe | 2009-04-27 | 3 | -21/+54 |
* | SimonQian <simonqian@simonqian.com> AVR wip | oharboe | 2009-04-27 | 8 | -4/+934 |
* | SimonQian <simonqian@simonqian.com> AVR support | oharboe | 2009-04-27 | 1 | -0/+42 |
* | Deleted depreciated files ( new versions are arm_adi_v5.c/h ) | mlu | 2009-04-27 | 2 | -1162/+0 |
* | Some devices such as AVR will return 0xffffffff instead of the TDI | oharboe | 2009-04-27 | 1 | -3/+5 |
* | Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. | mlu | 2009-04-27 | 5 | -90/+188 |
* | Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM ... | mlu | 2009-04-27 | 2 | -0/+1263 |
* | Philippe Vachon <philippe@cowpig.ca> 64 bit host fixes | oharboe | 2009-04-27 | 1 | -4/+8 |
* | Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines | oharboe | 2009-04-27 | 2 | -0/+4 |
* | Zach Welch <zw@superlucidity.net> fix typo | oharboe | 2009-04-26 | 2 | -3/+3 |
* | R.Doss <doss@gmx.de> AT91SAM9260 | oharboe | 2009-04-26 | 1 | -0/+127 |
* | Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro | oharboe | 2009-04-26 | 1 | -1/+1 |
* | Corrected statement order | mlu | 2009-04-25 | 1 | -2/+2 |
* | Fix ft2232 TX buffer overflow | mlu | 2009-04-25 | 1 | -0/+7 |
* | Break ft2232_execute_quie into smaller functions, follows restructure of jlink.c | mlu | 2009-04-25 | 1 | -200/+282 |