aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-29 06:32:20 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-29 06:32:20 +0000
commit254a0c1ae83750a3c3e4e5ebfd390146f8ac36e0 (patch)
tree4518a124fe50c7e8dd27225aaad9e43e9087e2fa /LUFA
parenta114878209e275cbbbad64e79746975f4c16a291 (diff)
downloadlufa-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.txt2
-rw-r--r--LUFA/ManPages/FutureChanges.txt1
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