610 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 aea6815462 - Fixes '<<' whitespace 15 years ago
  zwelch 0e2c2fe1d1 - Fixes '>>' whitespace 15 years ago
  zwelch 6319ea33f7 - Fixes '<=' whitespace 15 years ago
  zwelch 4ce93ac479 - Fixes '>=' whitespace 15 years ago
  zwelch 128a733428 - 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
  oharboe 333642fcff fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument. 15 years ago
  oharboe 01823f5e0b less warnings 15 years ago
  zwelch 86e4324f1b Finish transforming 'u32' to 'uint32_t'. 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch c18947b947 Transform 'u8' to 'uint8_t' 15 years ago
  oharboe 8d8937f1a6 dummy driver now works under eCos 15 years ago
  zwelch d31e57a10d David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch e2cacd4368 Set svn:eol-style native on ZY1000 minidriver header file. 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 03803a9d79 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 f5e4511701 Improve vsllink command argument handling: 15 years ago
  zwelch a9d5119825 Improve handle_runtest_command: 15 years ago
  zwelch ea95cdb8e2 Improve VID/PID command argument handling in FTDI driver: 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
  zwelch 5d657571cb Use parse_uint helper to replace strtoul call in jtag_tap_by_string. 15 years ago
  zwelch d5339d2eb4 Simplify and improve gw16012_handle_parport_command: 15 years ago
  zwelch f218f36df5 Simplify and improve amt_jtagaccel_handle_parport_port_command: 15 years ago
  zwelch ae28b96ab9 Simplify and improve parport_handle_parport_port_command: 15 years ago
  zwelch 4c31d5d179 Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs). 15 years ago
  zwelch 128ff94226 Improve grouping of JTAG KHz and verification accessors in header file. 15 years ago
  zwelch 28fa603eff Group JTAG reset configuration and accessor APIs together in header file. 15 years ago
  zwelch 5208481fb3 Move jtag_error helper declarations to the end of the header. 15 years ago
  zwelch 08382e0601 Out-of-line jtag_tap_next_enabled and simplify its logic. 15 years ago