examples: add component for protocol examples network functionality

* Original commit: espressif/esp-idf@22bef90bd3
This commit is contained in:
Ivan Grokhotkov
2018-11-21 00:40:26 +08:00
committed by suren-gabrielyan-espressif
parent 6ea0ea93fa
commit 25f8656fbc
6 changed files with 538 additions and 0 deletions

View File

@ -0,0 +1,5 @@
set(COMPONENT_SRCS "connect.c"
"stdin_out.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
register_component()