diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-02 14:03:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-02 14:03:57 +0000 |
commit | fec31947a6b4e77f65d92bf14b32533bbbc39b2d (patch) | |
tree | 86f633d66bec4d427986dcb35d785b7eb7091f6a /LUFA/ManPages | |
parent | 1f8dfd0205d431351425f468627984280b21cd5a (diff) | |
download | lufa-fec31947a6b4e77f65d92bf14b32533bbbc39b2d.tar.gz lufa-fec31947a6b4e77f65d92bf14b32533bbbc39b2d.tar.bz2 lufa-fec31947a6b4e77f65d92bf14b32533bbbc39b2d.zip |
Removed John Steggall's software UART code from the XPLAIN Bridge project due to reliability issues.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 05c74deca..bd3b38f47 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -11,7 +11,7 @@ * <b>New:</b>
* - Added activity LED indicators to the AVRISP project to indicate when the device is busy processing a command
* - The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR)
- * - Added new XPLAIN USB to Serial Bridge project (thanks to John Steggall)
+ * - Added new XPLAIN USB to Serial Bridge project (thanks to John Steggall for initial proof-of-concept)
* - Added new RNDIS Ethernet Host LowLevel demo
* - Added new RNDIS Ethernet Host Class Driver
* - Added new RNDIS Ethernet Host ClassDriver demo
|