diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-02-20 13:08:29 +0000 |
commit | 5e7319058268e021ae39ca4b9fcabaec0060117b (patch) | |
tree | f40fe1525f2053746540498041f1e8a819277bd7 /LUFA/ManPages/CompileTimeTokens.txt | |
parent | 1daa5e16f9a395fb2943906a715adb35b8106988 (diff) | |
download | lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.gz lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.tar.bz2 lufa-5e7319058268e021ae39ca4b9fcabaec0060117b.zip |
Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.
Diffstat (limited to 'LUFA/ManPages/CompileTimeTokens.txt')
-rw-r--r-- | LUFA/ManPages/CompileTimeTokens.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/ManPages/CompileTimeTokens.txt b/LUFA/ManPages/CompileTimeTokens.txt index 853d7468e..f215ffec1 100644 --- a/LUFA/ManPages/CompileTimeTokens.txt +++ b/LUFA/ManPages/CompileTimeTokens.txt @@ -120,17 +120,17 @@ * \section Sec_SummaryUSBDeviceTokens USB Device Mode Driver Related Tokens * This section describes compile tokens which affect USB driver stack of the LUFA library when used in Device mode. * - * <b>USE_RAM_DESCRIPTORS</b> - ( \ref Group_Descriptors ) \n + * <b>USE_RAM_DESCRIPTORS</b> - ( \ref Group_StdDescriptors ) \n * Define this token to indicate to the USB driver that all device descriptors are stored in RAM, rather than being located in any one * of the AVR's memory spaces. RAM descriptors may be desirable in applications where the descriptors need to be modified at runtime. * - * <b>USE_FLASH_DESCRIPTORS</b> - ( \ref Group_Descriptors ) \n + * <b>USE_FLASH_DESCRIPTORS</b> - ( \ref Group_StdDescriptors ) \n * Similar to USE_RAM_DESCRIPTORS, but all descriptors are stored in the AVR's FLASH memory rather than RAM. * - * <b>USE_EEPROM_DESCRIPTORS</b> - ( \ref Group_Descriptors ) \n + * <b>USE_EEPROM_DESCRIPTORS</b> - ( \ref Group_StdDescriptors ) \n * Similar to USE_RAM_DESCRIPTORS, but all descriptors are stored in the AVR's EEPROM memory rather than RAM. * - * <b>NO_INTERNAL_SERIAL</b> - ( \ref Group_Descriptors ) \n + * <b>NO_INTERNAL_SERIAL</b> - ( \ref Group_StdDescriptors ) \n * Some AVR models contain a unique 20-digit serial number which can be used as the device serial number, while in device mode. This * allows the host to uniquely identify the device regardless of if it is moved between USB ports on the same computer, allowing * allocated resources (such as drivers, COM Port number allocations) to be preserved. This is not needed in many apps, and so the |