summaryrefslogtreecommitdiff
path: root/src/flash/str9xpec.c
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-4/+4
* - Replace '){' with ') {'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-9/+9
* Remove whitespace that occurs after '('.zwelch2009-06-231-9/+9
* - Fixes '[|]' whitespacezwelch2009-06-231-4/+4
* - Replace 'while(' with 'while ('.zwelch2009-06-231-5/+5
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-12/+12
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-26/+26
* - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch2009-06-091-1/+1
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-8/+8
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-5/+5
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-8/+8
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-5/+5
* David Brownell <david-b@pacbell.net>:zwelch2009-06-011-75/+2
* use TAP_INVALID enum instead of -1oharboe2009-05-141-5/+5
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-12/+0
* in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe2009-05-081-15/+15
* remove unecessary setting of deprecated fields to NULLoharboe2009-05-061-45/+45
* retire out_mask - not used anywhereoharboe2009-05-061-15/+15
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-55/+55
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-1/+1
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-32/+32
* - str9xpec driver now working with new jtag tap configntfreak2008-12-031-30/+14
* jtag newtap change & huge manual updateduane2008-11-301-90/+104
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-258/+265
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-1/+1
* - more fixes to high density stm32x flash driverntfreak2008-07-231-0/+3
* - split str71x driver into banksntfreak2008-04-141-35/+30
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-16/+16
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-4/+4
* - convert all files to unix line-endingdrath2008-02-251-1348/+1348
* From Michael Bruckoharboe2008-02-251-1348/+1348
* dos2unix fix.oharboe2008-02-251-1348/+1348
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-1349/+1348
* - added autoprobe functionalitymifi2008-01-271-0/+1
* - reset_run now works as expected on cortex-m3ntfreak2007-11-211-4/+7
* - corrected str91x bank1 programming issuesntfreak2007-10-261-5/+17
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-8/+1
* - str9xpec driver was using stricmp, changed to strcmp for posix compatibilityntfreak2007-06-161-32/+4
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-0/+1368