Skip to content

Commit

Permalink
logging: Imply strings stripping if dictionary frontend is used
Browse files Browse the repository at this point in the history
When UART dictionary frontend is used strings can be removed
from the binary.

Signed-off-by: Krzysztof Chruściński <[email protected]>
  • Loading branch information
nordic-krch authored and carlescufi committed Oct 27, 2023
1 parent 59abf92 commit 9470e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/logging/Kconfig.frontends
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ config LOG_FRONTEND_DICT_UART
select LOG_DICTIONARY_DB
select MPSC_PBUF
depends on UART_ASYNC_API || UART_INTERRUPT_DRIVEN
imply LOG_FMT_SECTION
imply LOG_FMT_SECTION_STRIP
help
Frontend sends data in binary dictionary mode.

Expand Down

0 comments on commit 9470e3d

Please sign in to comment.