摘要:
/** * The object type can be one of the follows with specific * macros enabled: * - Thread * - Process * - Semaphore * - Mutex * - Event * - MailBox * 阅读全文
摘要:
/* date type defination */ typedef signed char rt_int8_t; typedef signed short rt_int16_t; typedef signed long rt_int32_t; typedef unsigned char rt_ui 阅读全文