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

[backport v1.14-branch] logging: wake up log process thread only when log message happen #19672

Commits on Oct 21, 2019

  1. logging: wake up log process thread only when log message happen

    Periodically wake up log process thread consume more power if system
    already in sleep or deep sleep state. With the help of added logging
    timer and semaphore, log process thread is woken up only when there
    is logging message.
    
    Fixes: zephyrproject-rtos#19982.
    
    Signed-off-by: Wentong Wu <[email protected]>
    wentongwu committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    f1e0997 View commit details
    Browse the repository at this point in the history