X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_adi_v5.c;h=4f19e954867828341b177caa97ec0e14f2f7319f;hp=1576d766d6432bf54d662e987a5e78418023fb60;hb=db83fb307b56a0149bcab807593a12a2cff93286;hpb=0228f8e8274d5ac9351b550b29e135fc5e99de6b diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c index 1576d766d6..4f19e95486 100644 --- a/src/target/arm_adi_v5.c +++ b/src/target/arm_adi_v5.c @@ -1234,6 +1234,18 @@ static int dap_rom_display(struct command_context *cmd_ctx, type = "Cortex-M3 FBP"; full = "(Flash Patch and Breakpoint)"; break; + case 0x008: + type = "Cortex-M0 SCS"; + full = "(System Control Space)"; + break; + case 0x00a: + type = "Cortex-M0 DWT"; + full = "(Data Watchpoint and Trace)"; + break; + case 0x00b: + type = "Cortex-M0 BPU"; + full = "(Breakpoint Unit)"; + break; case 0x00c: type = "Cortex-M4 SCS"; full = "(System Control Space)";