You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/12/11 15:59:07 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2434: hw/mcu/da1469x: Allow to release GPIO pin in ISR

kasjer opened a new pull request #2434:
URL: https://github.com/apache/mynewt-core/pull/2434


   When GPIO pin is configured as input with interrupt it seems
   reasonable to be able to release this interrupt during
   GPIO interrupt handler without need to go through threaded code.
   
   To achieve this WKUP_CLEAR_PX() must be called with correct pin
   number. If interrupt handler released currently handled GPIO
   interrupt handler pin in hal_gpio_irqs is no longer valid.
   
   Now local copy of pin number is used when WKUP_CLEAR_PX is called
   to make sure releasing GPIO IRQ is safe.


----------------------------------------------------------------
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] [mynewt-core] kasjer merged pull request #2434: hw/mcu/da1469x: Allow to release GPIO pin in ISR

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2434:
URL: https://github.com/apache/mynewt-core/pull/2434


   


----------------------------------------------------------------
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] [mynewt-core] apache-mynewt-bot commented on pull request #2434: hw/mcu/da1469x: Allow to release GPIO pin in ISR

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2434:
URL: https://github.com/apache/mynewt-core/pull/2434#issuecomment-743277983


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


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