rename CEIL as DIV_ROUND_UP
[fw/openocd] / src / xsvf / xsvf.c
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-10 Zachary T Welchsvf,xsvf,arm7_9_common: trim forard declarations
2009-10-29 David BrownellXSVF: bugfix handling state paths
2009-10-21 David BrownellXSVF: use svf_add_statemove()
2009-10-20 David BrownellSVF/XSVF: comment and whitespace fixes
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_DR...
2009-06-03 zwelchRemove interface.h from public JTAG header, include...
2009-06-01 zwelchEncapsulate JTAG Cable API and interface structure...
2009-06-01 oharboeadded jtag_add_statemove() helper fn(actual fn written...
2009-05-23 zwelchMore printf fixes stemming from format string change...
2009-05-22 kc8apfAuthor: Rick Altherr <kc8apf@kc8apf.net>
2009-05-12 zwelchInclude assert.h in system.h to promote tree-wide use...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-08 oharboeretire jtag_set_check_value
2009-05-06 oharboeDick Hollenbeck <dick@softplc.com> part deux of previou...
2009-05-06 oharboeDick Hollenbeck <dick@softplc.com> simplifies XSTATE...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-04-14 oharboeDick Hollenbeck <dick@softplc.com> work in progress
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2009-01-23 kc8apfxvsf player fixes by Dick Hollenbeck <dick@softplc...
2009-01-09 oharboeDick Hollenbeck <dick@softplc.com> adds jtag_add_clocks...
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-03 oharboePeter Hettkamp <peter.hettkamp@htp-tel.de> fix some...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-03 drath- fixed xsvf_add_statemove()
2008-03-31 oharboemake jtag_add_statemove() internal to the driver.
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-02-24 oharboesharpend JTAG docs w.r.t. hw fifo implementations and...
2008-02-24 oharboecosmetic fixes to debug output + phasing out printf...
2008-01-07 mifi- added gdb flash fixes patch
2007-04-25 drath- added support for error handlers to JTAG scan command...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/