X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=doc%2FMainpage.snapshot;h=3eea1aaede992561c7340182bb6d2c3777a26eb3;hb=57dfb183e24175bc782647d4e6aebe31063f3881;hp=5e50e27baaf48f7369327486589014979025c723;hpb=e908bacaa1f3309e2d06049a2555d978d3d7e7f9;p=bertos.git diff --git a/doc/Mainpage.snapshot b/doc/Mainpage.snapshot index 5e50e27b..3eea1aae 100644 --- a/doc/Mainpage.snapshot +++ b/doc/Mainpage.snapshot @@ -22,6 +22,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 @@ -40,6 +43,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;