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
/
str7x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
armv4_5_algorithm_t -> struct armv4_5_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
*
str7x_mem_layout_t -> struct str7x_mem_layout
Zachary T Welch
2009-11-13
1
-2
/
+2
*
str7x_flash_bank_t -> struct str7x_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
-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
-2
/
+2
*
str{7,9}x*.c: remove useless forward declarations
Zachary T Welch
2009-11-09
1
-37
/
+26
*
Improve str7x config command argument parsing.
Zachary T Welch
2009-11-05
1
-12
/
+9
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-94
/
+94
*
- Replace '){' with ') {'.
zwelch
2009-06-23
1
-2
/
+2
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '[|]' whitespace
zwelch
2009-06-23
1
-4
/
+4
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '<<' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Replace 'while(' with 'while ('.
zwelch
2009-06-23
1
-1
/
+1
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-4
/
+4
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-30
/
+30
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-2
/
+2
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-5
/
+5
*
Add target_run_algorithm wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
Add target_write_memory wrapper:
zwelch
2009-05-31
1
-4
/
+4
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-9
/
+0
*
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
2009-04-19
1
-1
/
+1
*
The following patches was applied:
mifi
2009-04-18
1
-26
/
+28
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-1
/
+0
*
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
2008-08-19
1
-4
/
+4
*
fixed not halted error messages
oharboe
2008-08-17
1
-0
/
+5
*
- more fixes to high density stm32x flash driver
ntfreak
2008-07-23
1
-0
/
+3
*
- luminary, stm32 and str7 flash driver error cleanup
ntfreak
2008-06-04
1
-0
/
+1
*
- split str71x driver into banks
ntfreak
2008-04-14
1
-108
/
+48
*
fix flash info - now reports erased state properly
oharboe
2008-04-02
1
-44
/
+1
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-18
/
+18
*
Pavel Chromy cleaned up checks for halted, error messages, etc.
oharboe
2008-02-28
1
-8
/
+18
*
dos2unix fix.
oharboe
2008-02-25
1
-804
/
+804
*
- "flash write_binary" is now "flash write_bank" to clarify the focus of the
oharboe
2008-02-25
1
-814
/
+804
*
- added autoprobe functionality
mifi
2008-01-27
1
-0
/
+1
*
- cleaned up str7, str9 and stm32 flash drivers
ntfreak
2007-10-08
1
-28
/
+109
*
- renamed M5960 USB JTAG to "flyswatter"
drath
2007-08-10
1
-29
/
+18
*
- merged XScale branch back into trunk
drath
2007-03-28
1
-4
/
+5
*
- str9x flash support (Thanks to Spencer Oliver)
drath
2006-09-28
1
-0
/
+9
*
- allow writes to second flash bank on STR71x devices (cleaned up sector list...
drath
2006-09-12
1
-55
/
+139
*
- free working area used to store flash write buffer
drath
2006-09-07
1
-0
/
+2
*
- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...
drath
2006-09-07
1
-42
/
+215
*
- endianess fixes everywhere but in the flash code. flashing might still be b...
drath
2006-08-31
1
-2
/
+2
*
- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...
drath
2006-08-17
1
-1
/
+1
*
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
2006-07-17
1
-0
/
+5
*
- prepare OpenOCD for branching, created ./trunk/
drath
2006-06-02
1
-0
/
+469