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/esp32
Andy Green e3743d47b4 lws_spi: Add esp32 DMA support
This provides an alternative esp32-specific SPI driver with ops that can be
swapped in place of the gpio bitbang one.

The pinmux info and lws gpio driver and other data in the spi bitbang
struct are used as-is by the DMA one.

New ops are provided which are able to allocate and free DMA-able memory so
the device drivers can prepare directly usable buffers.  Bounce through to
DMA-able buffers is also transparently supported.
2022-03-25 08:18:30 +00:00
..
drivers lws_spi: Add esp32 DMA support 2022-03-25 08:18:30 +00:00
esp32-lws_ota.c lws_ota 2022-03-25 08:18:30 +00:00
esp_attr.h freertos: rename esp32 plat to freertos 2019-08-26 09:58:57 +01:00