ioutil: make the file compile on MacOS
[fw/openocd] / src / target / embeddedice.h
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2010-04-10 Antonio BorneoEMBEDDEDICE: review scope of functions
2010-03-19 Øyvind Harboejtag: remove jtag_get_end_state()'s that should be...
2009-12-13 David Brownelltarget files shouldn't #include <target/...h>
2009-12-11 Øyvind Harboeoptimisation: tiny optimisation for embedded ice
2009-12-03 Zachary T Welchchange #include "arm7_9_common.h" to <target/arm7_9_com...
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchreg_t -> struct reg
2009-11-13 Zachary T Welchreg_cache_t -> struct reg_cache
2009-11-13 Zachary T Welchembeddedice_reg_t -> struct embeddedice_reg
2009-11-13 Zachary T Welcharm_jtag_t -> struct arm_jtag
2009-11-13 Zachary T Welcharm7_9_common_t -> struct arm7_9_common
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-30 zwelchAdd static keywords to core target source file data...
2009-04-18 mifiThe following patches was applied:
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-30 duanejtag newtap change & huge manual update
2008-10-14 oharboeLaurentiu Cocanu - add error handling
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-28 oharboeallow minidrivers to implement inner loop of dcc memory...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-04-11 oharboeReset wip. Just adding hooks. This is just to reduce...
2008-03-05 oharboe- This speeds up dcc arm7_9 bulk write a little bit...
2008-03-05 oharboeadded jtag_add_dr_out(). Better for hw fifo, same for...
2008-02-28 oharboecode to be used in upcoming minidriver work.
2007-08-25 drath- added support for setting JTAG frequency on ASIX...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-06 drath- fixed a minor problem with the GDB server that could...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/