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

tests/kernel/sched/deadline: Disable CONFIG_BT #9855

Merged
merged 1 commit into from
Sep 8, 2018

Commits on Sep 7, 2018

  1. tests/kernel/sched/deadline: Disable CONFIG_BT

    The BT threads are interfering with the main thread priority selection
    and the test fails semi-spuriously on NRF5x boards with "threads ran
    too soon" (i.e. not an EDF failure per se, but the fact that the new
    threads at K_LOWEST_APPLICATION_PRIO are running instead of the test
    thread).  This is a reasonable workaround for testing the
    SCHED_DEADLINE ordering behavior, though.
    
    Fixes zephyrproject-rtos#9843
    
    Signed-off-by: Andy Ross <[email protected]>
    Andy Ross committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    4888da3 View commit details
    Browse the repository at this point in the history