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 f84f986Copy full SHA for f84f986
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
@@ -1001,6 +1001,9 @@ const struct command_registration arc_cache_group_handlers[] = {
1001
.usage = "",
1002
.chain = arc_l2_cache_group_handlers,
1003
},
1004
+ {
1005
+ .chain = rtt_target_command_handlers,
1006
+ },
1007
COMMAND_REGISTRATION_DONE
1008
};
1009
0 commit comments