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:
parent
6ac1482862
commit
38847b7841
3 changed files with 47 additions and 14 deletions
|
@ -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@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue