comparison packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents 84e4bde58b26
children 25e238959bae
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
132 display "Debug serial port" 132 display "Debug serial port"
133 flavor data 133 flavor data
134 legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1 134 legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
135 default_value 0 135 default_value 0
136 description " 136 description "
137 The PID board has only one serial port. This option 137 The PID board has two serial ports. This option
138 chooses which port will be used to connect to a host 138 chooses which port will be used to connect to a host
139 running GDB." 139 running GDB."
140 } 140 }
141 141
142 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL { 142 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
143 display "Diagnostic serial port" 143 display "Diagnostic serial port"
144 flavor data 144 flavor data
145 legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1 145 legal_values 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
146 default_value 0 146 default_value 0
147 description " 147 description "
148 The PID board has only one serial port. This option 148 The PID board has two serial ports. This option
149 chooses which port will be used for diagnostic output." 149 chooses which port will be used for diagnostic output."
150 } 150 }
151 151
152 # Real-time clock/counter specifics 152 # Real-time clock/counter specifics
153 cdl_component CYGNUM_HAL_RTC_CONSTANTS { 153 cdl_component CYGNUM_HAL_RTC_CONSTANTS {