index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
tms470.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-4
/
+4
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-10
/
+10
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-6
/
+6
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-7
/
+7
*
command_t -> struct command
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash_bank_t -> struct flash_bank
Zachary T Welch
2009-11-13
1
-13
/
+13
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-11
/
+11
*
tms470_flash_bank_t -> struct tms470_flash_bank
Zachary T Welch
2009-11-13
1
-10
/
+10
*
flash_driver_t -> struct flash_driver
Zachary T Welch
2009-11-13
1
-1
/
+1
*
flash_sector_t -> struct flash_sector
Zachary T Welch
2009-11-13
1
-6
/
+6
*
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-3
/
+3
*
flash/<assorted>.c: remove useless declarations
Zachary T Welch
2009-11-09
1
-25
/
+14
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-10
/
+10
*
- Fixes '[|]' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-38
/
+38
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-41
/
+46
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-31
/
+31
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-4
/
+4
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-3
/
+3
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-3
/
+1
*
Zach Welch <zw@superlucidity.net> trim logic in tms470.c
oharboe
2009-04-19
1
-2
/
+2
*
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
2009-04-19
1
-1
/
+2
*
The following patches was applied:
mifi
2009-04-18
1
-37
/
+37
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-74
/
+74
*
krzysztof.dziuba Gazeta.pl <krzysztof.dziuba@gazeta.pl> - to add support for ...
oharboe
2008-11-13
1
-1
/
+86
*
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
2008-08-19
1
-3
/
+3
*
fixed not halted error messages
oharboe
2008-08-17
1
-0
/
+5
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-67
/
+67
*
Michael Bruck: fix warning
oharboe
2008-03-09
1
-0
/
+1
*
Michael Bruck: fixed warnings
oharboe
2008-03-07
1
-1
/
+0
*
Uwe Hermann:
oharboe
2008-02-29
1
-2
/
+1
*
Pavel Chromy cleaned up checks for halted, error messages, etc.
oharboe
2008-02-28
1
-21
/
+31
*
- code reformat (Thanks Pavel Chromy)
ntfreak
2008-02-26
1
-1137
/
+990
*
- telnet prompt behaves correctly for new synchronous halt/resume/reset commands
ntfreak
2008-02-11
1
-3
/
+1
*
- added autoprobe functionality
mifi
2008-01-27
1
-1292
/
+1308
*
- add missing files from previous commit (tms470 flash driver)
ntfreak
2008-01-17
1
-0
/
+1292