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
Revision 1:215d60da45d1, committed 2016-05-26
- 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
diff -r 88f4d656d494 -r 215d60da45d1 cmd.c
diff -r 88f4d656d494 -r 215d60da45d1 cmd.h
diff -r 88f4d656d494 -r 215d60da45d1 main.cpp --- 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;
diff -r 88f4d656d494 -r 215d60da45d1 mbed.bld --- 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
diff -r 88f4d656d494 -r 215d60da45d1 mylib/NaturalTinyShell.lib