comparison packages/compat/uitron/current/include/pkgconf/uitron.h @ 64:c38311975d4f ecos-sw-2000-01-28

Merge from eCos master repository on 2000-01-28-04:28:11-GMT
author jlarmour
date Fri, 28 Jan 2000 04:59:39 +0000
parents 29bc183297e1
children bf00f99aec69
comparison
equal deleted inserted replaced
63:119e6e57c342 64:c38311975d4f
6 // 6 //
7 // uITRON configuration file 7 // uITRON configuration file
8 // 8 //
9 //=========================================================================== 9 //===========================================================================
10 //####COPYRIGHTBEGIN#### 10 //####COPYRIGHTBEGIN####
11 // 11 //
12 // ------------------------------------------- 12 // -------------------------------------------
13 // The contents of this file are subject to the Cygnus eCos Public License 13 // The contents of this file are subject to the Red Hat eCos Public License
14 // Version 1.0 (the "License"); you may not use this file except in 14 // Version 1.0 (the "License"); you may not use this file except in
15 // compliance with the License. You may obtain a copy of the License at 15 // compliance with the License. You may obtain a copy of the License at
16 // http://sourceware.cygnus.com/ecos 16 // http://sourceware.cygnus.com/ecos
17 // 17 //
18 // Software distributed under the License is distributed on an "AS IS" 18 // Software distributed under the License is distributed on an
19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
20 // License for the specific language governing rights and limitations under 20 // License for the specific language governing rights and limitations under
21 // the License. 21 // the License.
22 // 22 //
23 // The Original Code is eCos - Embedded Cygnus Operating System, released 23 // The Original Code is eCos - Embedded Configurable Operating System,
24 // September 30, 1998. 24 // released September 30, 1998.
25 // 25 //
26 // The Initial Developer of the Original Code is Cygnus. Portions created 26 // The Initial Developer of the Original Code is Red Hat.
27 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. 27 // Portions created by Red Hat are
28 // ------------------------------------------- 28 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
29 // 29 // All Rights Reserved.
30 // -------------------------------------------
31 //
30 //####COPYRIGHTEND#### 32 //####COPYRIGHTEND####
31 //=========================================================================== 33 //===========================================================================
32 //#####DESCRIPTIONBEGIN#### 34 //#####DESCRIPTIONBEGIN####
33 // 35 //
34 // Author(s): hmt 36 // Author(s): hmt
868 // These are declared without uninitialization; they must be defined in 870 // These are declared without uninitialization; they must be defined in
869 // order to use them. 871 // order to use them.
870 872
871 873
872 /* {{CFG_DATA 874 /* {{CFG_DATA
875 cdl_option CYGSEM_UITRON_TIME_IS_MILLISECONDS {
876 display "uITRON time unit is mS"
877 type boolean
878 parent CYGPKG_UITRON
879 requires CYGVAR_KERNEL_COUNTERS_CLOCK
880 description "
881 Setting this option enables a conversion feature so that
882 time parameters to uITRON APIs are converted from milliSeconds
883 to whatever the eCos kernel real-time clock's units are,
884 or vice versa.
885 If this option is not set, time parameters are expressed in
886 kernel clock ticks."
887 }
888 }}CFG_DATA */
889
890 #undef CYGSEM_UITRON_TIME_IS_MILLISECONDS
891
892 /* {{CFG_DATA
873 cdl_component CYGPKG_UITRON_ALARMS { 893 cdl_component CYGPKG_UITRON_ALARMS {
874 display "Alarm handlers" 894 display "Alarm handlers"
875 type boolean 895 type boolean
876 parent CYGPKG_UITRON 896 parent CYGPKG_UITRON
877 requires CYGVAR_KERNEL_COUNTERS_CLOCK 897 requires CYGVAR_KERNEL_COUNTERS_CLOCK