Content deleted Content added
minor edit |
|||
Line 30:
==μC/OS-II==
Based on the source code written for μC/OS, and introduced as a commercial product in 1998, μC/OS-II is a [[Software portability|portable]], ROM-able, [[scalable]], preemptive, real-time, deterministic, multitasking [[Kernel (operating system)|kernel]] for [[microprocessor]]s, and [[digital signal processor]]s (DSPs). It manages up to
Most of μC/OS-II is written in highly portable [[ANSI C]], with target microprocessor-specific code written in [[assembly language]]. Use of the latter is minimized to ease [[porting]] to other processors.
Line 54:
*Waiting (for an event)
*Interrupted ([[Interrupt handler|interrupt service routine]] (ISR))
Further, it can manage up to
===Kernels===
|