aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-08target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-1/+1
2017-12-06target: Constify parameter of is_armv7m()Marc Schink1-1/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-5/+5
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-08-10Cortex-M7 handling.Andreas Bolsch1-0/+2
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-12-29arm_adi_v5: Convert the AP references from numbers to pointersAndreas Fritiofson1-1/+1
2015-12-29arm_debug: Support multiple APs per DAP and remove DAP from armv7* structsPatrick Stewart1-1/+0
2015-12-29cortex_m: Select an AP when accessing the DAPPatrick Stewart1-0/+3
2015-09-30armv7m: Fix memory leak in register caching.Marc Schink1-0/+2
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-0/+3
2015-03-09armv7m: do not access FPU registers when not presentPaul Fertser1-0/+1
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-03-29armv7m: remove magic numbers for number of core registersSpencer Oliver1-0/+2
2013-09-21armv7m: remove gdb register hacksSpencer Oliver1-10/+0
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm read/write_core_regSpencer Oliver1-4/+0
2013-02-02armv7m: use generic register core_cacheSpencer Oliver1-7/+0
2013-02-02armv7m: remove unused armv7m_regtypeSpencer Oliver1-11/+2
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-10/+1
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