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/01/21 04:44:09 UTC

[GitHub] [incubator-nuttx] yamt opened a new pull request #2727: esp32_free_cpuint: Fix an assertion

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


   ## Summary
   The original assertion was wrong because:
   
   * cpuint numbers for edge interrupts are not dense
     (while ESP32_CPUINT_NEDGEPERIPHS is 4, EPS32_CPUINT_EDGESET is not 0xf.)
   
   * This function is used for level interrupts too
   
   ## 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.

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



[GitHub] [incubator-nuttx] Ouss4 merged pull request #2727: esp32_free_cpuint: Fix an assertion

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


   


----------------------------------------------------------------
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 #2727: esp32_free_cpuint: Fix an assertion

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


   


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