aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/atsame5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/atsame5.c')
-rw-r--r--src/flash/nor/atsame5.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/flash/nor/atsame5.c b/src/flash/nor/atsame5.c
index 833177e..df42349 100644
--- a/src/flash/nor/atsame5.c
+++ b/src/flash/nor/atsame5.c
@@ -893,12 +893,14 @@ COMMAND_HANDLER(samd_handle_reset_deassert)
static const struct command_registration same5_exec_command_handlers[] = {
{
.name = "dsu_reset_deassert",
+ .usage = "",
.handler = samd_handle_reset_deassert,
.mode = COMMAND_EXEC,
.help = "Deasert internal reset held by DSU."
},
{
.name = "chip-erase",
+ .usage = "",
.handler = same5_handle_chip_erase_command,
.mode = COMMAND_EXEC,
.help = "Erase the entire Flash by using the Chip-"