This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
6b7da96d5b
esp-idf
/
components
/
esp-tls
/
component.mk
4 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
esp-tls: Basic structure Purpose: 1. TLS calls can be too many, and require a user to know the expected behaviour. A simple TLS socket wrapper that can be used in any higher level protocol. 2. Uses OpenSSL compatibility layer, so applications using esp-tls can be built on the host, and it should just work on ESP
2018-02-02 22:31:45 -05:00
COMPONENT_SRCDIRS
:=
.
esp-tls: capturing specific errors to be available in tcp_transport and then in application code
2019-04-09 10:08:05 -04:00
COMPONENT_ADD_INCLUDEDIRS
:=
. private_include
Reference in New Issue
Copy Permalink