tmedicci opened a new pull request, #13563: URL: https://github.com/apache/nuttx/pull/13563
Jira Task ID: _ NUT-1183_ ## Summary * esp32s3: Fix faulty `esp32s3-devkit:stack` example This defconfig is an example of the recorded stack and it became faulty recently after the implementation of the `up_current_regs` functions. The `noinstrument_function` directive must be used to prevent it from being looped when instrumentation is enabled. Also, this commit places `sched/instrument/stack_record.c` in IRAM. ## Impact Make `esp32s3-devkit:stack` example work again. ## Testing Internal CI testing + ESP32-S3-DevKitC-1 v1.0 Just build it and run `cat /proc/0/stack`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
