Mercurial > ecos-v3_0-branch
comparison packages/devs/serial/powerpc/cogent/current/cdl/ser_powerpc_cogent.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 |
|---|---|
| 174 This option modifies the set of compiler flags for | 174 This option modifies the set of compiler flags for |
| 175 building these serial device drivers. These flags are removed from | 175 building these serial device drivers. These flags are removed from |
| 176 the set of global flags if present." | 176 the set of global flags if present." |
| 177 } | 177 } |
| 178 } | 178 } |
| 179 | |
| 180 cdl_component CYGPKG_IO_SERIAL_POWERPC_COGENT_TESTING { | |
| 181 display "Testing parameters" | |
| 182 flavor bool | |
| 183 calculated 1 | |
| 184 active_if CYGPKG_IO_SERIAL_POWERPC_COGENT_SERIAL_B | |
| 185 | |
| 186 cdl_option CYGPRI_SER_TEST_SER_DEV { | |
| 187 display "Serial device used for testing" | |
| 188 flavor data | |
| 189 default_value { CYGDAT_IO_SERIAL_POWERPC_COGENT_SERIAL_B_NAME } | |
| 190 } | |
| 191 | |
| 192 define_proc { | |
| 193 puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"ppccog\"" | |
| 194 puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV \"/dev/tty2\"" | |
| 195 } | |
| 196 } | |
| 179 } | 197 } |
| 180 | 198 |
| 181 # EOF ser_powerpc_cogent.cdl | 199 # EOF ser_powerpc_cogent.cdl |
