esp-idf/components/tcp_transport
Chen Yi Qun caaf62bdad driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages
__FILE__ macro in the error messages adds full paths to the production binarys, remove __FILE__ from the ESP_LOGE.

Closes https://github.com/espressif/esp-idf/issues/5637
Merges https://github.com/espressif/esp-idf/pull/5638
2020-08-03 15:21:36 +08:00
..
include secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
private_include driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages 2020-08-03 15:21:36 +08:00
test tcp_transport: unit test for tcp connection timeout 2020-05-05 15:53:09 +02:00
CMakeLists.txt
Kconfig websocket: add configurable ws_transport buffer size 2020-07-20 10:02:31 +00:00
component.mk
transport.c
transport_ssl.c secure_element: atecc608_ecdsa example 2020-05-21 13:08:30 +05:30
transport_tcp.c tcp_transport: close to return error only for socket error or invalid args 2020-05-05 15:53:09 +02:00
transport_utils.c
transport_ws.c websocket: add configurable ws_transport buffer size 2020-07-20 10:02:31 +00:00