X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6a10d6b465be27db090d760dc0fbe722c94e4344..fb3fcb968ea70f8b5c6d8f7edde65745e49628f2:/LUFA/CompileTimeTokens.txt diff --git a/LUFA/CompileTimeTokens.txt b/LUFA/CompileTimeTokens.txt index 196132b95..53cf9e41e 100644 --- a/LUFA/CompileTimeTokens.txt +++ b/LUFA/CompileTimeTokens.txt @@ -10,6 +10,7 @@ * compiler via the -D switch, to alter the LUFA library code. These tokens may alter the library behaviour, * or remove features unused by a given application in order to save flash space. * + * * \section Sec_SummaryNonUSBTokens Non USB Related Tokens * This section describes compile tokens which affect non-USB sections of the LUFA library. * @@ -31,6 +32,7 @@ * Sets the maximum number of managed memory handles which can be handed out by the dynamic memory allocation driver * simultaneously, before a handle (and its associated allocated memory) must be freed. * + * * \section Sec_SummaryUSBClassTokens USB Class Driver Related Tokens * This section describes compile tokens which affect USB class-specific drivers in the LUFA library. * @@ -73,6 +75,7 @@ * If a item has a multiple count (i.e. a REPORT COUNT of more than 1), each item in the report count is placed seperately in the * processed HID report table. If not defined, this defaults to the value indicated in the HID.h file documentation. * + * * \section Sec_SummaryUSBTokens USB Driver Related Tokens * This section describes compile tokens which affect USB driver stack as a whole in the LUFA library. * @@ -111,11 +114,10 @@ * EEPROM or RAM rather than flash memory) and reduces code maintenance. However, many USB device projects use only a single configuration. * Defining this token enables single-configuration mode, reducing the compiled size of the binary at the expense of flexibility. * - * NO_CLEARSET_FEATURE_REQUEST - DevChapter9.h \n - * In some limited USB device applications, the Get Feature and Set Feature requests are not used - this is when the device does not have - * device level features (such as remote wakeup) nor any data endpoints beyond the mandatory control endpoint. In such limited situations, - * this token may be defined to remove the handling of the Get Feature and Set Feature Chapter 9 requests to save space. Generally, this - * is usually only useful in (some) bootloaders. + * FEATURELESS_CONTROL_ONLY_DEVICE - DevChapter9.h \n + * In some limited USB device applications, device features (other than self-power) and endpoints other than the control endpoint aren't + * used. In such limited situations, this token may be defined to remove the handling of the Set Feature Chapter 9 request entirely and + * parts of the Get Feature chapter 9 request to save space. Generally, this is usually only useful in (some) bootloaders. * * NO_STREAM_CALLBACKS - Endpoint.h, Pipe.h \n * Both the endpoint and the pipe driver code contains stream functions, allowing for arrays of data to be sent to or from the