Remove whitespace that occurs after '('.
[fw/openocd] / src / flash / at91sam7.c
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
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 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/flash
2009-05-31 zwelchAdd target_write_memory wrapper:
2009-05-31 zwelchAdd target_read_memory wrapper:
2009-05-16 oharboefix naming of at91sam7 driver
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix at91sam7 uniniti...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix signed/unsigned...
2009-04-18 mifiThe following patches was applied:
2008-10-15 oharboeLaurentiu Cocanu - memory read/write and exit() error...
2008-09-29 ntfreak- at91sam7.c remove build warnings
2008-09-27 ntfreak- convert spaces to tabs in at91sam7.[ch]
2008-09-26 oharboeGheorghe Guran <roatlasro@yahoo.com> redone at91sam7...
2008-08-19 oharboesearch and replace usleep(1000) with alive_sleep(1...
2008-08-17 oharboefixed not halted error messages
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-05 oharboePavel Chromy: memory leak in at91sam7 flash driver...
2008-02-28 oharboePavel Chromy cleaned up checks for halted, error messag...
2008-02-25 oharboedos2unix fix.
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-25 oharboe- "flash write_binary" is now "flash write_bank" to...
2008-02-22 mifi- added patch to solve problem with AT91SAM7SE MCU...
2008-01-27 mifi- added autoprobe functionality
2008-01-17 ntfreak- add missing files from previous commit (tms470 flash...
2007-12-10 mifi- Fixing two compiler warnings
2007-08-20 mlu- Support for AT91SAM7xx512 chips
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-25 drath- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
2007-06-14 mluAdded patch for Luminar Micors Fury class devices ...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-10-06 drath- added support for American Microsystem's M5960 (FT223...
2006-09-07 drath- integrated patch from Magnus Lundin that fixes at91sa...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/