literm is a small terminal for the mbed This library allows mbed users to easily create a terminal for their mbed and simplify developpment. Users can simply add their own commands by using the LITERM_CMD macro. Each command is described by a name a description and a fallback which can get literm context and commands arguments. Please refers to the documentation, examples and don't hesitate to submit bugs, advices or request.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
0:ae9f1dd56e92 | 2013-10-08 | garfunkheul | this is the first commit, introducing literm. Literm is a small terminal for the mbed which supports: simple command adding, auto help, small history, ctrl+c and ctrl+d. |