|
@@ -36,28 +36,9 @@
|
|
|
*/
|
|
*/
|
|
|
/**************************************************************************/
|
|
/**************************************************************************/
|
|
|
|
|
|
|
|
-/** \file
|
|
|
|
|
- * \brief TBD
|
|
|
|
|
- *
|
|
|
|
|
- * \note TBD
|
|
|
|
|
- */
|
|
|
|
|
-
|
|
|
|
|
-/** \ingroup TBD
|
|
|
|
|
- * \defgroup TBD
|
|
|
|
|
- * \brief TBD
|
|
|
|
|
- *
|
|
|
|
|
- * @{
|
|
|
|
|
- */
|
|
|
|
|
-
|
|
|
|
|
#ifndef _TUSB_OSAL_H_
|
|
#ifndef _TUSB_OSAL_H_
|
|
|
#define _TUSB_OSAL_H_
|
|
#define _TUSB_OSAL_H_
|
|
|
|
|
|
|
|
-#ifdef __cplusplus
|
|
|
|
|
- extern "C" {
|
|
|
|
|
-#endif
|
|
|
|
|
-
|
|
|
|
|
-#include "tusb_option.h"
|
|
|
|
|
-
|
|
|
|
|
/** \ingroup group_configuration
|
|
/** \ingroup group_configuration
|
|
|
* \defgroup TUSB_OS RTOS Integration Selection
|
|
* \defgroup TUSB_OS RTOS Integration Selection
|
|
|
* \brief TUSB_CFG_OS must be defined to one of these
|
|
* \brief TUSB_CFG_OS must be defined to one of these
|
|
@@ -69,6 +50,20 @@
|
|
|
#define TUSB_OS_UCOS3 5 ///< MicroC OS III is used (not supported yet)
|
|
#define TUSB_OS_UCOS3 5 ///< MicroC OS III is used (not supported yet)
|
|
|
/** @} */
|
|
/** @} */
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+/** \addtogroup Port Port
|
|
|
|
|
+ * @{
|
|
|
|
|
+ * \defgroup Port_OSAL OS Abstraction Layer (OSAL)
|
|
|
|
|
+ * @{
|
|
|
|
|
+ */
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+ extern "C" {
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
|
|
+#include "tusb_option.h"
|
|
|
|
|
+
|
|
|
#ifndef _TEST_
|
|
#ifndef _TEST_
|
|
|
|
|
|
|
|
#if TUSB_CFG_OS == TUSB_OS_NONE
|
|
#if TUSB_CFG_OS == TUSB_OS_NONE
|
|
@@ -204,6 +199,7 @@ uint32_t osal_tick_get(void);
|
|
|
}
|
|
}
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
-#endif /* _TUSB_OSAL_H_ */
|
|
|
|
|
-
|
|
|
|
|
/** @} */
|
|
/** @} */
|
|
|
|
|
+/** @} */
|
|
|
|
|
+
|
|
|
|
|
+#endif /* _TUSB_OSAL_H_ */
|