diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-13 04:43:38 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-13 04:43:38 +0000 |
commit | 975e9d772d3ede6f7cc0eb118fc693900d7b7e45 (patch) | |
tree | 8e1b944c477320a877e53851bc759a7bdea78e66 /LUFA/ManPages/ChangeLog.txt | |
parent | 3904c1a60695c52dea0de8157a83d8bf22438a16 (diff) | |
download | lufa-975e9d772d3ede6f7cc0eb118fc693900d7b7e45.tar.gz lufa-975e9d772d3ede6f7cc0eb118fc693900d7b7e45.tar.bz2 lufa-975e9d772d3ede6f7cc0eb118fc693900d7b7e45.zip |
Add AVRStudio 4 project files for the library bootloaders.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-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 b118c581d..4be60737f 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -14,7 +14,7 @@ * - Added new pgm_read_ptr() macro to Common.h for reading of pointers out of flash memory space * - Added new SWAPENDIAN_16() and SWAPENDIAN_32() macros to Common.h for statically initialized variables at compile time * - Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros - * - Added new AVRStudio 4 project files for all projects + * - Added new AVRStudio 4 project files for all library projects and bootloaders * * <b>Changed:</b> * - The RingBuff library code has been replaced in the XPLAINBridge, Benito and USBtoSerial projects with an ultra lightweight |