* compiler via the -D switch, to alter the LUFA library code. These tokens may alter the library behaviour,\r
* or remove features unused by a given application in order to save flash space.\r
*\r
+ *\r
* \section Sec_SummaryNonUSBTokens Non USB Related Tokens\r
* This section describes compile tokens which affect non-USB sections of the LUFA library.\r
*\r
* Sets the maximum number of managed memory handles which can be handed out by the dynamic memory allocation driver\r
* simultaneously, before a handle (and its associated allocated memory) must be freed.\r
*\r
+ *\r
* \section Sec_SummaryUSBClassTokens USB Class Driver Related Tokens\r
* This section describes compile tokens which affect USB class-specific drivers in the LUFA library.\r
*\r
* 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\r
* processed HID report table. If not defined, this defaults to the value indicated in the HID.h file documentation.\r
*\r
+ *\r
* \section Sec_SummaryUSBTokens USB Driver Related Tokens\r
* This section describes compile tokens which affect USB driver stack as a whole in the LUFA library.\r
*\r