-
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
Commits on Aug 16, 2019
-
ATHandler::read_int: allow returning 0 successfully
Marcin Radomski committedAug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for c0032c9 - Browse repository at this point
Copy the full SHA c0032c9View commit details -
Do not fail on trailing data in read_int
Some tests depend on that behavior.
Marcin Radomski committedAug 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 726eace - Browse repository at this point
Copy the full SHA 726eaceView commit details
Commits on Aug 22, 2019
-
TARGET_STM: I2C sequential communication revert PR ARMmbed#3324 to or…
…iginal cube HAL
Configuration menu - View commit details
-
Copy full SHA for 7647b39 - Browse repository at this point
Copy the full SHA 7647b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dddf64 - Browse repository at this point
Copy the full SHA 7dddf64View commit details -
QSPI test: Add condition to multiple IO read support
For memories like MX25LM51245G that do not support dual or quad read (in this case because it supports single and octo-IO modes)
Configuration menu - View commit details
-
Copy full SHA for ac08592 - Browse repository at this point
Copy the full SHA ac08592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f22a10 - Browse repository at this point
Copy the full SHA 4f22a10View commit details
Commits on Aug 23, 2019
-
Fix missing offset in TBStore read from flash
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.
Kyle Kearney committedAug 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 06dd330 - Browse repository at this point
Copy the full SHA 06dd330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c29136 - Browse repository at this point
Copy the full SHA 1c29136View commit details -
STM32L4: Add OSPI IP support in fallback QSPI mode
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
Configuration menu - View commit details
-
Copy full SHA for 8cd00b3 - Browse repository at this point
Copy the full SHA 8cd00b3View commit details -
TARGET_STM: Fix I2C sequential communication
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.
Configuration menu - View commit details
-
Copy full SHA for 7910de2 - Browse repository at this point
Copy the full SHA 7910de2View commit details
Commits on Aug 26, 2019
-
Fix I2C issue with test mbed_hal_fpga_ci_test_shield
On last case #5 there was a last unexpected read. It happened when stop condition was generated
Configuration menu - View commit details
-
Copy full SHA for de121a3 - Browse repository at this point
Copy the full SHA de121a3View commit details
Commits on Aug 27, 2019
-
Mutex: _count incrementation brought back
Dominika Maziec committedAug 27, 2019 Configuration menu - View commit details
-
Copy full SHA for b5826fc - Browse repository at this point
Copy the full SHA b5826fcView commit details -
Updating SDP-K1 PinNames.h file.
- Removing LED pin definitions based on color. - Removing and updating incorrect USB pin definitions. - Adding comments for Arduino SPI and I2C pins.
Configuration menu - View commit details
-
Copy full SHA for db0d3d2 - Browse repository at this point
Copy the full SHA db0d3d2View commit details
Commits on Aug 28, 2019
-
Merge branch 'Mutex_trylock_adding_missing_count_parameter' of git://…
…github.com/dmaziec1/mbed-os into dev_rollup
Configuration menu - View commit details
-
Copy full SHA for cb6efc0 - Browse repository at this point
Copy the full SHA cb6efc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b65ad - Browse repository at this point
Copy the full SHA 31b65adView commit details -
Merge branch 'I2C_SEQUENTIAL_COMMUNICATION_REWORK' of git://github.co…
…m/ABOSTM/mbed-os into dev_rollup
Configuration menu - View commit details
-
Copy full SHA for 104f928 - Browse repository at this point
Copy the full SHA 104f928View commit details -
Merge branch 'pr/tdbstore-missing-offset' of git://github.com/kyle-cy…
…press/mbed-os into dev_rollup
Configuration menu - View commit details
-
Copy full SHA for 206e52c - Browse repository at this point
Copy the full SHA 206e52cView commit details -
Merge branch 'MX25LM51245G_QSPI_test_config' of git://github.com/LMES…
…TM/mbed into dev_rollup
Configuration menu - View commit details
-
Copy full SHA for 96d9a8f - Browse repository at this point
Copy the full SHA 96d9a8fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for de627da - Browse repository at this point
Copy the full SHA de627daView commit details