target/esp_riscv: Added pre-shutdown command to ensure that debug module is deactivated before exit. target/riscv: Increased dm idle_count by dtmcs.idle. Make OpenOCD using dtmcs.idle value to decide how long stay in RunTest/Idle state during dmi_scan. ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} RISCV-Tools / riscv-openocd Public forked from riscv-collab/riscv-openocd Notifications You must be signed in to change notification settings Fork 0 Star 0 Code Pull requests 1 ...
• parport write on exit This will configure the parallel driver to write a known value to the parallel interface on exiting OpenOCD 9.2.2 amt jtagaccel options • parport port Either the address of the I/O port (default: 0x378 for LPT1) or the number of the '/dev/parport' device...
arm mcr cpnum op1 CRn op2 CRm value :修改协处理器的寄存器,比如:arm mcr 15 0 1 0 0 0 关闭MMU。 arm mrc cpnum op1 CRn op2 CRm:读出协处理器的寄存器,比如:arm mcr 15 0 1 0 0读出cp15协处理器的寄存器1。 arm920t cp15 regnum [value] :修改或读取cp15 协处理器的寄存器,比如arm920t ...
#define JIM_EXIT 6 #define JIM_ERR_ADDSTACK 7 #define JIM_MAX_NESTING_DEPTH 10000 /* default max nesting depth *//* Some function get an integer argument with flags to change @@ -530,6 +531,7 @@ typedef struct Jim_Interp {
(semihosting->param == ADP_STOPPED_RUN_TIME_ERROR) { /* Chosen more or less arbitrarily to have a nicer message, * otherwise all other return the same exit code 1. */ if (!gdb_actual_connections) exit(1); else { fprintf(stderr, "semihosting: *** application ex...
GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search...
ctx = setup_command_handler(NULL); if (util_init(cmd_ctx) != ERROR_OK) return EXIT_FAILURE; if (ioutil_init(cmd_ctx) != ERROR_OK) return EXIT_FAILURE; LOG_OUTPUT("For bug reports, read\n\" "http://openocd.org/doc/doxygen/bugs.html" "\n"); commandcontext_mode(cmd_ctx, ...