1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/freertos
Andy Green 6762c7367f remove: old esp32 helper pieces
The old esp32 -factory stuff along with the lws support doesn't have a
future in its old form.  It has users but the ratio of effort to
contribution is really especially bad.  I haven't updated it for more
than a year since esp-idf changes broke the original stuff.

Freertos plat is alive and well and getting a lot of new use, ESP-32 is
supported both there and by modern lws_drivers pieces, including in CI
on real hardware, any further effort will be invested in that direction
instead of more vendor api-specific code (outside of wrapper
implementation).

lws_drivers wraps any SDK apis in generic lws apis such that your code
just uses those, enabling it to become SDK / SoC / vendor independent.
Its first implementation is on esp-idf, the low and mid-level features
that were in the old -factory are already available using that and
new technologies like lws_struct and Secure Streams.
2020-07-15 16:18:00 +01:00
..
esp32 remove: old esp32 helper pieces 2020-07-15 16:18:00 +01:00
CMakeLists.txt remove: old esp32 helper pieces 2020-07-15 16:18:00 +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-wrover-kit 2020-06-30 19:35:41 +01:00
freertos-pipe.c freertos: lws_cancel_service udp as pipe 2020-01-15 19:52:41 +00:00
freertos-resolv.c lws_netdev 2020-07-02 10:36:31 +01:00
freertos-service.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
freertos-sockets.c lws_netdev 2020-07-02 10:36:31 +01:00
private-lib-plat-freertos.h lws_button: classification 2020-06-27 07:57:22 +01:00