From 79089d6352e01e1e7c6c3f0a88266abbc9af6abb Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Jan 2009 15:10:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@644 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'docs/ch.txt') diff --git a/docs/ch.txt b/docs/ch.txt index 5048cf5f6..70aeda6a4 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -1,12 +1,14 @@ /** * @mainpage ChibiOS/RT * @author Giovanni Di Sirio (gdisirio@users.sourceforge.net). - * @section Chibi Chibi ? - * It is the Japanese word for small as in small child. So ChibiOS/RT - * @htmlonly (ちびOS/RT) \endhtmlonly + * + *

Chibi ?

+ * I didn't want a serious name for this project. It is the Japanese word for + * small as in small child. So ChibiOS/RT + * @htmlonly (ちびOS/RT) @endhtmlonly * means small Real Time Operating System. * Source Wikipedia. - * @section ch_features Features + *

Features

* - Free software, GPL3 licensed. * - Designed for realtime applications. * - Easily portable. @@ -49,7 +51,7 @@ * memory image. * - Almost totally written in C with little ASM code required for ports. * - * Related pages: + *

Related pages

* - @subpage Concepts * - @subpage Articles */ @@ -241,6 +243,7 @@ * * - @subpage article_atomic * - @subpage article_saveram + * - @subpage article_interrupts */ /** @} */ @@ -491,7 +494,7 @@ *

Operation Mode

* Messages are an easy to use and fast IPC mechanism, threads can both serve * messages and send messages to other threads, the mechanism allows data to - * be carryed in both directions. Data is not copyed between the client and + * be carried in both directions. Data is not copied between the client and * server threads but just a pointer passed so the exchange is very time * efficient.
* Messages are usually processed in FIFO order but it is possible to process -- cgit v1.2.3