Commit f5226b01 authored by Mattia Fiumara's avatar Mattia Fiumara Committed by Anas Nashif
Browse files

debug: SystemView post-mortem feature



This change adds a KConfig option for post-mortem debugging.

Signed-off-by: default avatarMattia Fiumara <mattia.fiumara@bgrid.com>
parent 6fcf6160
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ uint32_t sysview_get_timestamp(void);
uint32_t sysview_get_interrupt(void);

#define SEGGER_SYSVIEW_RTT_BUFFER_SIZE CONFIG_SEGGER_SYSVIEW_RTT_BUFFER_SIZE
#define SEGGER_SYSVIEW_POST_MORTEM_MODE CONFIG_SEGGER_SYSVIEW_POST_MORTEM_MODE

// Lock SystemView (nestable)
#define SEGGER_SYSVIEW_LOCK()	{					       \