aboutsummaryrefslogtreecommitdiff
path: root/src/helper/types.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-18helper: types: rework h_u32_to_le() and similar for sparseAntonio Borneo1-18/+18
2022-11-11helper/types: use unsigned type for all h_u64_to_le() and similarAntonio Borneo1-8/+8
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-05-01helper/types: remove type '_Bool'Antonio Borneo1-7/+1
2020-04-21Remove BUILD_TARGET64Florian Fainelli1-10/+0
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-12/+12
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer1-6/+6
2018-03-07helper/types.h: Add missing #includesMarc Schink1-0/+5
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-2/+28
2016-05-24Make #include guard naming consistentMarc Schink1-3/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-06-28swd: Improve parity calculation and move it to types.hAndreas Fritiofson1-0/+19
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang1-0/+47
2013-12-01Add byte-swap helpersAndreas Fritiofson1-0/+40
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/helper directorySpencer Oliver1-2/+2
2011-04-28ecos: add 64 bit types for sprintf/sscanfØyvind Harboe1-0/+2
2011-02-0324bit buffer supportMathias K1-0/+24
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-01-21ecos: add missing PRId8 definitionØyvind Harboe1-0/+1
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