Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
158:36b5a9de58a1
Parent:
149:950c90425f7c
Child:
160:201b88aa08c1
--- a/src/CommandParser/cmd.cpp	Fri Sep 30 13:57:45 2016 +0000
+++ b/src/CommandParser/cmd.cpp	Fri Sep 30 14:20:32 2016 +0000
@@ -65,13 +65,16 @@
     {"create-manual",       "create a manual control",                          cmd_createManual    },
     {"create-setpoint",     "create a setpoint control",                        cmd_createSetpoint  },
     {"create-timer",        "create a timer control",                           cmd_createTimer     },
+    {"deep",                "dump EEP",                                         cmd_deep            },
     {"destroy-control",     "destroy a control",                                cmd_destroy         },
     {"heap",                "show heap statistics",                             cmd_heap            },
     {"help",                "help command",                                     cmd_help            },
+    {"ins-log",             "insert log event",                                 cmd_inslog          },
     {"log-level",           "get/set mDot log level",                           cmd_logLevel        },
     {"ls",                  "list user files",                                  cmd_ls              },
     {"modify-control",      "modify a control",                                 cmd_modify          },
     {"modmap",              "dump modbus register map",                         cmd_modmap          },
+    {"peep",                "push EEP",                                         cmd_peep            },
     {"reset",               "reset the controller",                             cmd_reset           },
     {"reset-stats",         "reset current mDot statistics",                    cmd_resetStats      },
     {"rm",                  "remove a user file",                               cmd_rm              },
@@ -80,18 +83,12 @@
     {"show-controls",       "display active controls",                          cmd_ShowControls    },
     {"show-outputs",        "dump outputs",                                     cmd_outputs         },
     {"snr-stats",           "get current SNR stats",                            cmd_snrStats        },
+    {"sout",                "set output",                                       cmd_sout            },
+    {"simin",               "simulate input",                                   cmd_simin           },
+    {"show-simin",          "show simulated inputs",                            cmd_showSimin       },
     {"stack",               "get thread stack usage stats",                     cmd_stack           },
     {"stats",               "get current mDot statistics",                      cmd_stats           },
     {"time",                "get current time",                                 cmd_time            },
-    {"sout",                "set output",                                       cmd_sout            },
-    {"simin",               "simulate input",                                   cmd_simin           },
-    {"deep",                "dump EEP",                                         cmd_deep            },
-    {"peep",                "push EEP",                                         cmd_peep            },
-    {"ins-log",             "insert log event",                                 cmd_inslog          },
-    {"show-simin",          "show simulated inputs",                            cmd_showSimin       },
-
-
-
     {NULL, NULL, NULL}
 };