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]
Other format: [Raw text]

Re: Redboot Console


On Wed, 2002-07-10 at 06:02, Vinayak P Risbud wrote:
>         Hi,
>             In Redboot ARM e7t, is the console prompt (serial port)
>             is interrupt driven ?
>             I mean, when I enter a command, How excatly the
>             characters are read ?  Through ISR or through Polling ?

All I/O in RedBoot is polled.  Timeouts are used to allow for
some asynchronous behaviour.

eCos applications support full interrupt driven I/O.


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


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