aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
AgeCommit message (Expand)Author
2015-09-30armv7m: Fix memory leak in register caching.Marc Schink
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser
2015-03-09armv7m: do not access FPU registers when not presentPaul Fertser
2014-10-06target: constify structuresSpencer Oliver
2014-03-29armv7m: remove magic numbers for number of core registersSpencer Oliver
2013-09-21armv7m: remove gdb register hacksSpencer Oliver
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang
2013-06-05update files to correct FSF addressSpencer Oliver
2013-02-02armv7m: use generic arm read/write_core_regSpencer Oliver
2013-02-02armv7m: use generic register core_cacheSpencer Oliver
2013-02-02armv7m: remove unused armv7m_regtypeSpencer Oliver
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver
2012-05-14stlink: add armv7m stlink handlingSpencer Oliver
2012-03-30armv7m: fix broken stlink buildSpencer Oliver
2012-03-30armv7m: detect floating point featureMathias K
2012-03-14armv7m: Add a dummy register at the end of the register list.Mathias K
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-18target: move regmaps to armv7m.cSpencer Oliver
2011-10-09armv7m: implement async algorithm functionsAndreas Fritiofson
2010-07-19debug: debug entry error propagationØyvind Harboe
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-21ARMv7-M: start using "struct arm"David Brownell
2010-02-04ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell
2010-01-20ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver
2010-01-13Cortex-M3: improved core exception handlingDavid Brownell
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-08target: move 'extern' decls to *.h filesDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch
2009-12-03change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-16armv7m: make core reg read/write use unsignedZachary 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-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
2009-11-13armv7m_common_t -> struct armv7m_commonZachary T Welch
2009-11-13swjdp_common_t -> struct swjdp_commonZachary T Welch
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-11-05Cortex-M3: use the new inheritance/nesting schemeDavid Brownell
2009-11-05target: provide container_of()David Brownell
2009-11-05ARMv7M: add docs, remove exportsDavid Brownell