rp: Add CORTEXM_TOPT_INHIBIT_SRST to target_options

This commit is contained in:
James Turton 2022-06-08 23:34:07 +03:00 committed by Rachel Mant
parent 4ec68023af
commit 203c5149e7
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ bool rp_probe(target *t)
}
rp_add_flash(t, XIP_FLASH_START, size << 1);
t->driver = RP_ID;
t->target_options |= CORTEXM_TOPT_INHIBIT_SRST;
target_add_ram(t, SRAM_START, 0x42000);
target_add_ram(t, 0x51000000, 0x1000);
target_add_commands(t, rp_cmd_list, RP_ID);