diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-19 14:00:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-19 14:00:44 +0000 |
commit | 6b5e684c77e5fa855b609d01e9a07fec296e9257 (patch) | |
tree | 9ad7cfb13b684d5cdd0ed90703159b015f119734 /LUFA/ManPages | |
parent | 42ac34b484b677ae1004c3d0215b27911a100a71 (diff) | |
download | lufa-6b5e684c77e5fa855b609d01e9a07fec296e9257.tar.gz lufa-6b5e684c77e5fa855b609d01e9a07fec296e9257.tar.bz2 lufa-6b5e684c77e5fa855b609d01e9a07fec296e9257.zip |
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/ManPages/MigrationInformation.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 6e92adca6..27c90bae3 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -16,6 +16,7 @@ * - 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 library demos, projects and bootloaders * - Added ability to set the serial baud rate via the user's terminal in the XPLAINBridge project + * - Added new LUFA module variables for the different source modules in the core library makefile to simplify project makefiles * * <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/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index 570af597c..b0739ee8c 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -14,7 +14,7 @@ * * <b>USB Core</b> * - A new USB driver source file, Drivers/USB/LowLevel/Device.c now exists. This source file should be added to all project - * makefiles using the USB driver of LUFA. + * makefiles using the USB driver of LUFA, or the makefile should be updated to use the new module source variables. * * <b>Device Mode</b> * - The USB_Device_IsRemoteWakeupSent() macro has been removed, as the remote wakeup request is now fully handled by the |