]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/can/loop/v2_0/cdl/can_loop.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / can / loop / v2_0 / cdl / can_loop.cdl
1 # ====================================================================
2 #
3 #      can_loop.cdl
4 #
5 #      eCos CAN LOOP configuration data
6 #
7 # ====================================================================
8 #####ECOSGPLCOPYRIGHTBEGIN####
9 ## -------------------------------------------
10 ## This file is part of eCos, the Embedded Configurable Operating System.
11 ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
12 ##
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
15 ## Software Foundation; either version 2 or (at your option) any later version.
16 ##
17 ## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
18 ## WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 ## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
20 ## for more details.
21 ##
22 ## You should have received a copy of the GNU General Public License along
23 ## with eCos; if not, write to the Free Software Foundation, Inc.,
24 ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25 ##
26 ## As a special exception, if other files instantiate templates or use macros
27 ## or inline functions from this file, or you compile this file and link it
28 ## with other works to produce a work based on this file, this file does not
29 ## by itself cause the resulting work to be covered by the GNU General Public
30 ## License. However the source code for this file must still be made available
31 ## in accordance with section (3) of the GNU General Public License.
32 ##
33 ## This exception does not invalidate any other reasons why a work based on
34 ## this file might be covered by the GNU General Public License.
35 ##
36 ## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
37 ## at http://sources.redhat.com/ecos/ecos-license/
38 ## -------------------------------------------
39 #####ECOSGPLCOPYRIGHTEND####
40 # ====================================================================
41 ######DESCRIPTIONBEGIN####
42 #
43 # Author(s):      Uwe Kindler
44 # Original data:  gthomas
45 # Contributors:
46 # Date:           2005-07-11
47 #
48 #####DESCRIPTIONEND####
49 #
50 # ====================================================================
51
52 cdl_package CYGPKG_IO_CAN_LOOP {
53     display       "Loop CAN device drivers"
54
55     parent        CYGPKG_IO_CAN_DEVICES
56     active_if     CYGPKG_IO_CAN
57     requires      CYGPKG_ERROR
58     include_dir   cyg/io
59     include_files ; # none _exported_ whatsoever
60
61     description   "
62        This package contains the loop CAN device driver."
63
64     compile       -library=libextras.a loop_can.c
65
66     # Support up to two CAN loop device.
67     for { set ::loopcan 0 } { $::loopcan < 2 } { incr ::loopcan } {
68     
69     cdl_component CYGPKG_IO_CAN_LOOP_CAN[set ::loopcan] {
70         display       "LOOP CAN channel [set ::loopcan] driver"
71         flavor        bool
72         default_value 0
73         implements    CYGINT_IO_CAN_TIMESTAMP
74         description   "
75             This option includes the CAN loop device driver for channel [set ::loopcan]." 
76     
77         cdl_option CYGDAT_DEVS_CAN_LOOP_CAN[set ::loopcan]_NAME {
78             display       "Device name for LOOP CAN channel [set ::loopcan]"
79             flavor        data
80             default_value [format {"\"/dev/can%d\""} $::loopcan]
81             description   "
82                 This option specifies the device name for loop CAN channel [set ::loopcan]."
83         }
84     
85         cdl_option CYGNUM_DEVS_CAN_LOOP_CAN[set ::loopcan]_KBAUD {
86             display       "Baud rate for the LOOP CAN channel [set ::loopcan] driver"
87             flavor        data
88             default_value   100
89                 legal_values    { 10 20 50 100 125 250 500 800 1000 }
90                 description "This option determines the initial baud rate in KBaud for 
91                              loop CAN channel [set ::loopcan]."
92         }
93         
94         cdl_option CYGNUM_DEVS_CAN_LOOP_CAN[set ::loopcan]_QUEUESIZE_TX {
95                 display     "Size of TX Queue for loop CAN channel [set ::loopcan]"
96                 flavor      data
97                 default_value   32
98                 legal_values    16 to 512
99                 description "
100                     The CAN device driver will run in interrupt mode and will
101                     perform buffering of outgoing data. This option controls the number
102                     of CAN messages the TX queue can store."
103             }
104             
105             cdl_option CYGNUM_DEVS_CAN_LOOP_CAN[set ::loopcan]_QUEUESIZE_RX {
106                 display     "Size of RX Queue for the loop CAN channel [set ::loopcan]"
107                 flavor      data
108                 default_value   32
109                 legal_values    16 to 512
110                 description "
111                     The CAN device driver will run in interrupt mode and will
112                     perform buffering of incoming data. This option controls the number
113                     of CAN events the RX queue can store."
114             }
115         }
116     }
117     
118
119     cdl_component CYGPKG_IO_CAN_LOOP_OPTIONS {
120         display "CAN device driver build options"
121         flavor  none
122         description   "
123             Package specific build options including control over
124             compiler flags used only in building this package,
125             and details of which tests are built."
126
127
128         cdl_option CYGPKG_IO_CAN_LOOP_CFLAGS_ADD {
129             display "Additional compiler flags"
130             flavor  data
131             no_define
132             default_value { "" }
133             description   "
134                 This option modifies the set of compiler flags for
135                 building these CAN device drivers. These flags
136                 are used in addition to the set of global flags."
137         }
138
139         cdl_option CYGPKG_IO_CAN_LOOP_CFLAGS_REMOVE {
140             display "Suppressed compiler flags"
141             flavor  data
142             no_define
143             default_value { "" }
144             description   "
145                 This option modifies the set of compiler flags for
146                 building these CAN device drivers. These flags are
147                 removed from the set of global flags if present."
148         }
149         
150         cdl_option CYGPKG_IO_CAN_LOOP_TESTS {
151             display "CAN loop device driver tests"
152             flavor  data
153             calculated { "tests/can_rdwr tests/can_timeout tests/can_txevent tests/can_overrun1 tests/can_overrun2 tests/can_nonblock"}         
154             description   "
155                 This option specifies the set of tests for the CAN loop device drivers."
156         }
157     }
158 }
159
160 # EOF can_loop.cdl