Micro-Controller Operating Systems: Difference between revisions

Content deleted Content added
figure was removed, rephrased irrelevant reference to it
µC/OS-II: Improper use of later, fixed to latter, probably a typo.
Tags: Mobile edit Mobile web edit
Line 37:
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 255 application tasks. Its size can be scaled (between 5 to 24 Kbytes) to only contain the features needed for a given use.
 
Most of µC/OS-II is written in highly portable [[ANSI C]], with target microprocessor-specific code written in [[assembly language]]. Use of the laterlatter is minimized to ease [[porting]] to other processors.
 
=== Uses in embedded systems ===