summaryrefslogtreecommitdiff
path: root/tinyusb/doxygen
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-23 19:00:54 +0700
committerhathach <[email protected]>2014-03-23 19:00:54 +0700
commitcf60e374aa60507457a193bf12385f9e0f41f035 (patch)
tree12c7da3a114c8a796658fcd1b6e388d8e65b1c6b /tinyusb/doxygen
parenta8d32d81b37274642179b6ebafcf501eb57fe75c (diff)
doxygen clean up
Diffstat (limited to 'tinyusb/doxygen')
-rw-r--r--tinyusb/doxygen/configuration.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tinyusb/doxygen/configuration.h b/tinyusb/doxygen/configuration.h
index e35dbbe30..33a31479f 100644
--- a/tinyusb/doxygen/configuration.h
+++ b/tinyusb/doxygen/configuration.h
@@ -21,6 +21,7 @@
#define TUSB_CFG_MCU ///< Select one of the supported MCU, the value must be from \ref config_mcu_selection
#define TUSB_CFG_OS ///< Select one of the supported RTOS, the value must be from \ref TUSB_OS RTOS.
#define TUSB_CFG_OS_TASK_PRIO ///< If \ref TUSB_CFG_OS is configured to use a real RTOS (other than TUSB_OS_NONE). This determines the priority of the usb stack task.
+#define TUSB_CFG_TICKS_HZ ///< The rate ticks in hert. This is used in conjunction with \ref tusb_tick_get to calculate timing.
//--------------------------------------------------------------------+
// HOST CONFIGURATION
@@ -55,9 +56,10 @@
// DEVICE CONFIGURATION
//--------------------------------------------------------------------+
/** \defgroup TUSB_CFG_DEVICE Device Options
- * \brief For each Class Driver a value of 1 means enable, value of 0 mean disable
* @{ */
+#define TUSB_CFG_DEVICE_CONTROL_ENDOINT_SIZE ///< Max packet size of Cotnrol Endpoint, default is 64
+
/** \defgroup config_device_class Class Driver
* \brief For each Class Driver a value of 1 means enable, value of 0 mean disable
* @{ */