Skip to content

Commit

Permalink
samples: display: lvgl: add note about LOG_STRDUP settings
Browse files Browse the repository at this point in the history
Add a note to warn users about the need to adjust
CONFIG_LOG_STRDUP_BUF_COUNT and/or CONFIG_LOG_STRDUP_MAX_STRING when
deferred logging is enabled.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull authored and carlescufi committed Jul 27, 2020
1 parent 5df0ad3 commit 4cfe4d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/display/lvgl/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ or
Building and Running
********************

.. note::
When deferred logging is enabled you will likely need to increase
:option:`CONFIG_LOG_STRDUP_BUF_COUNT` and/or
:option:`CONFIG_LOG_STRDUP_MAX_STRING` to make sure no messages are lost or
truncated.

Example building for :ref:`nrf52840dk_nrf52840`:

.. zephyr-app-commands::
Expand Down

0 comments on commit 4cfe4d6

Please sign in to comment.