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/28 02:19:44 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #5633: Fix imx6

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


   ## Summary
   
   - This PR contains the following 2 commits
   - commit1: arch: imx6: Refactor imx_lowputc()
     - Remove '\n' -> '\r\n' conversion
     - Remove waiting for FIFO empty after sending a character
     - Remove CONFIG_DEBUG_FEATURES
   - commit2: Remove sem_t from imx_serial.c
     - I noticed that when exiting getprime, DEBUGASSERT happens in
         nxsem_wait()
     - Finally, I found that up_putc() uses nxsem_wait()
     - This commit fixes this issue by removing the semaphore.
     - Also, up_putc() now calls imx_lowputc()
   
   ## Impact
   
   - None
   
   ## Testing
   
   - Tested with sabre-6quad:netknsh (not merged yet)
   
   


-- 
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 #5633: Fix imx6

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


   


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