Mercurial > ecos
diff packages/kernel/current/cdl/kernel.cdl @ 2940:f89e0743ba67
* packages/kernel/current/doc/kernel.sgml: Indicate that cyg_alarm_initialize()
takes an absolute trigger value. Issue reported by Grant Edwards.
* packages/kernel/current/cdl/kernel.cdl: Reference the kernel instrumentation
documentation.
* doc/sgml/makamakefile: Update copyright dates.
| author | jld |
|---|---|
| date | Thu, 25 Feb 2010 08:53:17 +0000 |
| parents | 74dbf4c3f2e1 |
| children | f35f92c0b860 |
line wrap: on
line diff
--- a/packages/kernel/current/cdl/kernel.cdl +++ b/packages/kernel/current/cdl/kernel.cdl @@ -8,7 +8,7 @@ ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -204,6 +204,7 @@ cdl_package CYGPKG_KERNEL { # --------------------------------------------------------------------- cdl_component CYGPKG_KERNEL_INSTRUMENT { display "Kernel instrumentation" + doc user-guide/kernel-instrumentation.html flavor bool default_value 0 description "
