diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-13 04:32:33 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-13 04:32:33 +0000 |
| commit | 141ebf6767fc36a8681958fac75ab84b6f2ccaac (patch) | |
| tree | d317751beab3b669d931f9bbff83db8680e510a9 /LUFA | |
| parent | 42f484e37a62f69875235d234a3ba068984ca535 (diff) | |
Add first lot of AVRStudio project files for some of the library projects.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1377 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA')
| -rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
| -rw-r--r-- | LUFA/ManPages/LibraryApps.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index bff555fc..b118c581 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -14,6 +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 * * <b>Changed:</b> * - The RingBuff library code has been replaced in the XPLAINBridge, Benito and USBtoSerial projects with an ultra lightweight diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt index abd00735..7d4f3f7c 100644 --- a/LUFA/ManPages/LibraryApps.txt +++ b/LUFA/ManPages/LibraryApps.txt @@ -102,7 +102,7 @@ * - <b>Magstripe</b> - Magnetic Stripe Card Reader project * - <b>MissileLaucher</b> - Toy Missile Launcher Host project * - <b>RelayBoard</b> - Relay board controller, controllable via the "sismpctl" Linux application - * - <b>TemperatureDataLogger</b> - Temperature Datalogging project, using the FatFS library + * - <b>TempDataLogger</b> - Temperature Datalogging project, using the FatFS library * - <b>USBtoSerial</b> - USB to USART Serial Converter project * - <b>Webserver</b> - RNDIS Host Webserver with DHCP client, powered by uIP TCP/IP stack project and FatFS library * - <b>XPLAINBridge</b> - XPLAIN alternative PDI Programmer/USB to Serial Bridge firmware project |
