Skip to content

Commit be465d8

Browse files
committed
[nrf fromlist] logging: stmesp: Do not append strings on nRF54H20 EngB VPRs
Upstream PR: zephyrproject-rtos/zephyr#80226 Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 8c825aa87f8a901ccda4e69c99644e0544b1452e)
1 parent 4f27f44 commit be465d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

subsys/logging/frontends/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ config LOG_FRONTEND_STMESP_DICT
4646

4747
config LOG_FRONTEND_STMESP_FSC
4848
bool "Send fully self-contained messages"
49-
select LOG_MSG_APPEND_RO_STRING_LOC if (!NRF_ETR && !SOC_NRF54H20_CPUPPR && \
50-
!SOC_NRF54H20_CPUFLPR)
49+
select LOG_MSG_APPEND_RO_STRING_LOC if !(NRF_ETR || \
50+
SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR || \
51+
SOC_NRF54H20_CPUFLPR || SOC_NRF54H20_ENGB_CPUFLPR)
5152

5253
config LOG_FRONTEND_STMESP_FLUSH_COUNT
5354
int "Number of flushing words"

0 commit comments

Comments
 (0)