summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup and fi handle_wait_halt_command:zwelch2009-06-131-8/+10
* Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch2009-06-131-3/+6
* Use parse_uint in get_target to ensure target id is parsed properly.zwelch2009-06-131-5/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-123-2/+26
* David Brownell <david-b@pacbell.net>:zwelch2009-06-122-6/+22
* unsik Kim <donari75@gmail.com>:zwelch2009-06-122-191/+240
* Further cleanup to MIPS target read/write memory function:zwelch2009-06-121-38/+13
* David Claffey <dnclaffey@gmail.com>:zwelch2009-06-122-10/+61
* Fix unitialized use of cur_speed in handle_jtag_khz_command:zwelch2009-06-121-1/+1
* Improve vsllink command argument handling:zwelch2009-06-121-14/+11
* Improve handle_runtest_command:zwelch2009-06-121-1/+6
* Improve VID/PID command argument handling in FTDI driver:zwelch2009-06-121-7/+13
* Improve handle_irscan_command:zwelch2009-06-121-5/+16
* Improve JTAG reset, speed, and khz handlers to use parse_uint helper.zwelch2009-06-121-5/+23
* Use parse_uint helper to replace strtoul call in jtag_tap_by_string.zwelch2009-06-121-3/+2
* Simplify and improve gw16012_handle_parport_command:zwelch2009-06-121-5/+16
* Simplify and improve amt_jtagaccel_handle_parport_port_command:zwelch2009-06-121-6/+18
* Simplify and improve parport_handle_parport_port_command:zwelch2009-06-121-5/+16
* Simplify and improve handle_debug_level_comamnd:zwelch2009-06-121-10/+11
* Simplify handle_sleep_command:zwelch2009-06-121-20/+18
* Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch2009-06-122-0/+31
* David Brownell <david-b@pacbell.net>:zwelch2009-06-112-6/+6
* - fix bug introduced during r1962ntfreak2009-06-111-1/+1
* embedded host: launch telnet server even if configuration failsoharboe2009-06-111-0/+3
* fix ordering of arguments to fwrite()oharboe2009-06-112-2/+2
* Factor handle_bp_command into pieces:zwelch2009-06-111-37/+49
* Factor target_timer_callbacks_check_time into pieces:zwelch2009-06-111-30/+40
* Simplify and clean handle_virt2phys_command:zwelch2009-06-111-18/+15
* Simplify and fix target handle_rwp_command routine:zwelch2009-06-111-3/+4
* Simplify and fix handle_reset_command:zwelch2009-06-111-3/+5
* Simplify handle_resume_command:zwelch2009-06-111-12/+11
* Simplify and fix handle_step_command:zwelch2009-06-111-6/+9
* Move jtag_get_flush_queue_count near jtag_execute_queue (fix its docs).zwelch2009-06-111-4/+5
* Improve grouping of JTAG KHz and verification accessors in header file.zwelch2009-06-111-10/+17
* Group JTAG reset configuration and accessor APIs together in header file.zwelch2009-06-111-16/+13
* Move jtag_error helper declarations to the end of the header.zwelch2009-06-111-15/+15
* Out-of-line jtag_tap_next_enabled and simplify its logic.zwelch2009-06-112-27/+13
* Move jtag_add_statemove decl/body nearer jtag_add_pathmove.zwelch2009-06-112-77/+77
* disable polling continuous polling during resetoharboe2009-06-111-0/+9
* added pathmove commandoharboe2009-06-101-0/+44
* Move the documentation for the "poll" command up withzwelch2009-06-101-2/+4
* Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch2009-06-091-10/+2
* Simplify JTAG automake input file:zwelch2009-06-091-98/+40
* Rename jtag_driver.c as driver.c to remove duplicate name component.zwelch2009-06-092-1/+1
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-099-9/+9
* Encapsulate the core jtag interface pointer:zwelch2009-06-093-26/+44
* Continue encapsulation of JTAG event callback sub-API:zwelch2009-06-092-9/+12
* Add jtag_event_handler_t:zwelch2009-06-092-5/+18
* Expose jtag_unregister_event_callback with related API declarations.zwelch2009-06-091-0/+1
* Improve encapsulation of JTAG event handling:zwelch2009-06-093-41/+38