Zachary T Welch
|
c07f0600ff
|
pathmove_command_t -> struct pathmove_command
Remove misleading typedef from struct pathmove_command.
|
2009-11-13 11:58:05 -08:00 |
Zachary T Welch
|
af3f4a0bbe
|
statemove_command_t -> struct statemove_command
Remove misleading typedef from struct statemove_command.
|
2009-11-13 11:58:05 -08:00 |
Zachary T Welch
|
2ddeec9db5
|
scan_command_t -> struct scan_command
Remove misleading typedef on struct scan_command.
|
2009-11-13 11:58:05 -08:00 |
Zachary T Welch
|
d0809ac060
|
scan_field_t -> struct scan_field
Remove useless structure typedef.
|
2009-11-13 11:58:04 -08:00 |
Zachary T Welch
|
42ef503d37
|
jtag_tap_t -> struct jtag_tap
Search and destroy the jtag_tap_t typedef. This also cleans up a
layering violation, removing the declaration from types.h.
|
2009-11-13 11:58:04 -08:00 |
oharboe
|
035b6ba84b
|
reentry assert
git-svn-id: svn://svn.berlios.de/openocd/trunk@2770 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-09-29 14:23:42 +00:00 |
zwelch
|
dc575dc5bf
|
Remove whitespace that occurs before ')'.
- Replace '[ \t]*[)]' with ')'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2377 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-23 22:47:42 +00:00 |
zwelch
|
f90d8fa45f
|
Remove whitespace that occurs after '('.
- Replace '([ \t]*' with '('.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2376 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-23 22:46:23 +00:00 |
zwelch
|
84df52f9ea
|
- Fixes '=' whitespace
- Replace ')\(=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(=\)\(\w\)' with '\1 \2 \3'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2372 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-23 22:42:54 +00:00 |
zwelch
|
3813fda44a
|
- Fixes '==' whitespace
- Replace ')\(==\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(==\)\(\w\)' with '\1 \2 \3'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2371 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-23 22:42:03 +00:00 |
zwelch
|
53d605e12c
|
- Fixes '!=' whitespace
- Replace ')\(!=\)\(\w\)' with ') \1 \2'.
- Replace '\(\w\)\(!=\)(' with '\1 \2 ('.
- Replace '\(\w\)\(!=\)\(\w\)' with '\1 \2 \3'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2363 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-23 22:38:12 +00:00 |
oharboe
|
333642fcff
|
fix jtag_add_callback() args. The first argument is nothing special, it's just another generic argument.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2290 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-19 08:18:36 +00:00 |
zwelch
|
86e4324f1b
|
Finish transforming 'u32' to 'uint32_t'.
- Replace '\([^_]\)u32' with '\1uint32_t'.
- Replace '^u32' with 'uint32_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2281 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-18 07:11:11 +00:00 |
zwelch
|
c18947b947
|
Transform 'u8' to 'uint8_t'
- Replace '\([^_]\)u8' with '\1uint8_t'.
- Replace '^u8' with 'uint8_t'.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2276 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-18 07:07:12 +00:00 |
zwelch
|
b8034bd9ee
|
Rename jtag_driver.c as driver.c to remove duplicate name component.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2175 b42882b7-edfa-0310-969c-e2dbd0fdcd60
|
2009-06-09 12:47:49 +00:00 |