aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)Author
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_examine_one wrapper:zwelch
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch
2009-05-31Add target_get_name wrapper:zwelch
2009-05-31Add target_step wrapper:zwelch
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch
2009-05-31Add target_bulk_write_memory wrapper:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-10-14- remove build warningsntfreak
2008-10-13Retired old reset code according to plan.oharboe
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-01Removed target->reset_mode, no longer usedoharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-13comments.oharboe
2008-08-06- fix target_examine declarationntfreak
2008-08-05Duane Ellis: fix warningsoharboe
2008-08-05moves handling of problems with resetting into the halted stateoharboe
2008-07-28retired reset run_and_init/haltoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24wait 500ms for target to halt upon connect.oharboe
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-08- fix pre_resume script not being calledntfreak
2008-07-06src/helper/configuration.hoharboe
2008-06-25added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-04-23Pavel Chromy's on chip flash loaderoharboe
2008-04-15Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe