Zachary T Welch
|
6c965a3da9
|
mem_param_t -> struct mem_param
Remove misleading typedef and redundant suffix from struct mem_param.
|
2009-11-13 11:58:09 -08:00 |
Zachary T Welch
|
3885ab5a5a
|
src/target: remove 'extern' and wrap headers
Remove extern keywords from function prototypes and wrap long lines.
|
2009-11-09 09:44:33 -08:00 |
zwelch
|
2e77919853
|
Remove whitespace at end of lines, step 1.
- Replace '\s*$' with ''.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2379 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-23 22:49:23 +00:00 |
zwelch
|
3c2eabd20f
|
Transform 'u32' to 'uint32_t' in src/target
- Replace '\([^_]\)u32' with '\1uint32_t'.
- Replace '^u32' with 'uint32_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2279 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-18 07:09:35 +00:00 |
zwelch
|
86173cdbdd
|
Transform 'u8' to 'uint8_t' in src/target
- Replace '\([^_]\)u8' with '\1uint8_t'.
- Replace '^u8' with 'uint8_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2274 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-18 07:04:08 +00:00 |
drath
|
8b4e882a16
|
- prepare OpenOCD for branching, created ./trunk/
git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2006-06-02 10:36:31 +00:00 |