diff options
| author | hathach <[email protected]> | 2018-04-12 13:23:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-04-12 13:23:52 +0700 |
| commit | 4b660175beea2c76a1a761e3840937d9784ab201 (patch) | |
| tree | 2d3b595aa8bf9e1ffcb7dd1feafd92275e92994e /doxygen | |
| parent | 3d31f921068d906f6f63f59a3b10784f28e97d4d (diff) | |
rename CFG_TUSB_DEVICE_* to CFG_TUD_*
Diffstat (limited to 'doxygen')
| -rw-r--r-- | doxygen/configuration.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doxygen/configuration.txt b/doxygen/configuration.txt index 9c6b4a3c6..e79345416 100644 --- a/doxygen/configuration.txt +++ b/doxygen/configuration.txt @@ -56,7 +56,7 @@ /** \defgroup CFG_TUSB_DEVICE Device Options * @{ */ -#define CFG_TUSB_DEVICE_ENDOINT0_SIZE ///< Max packet size of Cotnrol Endpoint, default is 64 +#define CFG_TUD_ENDOINT0_SIZE ///< Max packet size of Cotnrol Endpoint, default is 64 /// Application MUST define this variable and initialize its pointers's member to all required USB descriptors including /// Device Descriptor, Configuration Descriptor, String Descriptors, HID Report Descriptors etc ... @@ -65,11 +65,11 @@ tusbd_descriptor_pointer_t tusbd_descriptor_pointers; /** \defgroup config_device_class Class Driver * \brief For each Class Driver a value of 1 means enable, value of 0 mean disable * @{ */ -#define CFG_TUSB_DEVICE_HID_KEYBOARD ///< Enable HID Class for Keyboard -#define CFG_TUSB_DEVICE_HID_MOUSE ///< Enable HID Class for Mouse -#define CFG_TUSB_DEVICE_HID_GENERIC ///< Enable HID Class for Generic (not supported yet) -#define CFG_TUSB_DEVICE_MSC ///< Enable Mass Storage Class (SCSI subclass only) -#define CFG_TUSB_DEVICE_CDC ///< Enable Virtual Serial (Communication Device Class) +#define CFG_TUD_HID_KEYBOARD ///< Enable HID Class for Keyboard +#define CFG_TUD_HID_MOUSE ///< Enable HID Class for Mouse +#define CFG_TUD_HID_GENERIC ///< Enable HID Class for Generic (not supported yet) +#define CFG_TUD_MSC ///< Enable Mass Storage Class (SCSI subclass only) +#define CFG_TUD_CDC ///< Enable Virtual Serial (Communication Device Class) /** @} */ /** @} */ // group Device |
