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 2022/02/18 00:06:09 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #5536: esp32: Few improvements around interrupt handling.

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


   ## Summary
   1. Move interrupt initialisation for special drivers to `up_irqinitialize`.  `esp32_cpuint_initialize` is not a good place as it's also called from CPU1.
   2. For internal interrupts use the current CPU to enable them.
   3. Don't reserve BT and Wifi CPU interrupts for APP CPU as they are attached only to the PRO CPU.
   ## Impact
   ESP32
   ## Testing
   ESP32 defconfigs.
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5536: esp32: Few improvements around interrupt handling.

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


   


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