Initial console implementation.

This commit is contained in:
Joe Kearney 2026-01-08 18:53:29 -06:00
parent c8f6bf24fc
commit a25627232c
6 changed files with 371 additions and 7 deletions

View file

@ -0,0 +1,13 @@
idf_component_register(
SRCS
"Console.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"System_Events"
"console"
"log"
"nvs_flash"
"vfs"
)