aboutsummaryrefslogtreecommitdiff
path: root/src/helper/types.h
AgeCommit message (Expand)Author
2009-06-23update w/missing eCos definitions after latest round of compiler formatting w...oharboe
2009-06-21C99 Type updates, include inttypes.h - it is catagorically requiredduane
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch
2009-06-18Transform 'u64' to 'uint64_t'zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-15fix eCos build problems w/latest parse_ulong() stuffoharboe
2009-06-02more missing eCos typesoharboe
2009-05-12move eCos type definition to types.h where it belongs. oharboe
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch
2009-05-11Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf
2008-12-19Dick Hollenbeck <dick@softplc.com> better commentsoharboe
2008-12-19Dick Hollenbeck <dick@softplc.com> convert macros to inline fn's.oharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
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-02-19- added patch which fixed big/small endian problems on non-x86 host CPUs.mifi
2007-12-05Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove
2007-08-13- fix build issues when not using autoconf/automake to buildntfreak
2007-06-28- fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath
2006-06-23- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath