aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-14stlink: add armv7m stlink handlingSpencer Oliver1-1/+3
2012-03-30armv7m: fix broken stlink buildSpencer Oliver1-1/+58
2012-03-30armv7m: detect floating point featureMathias K1-0/+7
2012-03-14armv7m: Add a dummy register at the end of the register list.Mathias K1-1/+3
2012-02-06build: cleanup src/target directorySpencer Oliver1-16/+10
2012-01-18target: move regmaps to armv7m.cSpencer Oliver1-0/+2
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson1-0/+14
2010-07-19debug: debug entry error propagationØyvind Harboe1-1/+1
2010-03-17arm7/9: remove unused post_restore_contextØyvind Harboe1-1/+0
2010-03-05ADIv5 share DAP command supportDavid Brownell1-1/+1
2010-03-04rename "swjdp_common" as "adiv5_dap"David Brownell1-1/+1
2010-02-21ARMv7-M: start using "struct arm"David Brownell1-1/+3
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell1-0/+5
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver1-0/+2
2010-01-13Cortex-M3: improved core exception handlingDavid Brownell1-2/+7
2009-12-13target files shouldn't #include <target/...h>David Brownell1-2/+2
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell1-0/+6
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-79/+0
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+2
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-0/+1
2009-11-16armv7m: make core reg read/write use unsignedZachary T Welch1-2/+2
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-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch1-2/+2
2009-11-13armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch1-2/+2
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch1-5/+5
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch1-1/+1
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-13/+20
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell1-3/+0
2009-11-05target: provide container_of()David Brownell1-0/+6
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell1-1/+1
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe1-1/+0
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-4/+24
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak1-10/+4
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch1-4/+10
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-16/+16
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-6/+6
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch1-3/+0
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu1-0/+3