aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)Author
2011-07-04Revert "cortex_m3: add auto maskisr"Spencer Oliver
2011-06-28cortex_m3: add auto maskisrv0.5.0-rc1Spencer Oliver
2011-06-28cortex_m3: add BKPT_TYPE_BY_ADDR definePeter Horn
2011-04-01types: write memory now uses constØyvind Harboe
2011-02-02cortex_m3: allow scripts to override resetAaron Carroll
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-03cortex_m3: change cortec_m3 reset_config behaviourSpencer Oliver
2010-11-09cortex_m3: report detected error condition in pollØyvind Harboe
2010-10-25Make systesetreq typos read sysresetreq insteadPeter Stuge
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn
2010-08-31cortex m3: add cortex_m3 reset_config cmdSpencer Oliver
2010-07-19arm_adi_v5: mem_ap_write error propagationØyvind Harboe
2010-07-19arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe
2010-07-19mem_ap_read_u32 error propagationØyvind Harboe
2010-07-19arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe
2010-07-19debug: debug entry error propagationØyvind Harboe
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe
2010-03-05ADIv5 share DAP command supportDavid Brownell
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell
2010-03-02ADIv5: use new dap_run() operationDavid Brownell
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver
2010-02-28CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARMv7-M: start using "struct arm"David Brownell
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell
2010-01-27Cortex-M3: report lockup, and recoverDavid Brownell
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver
2010-01-13Cortex-M3: improved core exception handlingDavid Brownell
2010-01-07ARMv7: help/usage updatesDavid Brownell
2010-01-02Cortex-M3: minor breakpoint cleanupDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-20Cortex-M3: cleanupDavid Brownell
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24cortex_m3: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch