summaryrefslogtreecommitdiff
path: root/src/target/target.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor code, create target_state_name()duane2009-06-281-1/+9
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-27/+27
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-3/+3
* Final step in isolating target_type_s structure:zwelch2009-05-311-157/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-2/+7
* Add target_examine_one wrapper:zwelch2009-05-311-0/+6
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-311-0/+30
* Add target_get_name wrapper:zwelch2009-05-311-0/+11
* Add target_step wrapper:zwelch2009-05-311-0/+7
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-311-1/+11
* Add target_bulk_write_memory wrapper:zwelch2009-05-311-1/+15
* Add wrappers for target->type->examined:zwelch2009-05-311-0/+13
* Add target_run_algorithm wrapper:zwelch2009-05-311-0/+15
* Add target_write_memory wrapper:zwelch2009-05-311-0/+12
* Add target_read_memory wrapper:zwelch2009-05-311-0/+13
* Make nvp_target_event static; remove its external declaration.zwelch2009-05-311-2/+0
* Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2009-05-311-3/+3
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-1/+1
* Audit and remove redundant uses of replacements.h in the tree.zwelch2009-05-121-2/+0
* Audit and eliminate redundant #include directives in core target files.zwelch2009-05-111-6/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-33/+30
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-32/+38
* - remove build warningsntfreak2008-10-141-0/+1
* Retired old reset code according to plan.oharboe2008-10-131-1/+0
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-2/+2
* fix noise in gdb console when single stepping. Remove printing of log before ...oharboe2008-09-241-0/+4
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-9/+4
* Removed target->reset_mode, no longer usedoharboe2008-09-011-1/+0
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-7/+32
* duan ellis target tcl work in progressoharboe2008-08-241-14/+82
* comments.oharboe2008-08-131-3/+18
* - fix target_examine declarationntfreak2008-08-061-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-2/+2
* retired reset run_and_init/haltoharboe2008-07-281-3/+0
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* wait 500ms for target to halt upon connect.oharboe2008-07-241-0/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-2/+2
* - fix pre_resume script not being calledntfreak2008-07-081-4/+1
* src/helper/configuration.hoharboe2008-07-061-5/+3
* added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe2008-06-251-0/+1
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+2
* Pavel Chromy's on chip flash loaderoharboe2008-04-231-0/+1
* Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe2008-04-151-0/+4