diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 13:41:37 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-07-20 13:41:37 +0000 |
commit | 3ee3ed2d6d3edc18183355abf33d50e14723ff06 (patch) | |
tree | 0ec974a0581c245fe0f6d432406ae6255e62ab65 /LUFA | |
parent | 2a90f66de211627f957c582e8277b7b7e2a940d4 (diff) | |
download | lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.tar.gz lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.tar.bz2 lufa-3ee3ed2d6d3edc18183355abf33d50e14723ff06.zip |
Add PrinterHost to the project file and Host LowLevel directory makefile.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d7c47e4cd..0c51940ed 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -28,6 +28,7 @@ * - Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions
* - Added new USE_FLASH_DESCRIPTORS and TOTAL_NUM_CONFIGURATIONS compile time options
* - Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models
+ * - Added new PrinterHost demo (thanks to John Andrews)
*
* <b>Changed:</b>
* - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)
|