aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7m.h
AgeCommit message (Expand)Author
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
2009-11-05debug interface: get rid of unused pre_debug fnØyvind Harboe
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-21David Brownell <david-b@pacbell.net>:ntfreak
2009-07-16Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ...zwelch
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-27Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.mlu
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-06-16- removed duplicate cortex_m3_register_commandsntfreak
2008-05-27- moved flash erase_check target code to target.cntfreak
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-03-11- 16 and 32 bit unaligned accesses supportedntfreak
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-29Uwe Hermann: oharboe
2008-02-25Michael Bruck spotted an omission in svn 322oharboe
2007-10-22- add verify_image commandntfreak
2007-09-10- Fixed display of sector sizes in flash.cmlu
2007-06-24- ST STM32x cortex support addedntfreak
2007-06-14- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)drath