From 8ef58df173c302c1602b19c79419daed37ced360 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Thu, 3 Sep 2009 16:29:41 +0000 Subject: [PATCH] doc: Update driver status and descriptions. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2876 38d2e660-2303-0410-9eaa-f027e97ec537 --- README.bertos | 9 +++++---- STATUS | 9 +++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.bertos b/README.bertos index 8300de76..65edccce 100644 --- a/README.bertos +++ b/README.bertos @@ -21,10 +21,11 @@ environments, from 8-bit processor to Linux and Win32 hosted application \section history History and Motivation -BeRTOS was born as a collection of useful, highly optimized and fine-tuned -libraries for embedded systems. Each library had its own scope and could be -used singularly in a project, though they were also meant to cooperate to -build the whole underlying software layer commonly called "operating system". +BeRTOS was born as a extremely modular, highly optimized and fine-tuned +operating system for embedded programming. +As a result, each module has its own scope and can be used alone or in +cooperation with other modules. +It's even possible to use most of the drivers without activating the kernel module. We have grown it following our guidelines: simplicity and beauty. These guidelines made it possible to evolve it in a full-featured real diff --git a/STATUS b/STATUS index 64449ecc..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: @@ -212,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. @@ -242,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
-- 2.25.1