From 09126fe34f64af501fd163d4d385a71479d71096 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Apr 2010 11:48:03 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1874 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/eclipse.dox | 2 +- docs/src/goals.dox | 6 +++--- docs/src/interrupts.dox | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/src') diff --git a/docs/src/eclipse.dox b/docs/src/eclipse.dox index f3d9b557a..4e2dfe0fc 100644 --- a/docs/src/eclipse.dox +++ b/docs/src/eclipse.dox @@ -33,7 +33,7 @@ * - Adding paths to the PATH variable. * - Creating environment variables. * - Any other normal PC usage task. - * - Use of the toolchain, the use is covered by the "@ref article_eclipse2" + * - Use of the toolchain, the use is covered by the @ref article_eclipse2 * article. * . * diff --git a/docs/src/goals.dox b/docs/src/goals.dox index eb1b2bd81..6dc8f0034 100644 --- a/docs/src/goals.dox +++ b/docs/src/goals.dox @@ -32,7 +32,7 @@ * - When, after a while, I needed a RTOS again, none of the existing FOSS * projects met my expectations or my ideas of how a RTOS should be, not * even close (see below). I decided that work on that old project was - * a better idea that contribute to, or fork, something else. + * a better idea than contribute to, or fork, something else. * - I wanted another toy. * . *

Why is it different?

@@ -75,9 +75,9 @@ * -# It would be pointless, it is already @a really small. * -# I would not trade efficiency or features in order to save few bytes. * . - * About the "fast" part, the kernel is able to start/exit more than + * About the "fast" part, the kernel is able to start/exit over * 220,000 threads per second on a 72MHz STM32. - * The Context Switch takes 1.41 microseconds on the same STM32. + * The Context Switch takes 1.2 microseconds on the same STM32. * *

Tests and metrics

* I think it is nice to know how an OS is tested and how it performs before diff --git a/docs/src/interrupts.dox b/docs/src/interrupts.dox index cbebe5d5b..64f336f08 100644 --- a/docs/src/interrupts.dox +++ b/docs/src/interrupts.dox @@ -31,7 +31,7 @@ CH_IRQ_HANDLER(myIRQ) { chSysLockFromIsr(); // Invocation of some I-Class system APIs, never preemptable. - chSysUnlockFromIsr(). + chSysUnlockFromIsr(); // More IRQ handling code, again preemptable. -- cgit v1.2.3