aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe24-289/+155
2009-05-08fix one gaffe in previous commit.oharboe1-1/+1
2009-05-08use assert instead of adding code that always runsoharboe1-5/+2
2009-05-08pull up verify_capture_ir one level in api stackoharboe4-25/+70
2009-05-08retire jtag_set_check_valueoharboe1-10/+15
2009-05-08retire jtag_set_check_valueoharboe1-44/+35
2009-05-08retire jtag_set_check_valueoharboe1-26/+15
2009-05-08retire jtag_set_check_valueoharboe1-2/+2
2009-05-08first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access...oharboe2-15/+16
2009-05-08added comments w.r.t. potential performance problemsoharboe2-0/+13
2009-05-08Fix typo from hurrying the last commit. Nothing to see here.zwelch1-1/+1
2009-05-08Fix loadFile to return file length once again.zwelch1-5/+9
2009-05-08Re-order and extend header file tests in configure script.zwelch1-3/+6
2009-05-08Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.zwelch1-18/+17
2009-05-08Fix warnings in ioutil.c; improves loadFile inteface.zwelch1-12/+14
2009-05-07more in_handler typo fixesoharboe2-7/+9
2009-05-07ouch - typo in last commitoharboe1-1/+1
2009-05-07Remove unreferenced tcpapi.c source file.zwelch1-534/+0
2009-05-07in_handler removal typo fixedoharboe1-1/+1
2009-05-07fix copy & paste error when retiring in_handleroharboe1-1/+1
2009-05-07refactor to be able to remove more in_handler stuffoharboe2-6/+25
2009-05-07verified that an argument is unusedoharboe2-2/+7
2009-05-07fix c99 compile errorsoharboe1-2/+4
2009-05-07marker for in_handler to removeoharboe1-5/+5
2009-05-07remove usage of in_handleroharboe1-37/+23
2009-05-07remove in_handler usageoharboe1-51/+47
2009-05-07remove in_handler usageoharboe1-48/+37
2009-05-07remove in_handler usageoharboe1-52/+41
2009-05-07remove in_handler usageoharboe2-64/+44
2009-05-07remove in_handler usageoharboe1-58/+50
2009-05-07remove in_handler usageoharboe1-27/+18
2009-05-07remove in_handler usageoharboe2-53/+39
2009-05-07remove in_handler usageoharboe1-13/+6
2009-05-07stop using in_handleroharboe1-6/+8
2009-05-07jtag API error handling refactoring.oharboe2-2/+15
2009-05-07remove in_handler usageoharboe1-40/+36
2009-05-07remove in_handler usageoharboe1-10/+6
2009-05-07David Brownell david-b at pacbell.net fix warningsoharboe1-2/+2
2009-05-07fix line endingsoharboe1-63/+63
2009-05-07David Brownell <david-b@pacbell.net> DaVinci DM355 SoC supportoharboe1-0/+63
2009-05-07Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe4-1058/+2
2009-05-07slightly increase readability of codeoharboe1-5/+6
2009-05-07another example of removing in_handler usageoharboe1-10/+21
2009-05-07added template for removing in_handler oharboe4-37/+52
2009-05-07Fix most pointer cast alignment warnings in arm11.c; fix u16 memory reads..zwelch1-23/+24
2009-05-07Fix pointer cast alignment warnings in arm_adi_v5.czwelch1-15/+18
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2-27/+17
2009-05-06Fix pointer cast alignment warning in XScale miniIC loader parity calc.zwelch1-1/+5
2009-05-06Fix pointer cast alignment warnings in target/image.c.zwelch1-2/+6
2009-05-06Change reg_s value field from u8 * to void *; it must always be cast.zwelch2-2/+2