From 855fe2391d07c5dab27129ad626541482fe8d782 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 5 Jan 2010 17:14:09 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1501 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/hal.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'os/hal/hal.dox') diff --git a/os/hal/hal.dox b/os/hal/hal.dox index 81b5a148d..657185f8e 100644 --- a/os/hal/hal.dox +++ b/os/hal/hal.dox @@ -26,17 +26,17 @@ * - High Level Device Driver (HLD). This layer contains the definitions * of the driver's APIs and the platform independent part of the driver.
* An HLD is composed by two files: - * - @.c, the high level implementation file. This file must be + * - @.c, the HLD implementation file. This file must be * included in the Makefile in order to use the driver. - * - @.h, the high level header file. This file must be included - * by the application code in order to access the driver's APIs. + * - @.h, the HLD header file. This file is implicitly + * included by the HAL header file @p hal.h. * . * - Low Level Device Driver (LLD). This layer contains the platform * dependent part of the driver.
* A LLD is composed by two files: - * - @_lld.c, the low level implementation file. This file must be + * - @_lld.c, the LLD implementation file. This file must be * included in the Makefile in order to use the driver. - * - @_lld.h, the high level header file. This file is implicitly + * - @_lld.h, the LLD header file. This file is implicitly * included by the HLD header file. * . * The LLD may be not present in those drivers that do not access the @@ -174,7 +174,7 @@ * @dot digraph example { rankdir="LR"; - node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true", width="0.75", height="0.75"]; + node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true", width="0.8", height="0.8"]; edge [fontname=Helvetica, fontsize=8]; uninit [label="SPI_UNINIT", style="bold"]; stop [label="SPI_STOP\nLow Power"]; -- cgit v1.2.3