Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information