We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63963f commit 6fd1fd9Copy full SHA for 6fd1fd9
src/target/arc.h
@@ -23,6 +23,7 @@
23
#include "target_type.h"
24
#include "helper/bits.h"
25
#include "smp.h"
26
+#include "rtt/rtt.h"
27
28
#include "arc_jtag.h"
29
#include "arc_cmd.h"
src/target/arc_cmd.c
@@ -1086,5 +1086,8 @@ const struct command_registration arc_monitor_command_handlers[] = {
1086
.usage = "",
1087
.chain = arc_core_command_handlers,
1088
},
1089
+ {
1090
+ .chain = rtt_target_command_handlers,
1091
+ },
1092
COMMAND_REGISTRATION_DONE
1093
};
0 commit comments