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
2 changed files with 3 additions and 2 deletions
Showing only changes of commit bf3b42204c - Show all commits

View file

@ -387,6 +387,7 @@ void Initialize_Console(void)
esp_console_repl_config_t repl_cfg = ESP_CONSOLE_REPL_CONFIG_DEFAULT(); esp_console_repl_config_t repl_cfg = ESP_CONSOLE_REPL_CONFIG_DEFAULT();
repl_cfg.prompt = "KTag>"; repl_cfg.prompt = "KTag>";
repl_cfg.max_cmdline_length = 1024; repl_cfg.max_cmdline_length = 1024;
repl_cfg.max_history_len = 16;
log_config_load(); log_config_load();
register_log_command(); register_log_command();

View file

@ -450,7 +450,7 @@ CONFIG_BOOTLOADER_LOG_LEVEL=3
# #
# Format # Format
# #
# CONFIG_BOOTLOADER_LOG_COLORS is not set CONFIG_BOOTLOADER_LOG_COLORS=y
CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y
# end of Format # end of Format
@ -1976,7 +1976,7 @@ CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE=31
# #
# Format # Format
# #
# CONFIG_LOG_COLORS is not set CONFIG_LOG_COLORS=y
CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y
# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set # CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set
# end of Format # end of Format