nuttxs opened a new pull request, #16882:
URL: https://github.com/apache/nuttx/pull/16882

   ## Summary
   esp32/esp32_spiflash.c: during the SPI Flash erasure operation, task 
scheduling (yield) is added to prevent the Watchdog Timer from triggering a 
reset due to timeout
   ## Impact
   New Feature/Change: bugfix
   User Impact: The issue of reset caused by timeout triggers is avoided, 
resulting in overall greater stability.
   Build Impact:No new Kconfig options or build system changes.
   Hardware Impact: No
   Security: No
   Compatibility: Backward-compatible; no breaking changes.
   
   ## Testing
   Test Flow
   1.Initialize WDT device and configure timeout
   2.Start WDT monitoring, and create background feeding thread (simulates 
application)
   3.Perform large flash erase operation (eg:4MB)
   4.Monitor for WDT timeout during erase
   
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to