aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-31 09:08:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-31 09:08:48 +0000
commita5a2fb4c531a2b5153911d6bd9fbca1d5f0d3e53 (patch)
tree4ac07aea7739c5f1a2a9ea201fe5985a235d2f16 /docs/ch.txt
parent30745dff77158834198d6b29021e1eea0d5b5075 (diff)
downloadChibiOS-a5a2fb4c531a2b5153911d6bd9fbca1d5f0d3e53.tar.gz
ChibiOS-a5a2fb4c531a2b5153911d6bd9fbca1d5f0d3e53.tar.bz2
ChibiOS-a5a2fb4c531a2b5153911d6bd9fbca1d5f0d3e53.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@570 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 4b934bc20..fe8ab6510 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -98,16 +98,16 @@
* area.<br><br>
* @image html workspace.png
* <br>
- * Note that the preemption areas only present when the Thread is not
+ * Note that the preemption area is only present when the thread is not
* running (switched out), the context switching is done by pushing the
* registers on the stack of the switched-out thread and popping the registers
* of the switched-in thread from its stack.
- * The preemption areas can be divided in up to three structures:
- * - External Context.
- * - Interrupt Stack.
- * - Internal Context.
+ * The preemption area can be divided in up to three structures:
+ * - External context.
+ * - Interrupt stack.
+ * - Internal context.
*
- * See the @ref Core documentation for details, the areas may change on
+ * See the @ref Core documentation for details, the area may change on
* the various ports and some structures may not be present (or be zero-sized).
*
* @section sysmutex System Mutex Zone
@@ -264,7 +264,9 @@
* The AT91SAM7X support includes:
* <ul>
* <li>Buffered, interrupt driven, serial driver.</li>
+ * <li>EMAC driver with MII support.</li>
* <li>A demo supporting the kernel test suite.</li>
+ * <li>A Web server demo using the uIP TCP/IP stack.</li>
* </ul>
* </p>
* @ingroup ARM7