comparison 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
comparison
equal deleted inserted replaced
2939:2cf7405710b5 2940:f89e0743ba67
6 # 6 #
7 # ==================================================================== 7 # ====================================================================
8 ## ####ECOSGPLCOPYRIGHTBEGIN#### 8 ## ####ECOSGPLCOPYRIGHTBEGIN####
9 ## ------------------------------------------- 9 ## -------------------------------------------
10 ## This file is part of eCos, the Embedded Configurable Operating System. 10 ## This file is part of eCos, the Embedded Configurable Operating System.
11 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. 11 ## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc.
12 ## 12 ##
13 ## eCos is free software; you can redistribute it and/or modify it under 13 ## eCos is free software; you can redistribute it and/or modify it under
14 ## the terms of the GNU General Public License as published by the Free 14 ## the terms of the GNU General Public License as published by the Free
15 ## Software Foundation; either version 2 or (at your option) any later 15 ## Software Foundation; either version 2 or (at your option) any later
16 ## version. 16 ## version.
202 } 202 }
203 203
204 # --------------------------------------------------------------------- 204 # ---------------------------------------------------------------------
205 cdl_component CYGPKG_KERNEL_INSTRUMENT { 205 cdl_component CYGPKG_KERNEL_INSTRUMENT {
206 display "Kernel instrumentation" 206 display "Kernel instrumentation"
207 doc user-guide/kernel-instrumentation.html
207 flavor bool 208 flavor bool
208 default_value 0 209 default_value 0
209 description " 210 description "
210 The current release of the kernel contains an initial version 211 The current release of the kernel contains an initial version
211 of instrumentation support. The various parts of the kernel 212 of instrumentation support. The various parts of the kernel