Build files for esp-idf

This commit is contained in:
Xavier Del Campo Romero 2020-03-20 16:22:36 +01:00
parent 7c5af7734a
commit 278517ee1e
2 changed files with 7 additions and 0 deletions

6
CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
idf_component_register(
SRCS
"dynstr.c"
INCLUDE_DIRS
"include"
)

1
component.mk Normal file
View File

@ -0,0 +1 @@