From 48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Jan 2009 13:44:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@634 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 64 +------------------------------------------------------------ 1 file changed, 1 insertion(+), 63 deletions(-) (limited to 'docs/ch.txt') diff --git a/docs/ch.txt b/docs/ch.txt index 82789c4b7..fc475ec95 100644 --- a/docs/ch.txt +++ b/docs/ch.txt @@ -77,7 +77,7 @@ * state unless differently specified.
* Examples: @p chThdCreateStatic(), @p chSemSignalI(), @p chIQGetTimeout(). * - * @section interrupts Interrupt Classes + * @section interrupt_classes Interrupt Classes * In ChibiOS/RT there are three logical interrupt classes: * - Regular Interrupts. Maskable interrupt sources that cannot * preempt the kernel code and are thus able to invoke operating system APIs @@ -280,68 +280,6 @@ */ /** @} */ -/** - * @defgroup ARMCM3 ARM Cortex-M3 - * @{ - *

- * The ARM Cortex-M3 port is organized as follow: - *

- * - * @ingroup Ports - */ -/** @} */ - -/** - * @defgroup ARMCM3CONF Configuration Options - * @{ - *

- * The ARMCM3 port allows some architecture-specific configurations settings - * that can be specified externally, as example on the compiler command line: - *

- *

- * @ingroup ARMCM3 - */ -/** @} */ - /** * @defgroup STM32F103 STM32F103 Support * @{ -- cgit v1.2.3