-
Notifications
You must be signed in to change notification settings - Fork 3k
NVStore - remove Thread.h include #6940
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
As this include is not actually needed. Having it will cause issues with the bootloader, as this will cause a need to get the full CMSIS/RTOS package etc., which would bloat the bootloader size.
Looks good to me. Include is there by accident probably - no usage of threads in NVStore. |
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 to me.
We would want this to the next patch release, please. |
/morph build |
Build : SUCCESSBuild number : 2051 Triggering tests/morph test |
Test : SUCCESSBuild number : 1861 |
Exporter Build : FAILUREBuild number : 1694 |
Launching this again.
/morph export-build |
Exporter Build : SUCCESSBuild number : 1701 |
Description
Remove include of Thread.h as this include is not actually needed.
Having it will cause issues with the bootloader size, as this will cause
a need to get the full CMSIS/RTOS package etc., which would bloat
the bootloader size.
Minor fix, bootloader compiles with Mbed Cloud supported boards.
Pull request type