Skip to content

Sleep Time is not correct in Turbo Mode #495

Description

@TurboStew

When in turbo mode, the time for things like sleep_until() are running 2x speed. such as:

using namespace std::chrono_literals;
rtos::ThisThread::sleep_until(5ms);

only sleeps for 2.5ms. All works properly when NOT in turbo mode.....
Using an Artemis ATP and library 2.2.1.
Using a scope and an output pin to verify.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions