aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-06-16- removed duplicate cortex_m3_register_commandsntfreak1-2/+0
2008-05-27- moved flash erase_check target code to target.cntfreak1-0/+1
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak1-0/+5
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak1-24/+5
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak1-31/+2
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-3/+5
2008-02-29Uwe Hermann: oharboe1-0/+1
2008-02-25Michael Bruck spotted an omission in svn 322oharboe1-1/+1
2007-10-22- add verify_image commandntfreak1-0/+2
2007-09-10- Fixed display of sector sizes in flash.cmlu1-0/+1
2007-06-24- ST STM32x cortex support addedntfreak1-7/+8
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath1-0/+248