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
/
stellaris.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove flash_driver->register_callbacks
Zachary T Welch
2009-11-24
1
-7
/
+1
*
stellaris: use register_commands()
Zachary T Welch
2009-11-24
1
-7
/
+20
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-2
/
+2
*
rename flash and nand command helpers
Zachary T Welch
2009-11-19
1
-1
/
+1
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-3
/
+3
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-2
/
+2
*
flash_command_get_bank_by_num: make COMMAND_HELPER
Zachary T Welch
2009-11-16
1
-1
/
+1
*
target: don't implicitly include "algorithm.h"
David Brownell
2009-11-16
1
-0
/
+1
*
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
-21
/
+21
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-10
/
+10
*
working_area_t -> struct working_area
Zachary T Welch
2009-11-13
1
-2
/
+2
*
armv7m_algorithm_t -> struct armv7m_algorithm
Zachary T Welch
2009-11-13
1
-1
/
+1
*
reg_param_t -> struct reg_param
Zachary T Welch
2009-11-13
1
-1
/
+1
*
stellaris_flash_bank_t -> struct stellaris_flash_bank
Zachary T Welch
2009-11-13
1
-12
/
+12
*
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
-1
/
+1
*
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
-1
/
+1
*
flash/<assorted>.c: remove useless declarations
Zachary T Welch
2009-11-09
1
-33
/
+26
*
Improve stellaris.c erase argument parsing.
Zachary T Welch
2009-11-05
1
-7
/
+4
*
- fixes the incorrect info msg displayed during stellaris flash programming.
ntfreak
2009-09-01
1
-2
/
+2
*
David Brownell <david-b@pacbell.net> Fix Sandstorm revision checking: right b...
oharboe
2009-08-30
1
-1
/
+1
*
David Brownell <david-b@pacbell.net> Clock updates/fixes for the Stellaris fl...
oharboe
2009-08-26
1
-19
/
+137
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-13
/
+13
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '[|]' whitespace
zwelch
2009-06-23
1
-16
/
+16
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-4
/
+4
*
- Fixes '<<' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '>>' whitespace
zwelch
2009-06-23
1
-9
/
+9
*
- Replace 'while(' with 'while ('.
zwelch
2009-06-23
1
-3
/
+3
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-4
/
+4
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-23
/
+45
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-26
/
+26
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-1
/
+1
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-6
/
+6
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-01
1
-103
/
+103
*
Add target_run_algorithm wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-11
/
+1
*
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
2009-04-29
1
-1
/
+0
*
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
2009-04-19
1
-3
/
+3
*
The following patches was applied:
mifi
2009-04-18
1
-39
/
+41
*
- fix issue with luminary flash driver and tail bytes
ntfreak
2008-11-27
1
-12
/
+43
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-0
/
+3
*
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
2008-08-19
1
-1
/
+1
*
fixed not halted error messages
oharboe
2008-08-17
1
-0
/
+6
*
- stm32 erase will use mass_erase if all banks selected
ntfreak
2008-06-06
1
-7
/
+12
*
- luminary, stm32 and str7 flash driver error cleanup
ntfreak
2008-06-04
1
-34
/
+23
*
- stellaris flash driver changed warning to info
ntfreak
2008-05-28
1
-4
/
+4
[next]