- Fixes '[|]' whitespace
[fw/openocd] / src / flash / str9xpec.c
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/flash.
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-06-09 zwelch- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_...
2009-06-05 zwelchEliminate MixedCaps symbol from public JTAG TAP API:
2009-06-04 oharboeRename jtag_add_end_state to jtag_set_end_state since...
2009-06-04 oharboeIntroduce jtag_get_end_state() fn to clarify code a...
2009-06-04 oharboeno longer use jtag_add_xxx() to set end state to TAP_ID...
2009-06-04 oharboeremove TAP_INVALID as argument to jtag_add_xxx() fn's
2009-06-01 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-14 oharboeuse TAP_INVALID enum instead of -1
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-08 oharboein_handler in_check_mask and in_check_value now removed...
2009-05-06 oharboeremove unecessary setting of deprecated fields to NULL
2009-05-06 oharboeretire out_mask - not used anywhere
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-13 kc8apfClean up references to old tap_state names
2008-12-13 kc8apfChange tap_state naming to be consistent with SVF docum...
2008-12-03 ntfreak- str9xpec driver now working with new jtag tap config
2008-11-30 duanejtag newtap change & huge manual update
2008-11-19 oharboejtag_get_device() now returns NULL and reports error...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-07-23 ntfreak- more fixes to high density stm32x flash driver
2008-04-14 ntfreak- split str71x driver into banks
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-02 oharboeUwe Hermann tightned up comments, etc. to follow OpenOC...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboeFrom Michael Bruck
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-01-27 mifi- added autoprobe functionality
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-10-26 ntfreak- corrected str91x bank1 programming issues
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-06-16 ntfreak- str9xpec driver was using stricmp, changed to strcmp...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin