41 Commits (0e37ea6499fd493a32ebdfd3a27c6a01426b3a19)

Author SHA1 Message Date
  zwelch c493543fc9 - Replace '){' with ') {'. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  duane 245b0213f5 C99 printf() -Werror fixes 15 years ago
  oharboe 333642fcff fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument. 15 years ago
  zwelch 86e4324f1b Finish transforming 'u32' to 'uint32_t'. 15 years ago
  zwelch c18947b947 Transform 'u8' to 'uint8_t' 15 years ago
  zwelch 1642dd2ea0 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 00228aa839 Fix make maintainer-clean for out-of-tree builds. 15 years ago
  zwelch 689e9664b0 Eliminate MixedCaps symbol from public JTAG TAP API: 15 years ago
  oharboe d861002612 Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 15 years ago
  oharboe 040e6cef41 no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE 15 years ago
  oharboe f499341558 no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done for TAP_DRPAUSE 15 years ago
  kc8apf 1be7374c28 Author: Rick Altherr <kc8apf@kc8apf.net> 15 years ago
  zwelch 570631454d David Brownell <david-b@pacbell.net>: This patch adds annotations to 15 years ago
  oharboe a6713a5c62 switch to jtag_add_dr_scan() from the synchronous version - USB performance fix 15 years ago
  zwelch 0b6c73ae83 Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}. 15 years ago
  zwelch 490e271290 Remove redundant sys/types.h #include directives (now in types.h). 15 years ago
  zwelch 647e61cc6d Extend autotools build to create shared library libopenocd with libtool: 15 years ago
  oharboe 57bc9f37c9 in_handler in_check_mask and in_check_value now removed from field. Last big patch in the series of JTAG API cleanup. 15 years ago
  oharboe a1777c6bcf remove in_handler usage 15 years ago
  oharboe e86dee3200 remove unecessary setting of deprecated fields to NULL 15 years ago
  oharboe 4d88c124b1 retire out_mask - not used anywhere 15 years ago
  oharboe b6f268c113 mark usage of in_handler that can be converted into user code 15 years ago
  zwelch 66add57aa5 Update autotools scripts to require automake 1.6. The configure.in script 15 years ago
  oharboe 40580e2d71 Zach Welch <zw@superlucidity.net> fix -Werror warnings 15 years ago
  kc8apf 93180753be Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net> 15 years ago
  kc8apf c45de8073d Change tap_state naming to be consistent with SVF documentation. 15 years ago
  duane a28eaa85f7 jtag newtap change & huge manual update 15 years ago
  oharboe e3462b228c jtag_get_device() now returns NULL and reports error instead of invoking exit() 15 years ago
  oharboe eabb49b570 Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms(). 16 years ago
  oharboe a3a3426e86 make jtag_add_statemove() internal to the driver. 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  drath 3d6bcf0792 - convert all files to unix line-ending 16 years ago
  oharboe 687a9553c9 From Michael Bruck 16 years ago
  mifi 167ce32a7c - added patch "remove error handler as planned" 16 years ago
  ntfreak 4b97f3cbb9 - added mingw elf patches from Vincent Palatin 17 years ago
  drath 22bc5194ae - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr]_scan) 17 years ago
  drath 5ed126c4f9 - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch) 17 years ago
  drath e9297b40b9 - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. configuration 17 years ago