zephyr icon indicating copy to clipboard operation
zephyr copied to clipboard

kconfig: logging: Add LOG_MIPI_SYST_ARGS_BUFFER_SIZE option.

Open aasthagr opened this issue 2 years ago • 3 comments

Add user configurable LOG_MIPI_SYST_ARGS_BUFFER_SIZE Kconfig option to use it for macro MIPI_SYST_PCFG_PRINTF_ARGBUF_SIZE in mipi-sys-t library which defaults to 1kb and results in stack overflow in some applications. LOG_MIPI_SYST_ARGS_BUFFER_SIZE gives flexibilty to users when maximum log length is known.

Fixes zephyrproject-rtos/mipi-sys-t#10

Signed-off-by: Aastha Grover [email protected]

aasthagr avatar Aug 09 '22 19:08 aasthagr

Maybe add west manifest update to this PR?

nordic-krch avatar Aug 10 '22 05:08 nordic-krch

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
mipi-sys-t https://github.com/zephyrproject-rtos/mipi-sys-t/commit/a5163c1800a5243f8b05d84c942da008df4cb666 https://github.com/zephyrproject-rtos/mipi-sys-t/commit/0d521d8055f3b2b4842f728b0365d3f0ece9c37f (zephyr) zephyrproject-rtos/[email protected]

Note: This message is automatically posted and updated by the Manifest GitHub Action.

zephyrbot avatar Aug 10 '22 06:08 zephyrbot

Maybe add west manifest update to this PR?

Added. Although will need to change the revision once the PR #11 will be merged.

aasthagr avatar Aug 10 '22 06:08 aasthagr