-
Notifications
You must be signed in to change notification settings - Fork 3k
A Reduced SPIF Block Device for Boot Loader #8349
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
@bulislaw , @donatieng , @ARMmbed/mbed-os-maintainers , @dannybenor , @davidsaada . |
@@ -0,0 +1,109 @@ | |||
{ | |||
"name": "rspif-driver" |
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.
Can this be formatted better? It's hard to read as it is
#define MBED_RSPIF_BLOCK_DEVICE_H | ||
|
||
/* | ||
#include <mbed.h> |
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.
why is this commented out? It would be better to remove it
@cmonr - unittest failed on non-related issue (lora), could you please trigger tests again? |
/morph build |
Build : SUCCESSBuild number : 3390 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3021 |
Test : SUCCESSBuild number : 3191 |
Description
Adding the original Reduced SPIF Block Device into mbed-os to be used only by the Boot Loader.
(The existing SPIF Block Device supports SFDP standard but is too large for the Boot Loader.)
Pull request type