uC OS III – Real Time Kernel - nhivp/vnos GitHub Wiki

OVERVIEW

Features

  • stack-checking capability
  • hook functions
  • safe means to dynamically allocate memory

Chapter 2. RTOS Concepts

Type of RTOS:

  • SOFT: as fast as possible, don't have to finish by a specific time.
  • HARD: not only correctly, but also on time.
  • Combined SOFT & HARD

REFERENCES