aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.c
AgeCommit message (Expand)Author
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-10-25armv7m: improve error handlingAndreas Fritiofson
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson
2011-03-17Fix a bunch of typos.Uwe Hermann
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-10-28src: add loader src descriptionSpencer Oliver
2010-07-20armv7m: exit_point optional for armv7m_run_algorithmSpencer Oliver
2010-05-10armv7m: 20 second timeout/megabyte for CRC checkSpencer Oliver
2010-04-10ARMv7M: review scope of functionsAntonio Borneo
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-02-28semihosting: add armv7m semihosting supportSpencer Oliver
2010-02-28ARMv7M: add arm cmd groupSpencer Oliver
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-21ARMv7-M: start using "struct arm"David Brownell
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell
2010-01-29ARMv7-M: use command handler for "dap baseaddr".David Brownell
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver
2010-01-07ARMv7: help/usage updatesDavid Brownell
2010-01-04ARMv7-M: use AP_REG_* symbolDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2009-12-07target: add debug_reason_name()David Brownell
2009-11-25use ARRAY_SIZE macroZachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24armv7m: 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-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
2009-11-17target: simplify register get/set opsDavid Brownell
2009-11-16ARMv7-M: no exit() callsDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch
2009-11-16#include "target.h" less wildlyDavid Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: don't implicitly include "algorithm.h"David Brownell
2009-11-16target: don't implicitly include "breakpoint.h"David Brownell
2009-11-13target: remove unused "bitfield" infrastructureDavid Brownell
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13working_area_t -> struct working_areaZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch