Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RP2040: Add support for the RP2040. #22

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

skilau
Copy link

@skilau skilau commented Aug 28, 2023

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:
esphome/esphome#5305

@LorbusChris
Copy link

@jesserockz could you take a look at this?

Copy link
Member

@jesserockz jesserockz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just re-read the description and if this is so, then it should be a part of the dependencies in library.json.

It requires the use of the "AsyncTCP_RP2040W" package from here:
khoih-prog/AsyncTCP_RP2040W

@esphome esphome bot marked this pull request as draft March 31, 2024 02:39
@esphome
Copy link

esphome bot commented Mar 31, 2024

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

Learn more about our pull request process.

@mathieucarbou
Copy link

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: mathieucarbou#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants