[ECOS] eb40/eb40a platform hals

Tim Drury tdrury@siliconmotorsports.com
Wed Jun 26 09:24:00 GMT 2002


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



More information about the Ecos-discuss mailing list