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 5627de9 commit 3576cdfCopy full SHA for 3576cdf
src/target/lpc546xx.c
@@ -182,6 +182,8 @@ static void lpc546xx_reset_attach(target_s *t)
182
183
static bool lpc546xx_cmd_erase_sector(target_s *t, int argc, const char **argv)
184
{
185
+ tc_printf(t, "This command is deprecated in favor of erase_range and may be removed in the future\n");
186
+
187
if (argc > 1) {
188
uint32_t sector_addr = strtoul(argv[1], NULL, 0);
189
sector_addr *= t->flash->blocksize;
0 commit comments