aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-05-12move eCos type definition to types.h where it belongs. oharboe2-5/+6
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch2-1/+3
2009-05-12- fix build issue when HAVE_ELF_H is not definedntfreak1-21/+29
2009-05-12eCos fixesoharboe2-0/+14
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch8-25/+8
2009-05-12Make system.h private by including it from config.h autoheader.zwelch1-1/+0
2009-05-12Audit and reduce #include directives in jim source files.zwelch2-23/+0
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2-8/+0
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch1-4/+0
2009-05-12Include config.h in pregenerated rlink_speed_table.c source.zwelch1-0/+3
2009-05-12fix memory corruption introduce in 1730oharboe2-8/+8
2009-05-12added jtag_alloc_in_value32 - not used in this commit.oharboe2-2/+30
2009-05-12fix ancient bug & SEGFAULT in irscanoharboe1-4/+7
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch3-3/+2
2009-05-11Remove duplicate definition of encode in httpd.tcl.zwelch1-5/+0
2009-05-11now builds on 64 and 32 bit systemsoharboe3-3/+3
2009-05-11fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s.oharboe1-10/+6
2009-05-11Update jim helper files to use proper configure script support:zwelch3-24/+12
2009-05-11fix USB performance regression for verify_ircaptureoharboe1-46/+23
2009-05-11USB performance regression fixoharboe1-9/+11
2009-05-11retire jtag_add_dr_scan_nowoharboe2-10/+0
2009-05-11switch to jtag_add_dr_scan() from the synchronous version - USB performance fixoharboe1-4/+11
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-3/+9
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-4/+10
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-3/+9
2009-05-11change jtag_add_callback API to be able to support check_value/maskoharboe4-15/+85
2009-05-11Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch1-4/+4
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-14/+20
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-5/+12
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-40/+4
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-13/+15
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-11/+11
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11leave eCos include file issues alone for now. oharboe2-21/+39
2009-05-11used by upcoming commitsoharboe1-0/+13
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch2-0/+2
2009-05-11Remove redundant config.h from replacements.h, obtained from types.h.zwelch1-4/+0
2009-05-11Audit and eliminate redundant #include directives in main src/ files.zwelch2-57/+23
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch34-218/+28
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch30-158/+7
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch3-25/+8
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch27-243/+21
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch15-17/+13
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch6-54/+3
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch7-71/+15
2009-05-11Fix compilation of target_request.h when it is included first.zwelch1-1/+1