aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-21C99 printf() -Werror fixesduane1-21/+21
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-5/+5
2009-06-21C99 printf() -Werror fixesduane1-17/+17
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-20/+20
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-21C99 printf() -Werror fixesduane1-31/+36
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-21C99 printf() -Werror fixesduane2-3/+3
2009-06-21C99 Type updates, include inttypes.h - it is catagorically requiredduane1-0/+3
2009-06-20Set default for want_ftd2xx_highspeed to "no" instead of "maybe"mifi1-1/+1
2009-06-19Remove editor preferences from source files.zwelch4-25/+0
2009-06-19printf() warning fixes due to uint32_t change-overduane6-32/+54
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch7-6/+458
2009-06-19less warningsoharboe1-2/+1
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe16-49/+56
2009-06-19commit test from Duaneduane1-0/+1
2009-06-18less warningsoharboe1-17/+1
2009-06-18less warningsoharboe1-10/+10
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch1-0/+2
2009-06-18Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch1-1/+1
2009-06-18Update Style Guide documentation to explain basic type rules.zwelch1-0/+7
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch1-18/+0
2009-06-18Transform 'u64' to 'uint64_t'zwelch2-3/+3
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch28-152/+152
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch39-586/+586
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch39-635/+635
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch32-581/+581
2009-06-18Transform 'u16' to 'uint16_t'zwelch58-211/+211
2009-06-18Transform 'u8' to 'uint8_t'zwelch35-414/+414
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch35-349/+349
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch56-664/+664
2009-06-18David Brownell <david-b@pacbell.net>:zwelch1-0/+57
2009-06-18David Brownell <david-b@pacbell.net>:zwelch3-77/+77
2009-06-18David Brownell <david-b@pacbell.net>:zwelch1-77/+101
2009-06-18David Brownell <david-b@pacbell.net>:zwelch2-6/+102
2009-06-17Freddie Chopin <freddie_chopin@op.pl> makes lpc2478.cfg file more "standard" ...oharboe1-18/+32
2009-06-17dummy driver now works under eCosoharboe6-36/+43
2009-06-17David Brownell <david-b@pacbell.net>:zwelch3-44/+73
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-40/+4
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-18/+31
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-1/+5
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-2/+2
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2-3/+3
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch1-210/+210
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch1-2/+2
2009-06-17Change parse_type macros to be sed-friendly.zwelch2-18/+18
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch2-6/+11