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

STM32: check for UART ongoing transfers before entering deepsleep #7717

Merged
merged 2 commits into from
Aug 9, 2018

Commits on Aug 7, 2018

  1. STM32: check for UART ongoing transfers before entering deepsleep

    As suggested by Russ Butler in mbed-os issue ARMmbed#7328, and until there is an
    implementation of mbed-os issue ARMmbed#4408, we are implementing a workaround
    at HAL level to check if there is any ongoing serial transfer (which happens
    if HW FIFO is not yet empty).
    
    In case a transfer is ongoing, we're not entering deep sleep and
    return immediately.
    LMESTM committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    402f3f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12d98e View commit details
    Browse the repository at this point in the history