Added console with one command (so far). #11

Merged
Joe merged 9 commits from console_dev into main 2026-01-10 22:49:51 +00:00
Owner

This PR adds console input to the same serial port as the logging output.

For now, there is only one command, log, which can be used to control the logging level for the various subsystems of the 32ESPecial.

I (8364) STATE: Entering the Configuring state.
KTag> help
help  [<string>] [-v <0|1>]
  Print the summary of all registered commands if no arguments are given,
  otherwise print summary of given command.
      <string>  Name of command
  -v, --verbose=<0|1>  If specified, list console commands with given verbose level

log 
  Control logging levels

KTag> log
Usage:
  log show
  log reset
  log off | on
  log <level>
  log tag <tag> [level|off]
Levels: none error warn info debug verbose
KTag> log show
Global level: info
Tag overrides:
  Protocols  : debug
KTag> 
This PR adds console input to the same serial port as the logging output. For now, there is only one command, `log`, which can be used to control the logging level for the various subsystems of the *32ESPecial*. ``` I (8364) STATE: Entering the Configuring state. KTag> help help [<string>] [-v <0|1>] Print the summary of all registered commands if no arguments are given, otherwise print summary of given command. <string> Name of command -v, --verbose=<0|1> If specified, list console commands with given verbose level log Control logging levels KTag> log Usage: log show log reset log off | on log <level> log tag <tag> [level|off] Levels: none error warn info debug verbose KTag> log show Global level: info Tag overrides: Protocols : debug KTag> ```
Joe added 8 commits 2026-01-10 22:41:35 +00:00
Joe added 1 commit 2026-01-10 22:42:57 +00:00
Joe merged commit 376acd4815 into main 2026-01-10 22:49:51 +00:00
Joe deleted branch console_dev 2026-01-10 22:49:51 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Software/2024A-SW#11
No description provided.