diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-29 06:32:20 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-29 06:32:20 +0000 |
commit | 254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0 (patch) | |
tree | 4518a124fe50c7e8dd27225aaad9e43e9087e2fa /LUFA | |
parent | a114878209e275cbbbad64e79746975f4c16a291 (diff) | |
download | lufa-254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0.tar.gz lufa-254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0.tar.bz2 lufa-254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0.zip |
Update driver INF files - change manufacturer name from the original template's name to the Four Walled Cubicle website.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 | ||||
-rw-r--r-- | LUFA/ManPages/FutureChanges.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 8104bc20d..9c4e5dcc3 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -9,7 +9,7 @@ * \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* <b>New:</b>
- * - Added TPI programming support for 6-pin ATTINY to the AVRISP programmer project
+ * - Added TPI programming support for 6-pin ATTINY devices to the AVRISP programmer project
* - Added command timeout counter to the AVRISP project so that the device no longer freezes when incorrectly connected
* to a target
* - Added new TemperatureDataLogger application, a USB data logger which writes to the device's dataflash and appears to
diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index dc8c27b1e..38cbf0ccf 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -17,7 +17,6 @@ * -# Add ability to get number of bytes not written with pipe/endpoint write routines after an error
* -# Add standardized descriptor names to class driver structures
* -# Correct mishandling of error cases in Mass Storage demos
- * -# TEST AND CORRECT TPI PROGRAMMING SUPPORT IN THE AVRISP-MKII PROJECT (BLOCKING)
* - Documentation/Support
* -# Remake AVRStudio project files
* -# Add detailed overviews of how each demo works
|