]> git.sur5r.net Git - openocd/history - src/target/arm11.c
added arm11 timeout error messages
[openocd] / src / target / arm11.c
2009-08-28 oharboeadded arm11 timeout error messages
2009-08-27 oharboearm11 hardware step using simulation + breakpoint....
2009-08-27 oharboearm11 single stepping wip - at least we know the next...
2009-08-27 oharboearm11 single stepping wip
2009-08-06 zwelchmichal smulski <michal.smulski@ooma.com>:
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
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_get_name wrapper:
2009-05-31 zwelchAdd wrappers for target->type->examined:
2009-05-18 oharboeMichael Bruck <mbruck@digenius.de> ARM11 cleanup stale...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-10 oharboeDavid Brownell <david-b@pacbell.net> fix warnings
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> ARM11 C99 updates
2009-05-07 oharboefix c99 compile errors
2009-05-07 zwelchFix most pointer cast alignment warnings in arm11.c...
2009-04-28 oharboefix checksum memory. By failing the fallback code will...
2009-04-28 oharboeconvert some LOG_INFO()'s during stepping into LOG_DEBUG()
2009-04-28 oharboeMichael Bruck <mbruck@digenius.de> macros for error...
2009-04-27 oharboeclean up debug/info output to be in line with other...
2009-04-27 oharboemore error handling
2009-04-27 oharboea little bit more error handling in ARM11
2009-04-22 oharboeMichael Bruck <mbruck@digenius.de> ARM11 various update...
2009-04-18 mifiThe following patches was applied:
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-10-14 oharboeLaurentiu Cocanu - add error handling
2008-10-13 oharboefix crash when connecting GDB to powered down target
2008-10-13 oharboefix crash when connecting GDB to powered down target
2008-10-08 ntfreak- remove build warnings from mips_m4k.c and arm11.c
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2008-10-07 oharboeGeorg Acher <acher@in.tum.de> - arm11 wip. run algorith...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-25 oharboefixed bug in arm11 examine code.
2008-08-24 oharboeduan ellis target tcl work in progress
2008-08-20 oharboesharpen error propagation a wee bit.
2008-08-19 oharboeremoved a couple of exit()'s from error handling.
2008-08-17 oharboefixed not halted error messages
2008-08-05 oharboeDuane Ellis: fix warnings
2008-08-05 oharboedefine resetting the target into the halted or running
2008-08-05 oharboemoves handling of problems with resetting into the...
2008-07-04 oharboeARM11 update. OpenOCD supports starting without being...
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-04-03 oharboe- Work on fixing erase check. Many implementations...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-10 oharboe- the jtag chain is examined and validated after GDB...
2008-03-08 ntfreak- added more TARGET_HALTED checks for the read/write_me...
2008-03-07 oharboe- Improves error handling upon GDB connect
2008-03-06 oharboeMichael Bruck:
2008-03-04 oharboeMichael Bruck: fix warnings.
2008-03-04 oharboeMichael Bruck:
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-29 oharboeUwe Hermann:
2008-02-29 oharboeremove warnings.
2008-02-29 oharboeMichael Bruck:
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck