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

net: openthread: rpc: Align input line buffer with openthread config #18852

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. net: openthread: rpc: Align input line buffer with openthread config

    Make buffer global for high value of
    CONFIG_OPENTHREAD_CLI_MAX_LINE_LENGTH to prevent stack overflow.
    The second solution would be increasing
    CONFIG_NRF_RPC_THREAD_STACK_SIZE but this increases stack buffer
    for each rpc thread pool.
    The approach can be optimize in future by implementing packet
    fragmentation.
    
    Signed-off-by: Lukasz Maciejonczyk <[email protected]>
    lmaciejonczyk committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    10bf753 View commit details
    Browse the repository at this point in the history