aboutsummaryrefslogtreecommitdiff
path: root/src/helper/binarybuffer.h
AgeCommit message (Expand)Author
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser
2013-10-31binarybuffer: Remove unnecessary cast and fix hidden "bug"Andreas Fritiofson
2013-09-26Add new target type: OpenRISCFranck Jullien
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter
2013-06-05update files to correct FSF addressSpencer Oliver
2012-12-23icdi: add TI icdi interfaceSpencer Oliver
2012-07-06Add a bit-level transfer queueAndreas Fritiofson
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-02-06build: cleanup src/helper directorySpencer Oliver
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-11-16binarybuffer: regression fixDavid Brownell
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16binarybuffer: add API documentationZachary T Welch
2009-11-16improve inline binarybuffer helpersZachary T Welch
2009-11-16improve buf_set_buf helperZachary T Welch
2009-11-16improve buf_set_onesZachary T Welch
2009-11-16improve buf_cpy helperZachary T Welch
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch
2009-11-16binarybuffer: move variables to point of first useZachary T Welch
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch
2009-11-14remove unused buf_to_u32_handlerZachary T Welch
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch
2009-11-09src/helper: wrap and clean headers.Zachary T Welch
2009-09-26Updates to the initial scanchain validation code:dbrownell
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-05-09Michael Bruck <mbruck@digenius.de> use more constoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-11Charles Hardin ckhardin at gmail.com oharboe
2008-07-06- fixed build issues with win32ntfreak
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-02-28added some code that will be used in upcoming minidriver work.oharboe
2008-01-20- added patch "remove error handler as planned"mifi
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath