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

Use us ticker for tickless on devs with wrapper #9785

Merged
merged 4 commits into from Mar 1, 2019

Commits on Feb 21, 2019

  1. Use us ticker for tickless on devs with wrapper

    The low power ticker wrapper layer adds a large amount of interrupt
    latency. This can cause dropped bytes at a baud of 115200 on some
    devices. To prevent this by default use the microsecond ticker for
    tickless on devices which make use of the low power ticker wrapper.
    c1728p9 committed Feb 21, 2019
    Copy the full SHA
    b32b996 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Apply astyle fixes

    Apply the fixes found from astyle.
    c1728p9 committed Feb 22, 2019
    Copy the full SHA
    d901c51 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Use the RTC for the low power ticker on L073RZ

    Due to a bug the LPTIM peripheral can cause interrupts to fire at the
    wrong time on the NUCLEO_L073RZ. This patch switches the backend
    of the low power ticker to the RTC until this bug is addressed.
    c1728p9 committed Feb 28, 2019
    Copy the full SHA
    4bead92 View commit details
    Browse the repository at this point in the history
  2. Skip deep sleep test when running from US ticker

    Skip the systimer deep sleep test when running from the microsecond
    ticker, since the microsecond ticker doesn't support operation in deep
    sleep mode.
    c1728p9 committed Feb 28, 2019
    Copy the full SHA
    8d880bb View commit details
    Browse the repository at this point in the history