openocd/src
zwelch 310be8a838 Transform 'u8' to 'uint8_t' in src/flash
- Replace '\([^_]\)u8' with '\1uint8_t'.
- Replace '^u8' with 'uint8_t'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2275 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-18 07:06:25 +00:00
..
flash Transform 'u8' to 'uint8_t' in src/flash 2009-06-18 07:06:25 +00:00
helper Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. 2009-06-17 06:10:10 +00:00
jtag dummy driver now works under eCos 2009-06-17 10:51:34 +00:00
pld David Brownell <david-b@pacbell.net>: 2009-06-18 00:29:45 +00:00
server Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. 2009-06-17 06:10:10 +00:00
svf Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
target Transform 'u8' to 'uint8_t' in src/target 2009-06-18 07:04:08 +00:00
xsvf Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
Makefile.am Fix make maintainer-clean for out-of-tree builds. 2009-06-09 10:28:16 +00:00
ecosboard.c dummy driver now works under eCos 2009-06-17 10:51:34 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00