Added console with one command (so far): log (#11)
Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #11
This commit is contained in:
parent
c8f6bf24fc
commit
376acd4815
11 changed files with 494 additions and 19 deletions
15
components/Console/CMakeLists.txt
Normal file
15
components/Console/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
idf_component_register(
|
||||
SRCS
|
||||
"Console.c"
|
||||
"Commands/Log_Command.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
"./Commands"
|
||||
REQUIRES
|
||||
"SystemK"
|
||||
"System_Events"
|
||||
"console"
|
||||
"log"
|
||||
"nvs_flash"
|
||||
"vfs"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue