feature/tcp_transport: Added the tcp_transport component from idf.

This commit is contained in:
Supreet Deshpande
2019-02-13 12:34:59 +05:30
parent 5e98e3f211
commit f08ef6b688
12 changed files with 1441 additions and 0 deletions

View File

@ -0,0 +1,11 @@
set(COMPONENT_SRCS "transport.c"
"transport_ssl.c"
"transport_tcp.c"
"transport_ws.c"
"transport_utils.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_REQUIRES lwip esp-tls)
register_component()