feat(console): Added simple component for console initialization

This commit is contained in:
Abhik Roy
2023-10-09 22:37:46 +11:00
parent 5143f5ac01
commit 1ac4e41771
14 changed files with 469 additions and 2 deletions

View File

@ -0,0 +1,3 @@
idf_component_register(SRCS "console_simple_init.c"
INCLUDE_DIRS "."
PRIV_REQUIRES console)