feat(sockutls): Add initial support for socket helpers

This commit is contained in:
David Cermak
2024-10-08 21:27:11 +02:00
parent 72f4f7c7a3
commit 31f57ad067
33 changed files with 1186 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
idf_component_register(SRCS "src/getnameinfo.c"
"src/ifaddrs.c"
"src/gai_strerror.c"
"src/socketpair.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES lwip esp_netif)