Skip to content
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

Merged
merged 19 commits into from
Aug 29, 2019
Merged

Rollup part 2 for 5.14 #11366

merged 19 commits into from
Aug 29, 2019

Commits on Aug 16, 2019

  1. ATHandler::read_int: allow returning 0 successfully

    Marcin Radomski committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    c0032c9 View commit details
    Browse the repository at this point in the history
  2. Do not fail on trailing data in read_int

    Some tests depend on that behavior.
    Marcin Radomski committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    726eace View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    7647b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dddf64 View commit details
    Browse the repository at this point in the history
  3. 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)
    LMESTM committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ac08592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f22a10 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. 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 committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    06dd330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c29136 View commit details
    Browse the repository at this point in the history
  3. 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
    jeromecoutant authored and LMESTM committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    8cd00b3 View commit details
    Browse the repository at this point in the history
  4. 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.
    ABOSTM committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7910de2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. 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
    ABOSTM committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    de121a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Mutex: _count incrementation brought back

    Dominika Maziec committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    b5826fc View commit details
    Browse the repository at this point in the history
  2. 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.
    malavikasajikumar committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    db0d3d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Merge branch 'Mutex_trylock_adding_missing_count_parameter' of git://…

    …github.com/dmaziec1/mbed-os into dev_rollup
    0xc0170 committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    cb6efc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b65ad View commit details
    Browse the repository at this point in the history
  3. Merge branch 'I2C_SEQUENTIAL_COMMUNICATION_REWORK' of git://github.co…

    …m/ABOSTM/mbed-os into dev_rollup
    0xc0170 committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    104f928 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'pr/tdbstore-missing-offset' of git://github.com/kyle-cy…

    …press/mbed-os into dev_rollup
    0xc0170 committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    206e52c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96d9a8f View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    de627da View commit details
    Browse the repository at this point in the history