public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] OSEK compliance in eCos
@ 2005-06-24 12:09 R Vamshi Krishna
  2005-06-24 20:06 ` Fabian Scheler
  0 siblings, 1 reply; 2+ messages in thread
From: R Vamshi Krishna @ 2005-06-24 12:09 UTC (permalink / raw)
  To: ecos-discuss


I want to make eCos OSEK compliant, so that I can use in ECU and other 
automotive areas. I am at present studying the feasibility of it ..

now OSEK AFAIK is hard-real time OS. So for a
conformance layer I need to make eCos Hard Real-Time ..

So can anybody help me out on this.
This will have a tremendous impact in automotive sector.

-- Vamshi

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] OSEK compliance in eCos
  2005-06-24 12:09 [ECOS] OSEK compliance in eCos R Vamshi Krishna
@ 2005-06-24 20:06 ` Fabian Scheler
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Scheler @ 2005-06-24 20:06 UTC (permalink / raw)
  To: R Vamshi Krishna; +Cc: ecos-discuss

Hi,

1.  As I already mentioned in a different thread, eCos is an operating
system usable also for hard real time systems.

2. When implement an OSEK compliance layer on top of eCos, how should
this eCos-based OSEK layer now be capable of doing hard real time? It
is still the same operating system kernel.

3. It might be quite hard to implement just an OSEK compliance layer.
You have to implement at least a different thread queue: the OSEK/VDX
standard demands that TASKs are activatanle several times and the
activation order has to be preserved. It might also get very tricky to
implement resources on ISR level and adopt the interrupt
synchronization mechanism.

4. The real strenght of OSEK based systems is, that you not just
configure the runtime system, like this is the case with eCos, but a
complete application. This makes it possible to generate an operating
system that perfectly suites the needs of an application (you might
wonder how many possiblities there are to optimize the implementation
of an operating system kernel, even if it is as simple as OSEK is).

Ciao, Fabian

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-24 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-24 12:09 [ECOS] OSEK compliance in eCos R Vamshi Krishna
2005-06-24 20:06 ` Fabian Scheler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).