-
- Downloads
esp32: align with esp-idf changes
LWIP_SOCKET_OFFSET is now nonzero, which I handled a while back. But the C api support for it is broken in esp-idf. select() takes unmodified fds, but FD_SET / FD_ISSET etc must have the offset subtracted on their args. With this we are working on current HEAD esp-idf.
Showing
- component.mk 2 additions, 2 deletionscomponent.mk
- lib/alloc.c 1 addition, 1 deletionlib/alloc.c
- lib/handshake.c 3 additions, 3 deletionslib/handshake.c
- lib/http2/hpack.c 9 additions, 2 deletionslib/http2/hpack.c
- lib/http2/http2.c 4 additions, 2 deletionslib/http2/http2.c
- lib/libwebsockets.c 0 additions, 1 deletionlib/libwebsockets.c
- lib/libwebsockets.h 2 additions, 0 deletionslib/libwebsockets.h
- lib/plat/lws-plat-esp32.c 152 additions, 93 deletionslib/plat/lws-plat-esp32.c
- lib/pollfd.c 1 addition, 1 deletionlib/pollfd.c
- lib/service.c 13 additions, 16 deletionslib/service.c
- lib/tls/mbedtls/ssl.c 0 additions, 1 deletionlib/tls/mbedtls/ssl.c
- plugins/protocol_esp32_lws_ota.c 2 additions, 2 deletionsplugins/protocol_esp32_lws_ota.c
- plugins/protocol_esp32_lws_scan.c 53 additions, 12 deletionsplugins/protocol_esp32_lws_scan.c
Loading
Please register or sign in to comment