summaryrefslogtreecommitdiff
path: root/src/helper/types.h
Commit message (Expand)AuthorAgeFilesLines
* HELPER/TYPES: Removed bool definition as it broke build on my bsd box.Tomek CEDRO2011-07-281-1/+1
* ecos: add 64 bit types for sprintf/sscanfØyvind Harboe2011-04-281-0/+2
* 24bit buffer supportMathias K2011-02-031-0/+24
* warnings: fix alignment warningsØyvind Harboe2010-09-201-1/+1
* ecos: add missing PRId8 definitionØyvind Harboe2010-01-211-0/+1
* "types.h" doxygen fixDavid Brownell2009-11-161-2/+2
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-0/+10
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-0/+9
* move container_of to types.hZachary T Welch2009-11-161-0/+15
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+0
* Add stringify macros in src/helper/types.h.Zachary T Welch2009-11-051-0/+4
* eCos synthetic target updates.Øyvind Harboe2009-10-211-2/+11
* Missing type for eCos.Øyvind Harboe2009-10-131-0/+1
* add missing isblank() for eCosoharboe2009-08-251-0/+2
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* update w/missing eCos definitions after latest round of compiler formatting w...oharboe2009-06-231-1/+11
* C99 Type updates, include inttypes.h - it is catagorically requiredduane2009-06-211-0/+3
* Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch2009-06-181-0/+2
* Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch2009-06-181-18/+0
* Transform 'u64' to 'uint64_t'zwelch2009-06-181-2/+2
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-6/+6
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-22/+22
* fix eCos build problems w/latest parse_ulong() stuffoharboe2009-06-151-3/+8
* more missing eCos typesoharboe2009-06-021-0/+14
* move eCos type definition to types.h where it belongs. oharboe2009-05-121-1/+6
* Add stdint.h to types.h to provide intptr_t.zwelch2009-05-121-0/+3
* Remove config.h from types.h; all .c files are required to include it.zwelch2009-05-121-4/+0
* Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch2009-05-111-1/+6
* Add configure check for sys/types.h; include in our types.h.zwelch2009-05-111-0/+4
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-0/+15
* Dick Hollenbeck <dick@softplc.com> better commentsoharboe2008-12-191-9/+13
* Dick Hollenbeck <dick@softplc.com> convert macros to inline fn's.oharboe2008-12-191-31/+62
* - remove target specific variant and use target->variant memberntfreak2008-12-131-15/+12
* jtag newtap change & huge manual updateduane2008-11-301-0/+2
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - added patch which fixed big/small endian problems on non-x86 host CPUs.mifi2008-02-191-45/+32
* Merged rev 215 changes from /branches/xscale-ixp-be into trunk:bodylove2007-12-051-3/+4
* - fix build issues when not using autoconf/automake to buildntfreak2007-08-131-1/+3
* - fixed endianness helper macros (thanks to obilix and wiml for finding and f...drath2007-06-281-14/+14
* - reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath2007-03-151-2/+6
* - added support for AT91SAM7A3 flash (patch from andre renaud, thanks)drath2006-06-231-1/+50
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+36