comparison 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
comparison
equal deleted inserted replaced
2511:1f18f909a18e 2512:be7755f32fd0
2274 description " 2274 description "
2275 This packages provides an I2C driver for the on-chip 2275 This packages provides an I2C driver for the on-chip
2276 device provided by the MCF52xx coldfire processor family." 2276 device provided by the MCF52xx coldfire processor family."
2277 } 2277 }
2278 2278
2279 package CYGPKG_IO_ADC {
2280 alias { "Genric ADC support" adc io_adc }
2281 directory io/adc
2282 script io_adc.cdl
2283 description "
2284 This package contains drivers for basic I/O services on
2285 adc devices."
2286 }
2287
2279 package CYGPKG_KERNEL { 2288 package CYGPKG_KERNEL {
2280 alias { "eCos kernel" kernel } 2289 alias { "eCos kernel" kernel }
2281 directory kernel 2290 directory kernel
2282 script kernel.cdl 2291 script kernel.cdl
2283 description " 2292 description "