reg_t -> struct reg
[fw/openocd] / src / target / register.h
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/