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

kernel: remove single thread support #10275

Closed

Commits on Sep 28, 2018

  1. kernel: remove single thread support

    This removes single thread supports. Changes are done to
    remove CONFIG_MULTITHREADING and #ifdef enclosed by it.
    
    This includes the following reverts which can be trivially
    applied:
    
    Revert "drivers: flash: w25qxxdv: Avoid locking when not threaded"
    This reverts commit 392da5b.
    
    Revert "drivers: flash: nrf: Avoid locking when not threaded"
    This reverts commit 408ea14.
    
    Revert "tests/kernel/threads/no-multithreading: Disable USERSPACE"
    This reverts commit 2f95e24.
    
    Revert "tests/kernel: Add a test for CONFIG_MULTITHREADING=n"
    This reverts commit 7bbd3a7.
    
    Revert "kernel: Final spin in !MULTITHREADING should be locked"
    This reverts commit 8daafd4.
    
    Revert "kernel: Restore CONFIG_MULTITHREADING=n behavior"
    This reverts commit 3d14615.
    
    Revert "ext: simplelink: host driver: depend on multithreading"
    This reverts commit 4d912b0.
    
    Relates to zephyrproject-rtos#9808
    
    Signed-off-by: Daniel Leung <daniel.leung@intel.com>
    dcpleung committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    85eb3bb View commit details
    Browse the repository at this point in the history