ARMv7M: review scope of functions
[openocd.git] / src / target /
2010-04-09 Antonio BorneoARMv7M: review scope of functions
2010-04-04 David BrownellRestore deleted '!' character
2010-04-04 David Brownelltarget: are we running algorithm code?
2010-04-04 David Brownellsimplify and unconfuse target_run_algorithm()
2010-03-29 Mike Dunnxscale: fix trace buffer functionality when resuming...
2010-03-25 Øyvind Harboetarget: fix poll off
2010-03-25 Daniel Bäderchange %x and %d to PRIx32 and PRId32 where needed...
2010-03-22 Mike Dunnfix software breakpoints on xscale
2010-03-21 Øyvind Harboearm breakpoints: amended fix comment
2010-03-21 Øyvind Harboejtag: make out_value const
2010-03-20 Øyvind Harboejtag: move towards making out_value const
2010-03-19 Øyvind Harboejtag: retire jtag_get/set_end_state()
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state() usage
2010-03-19 Øyvind Harboejtag: get rid of unecessary jtag_get_end_state()
2010-03-19 Øyvind Harboejtag: remove unecessary usage of jtag_get_end_state().
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state()'s that should be...
2010-03-19 Mike DunnFix underlying problem with xscale icache and dcache...
2010-03-18 David BrownellADI_v5 - it's not always an "SWJ-DP"
2010-03-18 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2010-03-18 David Brownellremove more duplication
2010-03-18 Øyvind Harboejtag: retire one instance of jtag_get_end_state() usage
2010-03-18 Øyvind Harboeoops: committed and pushed two temp files....
2010-03-18 Spencer OliverPIC32MX: add unlock cmd
2010-03-18 Spencer OliverMIPS: remove unused arg from mips_ejtag_set_instr
2010-03-18 Øyvind Harboejtag: cut down on usage of unintended modification...
2010-03-18 Øyvind Harboelinker error: fix problem with duplicate fn
2010-03-17 Øyvind Harboemips: fix warning
2010-03-17 Øyvind Harboegdb: long running "monitor mww" now works w/gdb
2010-03-17 Øyvind Harboetarget: faster mww operations
2010-03-17 Øyvind Harboetarget: mdX/mwX on target were badly broken
2010-03-17 Spencer OliverPIC32: add software reset support
2010-03-17 Spencer OliverMIPS: remove ejtag_srst variant
2010-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-03-16 David BrownellADIv5 transport support moves to separate files
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2010-03-12 Mike Dunnfix xscale icache and dcache commands
2010-03-10 Spencer OliverMIPS: make fixed code arrays static const
2010-03-10 Spencer OliverPIC32: add flash algorithm support
2010-03-08 Øyvind Harboejtag: simplify jtag_add_plain_ir/dr_scan
2010-03-08 Øyvind Harboejtag: jtag_add_ir_scan() now takes a single field
2010-03-08 Øyvind Harboejtag: retire tap field
2010-03-05 David BrownellADIv5 share DAP command support
2010-03-05 David Brownellrename "swjdp_common" as "adiv5_dap"
2010-03-04 David BrownellNOR: invalidate cached state on target resume
2010-03-03 David BrownellADIv5: use new DAP ops for AP read/write
2010-03-03 David BrownellADIv5: use new DAP ops for DP read/write
2010-03-03 David BrownellADIv5: use new dap_run() operation
2010-03-03 David BrownellARM: start abstracting ADIv5 transports (JTAG/SWD)
2010-03-02 David Brownelltarget_resume() doxygen
2010-03-02 David BrownellADIv5: use right ID for Cortex-M3 ETM
2010-03-01 David Brownellarm_semihosting buildfix
2010-02-28 Spencer Oliverarmv4_5: remove core_type check in mcr/mrc cmd
2010-02-28 Spencer Oliversemihosting: add armv7m semihosting support
2010-02-28 Spencer Oliversemihosting: move semihosting cmd to arm cmd group
2010-02-28 Spencer OliverCortexM3: move disassemble cmd to arm cmd group
2010-02-28 Spencer OliverARMv7M: add arm cmd group
2010-02-28 Spencer OliverMIPS: add mips algorithm support
2010-02-28 Spencer OliverARMv7M: use software breakpoints for algorithms
2010-02-27 David BrownellADIv5 DAP ops switching to JTAG or SWD modes
2010-02-25 David BrownellARM ADIv5 doxygen and cleanup
2010-02-24 David BrownellARM ADIv5: rename more JTAG-specific routines
2010-02-22 Øyvind Harboearm11: allow minidrivers to implement inner loop of...
2010-02-21 David BrownellADIv5: relocate memacess_tck cycles
2010-02-21 David BrownellADIv5: remove ATOMIC/COMPOSITE interface mode
2010-02-21 David BrownellARM: ADIv5, deadcode cleanup
2010-02-21 David BrownellARM: ADIv5 code shrinkage, cleanup
2010-02-21 David BrownellADIv5 clean up AP fault handling
2010-02-21 David BrownellADIv5 clean up AP selection and register caching
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-21 David BrownellARM DPM: support adding/removing HW breakpoints
2010-02-21 David BrownellARM11: per-core options should not be global
2010-02-21 David BrownellARMv7-M: start using "struct arm"
2010-02-21 David Brownellarm920t line length cleanup
2010-02-19 Marc Pignatatm920t : fix breakpoints and data cache handling
2010-02-17 David BrownellARM920T scanchain 15 comments/cleanup
2010-02-14 Mathias Kuesterfix crash with DSP563XX
2010-02-12 Øyvind Harboearm720t: virt2phys callback added
2010-02-12 Marc Pignatarm920: add virt2phys fn
2010-02-10 Øyvind Harboearm11: fix another infinite loop bug
2010-02-09 Øyvind Harboetarget: add todo in target_write_memory() about alignment
2010-02-07 David BrownellADIv5: doxygen
2010-02-04 David BrownellARMv7-M: make DAP commands verify target is an ARMv7-M
2010-02-02 Nicolas PitreARM semihosting: fix EOF handling with SYS_READ
2010-02-01 Øyvind Harboegdb: restore behavior from 0.3.1 for srst_asserted...
2010-01-31 David BrownellADIv5: more messaging cleanup, docs
2010-01-31 Øyvind Harboebuild: fix problems with "struct stat" not being define...
2010-01-31 David BrownellSubject: ADIv5: fix more diagnostics
2010-01-31 David BrownellADIv5 error checking for Tcl commands
2010-01-31 David BrownellARM ADIv5: fix diagnostics for block writes
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-29 David BrownellARMv7-M: use command handler for "dap baseaddr".
2010-01-28 David BrownellARM: reference DPM defn from v6/v7 arch spec
2010-01-28 Spencer OliverARM semihosting: win32 and cygwin fixes
2010-01-28 Spencer OliverARM semihosting: fix writing to stdout
2010-01-27 David BrownellCortex-M3: report lockup, and recover
2010-01-27 David BrownellARM ADIv5: messaging tweaks
2010-01-27 David BrownellCortex-A8: debug messaging tweaks
2010-01-25 Edgar Grimbergcore arm11: Silence logs at level 3 if there is no...
2010-01-23 David BrownellEmbeddedICE - fix Feroceon/Dragonite message
2010-01-23 David BrownellARM11: fix breakpoints with GDB
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)