aboutsummaryrefslogtreecommitdiff
path: root/src/helper/types.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-16"types.h" doxygen fixDavid Brownell1-2/+2
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-0/+10
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-0/+9
2009-11-16move container_of to types.hZachary T Welch1-0/+15
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+0
2009-11-05Add stringify macros in src/helper/types.h.Zachary T Welch1-0/+4
2009-10-21eCos synthetic target updates.Øyvind Harboe1-2/+11
2009-10-13Missing type for eCos.Øyvind Harboe1-0/+1
2009-08-25add missing isblank() for eCosoharboe1-0/+2
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23update w/missing eCos definitions after latest round of compiler formatting w...oharboe1-1/+11
2009-06-21C99 Type updates, include inttypes.h - it is catagorically requiredduane1-0/+3
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch1-0/+2
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch1-18/+0
2009-06-18Transform 'u64' to 'uint64_t'zwelch1-2/+2
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-6/+6
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-22/+22
2009-06-15fix eCos build problems w/latest parse_ulong() stuffoharboe1-3/+8
2009-06-02more missing eCos typesoharboe1-0/+14
2009-05-12move eCos type definition to types.h where it belongs. oharboe1-1/+6
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch1-0/+3
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch1-4/+0
2009-05-11Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch1-1/+6
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch1-0/+4
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf1-0/+15
2008-12-19Dick Hollenbeck <dick@softplc.com> better commentsoharboe1-9/+13
2008-12-19Dick Hollenbeck <dick@softplc.com> convert macros to inline fn's.oharboe1-31/+62
2008-12-13- remove target specific variant and use target->variant memberntfreak1-15/+12
2008-11-30jtag newtap change & huge manual updateduane1-0/+2
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-02-19- added patch which fixed big/small endian problems on non-x86 host CPUs.mifi1-45/+32
2007-12-05Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove1-3/+4
2007-08-13- fix build issues when not using autoconf/automake to buildntfreak1-1/+3
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath1-14/+14
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-2/+6
2006-06-23- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath1-1/+50
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+36