X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=STATUS;h=fa19e61060e374e7444c91180745a52776470061;hb=680617324b88f51858e9de9652679d268cf90be4;hp=428af998fbbb35c8572e82f278bf2fa71a363a4d;hpb=36f69c1e8ddf8b0cb9ac9a180cb9ea82d7547e78;p=bertos.git diff --git a/STATUS b/STATUS index 428af998..fa19e610 100644 --- a/STATUS +++ b/STATUS @@ -73,10 +73,7 @@ Here is a list of currently available CPU family ports: \section compilers Compilers -BeRTOS was born as a collection of reusable code snippets. -In this perspective it was of primary importance that the code was reusable and well portable. - -So, although BeRTOS is primarily intended to be used with open source tools such as GCC, it supports other compilers too. It is possible to develop with BeRTOS on Linux, Windows and Mac. +BeRTOS is primarily intended to be used with open source tools such as GCC, although it supports other compilers too. It is possible to develop with BeRTOS on Linux, Windows and Mac. For every port we have indicated the current compiler used and were to find a suitable development suite: @@ -102,9 +99,13 @@ These drivers are: system timer , debug system and serial c Here is the list of CPU whose internal core drivers are supported:
+ + + + @@ -148,6 +149,7 @@ Since BeRTOS aims to supply full operating system services, for every CPU port w +
Family CPU Core driver status
ARM AT91SAM7S64 stable
ARM AT91SAM7S128 stable
ARM AT91SAM7S256 stable
ARM AT91SAM7S512 stable
ARM AT91SAM7X128 stable
ARM AT91SAM7X256 stable
ARM AT91SAM7X512 stable
AVR ATMega8 stable
AVR ATMega32 stable
AVR ATMega64 stable
TWI beta
ADC beta
PWM beta
\link i2s_at91.h I2S \endlink digital audio bus stable
To get up to date informations look at the ARM drivers source code. @@ -184,7 +186,6 @@ Current driver list: \link flash25.h AT25Fxxx Atmel flash memories \endlink beta \link ft245rl.h FT245RL USB to parallel converter \endlink beta \link kbd.h Keyboard \endlink stable - \link i2s.h I2S digital audio bus \endlink stable \link i2c.h I2C \endlink with bitbang support stable Displaytech 32122A Graphic LCD stable \link dc_motor.h DC Motor with PID \endlink stable @@ -208,7 +209,7 @@ Current driver list: To get up to date informations look at the drivers source code. \section emulator Emulator -BeRTOS features can be emulated under a Unix system, check DemoApp. +BeRTOS features can be emulated on a common PC, check DemoApp. The emulator uses Qt to display emulated I/O devices in a window. It supports task scheduling and a number of other embedded peripherals. @@ -238,7 +239,7 @@ BeRTOS comes in help with a set of optimized portable algorithms: \link randpool.c Cryptographically secure Random Pool \endlink beta \link rotating_hash.h Rotating hash checksum \endlink stable \link tea.h TEA (Tiny Encryption Algorithm) \endlink stable - \link ramp.h Stepper motor ramp generator \endlink beta + \link ramp.h Stepper motor ramp generator \endlink stable \link pid_control.h PID Controller \endlink stable \link rle.c RLE (Run lenght en/decondig) \endlink stable