Skip to content

Commit f315c98

Browse files
57300hakonfam
authored andcommitted
[nrf fromtree] logging: stmesp: Do not append strings on nRF54H20 EngB VPRs
Upstream commit: bcf6a91 Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent a948207 commit f315c98

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)