-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Proposal to remove SPIFReducedBlockDevice #12475
Conversation
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.
I don't mind removing it. On the contrary - I really dislike code duplication. However, as far as I remember, reasoning behind it was the fact that the with regular SPIF driver bootloader crossed the boundary of 32KB image size. Is this not true any more? If so, I'm all for it.
@VeijoPesonen, thank you for your changes. |
Ci started meanwhile |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
The driver is not needed by the bootloader anymore.
Pull request has been modified.
@SeppoTakalo rebased. Conflict was caused by a PR #12480. |
CI started This is removal without deprecation? @bulislaw Please review |
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.
If it's not needed for bootloader than sure.
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
The blockdevice is not needed by the bootloader. Removes SPIFReducedBlockDevice fully.
Impact of changes
Applications relying to SPIFReducedBlockDevice are forced to switch to SPIFBlockDevice. This comes at a cost of ROM and RAM usage.
Migration actions required
Applications need to switch on SPIFBlockDevice
Documentation
None
Pull request type
Test results
Reviewers
@SeppoTakalo
@davidsaada - Probably knows why this BlockDevice was kept
@bulislaw