mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 22:12:27 +02:00
feat(tls_cxx): Publish mbedtls component
Adds examples and tests. Also supports DTLS now.
This commit is contained in:
3
components/mbedtls_cxx/CMakeLists.txt
Normal file
3
components/mbedtls_cxx/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
idf_component_register(SRCS mbedtls_wrap.cpp
|
||||
INCLUDE_DIRS include
|
||||
REQUIRES tcp_transport)
|
Reference in New Issue
Block a user