diff --git a/_docs/overview/rtos/index.md b/_docs/overview/rtos/index.md index def16752..2b46275e 100644 --- a/_docs/overview/rtos/index.md +++ b/_docs/overview/rtos/index.md @@ -69,7 +69,7 @@ FreeRTOS is distributed under the MIT license. It is known particularly for its
  • Download
  • Documentation
  • - FreeRTOS & micro-ROS: + FreeRTOS & micro-ROS: - Zephyr & micro-ROS: + Zephyr & micro-ROS: - NuttX & micro-ROS: + NuttX & micro-ROS: @@ -185,4 +185,40 @@ The open-source Arduino Software (IDE) is a library making it easy to program an +## Experimentally supported Real-Time Operating Systems + +### **Arm® Mbed™ OS** + +Mbed OS is an open-source RTOS intended for IoT applications with 32-bit ARM Cortex-M microcontrollers. + +
    +
    +
    + Key features: +
      +
    • Small footprint
    • +
    • Many POSIX-compatible modules
    • +
    • Preemptive scheduling
    • +
    • Support of Arm Compiler and GNU Arm Embedded
    • +
    • Online compiler at https://os.mbed.com/compiler/
    • +
    + Mbed OS resources: + + Mbed OS & micro-ROS: + +
    +
    + +
    + +
    +
    + {% include logos_disclaimer.md %}