mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(sysview): add prefix to the module desc to avoid stuck in Segger SystemView app
Closes https://github.com/espressif/esp-idf/issues/10483
This commit is contained in:
@@ -21,7 +21,7 @@ const static char *TAG = "sysview_heap_trace";
|
||||
#endif
|
||||
|
||||
static SEGGER_SYSVIEW_MODULE s_esp_sysview_heap_module = {
|
||||
.sModule = "ESP32 SystemView Heap Tracing Module",
|
||||
.sModule = "M=ESP32 SystemView Heap Tracing Module",
|
||||
.NumEvents = 2,
|
||||
};
|
||||
|
||||
|
Submodule components/bt/host/nimble/nimble updated: da900069fb...0255fee0e6
Submodule components/esp_coex/lib updated: ad30777643...b6082e49c4
Submodule components/esp_phy/lib updated: f5f852b53c...1f551c5367
Submodule components/esp_wifi/lib updated: 9d69ec4c3a...e94341d8f6
Submodule components/heap/tlsf updated: ba64d198a8...d2e28f8724
Submodule components/lwip/lwip updated: a587d92989...bced058f73
Submodule components/unity/unity updated: bf560290f6...7d2bf62b7e
Reference in New Issue
Block a user