-
Notifications
You must be signed in to change notification settings - Fork 3k
Rollup PR: #8686
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
Rollup PR: #8686
Conversation
Handle the case where the number of bytes to write is not aligned to page size Signed-off-by: Mahesh Mahadevan <[email protected]>
1. Add missing SPI and I2C pins. 2. Remove pin definitions for pins that are no connects.
CRC class adds to the ROM size even when disabled runtime, because of addition of ROM tables. Addition a compile time option to disable CRC is required for reducing code size of SD driver component. Library config option `SD_CRC_ENABLED` is added, set it to 0 to disable CRC feature in SD.
Signed-off-by: Mahesh Mahadevan <[email protected]>
### Description The prior logic assumed that "." would not be added to the include paths, indicating that the project root would not be added to the include paths correctly in the online environment ("." would be incorrect there). This change set started by removing the addition of "*.", and then fixed building from there. ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
Sync mbed-client-cli with master repo v0.4.0.
### Description The prior fix made the assumption that you wanted to compute all of the parents for a give header file going all the way up the path. This is not true: you probably want to stop when the project stops. We already keep track of a virtual name within the project, so instead, we compute parents of the name, and generate the actual location of these files in your FS as the path. This makes the solution robust offline and online (I tested it with my local copy of os.mbed.com) ### Pull request type [x] Fix [ ] Refactor [ ] Target update [ ] Functionality change [ ] Docs update [ ] Test update [ ] Breaking change
…stems/mbed into rollup
…mbed-os into rollup
…cro/mbed into rollup
/morph build |
Build : SUCCESSBuild number : 3586 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 3196 |
Test : FAILUREBuild number : 3361 |
One board went down, restarting /morph test |
Test : FAILUREBuild number : 3365 |
2 failures:
I could not locate any issue for these, and recall seeing this RTC previously. @mprse this timeout in the test case, have you experienced it or can you reproduce locally? |
/morph test |
Test : SUCCESSBuild number : 3366 |
Description
This Rollup PR contains the following bundled PRs:
Pull request type