aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-10 19:33:39 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-10 19:33:39 +0000
commit3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe (patch)
tree09dab2045aefc8103fdef7f423c8b67b4c11efbc /LUFA/DoxygenPages
parentb2920402b4bdbb0523dcb5d8f89dd1c1f548b28b (diff)
downloadlufa-3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe.tar.gz
lufa-3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe.tar.bz2
lufa-3bf7ce15d5b897724feb7f84f27fca2f8f5c4efe.zip
Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index f0fd9b210..544c94e9e 100644
--- a/LUFA/DoxygenPages/MigrationInformation.txt
+++ b/LUFA/DoxygenPages/MigrationInformation.txt
@@ -44,6 +44,9 @@
* - The MIDI class driver \ref MIDI_EventPacket_t event packet no longer contains seperate \c CableIndex and \c Command entries; these have been combined
* into a single \c Event element which can be contructed using the new macro \ref MIDI_EVENT(). Existing applications should use the new macro and structure
* element name.
+ * - The library "LUFA/Drivers/USB/Core/ConfigDescriptor.c" source file has been renamed "LUFA/Drivers/USB/Core/ConfigDescriptors.c" as this was clashing with
+ * files in some low level host mode demo applications, preventing parallel project builds. If you are referencing the project source files directly instead
+ * of using the makefile module names, you will need to adjust your project makefile.
*
* \section Sec_Migration120219 Migrating from 111009 to 120219
* <b>USB Core</b>