Initial console implementation.
This commit is contained in:
parent
c8f6bf24fc
commit
a25627232c
6 changed files with 371 additions and 7 deletions
13
components/Console/CMakeLists.txt
Normal file
13
components/Console/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
idf_component_register(
|
||||
SRCS
|
||||
"Console.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
REQUIRES
|
||||
"SystemK"
|
||||
"System_Events"
|
||||
"console"
|
||||
"log"
|
||||
"nvs_flash"
|
||||
"vfs"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue