Mercurial > flash_v2
diff packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl @ 151:25e238959bae
Merge from eCos master repository on 2001-02-12-23:44:24-GMT
| author | jlarmour |
|---|---|
| date | Tue, 13 Feb 2001 01:23:16 +0000 |
| parents | a9ac27ec7abc |
| children | 42f843b391aa |
line wrap: on
line diff
--- a/packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl +++ b/packages/hal/sh/sh4/current/cdl/hal_sh_sh4.cdl @@ -146,4 +146,15 @@ cdl_package CYGPKG_HAL_SH_SH4 { speed and the PFC divider setting." } } + + cdl_option CYGNUM_HAL_SH_SH4_SCIF_BAUD_RATE { + display "SCIF serial ports default baud rate" + flavor data + legal_values { 4800 9600 14400 19200 38400 57600 115200 } + default_value { CYGNUM_HAL_SH_SH4_SCIF_BAUD_RATE_DEFAULT ? \ + CYGNUM_HAL_SH_SH4_SCIF_BAUD_RATE_DEFAULT : 38400 } + description " + This controls the default baud rate used for communicating + with GDB / displaying diagnostic output." + } }
