-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
ESP32-S3 PowerFeather Support for v2.x #9325
ESP32-S3 PowerFeather Support for v2.x #9325
Conversation
Add pins D7, D8 Correct pin numbers for ALARM and EN
Also adds another partition scheme based of off default_8MB, but fat partition.
Hello @P-R-O-C-H-Y, in #8889 (comment) you mentioned that these definitions are no longer necessary. I thought it was only for v3, but is it also the case for v2 (since apparently all checks have passed)? |
Hello @powerfeatherdev, our core is not using those definitions anywhere, so as you said all check passed without that. But there are lot of 3rd party libraries and examples which may use those definitions. So if they are not defined for the board, the user may get in trouble :) |
@P-R-O-C-H-Y Thanks for the clarification. |
@SuGlider @me-no-dev @P-R-O-C-H-Y Please take a look. |
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.
Looks good :)
* Add support for ESP32-S3 PowerFeather * Replace GPIO_NUM_X with just the pin number * Pattern powerfeather entries after generic s3 board * Remove redefinitions, add pin aliases to pins_arduino.h * Fix and add pin definitions Add pins D7, D8 Correct pin numbers for ALARM and EN * Enable CDC on boot * Use partition schemes appropriate for flash size Also adds another partition scheme based of off default_8MB, but fat partition. * Add some required definitions to pins_arduino.h
Cherry-picked commits from #8889 and #9052, but for release/v2.x.