Fix a bunch of typos.
[openocd.git] / src / target /
2011-03-17 Uwe HermannFix a bunch of typos.
2011-03-15 Øyvind Harboedsp563xx: fix alignment warnings
2011-03-15 Øyvind Harboedsp563xx: fix bug in x buffer handling
2011-02-23 Luca Ellerocortex_a8: remove dap_ap_sel calls
2011-02-21 Mathias Kdsp563xx: rudimentary gdb support
2011-02-17 Luca Elleroarm_adi_v5: add/move apsel member in struct adiv5_dap
2011-02-17 Mathias Kdsp563xx: minor fixes, code cleanup
2011-02-17 Mathias Kdsp563xx_once: Correct wrong return value on jtag commu...
2011-02-17 Mathias K- remove pipeline context, use once register instead...
2011-02-15 Mathias K- add parameter flush to the once api to signalize...
2011-02-15 Mathias K- add bulk memory write function - execute jtag queue...
2011-02-15 Phil Fongdsp563xx_once: Correct definition of JTAG_INSTR_CLAMP
2011-02-14 Luca Ellerocortex_a9: move dap_ap_select to arm_avi_v5
2011-02-14 Luca Elleroarm_adi_v5: add wrapping transfer functions with select...
2011-02-14 Luca Elleroarm_adi_v5: add transfer functions prototypes with...
2011-02-14 Luca Ellerocortex_a9: check if MMU is enabled on APB read/write...
2011-02-14 Luca Ellerocortex_a9: check target halted on APB read/write memory
2011-02-14 Luca Ellerocortex_a9: trivial fixes
2011-02-10 Spencer Oliverbuikd: fix cygwin -mno-cygwin build error
2011-02-10 Luca Ellerocortex_a9: implement read/write memory through APB-AP
2011-02-10 Aaron Carrollcortex_a9: fix dap_ap_select() usage
2011-02-08 Mathias Kdsp563xx: add x, y and p memory access
2011-02-08 Luca Ellerocortex_a8/a9: fix some comments
2011-02-03 Mathias Kmore changes to dsp563xx code
2011-02-03 Mathias K24bit buffer support
2011-02-02 Aaron Carrollcortex_m3: allow scripts to override reset
2011-01-31 Aaron Carrollcortex_a9: add source files for Cortex A9 support.
2011-01-31 Aaron Carrollarm_dpm: add some SCR/RCR macros
2011-01-31 Aaron CarrollAdd '-coreid' target option to support multiple cores...
2011-01-27 Mathias Kadd cortex-r4 etm id to dap info
2011-01-26 Andreas Fritiofsonfix segfault from stack corruption in ahbap_debugport_init
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2011-01-05 Eric Wetzelnit: do not add \n at end of LOG_ERROR
2011-01-04 Spencer Olivermips32: add fastdata loader working area
2011-01-04 Spencer Olivertarget: change working area free data type
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-30 Marek VasutCORTEX A8: Fix broken CPU identification
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-29 Øyvind Harboetarget: do not expose error numbers to users
2010-12-25 David Brownellinitial SWD transport (SWD infrastructure #2)
2010-12-22 Øyvind Harboeconfig: add init_targets proc that is executed just...
2010-12-04 Mike Dunnxscale: trace buffer remains enabled until explicitly...
2010-12-03 Spencer Olivercortex_m3: change cortec_m3 reset_config behaviour
2010-12-01 Øyvind Harboeprofile: use 100Hz as a default sampling frequency
2010-11-22 Øyvind Harboefastload: fix error handling upon running out of memory
2010-11-18 Spencer Oliverbuild: add common.mk
2010-11-09 Øyvind Harboecortex_m3: report detected error condition in poll
2010-11-09 Øyvind Harboetarget: document that target_poll() will report and...
2010-11-05 Marek VasutCortexA8: Implement debug base autodetection
2010-11-05 Marek VasutADIv5: Implement function to lookup CoreSight component
2010-11-05 Marek VasutADIv5: Introduce function to detect ROM Table location
2010-11-04 ddraskovicarm964e: Add support for ARM946E target.
2010-10-29 Øyvind Harboejim tests: use installed
2010-10-28 Spencer Oliversrc: add loader src description
2010-10-25 Peter StugeMake systesetreq typos read sysresetreq instead
2010-10-12 Antonio BorneoTARGET: review handle_load_image_command()
2010-10-12 Antonio BorneoTARGET: fix segfault in handle_dump_image_command()
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2010-09-21 Øyvind Harboejtagdp: remove #if 0'd kludges and explain why the...
2010-09-21 Øyvind Harboeembeddedice: fix error handling
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-20 Mike Dunnxscale: check that wp length does not exceed address
2010-09-20 Mike Dunnxscale: bp/wp: additional LOG_ERROR on failure
2010-09-14 Øyvind Harboebreakpoints: fix error handling
2010-09-13 Mike Dunnxscale: fix sw breakpoints for thumb; set bp immediately
2010-09-13 Mike Dunnpropagate return status of set_breakpoint() up call...
2010-09-09 Mike Dunnxscale: mark xscale registers invalid on debug entry
2010-08-31 Spencer Olivercortex m3: add cortex_m3 reset_config cmd
2010-08-15 Oleksandr Tymoshenkoavr32: work-in-progress
2010-08-11 Øyvind Harboetcl: remove silly ocd_ prefix to array2mem and mem2array
2010-08-11 Øyvind Harboedebug: use assert's when approperiate
2010-08-11 Øyvind Harboearm: add missing error reporting
2010-08-09 Øyvind Harboearm7/9: fix "reset run + halt"
2010-08-09 Øyvind Harboetarget: if polling fails, back off
2010-08-02 Øyvind Harboeverify_image: print out a statement that there are...
2010-07-20 Spencer Olivermips32: exit_point optional for mips32_run_algorithm
2010-07-20 Spencer Oliverarmv7m: exit_point optional for armv7m_run_algorithm
2010-07-20 Spencer Oliverarmv4_5: add algorithms instruction breakpoint support
2010-07-20 Øyvind Harboearm11 error propagation fixes
2010-07-20 Øyvind Harboearm_jtag_scann error propagation fixes
2010-07-19 Øyvind Harboearm_dpm: error propagation fixes
2010-07-19 Øyvind Harboeadi_jtag_ error propagation
2010-07-19 Øyvind Harboearm: error propagation of arm_jtag_set_instr
2010-07-19 Øyvind Harboearm_adi_v5: dap_run() error propagation
2010-07-19 Øyvind Harboearm_adi_v5: mem_ap_write error propagation
2010-07-19 Øyvind Harboearm_adi_v5: error propagation of mem_ap_read_atomic_u32...
2010-07-19 Øyvind Harboemem_ap_read_u32 error propagation
2010-07-19 Øyvind Harboearm_adi_v5: add error propagation for dap_setup_accessport
2010-07-19 Øyvind Harboedebug: debug entry error propagation
2010-07-19 Øyvind Harboecortex a8: added timeout handling
2010-07-19 Øyvind Harboearm: add error propagation for enable/disable mmu caches
2010-07-19 Øyvind Harboearm: add error propagation to generic get_ttb fn
2010-07-19 Øyvind Harboecortex a8: lots of error propagation fixes
2010-07-19 Øyvind Harboecortex a8: mem_ap_read_buf_u32() error handling
2010-07-19 Øyvind Harboecortex a8: add missing error handling for cortex_a8_dap...
2010-07-19 Øyvind Harboecortex a8: add missing error handling from cortex_a8_ex...
2010-07-19 Øyvind Harboecortex a8: add missing error handling for mem_ap_atomic...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)