This website requires JavaScript.
Explore
Help
Sign In
linuxmsm
/
openocd
Watch
0
Star
0
Fork
0
You've already forked openocd
mirror of
https://github.com/linux-msm/openocd.git
synced
2026-02-25 13:15:07 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fdd5582f7eb1c59c19aad5bf3af3363188acca28
openocd
/
src
History
oharboe
fdd5582f7e
found two more gaffes for reset wip
...
git-svn-id: svn://svn.berlios.de/openocd/trunk@568 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-04-11 15:56:57 +00:00
..
flash
- single core context used, removed debug context as thought unnecessary.
2008-04-10 11:43:48 +00:00
helper
stop using variable sized arrays. That's something that belongs to C++ and not C.
2008-04-10 19:44:56 +00:00
jtag
Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.
2008-04-11 14:06:42 +00:00
pld
Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().
2008-04-08 13:08:36 +00:00
server
Reset wip. Just adding hooks. This is just to reduce the size of the actual change, no change in behaviour.
2008-04-11 14:06:42 +00:00
target
found two more gaffes for reset wip
2008-04-11 15:56:57 +00:00
xsvf
make jtag_add_statemove() internal to the driver.
2008-03-31 13:18:03 +00:00
Makefile.am
reduce compare noise. If someone should be crazy enough to try to run OpenOCD under eCos, then they'v got some hooks to point them in the general direction.
2008-03-11 21:32:03 +00:00
openocd.c
added target->type->examine(). Eventually this will allow for bringing up telnet/gdb *before* jtag chain has been validated + it might fix some reset halt problems seen as examine() needs to run after TRST has been asserted.
2008-04-11 06:52:52 +00:00