1862 Commits (f133158175b568b9355e1bb3da159fd235723dec)
 

Author SHA1 Message Date
  oharboe f133158175 Introduce jtag_get_end_state() fn to clarify code a bit. 15 years ago
  oharboe 310a9eabff tiny bit of encapsulation of global end state. No longer expose it as a global variable. 15 years ago
  oharboe 9e8dce64fc do not modify global end state from jtag_add_xxx() 15 years ago
  oharboe 89e9d86a56 remove unused code. 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
  oharboe f86f2ab3f8 use assert() to catch TAP_INVALID passed to jtag_add_xxx() fn's. 15 years ago
  oharboe 6468859389 remove TAP_INVALID as argument to jtag_add_xxx() fn's 15 years ago
  oharboe bb1a1ddb54 jtag_add_end_state() now returns the value of the global variable and does not modify the global variable if passed TAP_INVALID. This patch has no effect on the current code and is just to prepare upcoming patches. 15 years ago
  oharboe 9ab49135c6 JTAG_TRST_ASSERTED event cleanup. More clear where and when it is invoked and some duplicate(harmless) invocations avoided. 15 years ago
  zwelch de7cb1c76b David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch e7d6306b23 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch ec2bc2259c David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 4123f08263 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 99fbbdc9c4 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch b619b7466f David Brownell <david-b@pacbell.net>: 15 years ago
  oharboe 976f13d27b use assert() for obscure check on illegal arguments upon trst being asserted while commands are queued 15 years ago
  oharboe 0c57bc8be2 remove unused code path. 15 years ago
  oharboe c68684c2e6 catchup with jtag refactoring. 15 years ago
  zwelch 80d66c9fcb Move JTAG command handling implementation into its own source file. 15 years ago
  zwelch a3e84343e2 Finish JTAG header file modularization; command factoring follows. 15 years ago
  oharboe 4a6adee17e added missing extern to jtag_command_queue definition. 15 years ago
  zwelch 4bc3af0374 Move JTAG command APIs into new jtag/commands.h header file. 15 years ago
  zwelch 2d0e1dbc02 Improve remaining documentation that was causing Doxygen warnings. 15 years ago
  zwelch 9a5acdc161 Improve in-source documentation that was causing Doxygen warnings. 15 years ago
  zwelch 6c39b5dd52 Add architectural introduction to the JTAG module in The Manual. 15 years ago
  zwelch 58c19285e2 Improve logger script to expose warnings and errors in the output. 15 years ago
  zwelch b344ea9b97 Improve doxygen markup of PATCHES file, link to new primer. 15 years ago
  zwelch 003318b911 Add draft of Patching Primer in The Manual; update primer page. 15 years ago
  zwelch c41db358a0 Update TODO file with more content and better style. 15 years ago
  zwelch 36432c9ba6 Enable or add doxygen comments to the public JTAG API. 15 years ago
  zwelch 41018ff44b Update documentationf or jtag_interface structure members. 15 years ago
  zwelch 0d5da4bccb Remove vestigal tap_transition type from public jtag API. 15 years ago
  zwelch 67caf323f7 Remove interface.h from public JTAG header, include it where required. 15 years ago
  zwelch c275cfd3da Expose tap_state_by_name TAP helper available in public API. 15 years ago
  zwelch 49a22dbf98 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 5ca513a097 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 4ecf2c7dd8 Move the JTAG cable interface API implementation 15 years ago
  zwelch f7d011a955 Add missed accessor for checking the current TMS table. 15 years ago
  zwelch f0b1b206cd Split and simplify handle_tms_sequence_command for further factoring. 15 years ago
  zwelch 2c69be13ea Make tap_state_by_name available in new JTAG interface API header. 15 years ago
  zwelch def4ed3b2a Add private src/jtag/interface.h for use by JTAG interface drivers: 15 years ago
  zwelch 84d88ef9d7 Finish removing '#ifdef HAVE_JTAG_MINIDRIVER_H' from jtag.h: 15 years ago
  zwelch a546729609 Add header file for JTAG minidriver: 15 years ago
  ntfreak 7dc29156fe - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp_common_t *swjdp instead of arm_jtag_t *jtag_info 15 years ago
  ntfreak 88b5c6da2a - hack added to fix a issue with v5/6 jlink 15 years ago
  oharboe 339dc0bcd0 remove unecessary #ifdef as file is only built when minidriver is enabled. 15 years ago
  oharboe b7a133bd48 some trivial minidriver fixes 15 years ago
  oharboe cd5e09303c more missing eCos types 15 years ago
  zwelch 34b6fc3ce4 Only include jtag_driver.c in the build when minidriver is not in use. 15 years ago