adding mynewt to osal

This commit is contained in:
hathach
2018-09-04 14:20:30 +07:00
parent e6fdfe8ac7
commit 8600c4b616
7 changed files with 269 additions and 14 deletions

View File

@@ -62,8 +62,9 @@
/** \defgroup group_supported_os Supported RTOS
* \ref CFG_TUSB_OS must be defined to one of these
* @{ */
#define OPT_OS_NONE 1 ///< No RTOS is used
#define OPT_OS_FREERTOS 2 ///< FreeRTOS is used
#define OPT_OS_NONE 1 ///< No RTOS
#define OPT_OS_FREERTOS 2 ///< FreeRTOS
#define OPT_OS_MYNEWT 3 ///< Mynewt OS
/** @} */