Merge branch 'bugfix/esp32c3_sysview_examples_build_error' into 'master'

riscv: fix portSTACK_GROWTH redefinition error

See merge request espressif/esp-idf!17011
pull/8370/head
Mahavir Jain 2022-02-05 05:43:05 +00:00
commit 4c6d72ba90
6 zmienionych plików z 12 dodań i 8 usunięć

Wyświetl plik

@ -76,9 +76,6 @@ Notes:
*
**********************************************************************
*/
#ifndef portSTACK_GROWTH
#define portSTACK_GROWTH ( -1 )
#endif
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS CONFIG_APPTRACE_SV_MAX_TASKS

Wyświetl plik

@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-S2 |
| ----------------- | ----- | -------- |
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# Example: Application Level Tracing - SystemView Tracing (sysview_tracing)
This test code shows how to perform system-wide behavioral analysis of the program using [SEGGER SystemView tool](https://www.segger.com/products/development-tools/systemview/).

Wyświetl plik

@ -1,5 +1,5 @@
| Supported Targets | ESP32 | ESP32-S2 |
| ----------------- | ----- | -------- |
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
| ----------------- | ----- | -------- | -------- |
# SystemView Heap and Log Tracing Example

Wyświetl plik

@ -27,4 +27,3 @@ CONFIG_APPTRACE_SV_EVT_TIMER_EXIT_ENABLE=y
CONFIG_LOG_COLORS=n
# Enable heap tracing to host
CONFIG_HEAP_TRACING_TOHOST=y
CONFIG_HEAP_TRACING_STACK_DEPTH=10

Wyświetl plik

@ -0,0 +1,4 @@
#
# Heap memory debugging
#
CONFIG_HEAP_TRACING_STACK_DEPTH=10

Wyświetl plik

@ -0,0 +1,4 @@
#
# Heap memory debugging
#
CONFIG_HEAP_TRACING_STACK_DEPTH=10