zhuts 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
..
FreeRTOS 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
Include 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
MicriumOS 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
RTThread 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
ThreadX 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
CMakeLists.txt 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas
README_en.md 3a75b1d01d 1、第一次提交,创建hpm6750工程文件 hai 2 semanas

README_en.md

CMSIS-RTOS2 API Supported In HPM_SDK

FreeRTOS

Feature Supported Short Description
Kernel Information and Control Y It provide version/system information and starts/controls the RTOS Kernel. More...
Thread Management Y It define, create, and control thread functions.. More...
Thread Flags Y It synchronize threads using flags. More...
Event Flags Y It synchronize threads using event flags. More...
Generic Wait Functions Y It wait for a certain period of time.. More...
Timer Management Y It create and control timer and timer callback functions. More...
Mutex Management Y It synchronize resource access using Mutual Exclusion (Mutex). More...
Semaphores Y It access shared resources simultaneously from different threads. More...
Memory Pool Y It manage thread-safe fixed-size blocks of dynamic memory. More...
Message Queue Y It exchange messages between threads in a FIFO-like operation. More...

RTThread

Feature Supported Short Description
Kernel Information and Control Y It provide version/system information and starts/controls the RTOS Kernel. More...
Thread Management Y It define, create, and control thread functions.. More...
Thread Flags Y It synchronize threads using flags. More...
Event Flags Y It synchronize threads using event flags. More...
Generic Wait Functions Y It wait for a certain period of time.. More...
Timer Management Y It create and control timer and timer callback functions. More...
Mutex Management Y It synchronize resource access using Mutual Exclusion (Mutex). More...
Semaphores Y It access shared resources simultaneously from different threads. More...
Memory Pool Y It manage thread-safe fixed-size blocks of dynamic memory. More...
Message Queue Y It exchange messages between threads in a FIFO-like operation. More...

ThreadX

Feature Supported Short Description
Kernel Information and Control Y It provide version/system information and starts/controls the RTOS Kernel. More...
Thread Management Y It define, create, and control thread functions.. More...
Thread Flags N It synchronize threads using flags. More...
Event Flags Y It synchronize threads using event flags. More...
Generic Wait Functions Y It wait for a certain period of time.. More...
Timer Management Y It create and control timer and timer callback functions. More...
Mutex Management Y It synchronize resource access using Mutual Exclusion (Mutex). More...
Semaphores Y It access shared resources simultaneously from different threads. More...
Memory Pool Y It manage thread-safe fixed-size blocks of dynamic memory. More...
Message Queue Y It exchange messages between threads in a FIFO-like operation. More...

MicriumOS(ucOS-III)

Feature Supported Short Description
Kernel Information and Control Y It provide version/system information and starts/controls the RTOS Kernel. More...
Thread Management Y It define, create, and control thread functions.. More...
Thread Flags Y It synchronize threads using flags. More...
Event Flags Y It synchronize threads using event flags. More...
Generic Wait Functions Y It wait for a certain period of time.. More...
Timer Management N It create and control timer and timer callback functions. More...
Mutex Management Y It synchronize resource access using Mutual Exclusion (Mutex). More...
Semaphores Y It access shared resources simultaneously from different threads. More...
Memory Pool N It manage thread-safe fixed-size blocks of dynamic memory. More...
Message Queue Y It exchange messages between threads in a FIFO-like operation. More...