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


   ## Summary
   
   In sim, the UART ports had buffers with hard-coded size.  
   They were inadequate for my application, so I added a Kconfig option for 
this. The desired buffer size can now be selected.
   
   I seized the opportunity to also improve the UART Kconfigs.  
   Most importantly I added help entries on what are the sim UARTs, and how 
they can be used (a topic that confused me a bit when I first tried this 
feature).
   
   ## Impact
   
   I don't expect any impact on any existing system, other than the 
introduction of the option `SIM_UART`.
   
   ## Testing
   
   Sim is building properly with `SIM_UART` disabled.
   
   I also enabled it, and tested it on a custom application that uses the UARTs 
*and* needs larger buffers.
   Sim built and run exactly as expected. It was able to communicate with an 
external software and take advantage of the larger buffers.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to