Add extra Coresight component ROM identifiers for the Cortex-M4
[fw/openocd] / src / target / register.h
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2009-11-22 David Brownelltarget: make register flags "bool"
2009-11-20 David Brownelltarget: create/use register_cache_invalidate()
2009-11-17 David Brownelltarget: simplify register get/set ops
2009-11-16 David Brownelltarget: no implicit #includes of "register.h"
2009-11-14 David Brownelltarget: remove unused "bitfield" infrastructure
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchreg_arch_type_t -> struct reg_arch_type
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchbitfield_desc_t -> struct bitfield_desc
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-06 zwelchChange reg_s value field from u8 * to void *; it must...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-07 oharboeFixes SEGFAULT when setting registers from GDB.
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/