Mercurial > ecos-v3_0-branch
changeset 2521:cac2b9a9e6e6
* NEWS:
* ecos.db: added drivers for LPC2xxx on-chip flash, RTC, I2C and
SPI units
| author | asl |
|---|---|
| date | Thu, 14 Aug 2008 18:35:26 +0000 |
| parents | 901d69d75fc1 |
| children | 8064abf7f528 |
| files | packages/ChangeLog packages/NEWS packages/ecos.db |
| diffstat | 3 files changed, 45 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -3,6 +3,12 @@ 2008-08-08 Nick Garnett <nickg@ecoscen * NEWS: * ecos.db: Add generic ADC package. +2008-07-12 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> + + * NEWS: + * ecos.db: added drivers for LPC2xxx on-chip flash, RTC, I2C and + SPI units + 2008-07-08 Uwe Kindler <uwe_kindler@web.de> * NEWS:
--- a/packages/NEWS +++ b/packages/NEWS @@ -1,4 +1,5 @@ * Generic ADC support contributed by eCosCentric Ltd. +* drivers for LPC2xxx on-chip flash, RTC, I2C and SPI from Hans Rosenfeld. * Port to Embedded Artists LPC2468 OEM board by Uwe Kindler. * USB serial class driver by Frank Pagliughi. * FR30 arch, mb91301 variant and skmb91302 platform by Lars Poeschel.
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -826,6 +826,16 @@ package CYGPKG_DEVS_FLASH_FRV_PDK403 { on the Fujitsu MB93093-PD00 Portable Development Kit." } +package CYGPKG_DEVS_FLASH_ARM_LPC2XXX { + alias { "Support for the internal flash memory of LPC2xxx devices" flash_arm_lpc2xxx } + directory devs/flash/arm/lpc2xxx + script flash_arm_lpc2xxx.cdl + hardware + description " + This package contains hardware support for the internal + flash memory of the LPC2xxx devices." +} + package CYGPKG_DEVS_TOUCH_IPAQ { alias { "Touch screen support for iPAQ" touch_ipaq } directory devs/touch/arm/ipaq @@ -2109,6 +2119,16 @@ c } ARM Industrial Module AIM 711." } +package CYGPKG_DEVICES_WALLCLOCK_ARM_LPC2XXX { + alias { "Wallclock driver for LPC2xxx RTC module" } + directory devs/wallclock/arm/lpc2xxx + script lpc2xxx_wallclock.cdl + hardware + description " + This package provides a wallclock driver implementation for the + LPC2xxx RTC module." +} + package CYGPKG_DEVICES_WATCHDOG_ARM_AEB { alias { "Watchdog driver for ARM/AEB board" devices_watchdog_aeb device_watchdog_aeb } directory devs/watchdog/arm/aeb @@ -2243,6 +2263,15 @@ package CYGPKG_DEVS_SPI_ARM_EB55 { description "Atmel AT91EB55 spi devices." } +package CYGPKG_DEVS_SPI_ARM_LPC2XXX { + alias { "LPC2xxx SPI driver" } + hardware + directory devs/spi/arm/lpc2xxx + script spi_lpc2xxx.cdl + description "This package provides a driver for the I2C unit of the LPC2xxx + controller family." +} + package CYGPKG_IO_SPI { alias { "Generic SPI support" spi io_spi spi_io } directory io/spi @@ -2276,6 +2305,15 @@ package CYGPKG_DEVS_I2C_MCF52xx { device provided by the MCF52xx coldfire processor family." } +package CYGPKG_DEVS_I2C_ARM_LPC2XXX { + alias { "LPC2xxx I2C driver" } + hardware + directory devs/i2c/arm/lpc2xxx + script i2c_lpc2xxx.cdl + description "This package provides a driver for the I2C unit of the LPC2xxx + controller family." +} + package CYGPKG_IO_ADC { alias { "Genric ADC support" adc io_adc } directory io/adc
