summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add high-speed device support in FT2232 driver:zwelch2009-06-021-1/+77
* Remove unused code, TAP_INVALID is never passed to drivers.oharboe2009-06-028-66/+27
* Continue clean-up of JTAG driver interface:zwelch2009-06-024-502/+535
* More JTAG interface driver cleanup:zwelch2009-06-021-10/+9
* More JTAG interface driver cleanup:zwelch2009-06-021-3/+7
* More JTAG interface driver cleanup:zwelch2009-06-022-1/+13
* Clean up jtag command queue handling:zwelch2009-06-021-32/+17
* Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch2009-06-021-0/+7
* Remove the useless invalidstruct from jtag.h.zwelch2009-06-021-4/+0
* Start clean-up of JTAG driver interface:zwelch2009-06-021-20/+28
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-8/+39
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-13/+11
* Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch2009-06-0119-0/+26
* Encapsulate JTAG minidriver functions, plan for new header file.zwelch2009-06-013-19/+37
* Remove unused in_handler_t type definition from jtag.hzwelch2009-06-011-3/+0
* Scrub final vestiges of in_handler from mips target APIs.zwelch2009-06-013-6/+6
* added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe2009-06-013-94/+106
* fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe2009-06-011-1/+1
* simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...oharboe2009-06-011-51/+72
* David Brownell <david-b@pacbell.net>:zwelch2009-06-012-203/+203
* David Brownell <david-b@pacbell.net>:zwelch2009-06-017-578/+505
* Final step in isolating target_type_s structure:zwelch2009-05-3118-173/+180
* Whitespace-only updates to automake input files:zwelch2009-05-314-32/+179
* First step in hiding target_type_s from public interface:zwelch2009-05-3116-2/+23
* Add target_examine_one wrapper:zwelch2009-05-313-2/+13
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-313-4/+55
* Add target_get_name wrapper:zwelch2009-05-315-8/+26
* Add target_step wrapper:zwelch2009-05-313-1/+15
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-313-5/+21
* Add target_bulk_write_memory wrapper:zwelch2009-05-313-3/+22
* Add wrappers for target->type->examined:zwelch2009-05-3110-33/+62
* Add target_run_algorithm wrapper:zwelch2009-05-3114-15/+41
* Add target_write_memory wrapper:zwelch2009-05-3116-107/+126
* Add target_read_memory wrapper:zwelch2009-05-3111-39/+58
* Simplify the handle_md_command routine in target.c:zwelch2009-05-311-58/+61
* Make nvp_target_event static; remove its external declaration.zwelch2009-05-312-3/+1
* Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2009-05-312-6/+6
* Peter Denison <openwrt@marshadder.org>:zwelch2009-05-311-1/+1
* Eliminate duplicated code in the handle_mw_command memory write loop.zwelch2009-05-301-20/+4
* Encapsulate the global "jtag" jtag_interface pointer:zwelch2009-05-303-6/+19
* Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch2009-05-301-8/+0
* remove unused JTAG_END_STATE part 2oharboe2009-05-302-17/+0
* remove unused JTAG_END_STATEoharboe2009-05-309-62/+0
* Remove trailing whitespace from oocd_trace source file.zwelch2009-05-301-52/+52
* David Brownell <david-b@pacbell.net>:zwelch2009-05-302-3/+10
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-54/+88
* Remove error_handler_t type definition; it was unused in the tree.zwelch2009-05-291-2/+0
* Add documentation to flash.h:zwelch2009-05-291-12/+245
* Fix potentialyl unaligned memory accesses in mflash driver.zwelch2009-05-271-2/+3
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+7