summaryrefslogtreecommitdiff
path: root/src/flash/at91sam7.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-21/+21
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-4/+4
* - Fixes '[<>]' whitespacezwelch2009-06-231-12/+12
* - Fixes '[|]' whitespacezwelch2009-06-231-3/+3
* - Fixes '+' whitespacezwelch2009-06-231-10/+10
* - Fixes '=' whitespacezwelch2009-06-231-15/+15
* - Fixes '==' whitespacezwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '>>' whitespacezwelch2009-06-231-21/+21
* - Fixes '<=' whitespacezwelch2009-06-231-2/+2
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-2/+2
* C99 printf() -Werror fixesduane2009-06-211-14/+18
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-29/+29
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-15/+15
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-11/+11
* Add target_write_memory wrapper:zwelch2009-05-311-1/+1
* Add target_read_memory wrapper:zwelch2009-05-311-1/+1
* fix naming of at91sam7 driveroharboe2009-05-161-2/+2
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-10/+0
* Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2009-04-211-5/+5
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-1/+2
* The following patches was applied:mifi2009-04-181-37/+39
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-1/+5
* - at91sam7.c remove build warningsntfreak2008-09-291-1/+1
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-1027/+1021
* Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe2008-09-261-826/+1085
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-1/+1
* fixed not halted error messagesoharboe2008-08-171-0/+5
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-23/+23
* Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe2008-03-051-103/+62
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-5/+20
* dos2unix fix.oharboe2008-02-251-974/+974
* - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe2008-02-251-2/+1
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-981/+976
* - added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi2008-02-221-3/+3
* - added autoprobe functionalitymifi2008-01-271-0/+15
* - add missing files from previous commit (tms470 flash driver)ntfreak2008-01-171-16/+16
* - Fixing two compiler warningsmifi2007-12-101-1/+1
* - Support for AT91SAM7xx512 chipsmlu2007-08-201-134/+231
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-11/+24
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-19/+13
* - reformat src/jtag/bitq.c (thanks to Pavel Chromy)drath2007-07-251-4/+1
* Added patch for Luminar Micors Fury class devices (Joe Kroesche)mlu2007-06-141-2/+2
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-10/+5
* - disabled FT2232 debug output (that code should be fairly stable)drath2007-01-091-0/+34
* - added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...drath2006-10-061-15/+36
* - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath2006-09-071-29/+26
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-5/+8