Mercurial > ecos
comparison packages/hal/arm/lpc2xxx/olpce2294/current/cdl/hal_arm_lpc2xxx_olpce2294.cdl @ 2833:00b2082267f1
* cdl/hal_arm_lpc2xxx_olpce2294.cdl: Expanded a list the legal baud
rates for both diagnostic and debug channels (upon 230400 bps).
* include/hal_platform_setup.h, include/plf_io.h: Extra tabs expanded.
* include/hal_platform_setup.h: Fixed a comment about JTAG pinouts.
| author | asl |
|---|---|
| date | Mon, 02 Mar 2009 20:31:53 +0000 |
| parents | 82f1df43f011 |
| children | ae2b465b3b97 |
comparison
equal
deleted
inserted
replaced
| 2832:78673a00457e | 2833:00b2082267f1 |
|---|---|
| 120 } | 120 } |
| 121 | 121 |
| 122 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD { | 122 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD { |
| 123 display "Diagnostic serial port baud rate" | 123 display "Diagnostic serial port baud rate" |
| 124 flavor data | 124 flavor data |
| 125 legal_values 9600 19200 38400 57600 115200 | 125 legal_values 9600 19200 38400 57600 115200 230400 |
| 126 default_value 38400 | 126 default_value 38400 |
| 127 description " | 127 description " |
| 128 This option selects the baud rate used for the diagnostic | 128 This option selects the baud rate used for the diagnostic |
| 129 port." | 129 port." |
| 130 } | 130 } |
| 131 | 131 |
| 132 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD { | 132 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD { |
| 133 display "GDB serial port baud rate" | 133 display "GDB serial port baud rate" |
| 134 flavor data | 134 flavor data |
| 135 legal_values 9600 19200 38400 57600 115200 | 135 legal_values 9600 19200 38400 57600 115200 230400 |
| 136 default_value 38400 | 136 default_value 38400 |
| 137 description " | 137 description " |
| 138 This option controls the baud rate used for the GDB | 138 This option controls the baud rate used for the GDB |
| 139 connection." | 139 connection." |
| 140 } | 140 } |
