summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-041-3/+2
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* embeddedice: fix error handlingØyvind Harboe2010-09-211-0/+4
* arm_jtag_scann error propagation fixesØyvind Harboe2010-07-201-5/+13
* arm: error propagation of arm_jtag_set_instrØyvind Harboe2010-07-191-5/+17
* EMBEDDEDICE: review scope of functionsAntonio Borneo2010-04-101-1/+3
* jtag: make out_value constØyvind Harboe2010-03-211-12/+12
* jtag: retire jtag_get/set_end_state()Øyvind Harboe2010-03-191-5/+0
* jtag: retire one instance of jtag_get_end_state() usageØyvind Harboe2010-03-181-10/+10
* jtag: cut down on usage of unintended modification of global end stateØyvind Harboe2010-03-181-7/+7
* jtag: retire tap fieldØyvind Harboe2010-03-081-19/+7
* EmbeddedICE - fix Feroceon/Dragonite messageDavid Brownell2010-01-221-2/+9
* Comment and doxygen fixesDavid Brownell2009-12-091-1/+2
* ARM: list number of HW breakpoints/watchpointsDavid Brownell2009-12-071-0/+3
* target: target_get_name() --> target_type_name()David Brownell2009-11-251-2/+2
* jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe2009-11-181-11/+10
* target: simplify register get/set opsDavid Brownell2009-11-171-8/+6
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-2/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-2/+0
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* reg_t -> struct regZachary T Welch2009-11-131-10/+10
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* embeddedice_reg_t -> struct embeddedice_regZachary T Welch2009-11-131-4/+4
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-4/+4
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-4/+4
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* EmbeddedICE: minor cleanupsDavid Brownell2009-11-091-52/+101
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-3/+6
* Embedded ICE version is now dumped with debug_level 1Øyvind Harboe2009-10-231-2/+2
* Dragonite has the same EICE affliction as feroceon.dbrownell2009-10-061-1/+2
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+1
* David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register ...oharboe2009-08-181-46/+126
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-191-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-17/+17
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-5/+5
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-7/+7
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-7/+7
* some trivial minidriver fixesoharboe2009-06-021-1/+5
* Add target_get_name wrapper:zwelch2009-05-311-1/+1
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+7
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-3/+9
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-40/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-12/+0