ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

RP2040: Add support for the RP2040.

Open skilau opened this issue 1 year ago • 3 comments

P2040: Add support for the RP2040.

This patch is a small patch that adds in the required ifdefs to make the async web server work on the RP2040 platform.

It requires the use of the "AsyncTCP_RP2040W" package from here: https://github.com/khoih-prog/AsyncTCP_RP2040W

This pull request is being done in tandem with the main pull request on esphome here: https://github.com/esphome/esphome/pull/5305

skilau avatar Aug 28 '23 15:08 skilau

@jesserockz could you take a look at this?

LorbusChris avatar Dec 22 '23 18:12 LorbusChris

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks :+1:

Learn more about our pull request process.

esphome[bot] avatar Mar 31 '24 02:03 esphome[bot]

FYI, I am maintaining since a few months now a fork which is more up to date, compatible with Arduino 2 and 3, and which is already used in many big projects around.

https://github.com/mathieucarbou/ESPAsyncWebServer

And we also have a working PR under test for RP2040: https://github.com/mathieucarbou/ESPAsyncWebServer/pull/31

mathieucarbou avatar Jun 20 '24 06:06 mathieucarbou