-
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
Rollup part 2 for 5.14 #11366
Rollup part 2 for 5.14 #11366
Conversation
Some tests depend on that behavior.
…iginal cube HAL
For memories like MX25LM51245G that do not support dual or quad read (in this case because it supports single and octo-IO modes)
This could cause incomplete data retrieval and mismatch when reading data in more than one chunk, because every chunk would be read to the same location at the beginning of the output buffer.
For STM32 platforms that embed an OSPI IP, we're offering a QSPI fallback support with this commit. When OSPI is supported in mbed, we can consider adding full OSPI support
Keep former behaviour for I2C V1. For I2C V2: Use only I2C_FIRST_FRAME, I2C_FIRST_AND_LAST_FRAME and I2C_LAST_FRAME, thus we avoid using reload bit. Reload suppose the next frame would be in the same direction, but we have no guarranty about this. So we cannot use reload bit. Note: in case of 2 consecutive I2C_FIRST_FRAME, a restart is automatically generated only if there is direction change in the direction.
On last case #5 there was a last unexpected read. It happened when stop condition was generated
- Removing LED pin definitions based on color. - Removing and updating incorrect USB pin definitions. - Adding comments for Arduino SPI and I2C pins.
…github.com/dmaziec1/mbed-os into dev_rollup
…m/ABOSTM/mbed-os into dev_rollup
…press/mbed-os into dev_rollup
…TM/mbed into dev_rollup
CI started |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
CI restarted (crypto example was fixed) |
@0xc0170, thank you for your changes. |
Test run: FAILEDSummary: 2 of 4 test jobs failed Failed test jobs:
|
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
This rollup contains PRs:
#11348
#11337
#11334
#11296
#11290
#11248
Pull request type
Reviewers
Release Notes