Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/CommandParser/cmd.cpp
- Revision:
- 13:c80c283f9db2
- Parent:
- 12:ea87887ca7ad
- Child:
- 14:cc916fa8dd11
diff -r ea87887ca7ad -r c80c283f9db2 src/CommandParser/cmd.cpp --- a/src/CommandParser/cmd.cpp Wed Sep 07 13:22:28 2016 +0000 +++ b/src/CommandParser/cmd.cpp Wed Sep 07 13:52:25 2016 +0000 @@ -143,7 +143,8 @@ { UNUSED(argc); UNUSED(argv); - NVIC_SystemReset(); + //NVIC_SystemReset(); + GLOBAL_mdot->resetCpu(); } void cmd_create(int argc, char **argv)