91 Commits (42ef503d37b18d907da16d26e99167566d5aabd1)

Author SHA1 Message Date
  Zachary T Welch 42ef503d37 jtag_tap_t -> struct jtag_tap 14 years ago
  Zachary T Welch d22270e0ed command_handler_t: make argc unsigned 14 years ago
  Zachary T Welch cfc4d5c6b7 use COMMAND_HANDLER macro to define all commands 14 years ago
  David Brownell 3ae4401901 ETM: update arm[79]tdmi_examine() 14 years ago
  David Brownell 178c758096 ARM9TDMI uses the new inheritance/nesting scheme 14 years ago
  David Brownell b52fa7492c ARM9TDMI: remove forward decls 14 years ago
  Øyvind Harboe af66678c9a target: remove unused interface fn that clutters code 14 years ago
  Øyvind Harboe acff2521fb debug interface: get rid of unused pre_debug fn 14 years ago
  David Brownell c352c96f74 arm9tdmi: more correct fix for vector_catch 14 years ago
  David Brownell 19b84dafb0 ARM: rename "arm9tdmi vector_catch" to "arm9 ..." 14 years ago
  David Brownell 75cdc8a260 arm9tdmi vector_catch: reserved means "don't use" 14 years ago
  Øyvind Harboe bfefe85645 Improve help for arm9 vector_catch. 14 years ago
  dbrownell cbe34d0819 Shrink symbols exported from arm9tdmi.c and remove a forward ref. 14 years ago
  dbrownell cb7ad25c04 The "arm9tdmi.c" file is more of a generic ARM9 support file: 14 years ago
  oharboe aa46b15377 David Brownell <david-b@pacbell.net> 14 years ago
  oharboe a4c7e2dd96 David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register handling ... don't use parallel 14 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 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 53d605e12c - Fixes '!=' whitespace 15 years ago
  duane b9feaddd75 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 db7e77237c Transform 'u32' to 'uint32_t' in src/target/arm* 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch 86173cdbdd Transform 'u8' to 'uint8_t' in src/target 15 years ago
  oharboe d861002612 Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 15 years ago
  oharboe f133158175 Introduce jtag_get_end_state() fn to clarify code a bit. 15 years ago
  oharboe 040e6cef41 no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE 15 years ago
  oharboe 6468859389 remove TAP_INVALID as argument to jtag_add_xxx() fn's 15 years ago
  zwelch 74df79d4d8 Final step in isolating target_type_s structure: 15 years ago
  zwelch 818aa27a9d First step in hiding target_type_s from public interface: 15 years ago
  zwelch 9cb3af610a Add wrappers for target->type->examined: 15 years ago
  oharboe a28fdee804 fix memory corruption introduce in 1730 15 years ago
  oharboe 8c77f7c69c change jtag_add_callback API to be able to support check_value/mask 15 years ago
  oharboe 68cea6e952 switch to jtag_add_callback() - USB performance fix 15 years ago
  zwelch 68b05c5575 Audit and eliminate redundant #include directives in arm target files. 15 years ago
  oharboe 90465379e5 David Brownell <david-b@pacbell.net> whitespace fixes. 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 f6ed7cb271 more in_handler typo fixes 15 years ago
  oharboe 7e546bb91f remove in_handler usage 15 years ago
  oharboe dbe008302a 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 1de959ca1c Remove redundant declarations to allow building with -Wredundant-decls. 15 years ago
  mifi 0bba832713 The following patches was applied: 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  kc8apf c45de8073d Change tap_state naming to be consistent with SVF documentation. 15 years ago