diff options
Diffstat (limited to 'tinyusb/osal')
| -rw-r--r-- | tinyusb/osal/osal.h | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/tinyusb/osal/osal.h b/tinyusb/osal/osal.h index 4c45b0087..84a18a685 100644 --- a/tinyusb/osal/osal.h +++ b/tinyusb/osal/osal.h @@ -36,28 +36,9 @@ */
/**************************************************************************/
-/** \file
- * \brief TBD
- *
- * \note TBD
- */
-
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
-
#ifndef _TUSB_OSAL_H_
#define _TUSB_OSAL_H_
-#ifdef __cplusplus
- extern "C" {
-#endif
-
-#include "tusb_option.h"
-
/** \ingroup group_configuration
* \defgroup TUSB_OS RTOS Integration Selection
* \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)
/** @} */
+
+/** \addtogroup Port Port
+ * @{
+ * \defgroup Port_OSAL OS Abstraction Layer (OSAL)
+ * @{
+ */
+
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+#include "tusb_option.h"
+
#ifndef _TEST_
#if TUSB_CFG_OS == TUSB_OS_NONE
@@ -204,6 +199,7 @@ uint32_t osal_tick_get(void); }
#endif
-#endif /* _TUSB_OSAL_H_ */
-
/** @} */
+/** @} */
+
+#endif /* _TUSB_OSAL_H_ */
|
