summaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
Commit message (Expand)AuthorAgeFilesLines
* debug: debug entry error propagationØyvind Harboe2010-07-191-1/+1
* arm7/9: remove unused post_restore_contextØyvind Harboe2010-03-171-1/+0
* ADIv5 share DAP command supportDavid Brownell2010-03-051-1/+1
* rename "swjdp_common" as "adiv5_dap"David Brownell2010-03-041-1/+1
* ARMv7-M: start using "struct arm"David Brownell2010-02-211-1/+3
* ARMv7-M: make DAP commands verify target is an ARMv7-MDavid Brownell2010-02-041-0/+5
* ARMV7M: handle bkpt instruction on resume/stepSpencer Oliver2010-01-201-0/+2
* Cortex-M3: improved core exception handlingDavid Brownell2010-01-131-2/+7
* target files shouldn't #include <target/...h>David Brownell2009-12-131-2/+2
* target: move 'extern' decls to *.h filesDavid Brownell2009-12-081-0/+6
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: move opcode macros to <target/arm_opcodes.h>David Brownell2009-12-071-79/+0
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm_adi_v5.h" to <target/arm_adi_v5.h>Zachary T Welch2009-12-031-1/+1
* remove target_type register_command callbackZachary T Welch2009-11-241-1/+2
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-0/+1
* armv7m: make core reg read/write use unsignedZachary T Welch2009-11-161-2/+2
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-19/+19
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* armv7m_core_reg_t -> struct armv7m_core_regZachary T Welch2009-11-131-2/+2
* armv7m_algorithm_t -> struct armv7m_algorithmZachary T Welch2009-11-131-2/+2
* armv7m_common_t -> struct armv7m_commonZachary T Welch2009-11-131-5/+5
* swjdp_common_t -> struct swjdp_commonZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-13/+20
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-051-3/+0
* target: provide container_of()David Brownell2009-11-051-0/+6
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-051-1/+1
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-051-1/+0
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-4/+24
* David Brownell <david-b@pacbell.net>:ntfreak2009-07-211-10/+4
* Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch2009-07-161-4/+10
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-16/+16
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-4/+4
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-6/+6
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-3/+0
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu2009-04-271-0/+3
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* - removed duplicate cortex_m3_register_commandsntfreak2008-06-161-2/+0
* - moved flash erase_check target code to target.cntfreak2008-05-271-0/+1
* - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak2008-04-261-0/+5
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-24/+5
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-111-31/+2
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-3/+5