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. :)

Dependents:   NaturalTinyShell_TestProgram

Auto generated API documentation and code listings for NaturalTinyShell

Classes

text_history_t テキストヒストリ構造体。

Code

ntlibc.c [code] NT-Shellで用いる小規模libcの実装。
ntlibc.h [code] NT-Shellで用いる小規模libcの定義。
ntopt.c [code] NT-Shell用オプション解析モジュールの実装。
ntopt.h [code] NT-Shell用オプション解析モジュールの定義。
ntshell.c [code] 小規模組み込みシステム向けのシェルシステムの実装。
ntshell.h [code] 小規模組み込みシステム向けのシェルシステムの定義。
text_editor.c [code] NT-Shell用テキストエディタモジュールの実装。
text_editor.h [code] NT-Shell用テキストエディタモジュールの定義。
text_history.c [code] NT-Shell用テキストヒストリモジュールの実装。
text_history.h [code] NT-Shell用テキストヒストリモジュールの定義。
vtparse.c [code] VTParse
vtparse.h [code] VTParse
vtparse_table.c [code] VTParse
vtparse_table.h [code] VTParse