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 9ccd626 commit 9bb0a45Copy full SHA for 9bb0a45
src/target/arc.h
@@ -22,6 +22,7 @@
22
#include "target_request.h"
23
#include "target_type.h"
24
#include "helper/bits.h"
25
+#include "rtt/rtt.h"
26
27
#include "arc_jtag.h"
28
#include "arc_cmd.h"
src/target/arc_cmd.c
@@ -906,5 +906,8 @@ const struct command_registration arc_monitor_command_handlers[] = {
906
.usage = "",
907
.chain = arc_core_command_handlers,
908
},
909
+ {
910
+ .chain = rtt_target_command_handlers,
911
+ },
912
COMMAND_REGISTRATION_DONE
913
};
0 commit comments