examples: add component for protocol examples network functionality

This commit is contained in:
Ivan Grokhotkov
2018-11-21 00:40:26 +08:00
committed by bot
parent f871cc5ffa
commit 22bef90bd3
7 changed files with 558 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()