This is the mail archive of the ecos-discuss@sourceware.org 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: Are the HALs in the eCos repository meant for deployment?


> - modifications to the EBI interface. There is no provision in the
> EB40a HAL for configuring the EBI.

This could be done in "application" space. If necassary, use a static
constructor with the appropriate priority. Otherwise do it from
cyg_user_start().

> - The reset on the EB40a HAL does not reset external circuits(or even the 
> flash)

Reseting flash has to be done by hardware, not software. If the CPU
does it via software, you are going to get into trouble, when you get
a reboot part way through a flash operation, leaving the flash in
write mode, resulting in yet another crash. 

Other bits of hardware should be reset by there respective device
drivers.

> - changes to memory layout

Making the RAM/ROM bigger can sometimes be a problem, granted.

       Andrew

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


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