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/11/11 07:38:14 UTC

[GitHub] [incubator-nuttx] eenurkka opened a new pull request #4817: mpfs: uart: add a way to configure uart3 and uart4

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


   Currently configuring the uart3/4 as the serial console
   doesn't work. Apply proper changes in mpfs_config.h that
   enables the following configuration options:
   
    - CONFIG_UART3_SERIAL_CONSOLE
    - CONFIG_UART4_SERIAL_CONSOLE
   
   Also, fix a typo in mpfs_lowputc.c that gives a compile
   error if defined.
   
   Signed-off-by: Eero Nurkkala <ee...@offcode.fi>
   
   ## Summary
   
   Now uart3 and uart4 may be configured for the serial console.
   
   ## Impact
   
   No impact, these haven't been used before for this purpose. Now there's more flexibility on which UART to use for the NuttX.
   
   ## Testing
   
   Tested on Polarfire Icicle kit with NuttX running on hart3, while running Linux on hart1, hart2 and hart4.
   


-- 
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 #4817: mpfs: uart: add a way to configure uart3 and uart4

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


   


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