Practical library series : Natural Tiny Shell (NT-Shell)
.
Abstract
Sometime, We need a shell for debugging purpose.
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. :)
Source codes
- The library : http://mbed.org/users/shintamainjp/libraries/NaturalTinyShell/lrjx57
- The example application : http://mbed.org/users/shintamainjp/programs/NaturalTinyShell_TestProgram/lrl5hc
The movie
Please log in to post comments.