We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca01c99 commit 6604360Copy full SHA for 6604360
subsys/logging/frontends/Kconfig
@@ -46,8 +46,9 @@ config LOG_FRONTEND_STMESP_DICT
46
47
config LOG_FRONTEND_STMESP_FSC
48
bool "Send fully self-contained messages"
49
- select LOG_MSG_APPEND_RO_STRING_LOC if (!NRF_ETR && !SOC_NRF54H20_CPUPPR && \
50
- !SOC_NRF54H20_CPUFLPR)
+ select LOG_MSG_APPEND_RO_STRING_LOC if !(NRF_ETR || \
+ SOC_NRF54H20_CPUPPR || SOC_NRF54H20_ENGB_CPUPPR || \
51
+ SOC_NRF54H20_CPUFLPR || SOC_NRF54H20_ENGB_CPUFLPR)
52
53
config LOG_FRONTEND_STMESP_FLUSH_COUNT
54
int "Number of flushing words"
0 commit comments