-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[darwin-framework-tool] Enable operational advertisement for per cont… #39865
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
base: master
Are you sure you want to change the base?
[darwin-framework-tool] Enable operational advertisement for per cont… #39865
Conversation
fast track: platform-specific changes made by platform maintainer. |
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.
Code Review
This pull request enables operational advertisements when using darwin-framework-tool
with per-controller storage, which is the default. The change is a one-line addition to set shouldAdvertiseOperational
to YES
during controller setup. This appears to be a straightforward bug fix that restores expected behavior, and the implementation is correct and consistent with the surrounding code. I have no further comments.
PR #39865: Size comparison from 587b904 to 47a6930 Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #39865: Size comparison from ddb2cbf to 08ee9d8 Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
…roller storage
Summary
When
darwin-framework-tool
is used with per-controller storage (the default), operational advertisements are not emitted.Related issues
N/A
Testing
Run
./out/debug/standalone/darwin-framework-tool interactive start
and look at the logs.Without this patch: No operational advertisements
With this patch: Operational advertisements run as expected.