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:
- 74:03ccf04998b5
- Parent:
- 71:34856d21f2bf
- Child:
- 77:43e0a3d9e536
--- a/src/CommandParser/cmd.cpp Fri Sep 16 21:44:38 2016 +0000 +++ b/src/CommandParser/cmd.cpp Mon Sep 19 12:54:55 2016 +0000 @@ -65,12 +65,12 @@ {"ls", "list user files", cmd_ls }, {"modify", "modify a control", cmd_modify }, {"modmap", "dump modbus register map", cmd_modmap }, - {"outputs", "dump outputs", cmd_outputs }, {"reset", "reset the controller", cmd_reset }, {"reset-stats", "reset current mDot statistics", cmd_resetStats }, {"rm", "remove a user file", cmd_rm }, {"rssi-stats", "get current rssi stats", cmd_rssiStats }, {"show-controls", "display active controls", cmd_ShowControls }, + {"show-outputs", "dump outputs", cmd_outputs }, {"snr-stats", "get current SNR stats", cmd_snrStats }, {"stack", "get thread stack usage stats", cmd_stack }, {"stats", "get current mDot statistics", cmd_stats },