常见的嵌入式 Shell 方案:
FinSh msh:RT-Thread 的
TingSH
Letter shell
cmd parser
nr micro shell
还有个于振南的 ZN'Shell,由 FinSh 改进过来。
MyShell
ZN'Shell 改个名字,改个 Logo
不带参数的命令
void function1(void) {}
ZNS_CMD_EXPORT(function1, this is a shell cmd demo)带参数的命令
void function1(void) {}
ZNS_CMD_EXPORT(function1, this is a shell cmd demo)