summaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of typos.Uwe Hermann2011-03-171-1/+1
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver2010-07-201-1/+1
* armv7m: 20 second timeout/megabyte for CRC checkSpencer Oliver2010-05-101-1/+3
* ARMv7M: review scope of functionsAntonio Borneo2010-04-101-1/+1
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-3/+0
* ADIv5 share DAP command supportDavid Brownell2010-03-051-149/+1
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-5/+5
* semihosting: add armv7m semihosting supportSpencer Oliver2010-02-281-2/+10
* ARMv7M: add arm cmd groupSpencer Oliver2010-02-281-0/+3
* ARMv7M: use software breakpoints for algorithmsSpencer Oliver2010-02-281-18/+5
* ARM: keep a handle to the PCDavid Brownell2010-02-211-3/+4
* ARMv7-M: start using "struct arm"David Brownell2010-02-211-3/+14
* ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell2010-02-041-3/+26
* ARMv7-M: use command handler for "dap baseaddr".David Brownell2010-01-291-30/+1
* ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver2010-01-201-0/+38
* ARMv7: help/usage updatesDavid Brownell2010-01-071-13/+22
* ARMv7-M: use AP_REG_* symbolDavid Brownell2010-01-041-1/+6
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* target: add debug_reason_name()David Brownell2009-12-071-2/+1
* use ARRAY_SIZE macroZachary T Welch2009-11-251-2/+2
* remove target_type register_command callbackZachary T Welch2009-11-241-6/+1
* armv7m: use register_commands()Zachary T Welch2009-11-241-28/+48
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* target: create/use register_cache_invalidate()David Brownell2009-11-191-15/+0
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-35/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-7/+7
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* target: simplify register get/set opsDavid Brownell2009-11-171-11/+5
* ARMv7-M: no exit() callsDavid Brownell2009-11-161-4/+4
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-9/+6
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-161-4/+4
* #include "target.h" less wildlyDavid Brownell2009-11-161-0/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "algorithm.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-9/+26
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-19/+19
* reg_t -> struct regZachary T Welch2009-11-131-10/+10
* working_area_t -> struct working_areaZachary T Welch2009-11-131-2/+2
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-3/+3
* armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch2009-11-131-5/+5
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-3/+3
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-16/+16
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-5/+5
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-3/+3