39 Commits (2e779198535580515dfa9c8bfe1f3fe08abdb84b)

Author SHA1 Message Date
  zwelch 2e77919853 Remove whitespace at end of lines, step 1. 15 years ago
  zwelch c493543fc9 - Replace '){' with ') {'. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch fb1a9b2cb2 - Fixes '[|]' whitespace 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch aea6815462 - Fixes '<<' whitespace 15 years ago
  zwelch 50c086ffb9 - Replace 'while(' with 'while ('. 15 years ago
  duane ac05113f7a C99 printf() -Werror fixes 15 years ago
  zwelch 1840226d55 Transform 'u32' to 'uint32_t' in src/flash. 15 years ago
  zwelch f876d5e9c7 Transform 'u16' to 'uint16_t' 15 years ago
  zwelch 310be8a838 Transform 'u8' to 'uint8_t' in src/flash 15 years ago
  zwelch fbe8cf72a5 Add target_run_algorithm wrapper: 15 years ago
  zwelch 95e13054ca Add target_write_memory wrapper: 15 years ago
  zwelch fbcb57baf8 Audit and eliminate redundant #include directives in src/flash sources. 15 years ago
  oharboe a88532bc60 Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons 15 years ago
  mifi 0bba832713 The following patches was applied: 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  oharboe d34e01f51d search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts. 16 years ago
  oharboe 330cf5a6bb fixed not halted error messages 16 years ago
  ntfreak be00c7d0c4 - more fixes to high density stm32x flash driver 16 years ago
  ntfreak 61933601bb - luminary, stm32 and str7 flash driver error cleanup 16 years ago
  ntfreak 80d20326a7 - split str71x driver into banks 16 years ago
  oharboe 6549d376e4 fix flash info - now reports erased state properly 16 years ago
  ntfreak d47e1b8f36 - rename log functions to stop conflicts under win32 (wingdi) 16 years ago
  oharboe 86ca2270f4 Pavel Chromy cleaned up checks for halted, error messages, etc. 16 years ago
  oharboe bcb0124b15 dos2unix fix. 16 years ago
  oharboe 815c3b3533 - "flash write_binary" is now "flash write_bank" to clarify the focus of the 16 years ago
  mifi c882cb0894 - added autoprobe functionality 16 years ago
  ntfreak ce8768f463 - cleaned up str7, str9 and stm32 flash drivers 16 years ago
  drath 20e4e77cdf - renamed M5960 USB JTAG to "flyswatter" 17 years ago
  drath 4a5f45e87d - merged XScale branch back into trunk 17 years ago
  drath a582e9a8d1 - str9x flash support (Thanks to Spencer Oliver) 17 years ago
  drath b855855445 - allow writes to second flash bank on STR71x devices (cleaned up sector list building) 17 years ago
  drath 50141aebfb - free working area used to store flash write buffer 17 years ago
  drath 3f74f764c7 - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs and possible endianness problems (big endian hosts) 17 years ago
  drath 3acb107b9a - endianess fixes everywhere but in the flash code. flashing might still be broken on big-endian targets and/or hosts 18 years ago
  drath 5fcd1d704c - renamed jtag_interface_t.support_statemove to jtag_interface_t.support_pathmove (it is used to indicate jtag_add_pathmove support) 18 years ago
  drath 82d2633b5f - Added support for native MinGW builds (thanks to Spencer Oliver and Michael Fischer) - you still need to install GiveIO (not part of OpenOCD) 18 years ago
  drath 8b4e882a16 - prepare OpenOCD for branching, created ./trunk/ 18 years ago