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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for segmentation fault from freed memory access in jtag_unregister_event_...
Paul Richards
2010-12-10
1
-13
/
+9
*
build: fix build from previous commit
Spencer Oliver
2010-12-08
2
-2
/
+2
*
jtag: getting the JTAG speed can fail
Øyvind Harboe
2010-12-08
11
-27
/
+71
*
svf: various improvements
Andrew Leech
2010-12-07
1
-78
/
+292
*
xscale: trace buffer remains enabled until explicitly disabled
Mike Dunn
2010-12-04
2
-54
/
+97
*
Fix sector layout for 504-KiB LPC2000 devices
Rolf Meeser
2010-12-04
1
-4
/
+7
*
cortex_m3: change cortec_m3 reset_config behaviour
Spencer Oliver
2010-12-03
2
-19
/
+2
*
profile: use 100Hz as a default sampling frequency
Øyvind Harboe
2010-12-01
1
-2
/
+2
*
lpc2900.c: Improve debug output for device probing
Rolf Meeser
2010-12-01
1
-1
/
+5
*
lpc2900.c: Add support for new device LPC2926
Rolf Meeser
2010-12-01
1
-1
/
+5
*
LPC2900: Avoid false positive reprobing if first probing fails
Rolf Meeser
2010-12-01
1
-7
/
+11
*
Some cosmetic fixes to the Lisa/L layout support functions.
Piotr Esden-Tempski
2010-11-30
1
-5
/
+1
*
Added support for the blinking leds on Floss-JTAG v0.3 and newer.
Piotr Esden-Tempski
2010-11-30
1
-0
/
+57
*
FLASH/NOR: Rename spearsmi.c to stmsmi.c
Antonio Borneo
2010-11-23
2
-1
/
+1
*
FLASH/NOR: rename from spearsmi to stmsmi
Antonio Borneo
2010-11-23
2
-81
/
+81
*
STR750: Add SMI interface support
Antonio Borneo
2010-11-23
1
-35
/
+43
*
NOR/SPEARSMI: fix segfault
Antonio Borneo
2010-11-23
1
-0
/
+1
*
flash: iterating over an address range now handles multiple banks
Øyvind Harboe
2010-11-22
1
-1
/
+38
*
fastload: fix error handling upon running out of memory
Øyvind Harboe
2010-11-22
1
-6
/
+16
*
build: add autobuild jimtcl to configure scripts
Spencer Oliver
2010-11-18
1
-1
/
+7
*
build: add common.mk
Spencer Oliver
2010-11-18
12
-43
/
+14
*
FLASH/NOR: Remove useless file tms470.h
Antonio Borneo
2010-11-17
3
-40
/
+15
*
FLASH/NOR: Remove useless file str9xpec.h
Antonio Borneo
2010-11-17
3
-79
/
+50
*
FLASH/NOR: Remove useless file str9x.h
Antonio Borneo
2010-11-17
3
-62
/
+35
*
FLASH/NOR: Remove useless file str7x.h
Antonio Borneo
2010-11-17
3
-110
/
+83
*
FLASH/NOR: Remove useless file stm32x.h
Antonio Borneo
2010-11-17
3
-101
/
+74
*
FLASH/NOR: Remove useless file stellaris.h
Antonio Borneo
2010-11-17
3
-109
/
+85
*
FLASH/NOR: Remove useless file pic32mx.h
Antonio Borneo
2010-11-17
3
-96
/
+65
*
FLASH/NOR: Remove useless file lpc288x.h
Antonio Borneo
2010-11-17
3
-39
/
+13
*
FLASH/NOR: Remove useless file lpc2000.h
Antonio Borneo
2010-11-17
3
-73
/
+45
*
FLASH/NOR: Remove useless file avrf.h
Antonio Borneo
2010-11-17
3
-41
/
+16
*
flash: fix bug with multiple back-to-back flash chips
Øyvind Harboe
2010-11-17
1
-3
/
+7
*
FLASH/NOR: Remove useless file at91sam7.h
Antonio Borneo
2010-11-17
3
-118
/
+91
*
FLASH/NOR: Remove useless file at91sam3.h
Antonio Borneo
2010-11-17
3
-25
/
+2
*
FLASH/NOR: Remove useless file spearsmi.h
Antonio Borneo
2010-11-17
3
-32
/
+8
*
NOR/SPEARSMI: Add comments about SPI
Antonio Borneo
2010-11-17
1
-4
/
+22
*
NOR/SPEAr: Add support for Serial NOR
Antonio Borneo
2010-11-16
4
-0
/
+747
*
httpd: retire this server
Øyvind Harboe
2010-11-15
53
-10030
/
+3
*
Add comments and tiny improvements to STM32 flash loader algorithm
Freddie Chopin
2010-11-15
1
-16
/
+17
*
gdb: fix occasional crash when flash probe failed
Øyvind Harboe
2010-11-15
1
-3
/
+7
*
gdb: improve error message when gdb connect fails
Øyvind Harboe
2010-11-11
1
-1
/
+1
*
cortex_m3: report detected error condition in poll
Øyvind Harboe
2010-11-09
1
-6
/
+13
*
target: document that target_poll() will report and clear sticky errors
Øyvind Harboe
2010-11-09
1
-0
/
+12
*
TCL scripts: replace "puts" with "echo"
Antonio Borneo
2010-11-09
1
-4
/
+4
*
JIM: document "echo" command
Antonio Borneo
2010-11-09
1
-9
/
+14
*
JIM: Add "-n" option to "echo"
Antonio Borneo
2010-11-09
1
-1
/
+8
*
stm32: return early upon block write failure
Øyvind Harboe
2010-11-09
1
-0
/
+3
*
stm32: return error when failing to read
Øyvind Harboe
2010-11-09
1
-9
/
+25
*
stm32: add error propagation on writes
Øyvind Harboe
2010-11-09
1
-42
/
+111
*
stm32: sharpen error handling for timeouts
Øyvind Harboe
2010-11-09
1
-108
/
+69
[prev]
[next]