index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-20
- Support for AT91SAM7xx512 chips
mlu
1
-134
/
+231
2007-08-20
- Support for AT91SAM7xx512 chips
mlu
1
-5
/
+3
2007-08-16
- update jtag_speed setting when changing it during runtime with a FT2232 bas...
drath
1
-3
/
+6
2007-08-16
- fixed several bugs in flash writing code (thanks to Pavel Chromy)
drath
2
-112
/
+140
2007-08-14
- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...
drath
3
-25
/
+76
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
19
-277
/
+505
2007-07-26
- corrected stm32x_handle_options_write_command, incorrect options printed
ntfreak
1
-1
/
+1
2007-07-25
- reformat src/jtag/bitq.c (thanks to Pavel Chromy)
drath
1
-4
/
+1
2007-07-15
- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...
drath
1
-1
/
+1
2007-06-28
- fixed endianness helper macros (thanks to obilix and wiml for finding and f...
drath
1
-1
/
+1
2007-06-24
- ST STM32x cortex support added
ntfreak
4
-2
/
+949
2007-06-16
- str9xpec driver was using stricmp, changed to strcmp for posix compatibility
ntfreak
1
-32
/
+4
2007-06-16
- added mingw elf patches from Vincent Palatin
ntfreak
5
-11
/
+1468
2007-06-14
Added patch for Luminar Micors Fury class devices (Joe Kroesche)
mlu
2
-10
/
+63
2007-06-14
- added stellaris.[ch] missing from Cortex-M3 merge
drath
2
-0
/
+891
2007-06-14
- merged support for Cortex-M3 from cortex-m3 branch (thanks to Magnus Lundin)
drath
2
-2
/
+4
2007-06-14
- added manpage for OpenOCD (thanks to Uwe Hermann)
drath
1
-3
/
+1
2007-05-30
- reworked image handling to support multiple sections (tested with ihex file...
drath
2
-73
/
+64
2007-05-29
- split fileio handling into fileio part and image handling
drath
7
-199
/
+535
2007-04-12
- correctly mask out bits that aren't part of a copied buffer
drath
1
-1
/
+1
2007-04-11
- disabled excessive debug output in jtag.h
drath
2
-27
/
+802
2007-03-28
- merged XScale branch back into trunk
drath
1
-4
/
+5
2007-03-26
- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
drath
4
-22
/
+12
2007-03-15
- reworked file i/o. every fileaccess (target, flash, nand, in future configu...
drath
6
-37
/
+2678
2007-02-03
- add missing parentheses around macro parameters (thanks to Matthias Bauch f...
drath
1
-1
/
+1
2007-01-31
- merged several changes from XScale
drath
1
-0
/
+3
2007-01-22
- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
drath
2
-8
/
+53
2007-01-09
- disabled FT2232 debug output (that code should be fairly stable)
drath
1
-0
/
+34
2006-11-22
- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...
drath
1
-29
/
+63
2006-11-05
- correctly enter debug state on a "soft_reset_halt" command
drath
1
-0
/
+7
2006-10-23
- several small fixes (thanks to Magnus Lundin and Spencer Oliver)
drath
1
-3
/
+3
2006-10-06
- added support for American Microsystem's M5960 (FT2232 based USB JTAG inter...
drath
2
-15
/
+45
2006-09-28
- str9x flash support (Thanks to Spencer Oliver)
drath
6
-2
/
+748
2006-09-12
- allow writes to second flash bank on STR71x devices (cleaned up sector list...
drath
2
-57
/
+142
2006-09-07
- free working area used to store flash write buffer
drath
1
-0
/
+2
2006-09-07
- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...
drath
5
-83
/
+264
2006-08-31
- made lpc2000 code endianness safe (support big-endian hosts, target is alwa...
drath
1
-11
/
+11
2006-08-31
- endianess fixes everywhere but in the flash code. flashing might still be b...
drath
3
-8
/
+11
2006-08-17
- renamed jtag_interface_t.support_statemove to jtag_interface_t.support_path...
drath
1
-1
/
+1
2006-08-06
- fixed a minor problem with the GDB server that could drop the first packet ...
drath
1
-0
/
+8
2006-07-30
- added configurable delays after reset lines get deasserted. useful if reset...
drath
1
-1
/
+7
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
6
-43
/
+236
2006-06-23
- added support for AT91SAM7A3 flash (patch from andre renaud, thanks)
drath
1
-7
/
+25
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath
11
-0
/
+3946