Skip to content

Commit

Permalink
logging: stmesp: Do not append strings on nRF54H20 EngB VPRs
Browse files Browse the repository at this point in the history
Just like on nRF54H20 EngC.

Signed-off-by: Grzegorz Swiderski <[email protected]>
  • Loading branch information
57300 authored and fabiobaltieri committed Oct 24, 2024
1 parent 0379424 commit bcf6a91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions subsys/logging/frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ config LOG_FRONTEND_STMESP_DICT

config LOG_FRONTEND_STMESP_FSC
bool "Send fully self-contained messages"
select LOG_MSG_APPEND_RO_STRING_LOC if (!NRF_ETR && !SOC_NRF54H20_CPUPPR && \
!SOC_NRF54H20_CPUFLPR)
select LOG_MSG_APPEND_RO_STRING_LOC if !(NRF_ETR || \
SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR || \
SOC_NRF54H20_CPUFLPR || SOC_NRF54H20_ENGB_CPUFLPR)

config LOG_FRONTEND_STMESP_FLUSH_COUNT
int "Number of flushing words"
Expand Down

0 comments on commit bcf6a91

Please sign in to comment.