comparison packages/ecos.db @ 1848:09b23f8491d4

Add LPC-MT platform HAL
author jani
date Fri, 19 Nov 2004 13:30:13 +0000
parents afa0c55e7d89
children 7fd45d2a9dce
comparison
equal deleted inserted replaced
1847:a80eae1bfe75 1848:09b23f8491d4
2457 description " 2457 description "
2458 The p2106 HAL package provides the support needed to run eCos on an the 2458 The p2106 HAL package provides the support needed to run eCos on an the
2459 LPC-2106 evaluation board from Olimex." 2459 LPC-2106 evaluation board from Olimex."
2460 } 2460 }
2461 2461
2462 package CYGPKG_HAL_ARM_LPC2XXX_LPCMT {
2463 alias { "Olimex evaluation board LPC-MT " hal_lpcmt_arm }
2464 directory hal/arm/lpc2xxx/lpcmt
2465 script hal_arm_lpc2xxx_lpcmt.cdl
2466 hardware
2467 description "
2468 The lpcmt HAL package provides the support needed to run eCos on an the
2469 LPC-MT evaluation board from Olimex."
2470 }
2462 package CYGPKG_HAL_ARM_EBSA285 { 2471 package CYGPKG_HAL_ARM_EBSA285 {
2463 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal } 2472 alias { "Intel EBSA285 StrongARM board" hal_arm_ebsa285 arm_ebsa285_hal }
2464 directory hal/arm/ebsa285 2473 directory hal/arm/ebsa285
2465 script hal_arm_ebsa285.cdl 2474 script hal_arm_ebsa285.cdl
2466 hardware 2475 hardware
4102 CYGPKG_DEVICES_WATCHDOG_ARM_LPC2XXX 4111 CYGPKG_DEVICES_WATCHDOG_ARM_LPC2XXX
4103 } 4112 }
4104 description " 4113 description "
4105 The p2106 target provides the packages needed to run eCos on the 4114 The p2106 target provides the packages needed to run eCos on the
4106 LPC-P2106 evaluation board from Olimex." 4115 LPC-P2106 evaluation board from Olimex."
4116 }
4117
4118 target lpcmt {
4119 alias { "Olimex evaluation board LPC-LPCMT" lpcmt }
4120 packages { CYGPKG_HAL_ARM
4121 CYGPKG_HAL_ARM_LPC2XXX
4122 CYGPKG_HAL_ARM_LPC2XXX_LPCMT
4123 CYGPKG_IO_SERIAL_GENERIC_16X5X
4124 CYGPKG_IO_SERIAL_ARM_LPC2XXX
4125 CYGPKG_DEVICES_WATCHDOG_ARM_LPC2XXX
4126 }
4127 description "
4128 The lpcmt target provides the packages needed to run eCos on the
4129 LPC-LPCMT evaluation board from Olimex."
4107 } 4130 }
4108 4131
4109 target ebsa285 { 4132 target ebsa285 {
4110 alias { "Intel EBSA285 StrongARM board" ebsa } 4133 alias { "Intel EBSA285 StrongARM board" ebsa }
4111 packages { CYGPKG_HAL_ARM 4134 packages { CYGPKG_HAL_ARM