Mercurial > ecos-v3_0-branch
changeset 2495:08e070d1d660
* NEWS:
* ecos.db: Add USB serial class driver.
| author | asl |
|---|---|
| date | Sat, 12 Jul 2008 10:52:54 +0000 |
| parents | a60e1febd035 |
| children | a650b32a1d7b |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,8 @@ +2008-06-07 Frank Pagliughi <fpagliughi@mindspring.com> + + * NEWS: + * ecos.db: Add USB serial class driver. + 2008-01-06 Lars Poeschel <larsi@wh2.tu-dresden.de> * NEWS
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,3 +1,4 @@ +* USB serial class driver by Frank Pagliughi. * FR30 arch, mb91301 variant and skmb91302 platform by Lars Poeschel. * phyCORE-LPC2294/92 port including flash and CAN by Uwe Kindler. * AT91 CAN driver by Uwe Kindler.
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -1400,6 +1400,14 @@ package CYGPKG_IO_USB_SLAVE_ETH { description "Support for USB peripherals that provide an ethernet-class function" } +package CYGPKG_IO_USB_SLAVE_SERIAL { + alias { "USB slave-side serial drivers" usbs_serial } + directory io/usb/serial/slave + script usbs_serial.cdl + description "Support for USB peripherals that present themselves + as serial devices to the host." +} + package CYGPKG_DEVS_USB_SA11X0 { alias { "Device-driver for the SA11X0 on-chip USB support" usb_sa11x0 } hardware
