-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: add rp2040 support #31
Conversation
Thanks, reviewed, all fine. |
832118d
to
dbd738d
Compare
@ayushsharma82 so I am able to make it compile, there were also some errors due to the HTTP method enums. I've also updated the CI go through the pio file for pio and added a section for the rp2040. I've set this PR to draft until you can correctly test it. |
@ayushsharma82 : FYI I am changing the base branch to dev and will merge this PR to the dev branch. |
with the Raspberry Pi pico board (RP2040) without WiFi, but using the W5500 ethernet chip, it gives the following error: c:\Users\Michel\Documents\Arduino\libraries\AsyncTCP_RP2040W\src/AsyncTCP_RP2040W.h:73:4: error : #error For RASPBERRY_PI_PICO_W board using CYW43439 WiFi only 73 | #error For RASPBERRY_PI_PICO_W board using CYW43439 WiFi only | ^~~~~ |
@MicSG-dev : please open a new issue with your pio config (board, platfrom, etc). |
Adds RP2040 support using
AsyncTCP_RP2040W
library.Compiles fine but I'll do some actual tests soon.