aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/CompileTimeTokens.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-23 14:46:11 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-23 14:46:11 +0000
commit3702ba1fb31f265360a0e4cf1736465e44389103 (patch)
tree851b026782944e683eb480896a6512ea18ec56e2 /LUFA/ManPages/CompileTimeTokens.txt
parent0e6d5cf5b4fea133cbd3c16b958617deb42332cf (diff)
downloadlufa-3702ba1fb31f265360a0e4cf1736465e44389103.tar.gz
lufa-3702ba1fb31f265360a0e4cf1736465e44389103.tar.bz2
lufa-3702ba1fb31f265360a0e4cf1736465e44389103.zip
More porting of the USB core to the AVR32.
Diffstat (limited to 'LUFA/ManPages/CompileTimeTokens.txt')
-rw-r--r--LUFA/ManPages/CompileTimeTokens.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/CompileTimeTokens.txt b/LUFA/ManPages/CompileTimeTokens.txt
index 9beeecebe..5700c3aab 100644
--- a/LUFA/ManPages/CompileTimeTokens.txt
+++ b/LUFA/ManPages/CompileTimeTokens.txt
@@ -148,6 +148,7 @@
* may be defined to a value between 0 and 2 to fix the state variable into one of the three general purpose IO registers inside the AVR
* reserved for application use. When defined, the corresponding GPIOR register should not be used within the user application except
* implicitly via the library APIs.
+ * \note This compile time option is ignored for the AVR32 UC3B architecture.
*
* <b>FIXED_NUM_CONFIGURATIONS</b>=<i>x</i> - ( \ref Group_Device ) \n
* By default, the library determines the number of configurations a USB device supports by reading the device descriptor. This reduces
@@ -186,6 +187,7 @@
* may be defined to a value between 0 and 2 to fix the state variable into one of the three general purpose IO registers inside the AVR
* reserved for application use. When defined, the corresponding GPIOR register should not be used within the user application except
* implicitly via the library APIs.
+ * \note This compile time option is ignored for the AVR32 UC3B architecture.
*
* <b>USB_HOST_TIMEOUT_MS</b>=<i>x</i> - ( \ref Group_Host ) \n
* When a control transfer is initiated in host mode to an attached device, a timeout is used to abort the transfer if the attached