-
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
fix(rainmaker): Add new partition tables that fits the binary size #10046
fix(rainmaker): Add new partition tables that fits the binary size #10046
Conversation
👋 Hello P-R-O-C-H-Y, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
* feat(board) add Waveshare ESP32-S3-Matrix Adds support for the Waveshare ESP32-S3-Matrix board. Includes changes to the Rainmaker partitions as per PR #10046 . * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
tools/partitions/rainmaker_8MB.csv is broken. According to the documentation:
So the |
Description of Change
This PR adds 2 partitions tables for RainMaker and fixes+renamed the old one:
Partitions have been updated for all existing boards according to the flash size options.
Tests scenarios
Tested locally on all supported targets.
Related links
Closes #10036