1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/freertos
Andy Green fdf8a5f931 lws_mutex
Add a simple platform wrapper around OS mutexes.
*nix and windows == pthreads
freertos = SemaphoreHandle
2020-06-16 19:45:35 +01:00
..
esp32 drivers: initial generic gpio and i2c plus bitbang 2020-06-10 19:17:08 +01:00
CMakeLists.txt cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
freertos-fds.c freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00
freertos-file.c esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00
freertos-init.c drivers: initial generic gpio and i2c plus bitbang 2020-06-10 19:17:08 +01:00
freertos-misc.c esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00
freertos-pipe.c freertos: lws_cancel_service udp as pipe 2020-01-15 19:52:41 +00:00
freertos-resolv.c ntpclient: add plat-specific init with env var LWS_NTP_SERVER able to set it on unix and windows 2020-04-25 15:11:21 +01:00
freertos-service.c sul: multiple timer domains 2020-06-02 08:37:10 +01:00
freertos-sockets.c esp32: shift to support latest esp-idf 2020-05-27 08:40:12 +01:00
private-lib-plat-freertos.h lws_mutex 2020-06-16 19:45:35 +01:00