esp32: Apptrace API enhancement
- User down buffer configuration support - bugfix: ring buf - avalable write size undeflow - SysView down buf support updated
This commit is contained in:
@@ -322,7 +322,9 @@ void SEGGER_SYSVIEW_X_RTT_Unlock()
|
||||
|
||||
void SEGGER_SYSVIEW_X_SysView_Lock()
|
||||
{
|
||||
esp_apptrace_lock_take(&s_sys_view_lock, SEGGER_LOCK_WAIT_TMO);
|
||||
esp_apptrace_tmo_t tmo;
|
||||
esp_apptrace_tmo_init(&tmo, SEGGER_LOCK_WAIT_TMO);
|
||||
esp_apptrace_lock_take(&s_sys_view_lock, &tmo);
|
||||
}
|
||||
|
||||
void SEGGER_SYSVIEW_X_SysView_Unlock()
|
||||
|
||||
Reference in New Issue
Block a user