You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "cwespressif (via GitHub)" <gi...@apache.org> on 2024/03/06 07:48:56 UTC

[PR] xtensa/esp32s3: Fix the issue of erasing a wide range of flash sectors [nuttx]

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

   ## Summary
   Fix the issue of erasing a wide range of flash sectors.
   
   The root cause is as following:
   
   - In the `spi_flash_erase_range()` function, the interrupt is suppressed, if a large value is set on the size, the interrupt will be disabled for a long time, this may affect timers and other devices, this PR fixes this issue.
   
   ## Impact
   
   ## Testing
   
   


-- 
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-unsubscribe@nuttx.apache.org

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


Re: [PR] xtensa/esp32s3: Fix the issue of erasing a wide range of flash sectors [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #11852:
URL: https://github.com/apache/nuttx/pull/11852


-- 
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-unsubscribe@nuttx.apache.org

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