kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/esp32c3_sysview_examples_build_error' into 'master'
riscv: fix portSTACK_GROWTH redefinition error See merge request espressif/esp-idf!17011pull/8370/head
commit
4c6d72ba90
|
@ -76,9 +76,6 @@ Notes:
|
||||||
*
|
*
|
||||||
**********************************************************************
|
**********************************************************************
|
||||||
*/
|
*/
|
||||||
#ifndef portSTACK_GROWTH
|
|
||||||
#define portSTACK_GROWTH ( -1 )
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS CONFIG_APPTRACE_SV_MAX_TASKS
|
#define SYSVIEW_FREERTOS_MAX_NOF_TASKS CONFIG_APPTRACE_SV_MAX_TASKS
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
| Supported Targets | ESP32 | ESP32-S2 |
|
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
|
||||||
| ----------------- | ----- | -------- |
|
| ----------------- | ----- | -------- | -------- |
|
||||||
# Example: Application Level Tracing - SystemView Tracing (sysview_tracing)
|
# 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/).
|
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/).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
| Supported Targets | ESP32 | ESP32-S2 |
|
| Supported Targets | ESP32 | ESP32-S2 | ESP32-C3 |
|
||||||
| ----------------- | ----- | -------- |
|
| ----------------- | ----- | -------- | -------- |
|
||||||
|
|
||||||
# SystemView Heap and Log Tracing Example
|
# SystemView Heap and Log Tracing Example
|
||||||
|
|
||||||
|
|
|
@ -27,4 +27,3 @@ CONFIG_APPTRACE_SV_EVT_TIMER_EXIT_ENABLE=y
|
||||||
CONFIG_LOG_COLORS=n
|
CONFIG_LOG_COLORS=n
|
||||||
# Enable heap tracing to host
|
# Enable heap tracing to host
|
||||||
CONFIG_HEAP_TRACING_TOHOST=y
|
CONFIG_HEAP_TRACING_TOHOST=y
|
||||||
CONFIG_HEAP_TRACING_STACK_DEPTH=10
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# Heap memory debugging
|
||||||
|
#
|
||||||
|
CONFIG_HEAP_TRACING_STACK_DEPTH=10
|
|
@ -0,0 +1,4 @@
|
||||||
|
#
|
||||||
|
# Heap memory debugging
|
||||||
|
#
|
||||||
|
CONFIG_HEAP_TRACING_STACK_DEPTH=10
|
Ładowanie…
Reference in New Issue