X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2FREADME.bertos;h=131788375e0fbdb3aa553085d8dd43182b337ea5;hb=db72c76f4275be952460cad175a905357c5834c3;hp=65edccce173bdbd65b734aafc134564f61c7e98c;hpb=e908bacaa1f3309e2d06049a2555d978d3d7e7f9;p=bertos.git diff --git a/doc/README.bertos b/doc/README.bertos index 65edccce..13178837 100644 --- a/doc/README.bertos +++ b/doc/README.bertos @@ -19,6 +19,9 @@ It has a modular structure: its components can be used in very different environments, from 8-bit processor to Linux and Win32 hosted application (for debug purpose), using a wide range of compilers. +Have a look at \ref short_introduction page for a quick overview of +the BeRTOS system. + \section history History and Motivation BeRTOS was born as a extremely modular, highly optimized and fine-tuned @@ -37,6 +40,8 @@ designed for fine-grained modularity and minimal external dependencies. Most non-essential features can be configured out for applications with small memory footprint requirements. +The basic design principles are explained in the \ref oop page. + \section features Features - multitasking kernel with IPC, semaphores, priority levels;