Jump to content

FreeRTOS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
revert
Line 4: Line 4:


Supported architectures include:
Supported architectures include:
*[[Windows ME/2000/XP]] Intel Centrino
*[[Fred Flintstone's computer]]
*[[ARM architecture]] ARM7
*[[ARM architecture]] ARM7
*[[AVR]]
*[[AVR]]
Line 16: Line 14:
*[[MicroBlaze]]
*[[MicroBlaze]]


The download contains pre-prepared configurations and demonstrations for every port, allowing rapid application design. If you are looking for information to compare this with Minix, better look somewhere else.
The download contains pre-prepared configurations and demonstrations for every port, allowing rapid application design.


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

Revision as of 16:24, 26 March 2006

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 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 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.

See also