index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avrf_type_t -> struct avrf_type
Zachary T Welch
2009-11-13
2
-5
/
+5
*
at91sam7_flash_bank_t -> struct at91sam7_flash_bank
Zachary T Welch
2009-11-13
2
-16
/
+16
*
jtag_command_t -> struct jtag_command
Zachary T Welch
2009-11-13
12
-51
/
+50
*
jtag_command_container_t -> union jtag_command_container
Zachary T Welch
2009-11-13
1
-5
/
+4
*
sleep_command_t -> struct sleep_command
Zachary T Welch
2009-11-13
2
-5
/
+4
*
end_state_command_t -> struct end_state_command
Zachary T Welch
2009-11-13
1
-4
/
+3
*
reset_command_t -> struct reset_command
Zachary T Welch
2009-11-13
2
-5
/
+4
*
stableclocks_command_t -> struct stableclocks_command
Zachary T Welch
2009-11-13
2
-5
/
+4
*
runtest_command_t -> struct runtest_command
Zachary T Welch
2009-11-13
2
-5
/
+4
*
pathmove_command_t -> struct pathmove_command
Zachary T Welch
2009-11-13
7
-11
/
+10
*
statemove_command_t -> struct statemove_command
Zachary T Welch
2009-11-13
2
-5
/
+4
*
cmd_queue_page_t -> struct cmd_queue_page
Zachary T Welch
2009-11-13
1
-9
/
+8
*
scan_command_t -> struct scan_command
Zachary T Welch
2009-11-13
8
-43
/
+42
*
more vsllink typedef cleanup
Zachary T Welch
2009-11-13
1
-6
/
+5
*
vsllink_jtag_t -> struct vsllink
Zachary T Welch
2009-11-13
1
-39
/
+38
*
presto_t -> struct presto
Zachary T Welch
2009-11-13
1
-6
/
+4
*
ft2232_device_t -> struct ft2232_device
Zachary T Welch
2009-11-13
1
-6
/
+5
*
jlink_jtag_t -> struct jlink
Zachary T Welch
2009-11-13
1
-41
/
+40
*
cable_t -> struct cable
Zachary T Welch
2009-11-13
1
-6
/
+5
*
pending_scan_result_t -> struct pending_scan_result
Zachary T Welch
2009-11-13
3
-20
/
+17
*
armjtagew_jtag_t -> struct armjtagew
Zachary T Welch
2009-11-13
1
-33
/
+32
*
use struct jtag_tap_event_action
Zachary T Welch
2009-11-13
2
-7
/
+5
*
jtag_event_callback_t -> struct jtag_event_callback
Zachary T Welch
2009-11-13
1
-13
/
+19
*
jtag_interface_t -> struct jtag_interface
Zachary T Welch
2009-11-13
20
-39
/
+38
*
bitbang_interface_t -> struct bitbang_interface
Zachary T Welch
2009-11-13
6
-10
/
+9
*
bitq_interface_t -> struct biq_interface
Zachary T Welch
2009-11-13
3
-8
/
+6
*
encapsulate bitq_state structure
Zachary T Welch
2009-11-13
2
-10
/
+8
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
31
-152
/
+151
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
50
-158
/
+151
*
fileio_t -> struct fileio
Zachary T Welch
2009-11-13
11
-41
/
+40
*
log_callback_t -> struct log_callback
Zachary T Welch
2009-11-13
2
-9
/
+8
*
remove accidental artifact
Zachary T Welch
2009-11-13
2
-0
/
+1
*
add documention for writing built-in commands
Zachary T Welch
2009-11-13
3
-2
/
+163
*
add src/hello.c to augment new command tutorial
Zachary T Welch
2009-11-13
3
-1
/
+64
*
command_handler_t: make cmd an indirect parameter
Zachary T Welch
2009-11-13
2
-10
/
+12
*
command_handler_t: make args parameter const
Zachary T Welch
2009-11-13
2
-5
/
+7
*
command_handler_t: make cmd parameter const
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_handler_t: make argc unsigned
Zachary T Welch
2009-11-13
7
-18
/
+12
*
add CMD_NAME macro for command handlers
Zachary T Welch
2009-11-13
10
-18
/
+24
*
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
2009-11-13
10
-16
/
+20
*
add PLD_DEVICE_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
2
-4
/
+9
*
nand: add NAND_DEVICE_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
9
-23
/
+14
*
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
18
-26
/
+18
*
add FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
1
-2
/
+6
*
s3c24xx: use COMMAND_HANDLER with command helper
Zachary T Welch
2009-11-13
7
-30
/
+21
*
arm_adi,armv7[am]: use COMMAND_HELPER for helpers
Zachary T Welch
2009-11-13
4
-23
/
+18
*
use COMMAND_HELPER for command helper functions
Zachary T Welch
2009-11-13
6
-19
/
+21
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
55
-327
/
+224
*
add command_handler_t type
Zachary T Welch
2009-11-13
2
-7
/
+6
*
add COMMAND_HANDLER and COMMAND_HELPER macros
Zachary T Welch
2009-11-13
1
-0
/
+42
[prev]
[next]