diff --git a/Documentation/Doxygen/Network/src/network_resource_requirements.txt b/Documentation/Doxygen/Network/src/network_resource_requirements.txt index fb74d266..a71b6b0e 100644 --- a/Documentation/Doxygen/Network/src/network_resource_requirements.txt +++ b/Documentation/Doxygen/Network/src/network_resource_requirements.txt @@ -36,13 +36,10 @@ file located under the \b Device component class. \section nw_rtos_req CMSIS-RTOS Requirements -Currently, the Network component works in three different RTOS configurations: +Currently, the Network component works in two different RTOS configurations: -# CMSIS-RTOS2 RTX5: This mode uses Keil RTX5 natively. In the Manage Run-Time Environment window, the component CMSIS:RTOS2 (API):Keil RTX5 must be selected. The RTOS resources are static, configured by the system. There is no need for additional user configuration. This is the suggested option for new development. --# CMSIS-RTOS RTX5: this mode uses RTX5 under a compatibility layer, which uses CMSIS-RTOS v1. - In the Manage Run-Time Environment window, the components CMSIS:RTOS (API):Keil RTX5 and - CMSIS:RTOS2 (API):Keil RTX5 must be selected. -# CMSIS-RTOS2 with a generic RTOS: this mode uses a generic RTOS (such as FreeRTOS). The RTOS resources (thread, mutex and semaphore control blocks and thread stacks) are dynamically allocated. The user needs to provide memory pools big enough for the allocations in RTOS configuration.