-
Notifications
You must be signed in to change notification settings - Fork 3k
Use SingletonPtr in Nanostack HAL #6663
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
Conversation
Avoid static data/code overhead when Nanostack HAL isn't in use. Preparation for removal of FEATURE_COMMON_PAL.
@SeppoTakalo - maybe cherry-pick this into your thing |
/morph build |
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.
Good.
Build : SUCCESSBuild number : 1781 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1424 |
cc @studavekar /morph export-build |
/morph uvisor-test |
Test : SUCCESSBuild number : 1591 |
Exporter Build : FAILUREBuild number : 1433 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 1441 |
This has been added on top of #6627 which is targeted for 5.9 |
Was marked as refactor, should not have been labelled for 5.8.3. |
Description
Avoid static data/code overhead when Nanostack HAL isn't in use.
Preparation for removal of FEATURE_COMMON_PAL.
Pull request type
[ ] Fix
[X] Refactor
[ ] New target
[ ] Feature
[ ] Breaking change