summaryrefslogtreecommitdiff
path: root/tinyusb/osal
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-10-25 13:45:57 +0700
committerhathach <[email protected]>2013-10-25 13:45:57 +0700
commit5f23653c69ef2316334df123c2ecc2cf14b0c8df (patch)
tree99e81a7a464586591c753bb8f370151c2aaf71e2 /tinyusb/osal
parent695fc5cc0aa86b77ab88c59e9c84fd3d80f58d91 (diff)
more doxygen work
Diffstat (limited to 'tinyusb/osal')
-rw-r--r--tinyusb/osal/osal.h38
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_ */