zephyr
zephyr copied to clipboard
kconfig: logging: Add LOG_MIPI_SYST_ARGS_BUFFER_SIZE option.
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]
Maybe add west manifest update to this PR?
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.
Maybe add west manifest update to this PR?
Added. Although will need to change the revision once the PR #11 will be merged.