-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[cherry-pick][esp32]add nvs size to 48k bytes for matter 1.1 (#28353) #28407
[cherry-pick][esp32]add nvs size to 48k bytes for matter 1.1 (#28353) #28407
Conversation
Jerry-ESP
commented
Jul 31, 2023
- This branch add nvs size to 48k bytes for matter 1.1 for esp32 examples
- Cherry pick from Add nvs size to 48k bytes in examples for matter 1.1 #28353
We need to cherrypick gdbgui fixes as well, otherwise CI seems to be completely broken. |
Hi @andy31415 , which gdbgui fixes should I cherry-pick ? |
#28007 is the PR I believe. we may have already CPed this though, so I updated the branch. |
PR #28407: Size comparison from 505bbef to dcfdf70 Increases (4 builds for bl702, k32w, nrfconnect, psoc6)
Decreases (4 builds for bl602, cc32xx, k32w, psoc6)
Full report (30 builds for bl602, bl702, cc13x2_26x2, cc32xx, cyw30739, k32w, linux, nrfconnect, psoc6, qpg)
|
We run out of space now on builds - cleaning up builds in CI scripts has to probably be done as a separate (1.1 specific) PR. Will merge as is. |