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]

Re: uITRON implementation


Fabrice Gautier wrote:
> 
> Apparently, the eCos implementation of uITRON only provide static
> initialisation for the tasks' stack. Is this a uITRON "feature"? Or is this
> an eCos "feature" ?
> 
> Idem for semaphores and message box.

It's an eCos "feature". I thought you maybe could get away with changing
CYGDAT_UITRON_TASK_EXTERNS to use extern char *'s, but I don't think that
would work.

As far as I know, no-one is working on getting this to work with either
uItron variable memory pools or just plain malloc, so feel free to go ahead
and try this. If you do this in a suitably generic way, obviously we could
accept your changes into the main sources.

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault

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