Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 21 Jun 2009 09:22:31 +0000 (09:22 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 21 Jun 2009 09:22:31 +0000 (09:22 +0000)
commit730624f745648cbd32bec7da64833cb2aadd44ea
tree1fc67eab7c45f67d3005d3dfdb614629a47c3567
parent9d506553aa750264ff6045ff9180397993cb37c0
Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it.
Demos/Device/ClassDriver/CDC/Descriptors.c
Demos/Device/ClassDriver/DualCDC/Descriptors.c
Demos/Device/ClassDriver/MassStorage/Descriptors.c
Demos/Device/ClassDriver/USBtoSerial/Descriptors.c
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
LUFA/Drivers/USB/LowLevel/DevChapter9.c
LUFA/Drivers/USB/LowLevel/DevChapter9.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/CompileTimeTokens.txt