[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SH-2 snapshot patch
"John M. Mills" wrote:
>
> Greeting -
>
>
> No other sample tests ran: they all hung up on the polled-output driver's
> failing to return a 'ready' flag, though this apparently worked in both
> 'hello.exe' and 'hello_g.exe'. Any ideas why 'hello' should be different
> from the other 'tests/samples/*'?
The answer is VERY simple. :)
Hello uses only the console device driver and does not configure the
clock tick device driver. So if you are using polled IO, then you
are not getting interrupts of any sort.
--joel