]> git.sur5r.net Git - openocd/history - src/target/target.h
gdb_server: add per target option "-gdb-port"
[openocd] / src / target / target.h
2009-10-21 Øyvind HarboeDefined target_write_memory() to be able to handle...
2009-10-12 Øyvind HarboeMerge commit 'origin/master'
2009-10-12 Øyvind HarboeIf halt times out, stop GDB. Allows e.g. manual reset...
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 Øyvind HarboeStop GDB when polling fails, srst assert or powerdropou...
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-05-31 zwelchFinal step in isolating target_type_s structure:
2009-05-31 zwelchFirst step in hiding target_type_s from public interface:
2009-05-31 zwelchAdd target_examine_one wrapper:
2009-05-31 zwelchAdd target breakpoint and watchpoint wrapper:
2009-05-31 zwelchAdd target_get_name wrapper:
2009-05-31 zwelchAdd target_step wrapper:
2009-05-31 zwelchAdd target_get_gdb_reg_list wrapper:
2009-05-31 zwelchAdd target_bulk_write_memory wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-31 zwelchAdd target_run_algorithm wrapper:
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-31 zwelchMake nvp_target_event static; remove its external decla...
2009-05-31 zwelchMake target_buffer_get_uXX interfaces work with constan...
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-05 oharboefix telnet async messages. retired telnet_async command...
2008-10-14 ntfreak- remove build warnings
2008-10-13 oharboeRetired old reset code according to plan.
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-09-24 oharboefix noise in gdb console when single stepping. Remove...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeRemoved target->reset_mode, no longer used
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-13 oharboecomments.
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-28 oharboeretired reset run_and_init/halt
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboewait 500ms for target to halt upon connect.
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-08 ntfreak- fix pre_resume script not being called
2008-07-06 oharboesrc/helper/configuration.h
2008-06-25 oharboeadded pre/post_reset scripts based on Pieter Conradie...
2008-05-27 ntfreak- moved flash erase_check target code to target.c
2008-04-23 oharboePavel Chromy's on chip flash loader
2008-04-15 oharboeAdded checks for target->type->read/write_memory, soft_...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-04-11 oharboeadded target->type->examine(). Eventually this will...
2008-04-09 oharboe- added "init" command. "init" and "reset" at end of...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-13 oharboeMichael Bruck: fixed warnings
2008-03-13 oharboe- adds two speeds to jtag_speed. reset and post reset...
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-03-03 oharboesome comments from Dominic
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-24 oharboe- fixed target->type->poll() return value
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-07 ntfreak- added synchronous reset patch, Thanks Øyvind Harboe
2008-01-17 ntfreak- add support for cortex_m3 target_request debugmsgs
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-10-22 ntfreak- add verify_image command
2007-10-08 ntfreak- cleaned up str7, str9 and stm32 flash drivers
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-04-16 drath- explicitly disable monitor mode on ARM7/9 targets
2007-03-28 drath- merged XScale branch back into trunk
2006-11-07 drath- added support for the oocd-link (http://www.joernonli...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/