aboutsummaryrefslogtreecommitdiff
path: root/src/flash/tms470.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13flash_driver_t -> struct flash_driverZachary T Welch1-1/+1
2009-11-13flash_sector_t -> struct flash_sectorZachary T Welch1-6/+6
2009-11-13use FLASH_BANK_COMMAND_HANDLER macroZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-3/+3
2009-11-09flash/<assorted>.c: remove useless declarationsZachary T Welch1-25/+14
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-10/+10
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-38/+38
2009-06-21C99 printf() -Werror fixesduane1-41/+46
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-31/+31
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-3/+3
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-3/+1
2009-04-19Zach Welch <zw@superlucidity.net> trim logic in tms470.coharboe1-2/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-1/+2
2009-04-18The following patches was applied:mifi1-37/+37
2008-12-13- remove target specific variant and use target->variant memberntfreak1-74/+74
2008-11-13krzysztof.dziuba Gazeta.pl <krzysztof.dziuba@gazeta.pl> - to add support for ...oharboe1-1/+86
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-3/+3
2008-08-17fixed not halted error messagesoharboe1-0/+5
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-67/+67
2008-03-09Michael Bruck: fix warningoharboe1-0/+1
2008-03-07Michael Bruck: fixed warningsoharboe1-1/+0
2008-02-29Uwe Hermann: oharboe1-2/+1
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-21/+31
2008-02-26- code reformat (Thanks Pavel Chromy)ntfreak1-1137/+990
2008-02-11- telnet prompt behaves correctly for new synchronous halt/resume/reset commandsntfreak1-3/+1
2008-01-27- added autoprobe functionalitymifi1-1292/+1308
2008-01-17- add missing files from previous commit (tms470 flash driver)ntfreak1-0/+1292