Micro-Controller Operating Systems: Difference between revisions

Content deleted Content added
MKRD info (talk | contribs)
Licensing changes. Support options.~~~~
add repo
Line 20:
| license = [[Open Source]] as of 2020. Previously [[Commercial software|Commercial]], [[freeware]] education use.
| website = {{URL|www.micrium.com/products}}
| repo = {{URL|github.com/SiliconLabs}}
}}
'''Micro-Controller Operating Systems''' ('''MicroC/OS''', stylized as '''μC/OS''') is a [[real-time operating system]] (RTOS) designed Jean J. Labrosse in 1991. It is a priority-based [[Preemption (computing)|preemptive]] [[Real-time computing|real-time]] kernel for [[microprocessor]]s, written mostly in the programming language [[C (programming language)|C]]. It is intended for use in [[embedded system]]s.
Line 147 ⟶ 148:
==External links==
*{{Official website|www.micrium.com/products}}
*{{github|SiliconLabs}}
*[http://people.ece.cornell.edu/land/courses/ece5760/NiosII_muCOS/uC_Functions.html Summary of Commonly Used uC/OS-II Functions and Data Structures]
*[http://people.ece.cornell.edu/land/courses/ece5760/NiosII_muCOS/ NiosII GCC with MicroC/OS]