Skip to content

Commit ad93826

Browse files
ttmutcfriedt
authored andcommitted
tests: pm: Enabled deferred logging for max32690evkit
Device goes to deep-sleep after tests finish so bytes in UART FIFO are not transmitted. As a consequence, twister cannot receive project success string and misinterprets the test result. Enable deferred logging so that logs are flushed after tests. Signed-off-by: Tahsin Mutlugun <[email protected]>
1 parent fa8de8b commit ad93826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/subsys/pm/power_mgmt_soc/boards/max32690evkit_max32690_m4.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
#
55

66
CONFIG_COUNTER=y
7+
CONFIG_LOG_MODE_DEFERRED=y
8+
CONFIG_LOG_PROCESS_THREAD=y

0 commit comments

Comments
 (0)