mips_m4k : Fix soft breakpoint endianess handling
[openocd.git] / src / target / cortex_m3.c
2011-06-28 Spencer Olivercortex_m3: add auto maskisr v0.5.0-rc1
2011-06-28 Peter Horncortex_m3: add BKPT_TYPE_BY_ADDR define
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-02-02 Aaron Carrollcortex_m3: allow scripts to override reset
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-12-03 Spencer Olivercortex_m3: change cortec_m3 reset_config behaviour
2010-11-09 Øyvind Harboecortex_m3: report detected error condition in poll
2010-10-25 Peter StugeMake systesetreq typos read sysresetreq instead
2010-09-13 Mike Dunnpropagate return status of set_breakpoint() up call...
2010-08-31 Spencer Olivercortex m3: add cortex_m3 reset_config cmd
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-03-17 Øyvind Harboearm7/9: remove unused post_restore_context
2010-03-05 David BrownellADIv5 share DAP command support
2010-03-05 David Brownellrename "swjdp_common" as "adiv5_dap"
2010-03-03 David BrownellADIv5: use new DAP ops for AP read/write
2010-03-03 David BrownellADIv5: use new dap_run() operation
2010-02-28 Spencer Oliversemihosting: add armv7m semihosting support
2010-02-28 Spencer OliverCortexM3: move disassemble cmd to arm cmd group
2010-02-21 David BrownellADIv5: remove ATOMIC/COMPOSITE interface mode
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 BrownellARMv7-M: start using "struct arm"
2010-01-29 David BrownellADIv5: cleanup, rename swjdp_transaction_endcheck()
2010-01-27 David BrownellCortex-M3: report lockup, and recover
2010-01-20 Spencer OliverBUILD: remove cygwin gcc 3.4.4 build warnings
2010-01-20 Spencer OliverARMV7M: handle bkpt instruction on resume/step
2010-01-13 David BrownellCortex-M3: improved core exception handling
2010-01-08 David BrownellARMv7: help/usage updates
2010-01-02 David BrownellCortex-M3: minor breakpoint cleanup
2010-01-02 David Brownellstreamline and document helptext mode displays
2009-12-21 David BrownellCortex-M3: cleanup
2009-12-08 David Brownelltarget: move 'extern' decls to *.h files
2009-12-07 David BrownellARM: list number of HW breakpoints/watchpoints
2009-12-07 David BrownellARM: move opcode macros to <target/arm_opcodes.h>
2009-11-28 David BrownellCortex-M3: don't chain "struct arm" commands
2009-11-28 David Brownelltarget: uplevel add_{break,watch}point() error checks
2009-11-25 Zachary T Welchremove target_type register_command callback
2009-11-25 Zachary T Welchcortex_m3: use register_commands()
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-18 Zachary T Welchuse COMMAND_PARSE_ON_OFF where appropriate
2009-11-18 David BrownellARM: only use one set of dummy FPA registers
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-17 David BrownellCortex-M3: don't exit()
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-16 David Brownelltarget: don't implicitly include "breakpoint.h"
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchtarget_type_t -> struct target_type
2009-11-13 Zachary T Welchcortex_m3_dwt_comparator_t -> struct cortex_m3_dwt_comp...
2009-11-13 Zachary T Welchcortex_m3_fp_comparator_t -> struct cortex_m3_fp_comparator
2009-11-13 Zachary T Welchbreakpoint_t -> struct breakpoint
2009-11-13 Zachary T Welcharm_instruction_t -> struct arm_instruction
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchcortex_m3_common_t -> struct cortex_m3_common
2009-11-13 Zachary T Welchwatchpoint_t -> struct watchpoint
2009-11-13 Zachary T Welcharmv7m_common_t -> struct armv7m_common
2009-11-13 Zachary T Welchswjdp_common_t -> struct swjdp_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-11 Zachary T Welchchange argv to args in command handlers
2009-11-09 David BrownellRevert "target: add target->type->has_mmu fn"
2009-11-08 David BrownellCortex-M3: fix (debug) message priority
2009-11-06 David BrownellCortex-M3: use the new inheritance/nesting scheme
2009-11-06 Zachary T WelchImprove cortex_m3 command argument parsing.
2009-11-05 David Brownellwatchpoint_add() cleanup
2009-11-05 David BrownellCortex-M3: expose most DWT registers
2009-11-05 David BrownellCortex-M3: minor cleanup
2009-11-05 David BrownellCortex-M3: DWT cleanup/fixes
2009-11-05 Øyvind Harboetarget: add target->type->has_mmu fn.
2009-11-05 Øyvind Harboetarget: remove unused interface fn that clutters code
2009-11-05 Øyvind Harboedebug interface: get rid of unused pre_debug fn
2009-10-28 David BrownellCortex-M3: remove exports and forward decls
2009-09-01 ntfreak- fix a regression when using cortex_m3 emulated dcc...
2009-08-25 oharboeDavid Brownell <david-b@pacbell.net> Tweak disassembly...
2009-08-19 oharboeDavid Brownell <david-b@pacbell.net> Clean up some...
2009-08-18 oharboeDavid Brownell <david-b@pacbell.net> Add "cortex_m3...
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-21 ntfreakDavid Brownell <david-b@pacbell.net>:
2009-07-16 zwelchMagnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe ...
2009-07-15 zwelchDavid Brownell <david-b@pacbell.net>:
2009-07-12 oharboeMagnus Lundin Thc cortex_m3_poll function does not...
2009-06-28 duaneRefactor code, create target_state_name()
2009-06-27 duaneAdd Breakpoint/Watchpoint unique ID to help debug hardw...
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
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)