Natural Tiny Shell (NT-Shell) library is a tiny shell library for a small embedded system. The interface is really simple. You should only know ntshell_execute in ntshell.h. So you can port it to any embedded system easily. Please enjoy your small embedded system with it. :)

Dependencies:   mbed NaturalTinyShell

Files at this revision

API Documentation at this revision

Comitter:
shintamainjp
Date:
Thu May 26 21:27:20 2016 +0000
Parent:
0:88f4d656d494
Commit message:
I just removed an instance of DigitalOut for the LED because it doesn't use it. Thanks @GarageStyleMsc !

Changed in this revision

cmd.c Show annotated file Show diff for this revision Revisions of this file
cmd.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
mylib/NaturalTinyShell.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun May 22 02:52:46 2011 +0000
+++ b/main.cpp	Thu May 26 21:27:20 2016 +0000
@@ -33,7 +33,6 @@
 #include "ntopt.h"
 #include "cmd.h"
 
-DigitalOut myled(LED1);
 Serial serial(USBTX, USBRX);
 ntshell_t ntshell;
 
--- a/mbed.bld	Sun May 22 02:52:46 2011 +0000
+++ b/mbed.bld	Thu May 26 21:27:20 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/63bcd7ba4912
+http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34
\ No newline at end of file