Added more CLI commands.

- Hex debug for debugging VT100 control characters from the keyboard
- Renamed reset to restart (software reset)
- Added reset command (same as bash reset, which resets the VT100 variables)
- Cleaned up the version module field
This commit is contained in:
Jacob Alexander 2014-01-23 02:36:00 -08:00
parent 6ac1482862
commit 38847b7841
3 changed files with 47 additions and 14 deletions

View file

@ -41,7 +41,7 @@
#define CLI_RepoOrigin "@Git_Origin_URL@"
#define CLI_CommitDate "@Git_Date_INFO@"
#define CLI_CommitAuthor @Git_Commit_Author@
#define CLI_Modules "@OutputModule@ @DebugModule@"
#define CLI_Modules "Output(@OutputModule@) Debug(@DebugModule@)"
#define CLI_BuildDate "@Build_Date@"
#define CLI_BuildOS "@CMAKE_SYSTEM@"
#define CLI_Arch "@COMPILER_FAMILY@"