diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-21 13:45:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-21 13:45:44 +0000 |
commit | 03ee87b35abdb8b92e8b55ec040fa943f9a6786c (patch) | |
tree | f6afd9650084eae3f0c92f47c6f205694168ad32 /LUFA | |
parent | 41ad6bd6d7e886412f6c12d98f040e51c3ee4fdf (diff) | |
download | lufa-03ee87b35abdb8b92e8b55ec040fa943f9a6786c.tar.gz lufa-03ee87b35abdb8b92e8b55ec040fa943f9a6786c.tar.bz2 lufa-03ee87b35abdb8b92e8b55ec040fa943f9a6786c.zip |
Fix up the incomplete Webserver project so that it integrates with the uIP stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated.
Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received.
Diffstat (limited to 'LUFA')
-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 74571e4c3..6a2126fb4 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -20,7 +20,7 @@ * - Added master mode hardware TWI driver
*
* <b>Changed:</b>
- * - Slowed down PDI programming in the AVRISP project to prevent transmission errors
+ * - Slowed down software USART carried PDI programming in the AVRISP project to prevent transmission errors
* - Renamed the AVRISP project folder to AVRISP-MKII to reduce confusion
* - Renamed the RESET_LINE_* makefile tokens in the AVRISP MKII Project to AUX_LINE_*, as they are not always used for target
* reset
|