francois-berder opened a new pull request #320: hw: mcu: pic32mz2048efg100: 
Reduce number of UART TX interrupts
URL: https://github.com/apache/incubator-mynewt-core/pull/320
 
 
   The UART TXIF flag is set when there is some space in the TX FIFO.
   In the current implementation, only one byte is sent every time
   the interrupt is handled.
   This change modifies the behaviour of the UART TX interrupt
   handler by sending as many bytes as possible until no more bytes
   are available or the TX FIFO is full.
   
   Signed-off-by: Francois Berder <fber...@outlook.fr>
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to