Jan Kiszka wrote:
[...]
API-docs -> Modules -> Real-Time Driver Model -> Device Profiles ->
Serial Devices ?

Hmm, that part is intended to remain implementation indepent. Will have
to think about it.

Ok, what about a README.DRIVERS in the root-dir of the xeno tarball ?
This file could contain any information regarding RTDM drivers.

[...]
Well, the patch containing this check is rather new. Maybe it should
better read like this:

if (!rtdm_in_rt_context())
    return -ENOSYS;

The result would be that the nucleus will try to switch the caller to RT
on return and restart the call afterwards. Then you shouldn't notice any
error. Patch in preparation...

I dunno if either solution is good. IMO, if the program is not in RT, it
should work anyway. And I'm not sure if it's good, if it ist switched sliently
to RT... *shrugs*

Thanks and best regards,
Hannes.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to