2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-26 23:40:22 +10:00
openocd/src
Drasko DRASKOVIC 1be7163408 mips32: Added CP0 coprocessor R/W routines
This patch adds MIPS32 CP0 coprocessor R/W routines,
as well as adequate commands to use these routines via
telnet interface.

Now is becomes possible to affect CP0 internal registers
and configure CPU directly from OpenOCD.
2011-08-09 23:17:28 +02:00
..
flash fix return error msj 2011-08-09 20:55:26 +02:00
helper ecos: add 64 bit types for sprintf/sscanf 2011-04-28 22:17:48 +02:00
jtag fix tapenabler return code 2011-08-09 20:59:40 +02:00
pld Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes 2011-06-04 09:35:13 +02:00
rtos Fix typo in command output 2011-07-10 17:00:57 +02:00
server Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes 2011-06-04 09:35:13 +02:00
svf Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes 2011-06-04 09:35:13 +02:00
target mips32: Added CP0 coprocessor R/W routines 2011-08-09 23:17:28 +02:00
transport transport: move files over to transport folder 2011-06-13 15:51:04 +02:00
xsvf nit: do not add \n at end of LOG_ERROR 2011-01-05 21:46:12 +01:00
ecosboard.c jim tests: use installed 2010-10-29 15:10:51 +02:00
hello.c
hello.h
main.c logging: turn of stdout/stderr buffering 2010-09-20 20:45:48 +02:00
Makefile.am Do not append git info to version string when building from released tarball 2011-07-14 10:19:18 +01:00
openocd.c OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible solution for thread support in future. 2011-06-16 17:27:12 +02:00
openocd.h