Added periodic flush timer to the Benito project. Alter the serial transmission code so that sent bytes do not block the remainder of the main program code from running.
This commit is contained in:
parent
3a79548dc2
commit
4c9425c0d5
5 changed files with 29 additions and 14 deletions
|
|
@ -32,7 +32,7 @@
|
|||
* - Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functions so that they compile down in most instances to
|
||||
* minimal loads and stores rather than complicated shifts
|
||||
* - The software UART in the XPLAINBridge has been largely altered to try to improve upon its performance and reliability
|
||||
* - The USBtoSerial project now flushes received data via a flush timer, so that several bytes can be transmitted at once
|
||||
* - The USBtoSerial and Benito projects now flushes received data via a flush timer, so that several bytes can be transmitted at once
|
||||
* - Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the
|
||||
* behaviour of the command line tools used to perform the check on each platform
|
||||
* - Internal USB driver source files renamed and moved to ease future possible architecture ports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue