Mercurial > ecos-v3_0-branch
comparison packages/devs/serial/mips/jmr3904/current/cdl/ser_mips_jmr3904.cdl @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 95f3e12a6327 |
| children | 9160a8005d76 |
comparison
equal
deleted
inserted
replaced
| 129:605a0fc6f385 | 130:eb9fd8c04db3 |
|---|---|
| 150 This option specifies the size of the internal buffers used | 150 This option specifies the size of the internal buffers used |
| 151 for the TX39 JMR3904 port 1." | 151 for the TX39 JMR3904 port 1." |
| 152 } | 152 } |
| 153 } | 153 } |
| 154 | 154 |
| 155 cdl_component CYGPKG_IO_SERIAL_MIPS_JMR3904_OPTIONS { | 155 cdl_component CYGPKG_IO_SERIAL_TX39_JMR3904_OPTIONS { |
| 156 display "Serial device driver build options" | 156 display "Serial device driver build options" |
| 157 flavor none | 157 flavor none |
| 158 description " | 158 description " |
| 159 Package specific build options including control over | 159 Package specific build options including control over |
| 160 compiler flags used only in building this package, | 160 compiler flags used only in building this package, |
| 161 and details of which tests are built." | 161 and details of which tests are built." |
| 162 | 162 |
| 163 | 163 |
| 164 cdl_option CYGPKG_IO_SERIAL_MIPS_JMR3904_CFLAGS_ADD { | 164 cdl_option CYGPKG_IO_SERIAL_TX39_JMR3904_CFLAGS_ADD { |
| 165 display "Additional compiler flags" | 165 display "Additional compiler flags" |
| 166 flavor data | 166 flavor data |
| 167 no_define | 167 no_define |
| 168 default_value { "" } | 168 default_value { "" } |
| 169 description " | 169 description " |
| 170 This option modifies the set of compiler flags for | 170 This option modifies the set of compiler flags for |
| 171 building these serial device drivers. These flags are used in addition | 171 building these serial device drivers. These flags are used in addition |
| 172 to the set of global flags." | 172 to the set of global flags." |
| 173 } | 173 } |
| 174 | 174 |
| 175 cdl_option CYGPKG_IO_SERIAL_MIPS_JMR3904_CFLAGS_REMOVE { | 175 cdl_option CYGPKG_IO_SERIAL_TX39_JMR3904_CFLAGS_REMOVE { |
| 176 display "Suppressed compiler flags" | 176 display "Suppressed compiler flags" |
| 177 flavor data | 177 flavor data |
| 178 no_define | 178 no_define |
| 179 default_value { "" } | 179 default_value { "" } |
| 180 description " | 180 description " |
| 181 This option modifies the set of compiler flags for | 181 This option modifies the set of compiler flags for |
| 182 building these serial device drivers. These flags are removed from | 182 building these serial device drivers. These flags are removed from |
| 183 the set of global flags if present." | 183 the set of global flags if present." |
| 184 } | 184 } |
| 185 } | 185 } |
| 186 | |
| 187 cdl_component CYGPKG_IO_SERIAL_TX39_JMR3904_TESTING { | |
| 188 display "Testing parameters" | |
| 189 flavor bool | |
| 190 calculated 1 | |
| 191 active_if CYGPKG_IO_SERIAL_TX39_JMR3904_SERIAL0 | |
| 192 | |
| 193 implements CYGINT_IO_SERIAL_TEST_SKIP_9600 | |
| 194 implements CYGINT_IO_SERIAL_TEST_SKIP_57600 | |
| 195 implements CYGINT_IO_SERIAL_TEST_SKIP_115200 | |
| 196 implements CYGINT_IO_SERIAL_TEST_SKIP_PARITY_EVEN | |
| 197 implements CYGINT_IO_SERIAL_TEST_SKIP_STOP_2 | |
| 198 | |
| 199 cdl_option CYGPRI_SER_TEST_SER_DEV { | |
| 200 display "Serial device used for testing" | |
| 201 flavor data | |
| 202 default_value { CYGDAT_IO_SERIAL_TX39_JMR3904_SERIAL0_NAME } | |
| 203 } | |
| 204 | |
| 205 define_proc { | |
| 206 puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"tx39jmr\"" | |
| 207 puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV \"/dev/tty0\"" | |
| 208 } | |
| 209 } | |
| 186 } | 210 } |
| 187 | 211 |
| 188 # EOF ser_mips_jmr3904.cdl | 212 # EOF ser_mips_jmr3904.cdl |
