-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Add board support for Nologo ESP32S3 Pico #9181
Conversation
👋 Hello imyelo, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@imyelo PTAL on my comments.
5913035
to
cc476b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PTAL @imyelo
@imyelo You have added a json file, which should not exist in our repository. Please remove it and add the I2C and SPI pins. Thanks |
cc476b9
to
bc283a8
Compare
Thanks for your review. Pins added, but I didn't find the json file mentioned. do you mean the reference in the commit from another pr to platformio, or I'm missing something 😄 |
Looks good now :) and I am 100% sure I saw the platformio json file in this PR before 😄. |
please fix the conflicts :) |
detail of nologo esp32s3 pico: https://www.nologo.tech/product/esp32/esp32s3Pico/esp32S3Pico.html
bc283a8
to
573910d
Compare
👌 Fixed. |
Description of Change
Add board support for Nologo ESP32S3 Pico
Tests scenarios
I have tested my pr on this board. Verified by compiling and uploading using PlatformIO, cherry-picking the changes onto the v2.0.11 branch.
Related links