Mercurial > ecos
diff packages/ecos.db @ 1733:77d1baeea166
Add generic SPI support
| author | bartv |
|---|---|
| date | Tue, 24 Aug 2004 17:31:16 +0000 |
| parents | 8c724711d2d4 |
| children | f652cc8f54ed |
line wrap: on
line diff
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -2003,6 +2003,16 @@ package CYGPKG_IO_WATCHDOG { This package provides a watchdog device." } +package CYGPKG_IO_SPI { + alias { "Generic SPI support" spi io_spi spi_io } + directory io/spi + script spi.cdl + description " + The generic SPI package provides an API for accessing devices + attached to an SPI bus. It also provides support for writing + bus drivers and for defining SPI device structures." +} + package CYGPKG_KERNEL { alias { "eCos kernel" kernel } directory kernel
