37 Commits (6d1d58a1fc3dfd60e9cac89460b5a6e438d11efa)

Author SHA1 Message Date
  zwelch 6d1d58a1fc - Fixes '[<>]' whitespace 15 years ago
  zwelch fb1a9b2cb2 - Fixes '[|]' whitespace 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch 3813fda44a - Fixes '==' whitespace 15 years ago
  zwelch d61714f4d5 - Fixes '[+]=' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch 95d2a23724 - Replace 'for(' with 'for ('. 15 years ago
  zwelch 9af5e445b7 - Replace 'switch(' with 'switch ('. 15 years ago
  zwelch 50c086ffb9 - Replace 'while(' with 'while ('. 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  zwelch 580a05a07f Remove editor preferences from source files. 15 years ago
  duane 40d7e81c45 printf() warning fixes due to uint32_t change-over 15 years ago
  zwelch 86e4324f1b Finish transforming 'u32' to 'uint32_t'. 15 years ago
  oharboe 8d8937f1a6 dummy driver now works under eCos 15 years ago
  zwelch c928fe0fa0 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch a0c10dd29b David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 491083a248 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 0de478618a David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 5f9b74d055 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch c7cfb3417b David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch cdd8f23b9b David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 8551803eb5 David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch a351c57261 Fix unitialized use of cur_speed in handle_jtag_khz_command: 15 years ago
  zwelch a9d5119825 Improve handle_runtest_command: 15 years ago
  zwelch 70d853b9fa Improve handle_irscan_command: 15 years ago
  zwelch 82403fe644 Improve JTAG reset, speed, and khz handlers to use parse_uint helper. 15 years ago
  oharboe ba0f4a254c added pathmove command 15 years ago
  zwelch e8febc2255 Encapsulate the core jtag interface pointer: 15 years ago
  zwelch a485ded4bf Improve encapsulation of JTAG event handling: 15 years ago
  zwelch a2d18e9111 Properly encapsulate core hasKHZ variable. 15 years ago
  zwelch 55be316dbf Cleanup and encapsulate IR Capture verification: 15 years ago
  zwelch 6dc2c2ce97 Encapsulate jtag_reset_config using accessors: 15 years ago
  zwelch cd7f89f6bc Add get and set accessors for jtag_speed: 15 years ago
  zwelch 92a102c2d5 Move extern of nvp_jtag_tap_event from jtag.h to tcl.c. 15 years ago
  zwelch 8e081cf401 Remove accidental duplicate of hasKHz; fixes pre-init speed setup. 15 years ago
  zwelch 66707c94d7 Split main jtag.c file into two layers: 15 years ago
  zwelch 03b2b345ed Merge documentation for jtag_add_statemove from source into header block. 15 years ago
  zwelch cf08b00376 Move Doxygen documentation for IR/DR scan routines to header file. 15 years ago
  zwelch 3cd428ffdb - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'. 15 years ago
  zwelch 2410d4b2b9 Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position. 15 years ago
  zwelch 0c3e5b5069 Cleanup jtag_tap_by_abs_position: 15 years ago
  zwelch 009034f56c Simplify jtag_tap_by_jim_object: 15 years ago
  zwelch 9f185eef7d Simplify and fix bug in jtag_tap_by_string: 15 years ago
  zwelch 1c74d0e3a4 Allow jtag_tap_add to be called from other JTAG code modules. 15 years ago
  zwelch d706eb206e Cleanup jtag_tap_count_enabled. 15 years ago
  zwelch ff85ad7c12 Change jtag_add_pathmove to set jtag_error rather than call exit(): 15 years ago
  zwelch 731d2d0cb6 Reduce scope or eliminate temporary variables in jtag_add_statemove: 15 years ago
  zwelch b3121aac76 Move documentation in jtag_add_statemove body to Doxygen block. 15 years ago
  zwelch 51d158c410 Factor interface list to its own command: 15 years ago