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/09/12 14:47:31 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request #4524: stm32*7/stm32_serial.c: Don't fake a TX interrupt when interrupts are not suppressed

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


   ## Summary
   Don't fake a TX interrupt when interrupts are not suppressed. We have already enabled interrupts, we can just wait for the next TX interrupt.
   ## Impact
   STM32*7 serial driver.
   ## Testing
   see https://github.com/apache/incubator-nuttx/pull/4437


-- 
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 #4524: stm32*7/stm32_serial.c: Don't fake a TX interrupt when interrupts are not suppressed

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


   


-- 
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] Ouss4 commented on pull request #4524: stm32*7/stm32_serial.c: Don't fake a TX interrupt when interrupts are not suppressed

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on pull request #4524:
URL: https://github.com/apache/incubator-nuttx/pull/4524#issuecomment-917650610


   @davids5 this is for H7 and F7.  I didn't do a mass search/replace as I can't test all the other boards.  For instance it seems @masayuki2009 had issues with Spresense board (https://github.com/apache/incubator-nuttx/pull/4403#issuecomment-906920149).


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