| Commit message (Expand) | Author | Age | Files | Lines |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -2/+1 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -1/+9 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -27/+27 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -14/+14 |
* | Improve in-source documentation that was causing Doxygen warnings. | zwelch | 2009-06-03 | 1 | -3/+3 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -157/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -2/+7 |
* | Add target_examine_one wrapper: | zwelch | 2009-05-31 | 1 | -0/+6 |
* | Add target breakpoint and watchpoint wrapper: | zwelch | 2009-05-31 | 1 | -0/+30 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -0/+11 |
* | Add target_step wrapper: | zwelch | 2009-05-31 | 1 | -0/+7 |
* | Add target_get_gdb_reg_list wrapper: | zwelch | 2009-05-31 | 1 | -1/+11 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+15 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -0/+13 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -0/+15 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -0/+12 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -0/+13 |
* | Make nvp_target_event static; remove its external declaration. | zwelch | 2009-05-31 | 1 | -2/+0 |
* | Make target_buffer_get_uXX interfaces work with constant buffers. | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -1/+1 |
* | Audit and remove redundant uses of replacements.h in the tree. | zwelch | 2009-05-12 | 1 | -2/+0 |
* | Audit and eliminate redundant #include directives in core target files. | zwelch | 2009-05-11 | 1 | -6/+3 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -33/+30 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -1/+1 |
* | fix telnet async messages. retired telnet_async command - no user serviceable... | oharboe | 2008-11-05 | 1 | -32/+38 |
* | - remove build warnings | ntfreak | 2008-10-14 | 1 | -0/+1 |
* | Retired old reset code according to plan. | oharboe | 2008-10-13 | 1 | -1/+0 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 1 | -2/+2 |
* | fix noise in gdb console when single stepping. Remove printing of log before ... | oharboe | 2008-09-24 | 1 | -0/+4 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -9/+4 |
* | Removed target->reset_mode, no longer used | oharboe | 2008-09-01 | 1 | -1/+0 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -7/+32 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -14/+82 |
* | comments. | oharboe | 2008-08-13 | 1 | -3/+18 |
* | - fix target_examine declaration | ntfreak | 2008-08-06 | 1 | -1/+1 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -2/+2 |
* | moves handling of problems with resetting into the halted state | oharboe | 2008-08-05 | 1 | -2/+2 |
* | retired reset run_and_init/halt | oharboe | 2008-07-28 | 1 | -3/+0 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | wait 500ms for target to halt upon connect. | oharboe | 2008-07-24 | 1 | -0/+1 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 1 | -2/+2 |
* | - fix pre_resume script not being called | ntfreak | 2008-07-08 | 1 | -4/+1 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -5/+3 |
* | added pre/post_reset scripts based on Pieter Conradie's ideas. | oharboe | 2008-06-25 | 1 | -0/+1 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -0/+2 |