aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver1-2344/+0
2011-10-09cortex_m3: use armv7m's async algorithm implementationAndreas Fritiofson1-0/+2
2011-07-04cortex_m3: add auto maskisrPeter Horn1-11/+109
2011-07-04Revert "cortex_m3: add auto maskisr"Spencer Oliver1-109/+11
2011-06-28cortex_m3: add auto maskisrSpencer Oliver1-11/+109
2011-06-28cortex_m3: add BKPT_TYPE_BY_ADDR definePeter Horn1-14/+22
2011-04-01types: write memory now uses constØyvind Harboe1-2/+2
2011-02-02cortex_m3: allow scripts to override resetAaron Carroll1-0/+10
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-1/+1
2010-12-03cortex_m3: change cortec_m3 reset_config behaviourSpencer Oliver1-18/+2
2010-11-09cortex_m3: report detected error condition in pollØyvind Harboe1-6/+13
2010-10-25Make systesetreq typos read sysresetreq insteadPeter Stuge1-1/+1
2010-09-13propagate return status of set_breakpoint() up call chainMike Dunn1-2/+1
2010-08-31cortex m3: add cortex_m3 reset_config cmdSpencer Oliver1-51/+75
2010-07-19arm_adi_v5: mem_ap_write error propagationØyvind Harboe1-20/+71
2010-07-19arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe1-15/+40
2010-07-19mem_ap_read_u32 error propagationØyvind Harboe1-11/+33
2010-07-19arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe1-4/+12
2010-07-19debug: debug entry error propagationØyvind Harboe1-2/+9
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe1-1/+0
2010-03-05ADIv5 share DAP command supportDavid Brownell1-21/+23
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-21/+21
2010-03-02ADIv5: use new DAP ops for AP read/writeDavid Brownell1-4/+12
2010-03-02ADIv5: use new dap_run() operationDavid Brownell1-8/+15
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver1-1/+4
2010-02-28CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver1-51/+0
2010-02-21ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell1-4/+0
2010-02-21ADIv5 clean up AP selection and register cachingDavid Brownell1-4/+3
2010-02-21ARM: keep a handle to the PCDavid Brownell1-3/+3
2010-02-21ARMv7-M: start using "struct arm"David Brownell1-2/+37
2010-01-29ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell1-4/+4
2010-01-27Cortex-M3: report lockup, and recoverDavid Brownell1-0/+15
2010-01-20BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver1-2/+2
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver1-2/+23
2010-01-13Cortex-M3: improved core exception handlingDavid Brownell1-21/+24
2010-01-07ARMv7: help/usage updatesDavid Brownell1-6/+6
2010-01-02Cortex-M3: minor breakpoint cleanupDavid Brownell1-12/+25
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-20Cortex-M3: cleanupDavid Brownell1-45/+111
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell1-5/+0
2009-12-07ARM: list number of HW breakpoints/watchpointsDavid Brownell1-0/+6
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-1/+2
2009-11-28Cortex-M3: don't chain "struct arm" commandsDavid Brownell1-3/+0
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-7/+0
2009-11-24remove target_type register_command callbackZachary T Welch1-7/+7
2009-11-24cortex_m3: use register_commands()Zachary T Welch1-19/+36
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-4/+4
2009-11-19target: create/use register_cache_invalidate()David Brownell1-5/+6
2009-11-18use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch1-12/+5
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-0/+3