This is the mail archive of the ecos-patches@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: ISR/DSR without kernel present


Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> writes:

> 
> Main problem is time here. We have the protocol stack, and it uses
> interrupts. I certainly do not have the time to find out how that beast
> (and it really is an ugly one :-) works internally and completely
> rewrite the device drivers.

well, you could probably just call its ISRs from the polling loop. If
they are sensibly written they should not mind be called when there is
no real work to do. But it sounds like what you want to do may be the
easiest approach given an amorphous blob of code to get running.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


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