You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/02/24 12:18:29 UTC

[GitHub] [incubator-nuttx] gustavonihei opened a new pull request #2912: risc-v/esp32c3: Fix CPU interrupts freeing on WDT driver

gustavonihei opened a new pull request #2912:
URL: https://github.com/apache/incubator-nuttx/pull/2912


   ## Summary
   NuttX watchdog API allows the application to unregister a previously allocated interrupt handler for the watchdog timer.
   
   This PR intends to fix two issues that would occur in case the application tries to register an interrupt handler from a WDT device that had already performed the unregister operation.
   
   ## Impact
   Fix for a WDT issue on a specific scenario.
   
   ## Testing
   `esp32c3-devkit:watcher`
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx] Ouss4 merged pull request #2912: risc-v/esp32c3: Fix CPU interrupts freeing on WDT driver

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #2912:
URL: https://github.com/apache/incubator-nuttx/pull/2912


   


----------------------------------------------------------------
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.

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