This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: eb40/eb40a platform hals


On Wednesday 26 June 2002 11:39 am, Koeller, T. wrote:
> I suppose the file 'hal_arm_at91_eb40a.cdl' actually
> exists in 'hal/arm/at91/eb40a/current/cdl'?

Arg! It was still named hal_arm_at91_eb40.cdl (no 'a').
Thanks.

I also had to add this to ecos.db:

target eb40 {
	alias { "Atmel evaluation board (EB40)" eb40 }
	packages { CYGPKG_HAL_ARM
                   CYGPKG_HAL_ARM_AT91_EB40
                   CYGPKG_DEVS_FLASH_AT91
                   CYGPKG_IO_SERIAL_ARM_AT91
        }
        description "
The aeb target provides the packages needed to run eCos on an Atmel
evaluation board (EB40)."
}

target eb40a {
	alias { "Atmel evaluation board (EB40A)" eb40a }
	packages { CYGPKG_HAL_ARM
                   CYGPKG_HAL_ARM_AT91_EB40A
                   CYGPKG_DEVS_FLASH_AT91
                   CYGPKG_IO_SERIAL_ARM_AT91
        }
        description "
The aeb target provides the packages needed to run eCos on an Atmel
evaluation board (EB40A)."
}

-tim



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]