Skip to content

Commit

Permalink
Merge branch 'fix/esp32s3_sysview_trace_corrupt_v5.1' into 'release/v…
Browse files Browse the repository at this point in the history
…5.1'

fix(app_trace): Fix apptrace data corruption on ESP32-S3 (v5.1)

See merge request espressif/esp-idf!24680
  • Loading branch information
jack0c committed Jul 11, 2023
2 parents 37ff7a9 + 3eacf08 commit 87426b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/soc/esp32s3/include/soc/tracemem_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {
#endif

#define TRACEMEM_MUX_BLK0_NUM 22
#define TRACEMEM_MUX_BLK1_NUM 23
#define TRACEMEM_MUX_BLK1_NUM 26

#if (TRACEMEM_MUX_BLK0_NUM < 6) || (TRACEMEM_MUX_BLK0_NUM > 29)
#error Invalid TRAX block 0 num!
Expand Down

0 comments on commit 87426b8

Please sign in to comment.