Main > System > Kernels >

ftRTOS 0.1

ftRTOS 0.1

Sponsored Links

ftRTOS 0.1 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.018 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1400
Date added: 2006-01-13
Publisher: Alexander Yaworsky

ftRTOS 0.1 description

ftRTOS is another free and small realtime kernel for microcontrollers focused on minimal RAM usage. The "ft" prefix means femto, the next order after nano and pico.
Primarily this kernel is intended for MSP430 family of microcontrollers. Porting to another architectures is quite simple but on some architectures performance may degrade.
The source code is written in pure C. The preference is given to GCC as free software should be compiled with a free compiler. Assembly language is used only where it is unavoidable.
Main features:
- Minimal use of RAM. For example, on MSP430 in minimalistic configuration it is required only 6 bytes of RAM per task not including stack.
- Static definition of tasks and protected shared objects.
- Multiple levels of priority, fixed priority scheduling. By design, the number of levels is limited by the maximum number that unsigned char data type can hold.
- Preemptive or cooperative scheduling policy.
- Unlimited number of tasks by design.
- No idle task.
- Simplicity and clarity as a design philosophy.
Two approaches are used to achieve the main design goal: avoiding dynamic memory management and splitting all structures into two parts.
Dynamic memory management adds overhead to all memory blocks and requires some additional code. Without dynamic memory management it is impossible to dynamically create tasks and synchronization objects (more precisely, protected shared objects, PSO). But for tiny systems it is not a key feature. So, all tasks and PSOs are defined at compile time.
Splitting structures that describe tasks and PSO means that they have constant (ROMable) and variable parts. The first one contains static properties, such as priority, address of entry point, address of stack, etc. The variable part is placed in RAM and contains only those properties that require changes at run time.
It is necessary to note that such division requires frequent access to the flash/ROM and on some architectures it may lead to performance degradation. For example in AVR family the access to the flash memory is very painful.
The simplicity of kernel as a design philosophy obliges to implement only minimal set of functions and only those which are absolutely necessary. Theres only one global critical section which disables context switching. There are no functions to suspend and resume tasks (their appearance in user code tells that something wrong in software design). Only one type of PSO, namely queue, is used for communications between tasks.
However, sticking to minimalistic design leads to inflexibility. Therefore in addition to minimalistic design a list-based design has been implemented. The user can choose either. The differences and features will be explained later. Generally, list-based design increases the size of variable part of task structure (on MSP430 it becomes 12 bytes) but allows several waiting tasks on each side of PSO, the priority inversion problem is handled (the users choice) and other types of PSO may be implemented.

ftRTOS 0.1 Screenshot

Advertisements

ftRTOS 0.1 Keywords

Bookmark ftRTOS 0.1

Hyperlink code:
Link for forum:

ftRTOS 0.1 Copyright

WareSeeker periodically updates pricing and software information of ftRTOS 0.1 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of ftRTOS 0.1 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
firescope allows you to read kernel logs and other memory over FireWire. Free Download
Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server. Free Download
TCCBOOT is a boot loader able to compile and boot a Linux kernel directly from its source code. Free Download
Tess is a C++ library that helps automate final assembly of tedious graphic design tasks. Free Download
LibOSDK is an operating systems development toolkit. Free Download
KDVD-RAM Tools are a combination with service menu, shell script and kdialog. Free Download
Ethane is the easy way to thrive ad hoc network. Free Download
avrmon-stk200 is a port of Denis Chertykovs Linux debug monitor system for Atmel AVR microcontrollers. Free Download