Mercurial > ecos
diff packages/ecos.db @ 2512:be7755f32fd0
Add Generic ADC support. See Changelogs for details.
| author | nickg |
|---|---|
| date | Fri, 08 Aug 2008 10:47:04 +0000 |
| parents | 7b16b2d61ef3 |
| children | cac2b9a9e6e6 |
line wrap: on
line diff
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -2276,6 +2276,15 @@ package CYGPKG_DEVS_I2C_MCF52xx { device provided by the MCF52xx coldfire processor family." } +package CYGPKG_IO_ADC { + alias { "Genric ADC support" adc io_adc } + directory io/adc + script io_adc.cdl + description " + This package contains drivers for basic I/O services on + adc devices." +} + package CYGPKG_KERNEL { alias { "eCos kernel" kernel } directory kernel
