summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.c
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-2/+2
* cortex_m3: allow scripts to override resetAaron Carroll2011-02-021-0/+10
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-1/+1
* cortex_m3: change cortec_m3 reset_config behaviourSpencer Oliver2010-12-031-18/+2
* cortex_m3: report detected error condition in pollØyvind Harboe2010-11-091-6/+13
* Make systesetreq typos read sysresetreq insteadPeter Stuge2010-10-251-1/+1
* propagate return status of set_breakpoint() up call chainMike Dunn2010-09-131-2/+1
* cortex m3: add cortex_m3 reset_config cmdSpencer Oliver2010-08-311-51/+75
* arm_adi_v5: mem_ap_write error propagationØyvind Harboe2010-07-191-20/+71
* arm_adi_v5: error propagation of mem_ap_read_atomic_u32 failureØyvind Harboe2010-07-191-15/+40
* mem_ap_read_u32 error propagationØyvind Harboe2010-07-191-11/+33
* arm_adi_v5: add error propagation for dap_setup_accessportØyvind Harboe2010-07-191-4/+12
* debug: debug entry error propagationØyvind Harboe2010-07-191-2/+9
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-1/+0
* ADIv5 share DAP command supportDavid Brownell2010-03-051-21/+23
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-21/+21
* ADIv5: use new DAP ops for AP read/writeDavid Brownell2010-03-021-4/+12
* ADIv5: use new dap_run() operationDavid Brownell2010-03-021-8/+15
* semihosting: add armv7m semihosting supportSpencer Oliver2010-02-281-1/+4
* CortexM3: move disassemble cmd to arm cmd groupSpencer Oliver2010-02-281-51/+0
* ADIv5: remove ATOMIC/COMPOSITE interface modeDavid Brownell2010-02-211-4/+0
* ADIv5 clean up AP selection and register cachingDavid Brownell2010-02-211-4/+3
* ARM: keep a handle to the PCDavid Brownell2010-02-211-3/+3
* ARMv7-M: start using "struct arm"David Brownell2010-02-211-2/+37
* ADIv5: cleanup, rename swjdp_transaction_endcheck()David Brownell2010-01-291-4/+4
* Cortex-M3: report lockup, and recoverDavid Brownell2010-01-271-0/+15
* BUILD: remove cygwin gcc 3.4.4 build warningsSpencer Oliver2010-01-201-2/+2
* ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver2010-01-201-2/+23
* Cortex-M3: improved core exception handlingDavid Brownell2010-01-131-21/+24
* ARMv7: help/usage updatesDavid Brownell2010-01-071-6/+6
* Cortex-M3: minor breakpoint cleanupDavid Brownell2010-01-021-12/+25
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* Cortex-M3: cleanupDavid Brownell2009-12-201-45/+111
* target: move 'extern' decls to *.h filesDavid Brownell2009-12-081-5/+0
* ARM: list number of HW breakpoints/watchpointsDavid Brownell2009-12-071-0/+6
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-1/+2
* Cortex-M3: don't chain "struct arm" commandsDavid Brownell2009-11-281-3/+0
* target: uplevel add_{break,watch}point() error checksDavid Brownell2009-11-281-7/+0
* remove target_type register_command callbackZachary T Welch2009-11-241-7/+7
* cortex_m3: use register_commands()Zachary T Welch2009-11-241-19/+36
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-4/+4
* target: create/use register_cache_invalidate()David Brownell2009-11-191-5/+6
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-181-12/+5
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-0/+3
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-12/+15
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-8/+8
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-7/+7
* target: simplify register get/set opsDavid Brownell2009-11-171-6/+5
* Cortex-M3: don't exit()David Brownell2009-11-161-24/+10
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-5/+2