Major changes to the XPLAINBridge software UART code for performance and reliability. New code reduces the number of missed characters and misread characters.
This commit is contained in:
parent
2b0d93c129
commit
229935184b
4 changed files with 61 additions and 55 deletions
|
|
@ -27,6 +27,7 @@
|
|||
* - The USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros have been deleted, as they are now obsolete
|
||||
* - 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
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs after programming or reading from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue