Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: akudlacek/cli

Tags

V2.0.6

Toggle V2.0.6's commit message
add print with newline and terminal init by sending nl

V2.0.5

Toggle V2.0.5's commit message
Internal refactoring, newline fixs, added clear rx buf

V2.0.4

Toggle V2.0.4's commit message
const correcting

Signed-off-by: akudlacek <[email protected]>

V2.0.3

Toggle V2.0.3's commit message
increase default CLI_MAX_LEN_BUFF to 256

Signed-off-by: akudlacek <[email protected]>

V2.0.2

Toggle V2.0.2's commit message
Made the rest of the #defines redefinable without having to modify fi…

…rmware.

You will have to use preprocessor global symbols of some sort

Signed-off-by: akudlacek <[email protected]>

V2.0.1

Toggle V2.0.1's commit message
V2.0.1 Fixed a few issues

-Works with ARM/GNU99
-Echo enabled by default
-Missing some local variable init
-backspace echoed only if deleting from local buffer
-have to use memset to clean buffer, otherwise garbage will get interperted as arguments
-added some more datatypes
-the command list uses macros around the function pointers

Signed-off-by: akudlacek <[email protected]>

V2.0.0

Toggle V2.0.0's commit message
fixed help command formatting

Signed-off-by: akudlacek <[email protected]>