2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-26 23:40:22 +10:00
openocd/src
Andreas Fritiofson 3f6ef7a40b target: add async algorithm entries to the target type
On supported targets, this may be used to start a long running algorithm in
the background so the target may be interacted with during execution and
later wait for its completion.

The most obvious use case is a double buffered flash algorithm that can
upload the next block of data while the algorithm is flashing the current.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
2011-10-09 00:00:52 +02:00
..
flash STM32L: Added flash driver and target 2011-10-03 18:42:39 +02:00
helper jim-nvp is moving from jimtcl to openocd 2011-09-30 09:38:22 +02:00
jtag arm-jtag-ew: Send GDB keep_alive() messages when logging USB communication 2011-10-08 23:10:20 +02:00
pld
rtos Fix off by one bug in FreeRTOS 2011-08-27 19:37:22 +02:00
server remove target argument from gdb packet handling functions 2011-08-24 17:41:35 +02:00
svf
target target: add async algorithm entries to the target type 2011-10-09 00:00:52 +02:00
transport
xsvf
ecosboard.c
hello.c
hello.h
main.c
Makefile.am ULINK driver: Add '-lm' linker flag when building this driver (required for correct calculation of JTAG TCK speed setting) 2011-08-31 16:25:42 +02:00
openocd.c jimtcl: delete OpenOCD's broken 'stacktrace' command 2011-08-14 18:32:16 +02:00
openocd.h