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

logging: rtt: Fix data_out_block_mode() return value #24647

Closed

Commits on Jul 7, 2020

  1. logging: rtt: Fix RTT message dropped warning not displayed

    Fix data_out_block_mode() to return the data correctly sent to RTT.
    Before this fixes, it was always returning `lenght`, even in situation
    where data have been dropped. This was leading to not having the dropped
    messages warning displayed.
    
    Fixes zephyrproject-rtos#21514
    
    Signed-off-by: Xavier Chapron <[email protected]>
    Xavier Chapron authored and nashif committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    71d84ef View commit details
    Browse the repository at this point in the history