From 5f23653c69ef2316334df123c2ecc2cf14b0c8df Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 25 Oct 2013 13:45:57 +0700 Subject: more doxygen work --- tinyusb/osal/osal.h | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) (limited to 'tinyusb/osal') 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_ */ -- cgit v1.3.1