[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] Aufruf von User-Task-Code aus einem Driver-Interrupt
> sehr geehrte damen und herren,
> gibt es eine möglichkeit aus einem device-driver aus, code von einer
> user-task zu aktivieren bzw. ablaufen zu lassen ?
>
> mit freundlichen grüßen
>
> richard grimm
For our non German speaking RT developers,
The question is if it is posible to starts a user-task from inside a
device
driver.
--
Richard,
from a normal device driver you could implement a select or read call
and just call
that from yer user task. For RT-linux FIFO's might be the solution, but
your
device driver has to be a RT driver.
- Erwin