aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18target: move regmaps to armv7m.cSpencer Oliver1-0/+18
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-6/+6
2011-10-25armv7m: improve error handlingAndreas Fritiofson1-31/+23
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson1-40/+70
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-07-20armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver1-1/+1
2010-05-10armv7m: 20 second timeout/megabyte for CRC checkSpencer Oliver1-1/+3
2010-04-10ARMv7M: review scope of functionsAntonio Borneo1-1/+1
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe1-3/+0
2010-03-05ADIv5 share DAP command supportDavid Brownell1-149/+1
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-5/+5
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver1-2/+10
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver1-0/+3
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-18/+5
2010-02-21ARM: keep a handle to the PCDavid Brownell1-3/+4
2010-02-21ARMv7-M: start using "struct arm"David Brownell1-3/+14
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell1-3/+26
2010-01-29ARMv7-M: use command handler for "dap baseaddr".David Brownell1-30/+1
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver1-0/+38
2010-01-07ARMv7: help/usage updatesDavid Brownell1-13/+22
2010-01-04ARMv7-M: use AP_REG_* symbolDavid Brownell1-1/+6
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-07target: add debug_reason_name()David Brownell1-2/+1
2009-11-25use ARRAY_SIZE macroZachary T Welch1-2/+2
2009-11-24remove target_type register_command callbackZachary T Welch1-6/+1
2009-11-24armv7m: use register_commands()Zachary T Welch1-28/+48
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-6/+6
2009-11-19target: create/use register_cache_invalidate()David Brownell1-15/+0
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-35/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-17target: simplify register get/set opsDavid Brownell1-11/+5
2009-11-16ARMv7-M: no exit() callsDavid Brownell1-4/+4
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-9/+6
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch1-4/+4
2009-11-16#include "target.h" less wildlyDavid Brownell1-0/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "algorithm.h"David Brownell1-0/+1
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell1-0/+1
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell1-9/+26
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-19/+19
2009-11-13reg_t -> struct regZachary T Welch1-10/+10
2009-11-13working_area_t -> struct working_areaZachary T Welch1-2/+2
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-3/+3
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch1-5/+5