1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/esp32
Andy Green 498a4e2bd7 sul: all timed objects use a single pt sul list
wsi timeout, wsi hrtimer, sequencer timeout and vh-protocol timer
all now participate on a single sorted us list.

The whole idea of polling wakes is thrown out, poll waits ignore the
timeout field and always use infinite timeouts.

Introduce a public api that can schedule its own callback from the event
loop with us resolution (usually ms is all the platform can do).

Upgrade timeouts and sequencer timeouts to also be able to use us resolution.

Introduce a prepared fakewsi in the pt, so we don't have to allocate
one on the heap when we need it.

Directly handle vh-protocol timer if LWS_MAX_SMP == 1
2019-08-09 10:12:09 +01:00
..
esp32-fds.c esp32: compiler complains about insert_wsi as macro 2019-07-02 08:54:29 +01:00
esp32-file.c rtos: add support for AMAZON_RTOS 2019-06-05 05:04:17 +01:00
esp32-helpers.c lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
esp32-init.c rtos: use mbedtls random api 2019-08-08 09:45:09 +01:00
esp32-misc.c rtos: use mbedtls random api 2019-08-08 09:45:09 +01:00
esp32-pipe.c esp32: follow idf meddlings 2018-09-12 09:38:30 +08:00
esp32-service.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
esp32-sockets.c bzero: replace all with memset 2019-03-10 08:02:02 +08:00
esp_attr.h esp32: add local esp_attr 2019-07-13 15:05:55 -07:00
private.h esp32: compiler complains about insert_wsi as macro 2019-07-02 08:54:29 +01:00