Jump to content

FreeRTOS

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 82.33.204.228 (talk) at 13:34, 29 March 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FreeRTOS.org is a real-time operating system for embedded devices, being ported to several microcontrollers. It is distributed under a modified version of the GPL. The modification permits the users proprietary code to remain closed source, while maintaining the kernel itself as open source - facilitating the use of FreeRTOS in commercial applications.

FreeRTOS.org can be downloaded for free, without having to fill out a form or provide any information.

Supported architectures include:

The download contains pre-prepared configurations and demonstrations for every port, allowing rapid application design.

The FreeRTOS.org scheduler is designed to be small and simple. It can be configured for both preemptive or cooperative operation.

The FreeRTOS.org site also contains RTOS tutorials, details of the RTOS design and performance comparison results for various microcontrollers.

FreeRTOS.org was the first real time kernel to be available for real (production) CORTEX-M3 based microcontrollers.

See also