FreeCalypso > hg > freecalypso-tools
diff target-utils/flash-boot-test/cmdtab.c @ 488:cd900b885eb2
target-utils/flash-boot-test: added wd (watchdog disable) command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2019 20:55:19 +0000 |
parents | dbb54db721d1 |
children | 3d7b546c710c |
line wrap: on
line diff
--- a/target-utils/flash-boot-test/cmdtab.c Sat Apr 13 04:11:28 2019 +0000 +++ b/target-utils/flash-boot-test/cmdtab.c Tue May 21 20:55:19 2019 +0000 @@ -11,6 +11,7 @@ extern void cmd_w32(); extern void cmd_memdump_human(); +extern void cmd_watchdog_disable(); extern void abb_init(); extern void abb_power_off(); @@ -28,5 +29,6 @@ {"w8", cmd_w8}, {"w16", cmd_w16}, {"w32", cmd_w32}, + {"wd", cmd_watchdog_disable}, {0, 0} };