]> git.sur5r.net Git - openocd/history - src/helper/binarybuffer.h
icdi: add TI icdi interface
[openocd] / src / helper / binarybuffer.h
2012-12-23 Spencer Olivericdi: add TI icdi interface
2012-07-06 Andreas FritiofsonAdd a bit-level transfer queue
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-11-16 David Brownellbinarybuffer: regression fix
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchbinarybuffer: add API documentation
2009-11-16 Zachary T Welchimprove inline binarybuffer helpers
2009-11-16 Zachary T Welchimprove buf_set_buf helper
2009-11-16 Zachary T Welchimprove buf_set_ones
2009-11-16 Zachary T Welchimprove buf_cpy helper
2009-11-16 Zachary T Welchimprove buf_cmp and buf_cmp_mask helpers
2009-11-16 Zachary T Welchimprove str_to_buf and buf_to_str helpers
2009-11-16 Zachary T Welchbinarybuffer: move variables to point of first use
2009-11-16 Zachary T Welchbinarybuffer: fix whitespace related issues
2009-11-15 Zachary T Welchremove unused buf_to_u32_handler
2009-11-15 Zachary T Welchstruct scan_field_s -> struct scan_field
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-09-26 dbrownellUpdates to the initial scanchain validation code:
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> use more const
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-07-11 oharboeCharles Hardin ckhardin at gmail.com
2008-07-06 ntfreak- fixed build issues with win32
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-02-28 oharboeadded some code that will be used in upcoming minidrive...
2008-01-20 mifi- added patch "remove error handler as planned"
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/