91 Commits (06e731185fdf9b9bffeff737b7609d5dc8e22bd6)

Author SHA1 Message Date
  Øyvind Harboe 3bab899063 xsvf: add missing error propagation 12 years ago
  Eric Wetzel a665ef716a nit: do not add \n at end of LOG_ERROR 13 years ago
  Spencer Oliver 838cd58e24 build: add common.mk 13 years ago
  Edgar Grimberg f44eeba16f xsvf: Fix shadow issues on Mac 13 years ago
  Øyvind Harboe dcba070958 jtag: do not use jtag_get_error() 13 years ago
  Øyvind Harboe cd9c61cc06 xsvf: -Wshadow warning fixes 13 years ago
  Øyvind Harboe 36df240cea jtag: cut down on usage of unintended modification of global end state 14 years ago
  Øyvind Harboe 50dc56a488 jtag: simplify jtag_add_plain_ir/dr_scan 14 years ago
  Øyvind Harboe 57d7743639 jtag: jtag_add_ir_scan() now takes a single field 14 years ago
  Øyvind Harboe e018c7c1d2 jtag: retire tap field 14 years ago
  David Brownell b800eb0336 *SVF: help/usage updates 14 years ago
  Øyvind Harboe eb1bc657ae build: add build/src to include path 14 years ago
  Zachary T Welch 822c06d9e3 remove tertiary include paths 14 years ago
  Zachary T Welch 66e45ba611 change #include "svf.h" to <svf/svf.h> 14 years ago
  Zachary T Welch cb4a475f6c change #include "jtag.h" to <jtag/jtag.h> 14 years ago
  Zachary T Welch 264d24495d change #include "command.h" to <helper/command.h> 14 years ago
  Zachary T Welch 896ac8d4ef allow #include directives to use module name 14 years ago
  Zachary T Welch 75e37b5348 {,x}svf: use register_commands() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  Zachary T Welch 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX 14 years ago
  Zachary T Welch 23402315ce command_handler: change 'args' to CMD_ARGV 14 years ago
  Zachary T Welch 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC 14 years ago
  Zachary T Welch dc1685ca25 move ARRAY_SIZE macro to types.h 14 years ago
  Zachary T Welch a94748ec6d rename CEIL as DIV_ROUND_UP 14 years ago
  Zachary T Welch 98723c4ecd command_context_t -> struct command_context 14 years ago
  Zachary T Welch d0809ac060 scan_field_t -> struct scan_field 14 years ago
  Zachary T Welch 42ef503d37 jtag_tap_t -> struct jtag_tap 14 years ago
  Zachary T Welch cfc4d5c6b7 use COMMAND_HANDLER macro to define all commands 14 years ago
  Zachary T Welch ca594adb5a add const keyword to some APIs 14 years ago
  Zachary T Welch db6c2871dd svf,xsvf,arm7_9_common: trim forard declarations 14 years ago
  Zachary T Welch 994a63c3fe src/{server,pld,svf,xsvf}: remove 'extern' keyword 14 years ago
  David Brownell 0c4d5b8b1f XSVF: bugfix handling state paths 14 years ago
  David Brownell 7556a93aed XSVF: use svf_add_statemove() 14 years ago
  David Brownell 3cc147efd9 SVF/XSVF: comment and whitespace fixes 14 years ago
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 14 years ago
  zwelch c97caebccd Remove whitespace at end of lines, step 2. 14 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 14 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 14 years ago
  zwelch 6d1d58a1fc - Fixes '[<>]' whitespace 14 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 14 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 14 years ago
  zwelch 95d2a23724 - Replace 'for(' with 'for ('. 14 years ago
  zwelch 9af5e445b7 - Replace 'switch(' with 'switch ('. 14 years ago
  zwelch 50c086ffb9 - Replace 'while(' with 'while ('. 14 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 14 years ago
  zwelch 86e4324f1b Finish transforming 'u32' to 'uint32_t'. 14 years ago
  zwelch c18947b947 Transform 'u8' to 'uint8_t' 14 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