All of lore.kernel.org
 help / color / mirror / Atom feed
* How to use the rtdm udd?
@ 2020-04-06  7:31 孙世龙
  2020-04-06  7:47 ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: 孙世龙 @ 2020-04-06  7:31 UTC (permalink / raw)
  To: xenomai-git, xenomai

How to use the rtdm udd?
Is there some examples to show how to use it?Is there some material on how
to use it?
Thanks.Looking forward to your replay.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to use the rtdm udd?
  2020-04-06  7:31 How to use the rtdm udd? 孙世龙
@ 2020-04-06  7:47 ` Jan Kiszka
  2020-04-06  7:58   ` Wolfgang Grandegger
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Kiszka @ 2020-04-06  7:47 UTC (permalink / raw)
  To: 孙世龙, xenomai

On 06.04.20 09:31, 孙世龙 via Xenomai wrote:
> How to use the rtdm udd?
> Is there some examples to show how to use it?Is there some material on how
> to use it?
> Thanks.Looking forward to your replay.
> 

In fact, we lack an example driver. However, the usage is analoguous to 
the kernel's UIO framework, and details a documented in 
https://gitlab.denx.de/Xenomai/xenomai/-/blob/master/include/cobalt/kernel/rtdm/udd.h

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to use the rtdm udd?
  2020-04-06  7:47 ` Jan Kiszka
@ 2020-04-06  7:58   ` Wolfgang Grandegger
  2020-04-06  8:02     ` Wolfgang Grandegger
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Grandegger @ 2020-04-06  7:58 UTC (permalink / raw)
  To: xenomai

Hello,

Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai:
> On 06.04.20 09:31, 孙世龙 via Xenomai wrote:
>> How to use the rtdm udd?
>> Is there some examples to show how to use it?Is there some material on
>> how
>> to use it?
>> Thanks.Looking forward to your replay.
>>
> 
> In fact, we lack an example driver. However, the usage is analoguous to
> the kernel's UIO framework, and details a documented in
> https://gitlab.denx.de/Xenomai/xenomai/-/blob/master/include/cobalt/kernel/rtdm/udd.h

Some time ago, Philippe posted a simple UDD driver:

https://xenomai.org/pipermail/xenomai/2017-February/037121.html

Wolfgang


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to use the rtdm udd?
  2020-04-06  7:58   ` Wolfgang Grandegger
@ 2020-04-06  8:02     ` Wolfgang Grandegger
  2020-04-06  8:10       ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Grandegger @ 2020-04-06  8:02 UTC (permalink / raw)
  To: xenomai

Hello,

Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai:
> Hello,
> 
> Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai:
>> On 06.04.20 09:31, 孙世龙 via Xenomai wrote:
>>> How to use the rtdm udd?
>>> Is there some examples to show how to use it?Is there some material on
>>> how
>>> to use it?
>>> Thanks.Looking forward to your replay.
>>>
>>
>> In fact, we lack an example driver. However, the usage is analoguous to
>> the kernel's UIO framework, and details a documented in
>> https://gitlab.denx.de/Xenomai/xenomai/-/blob/master/include/cobalt/kernel/rtdm/udd.h
> 
> Some time ago, Philippe posted a simple UDD driver:
> 
> https://xenomai.org/pipermail/xenomai/2017-February/037121.html

Ah, sorry, that's a driver example but I also remember a user-space
example program. Start digging now...

Wolfgang


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to use the rtdm udd?
  2020-04-06  8:02     ` Wolfgang Grandegger
@ 2020-04-06  8:10       ` Jan Kiszka
  2020-04-06 11:47         ` Wolfgang Grandegger
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Kiszka @ 2020-04-06  8:10 UTC (permalink / raw)
  To: Wolfgang Grandegger, xenomai

On 06.04.20 10:02, Wolfgang Grandegger via Xenomai wrote:
> Hello,
> 
> Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai:
>> Hello,
>>
>> Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai:
>>> On 06.04.20 09:31, 孙世龙 via Xenomai wrote:
>>>> How to use the rtdm udd?
>>>> Is there some examples to show how to use it?Is there some material on
>>>> how
>>>> to use it?
>>>> Thanks.Looking forward to your replay.
>>>>
>>>
>>> In fact, we lack an example driver. However, the usage is analoguous to
>>> the kernel's UIO framework, and details a documented in
>>> https://gitlab.denx.de/Xenomai/xenomai/-/blob/master/include/cobalt/kernel/rtdm/udd.h
>>
>> Some time ago, Philippe posted a simple UDD driver:
>>
>> https://xenomai.org/pipermail/xenomai/2017-February/037121.html
> 
> Ah, sorry, that's a driver example but I also remember a user-space
> example program. Start digging now...
> 

TIA! If someone could create the content for wiki entry, I would add 
that under "Programming".

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to use the rtdm udd?
  2020-04-06  8:10       ` Jan Kiszka
@ 2020-04-06 11:47         ` Wolfgang Grandegger
  2020-04-06 11:51           ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Grandegger @ 2020-04-06 11:47 UTC (permalink / raw)
  To: Jan Kiszka, xenomai

Hello Jan,

Am 06.04.20 um 10:10 schrieb Jan Kiszka:
> On 06.04.20 10:02, Wolfgang Grandegger via Xenomai wrote:
>> Hello,
>>
>> Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai:
>>> Hello,
>>>
>>> Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai:
>>>> On 06.04.20 09:31, 孙世龙 via Xenomai wrote:
>>>>> How to use the rtdm udd?
>>>>> Is there some examples to show how to use it?Is there some material on
>>>>> how
>>>>> to use it?
>>>>> Thanks.Looking forward to your replay.
>>>>>
>>>>
>>>> In fact, we lack an example driver. However, the usage is analoguous to
>>>> the kernel's UIO framework, and details a documented in
>>>> https://gitlab.denx.de/Xenomai/xenomai/-/blob/master/include/cobalt/kernel/rtdm/udd.h
>>>>
>>>
>>> Some time ago, Philippe posted a simple UDD driver:
>>>
>>> https://xenomai.org/pipermail/xenomai/2017-February/037121.html
>>
>> Ah, sorry, that's a driver example but I also remember a user-space
>> example program. Start digging now...
>>
> 
> TIA! If someone could create the content for wiki entry, I would add
> that under "Programming".

OK, I can prepare some doc including a user-space example. Should be in
the "asciidoc" format, right?

Wolfgang


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: How to use the rtdm udd?
  2020-04-06 11:47         ` Wolfgang Grandegger
@ 2020-04-06 11:51           ` Jan Kiszka
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Kiszka @ 2020-04-06 11:51 UTC (permalink / raw)
  To: Wolfgang Grandegger, xenomai

On 06.04.20 13:47, Wolfgang Grandegger wrote:
> Hello Jan,
> 
> Am 06.04.20 um 10:10 schrieb Jan Kiszka:
>> On 06.04.20 10:02, Wolfgang Grandegger via Xenomai wrote:
>>> Hello,
>>>
>>> Am 06.04.20 um 09:58 schrieb Wolfgang Grandegger via Xenomai:
>>>> Hello,
>>>>
>>>> Am 06.04.20 um 09:47 schrieb Jan Kiszka via Xenomai:
>>>>> On 06.04.20 09:31, 孙世龙 via Xenomai wrote:
>>>>>> How to use the rtdm udd?
>>>>>> Is there some examples to show how to use it?Is there some material on
>>>>>> how
>>>>>> to use it?
>>>>>> Thanks.Looking forward to your replay.
>>>>>>
>>>>>
>>>>> In fact, we lack an example driver. However, the usage is analoguous to
>>>>> the kernel's UIO framework, and details a documented in
>>>>> https://gitlab.denx.de/Xenomai/xenomai/-/blob/master/include/cobalt/kernel/rtdm/udd.h
>>>>>
>>>>
>>>> Some time ago, Philippe posted a simple UDD driver:
>>>>
>>>> https://xenomai.org/pipermail/xenomai/2017-February/037121.html
>>>
>>> Ah, sorry, that's a driver example but I also remember a user-space
>>> example program. Start digging now...
>>>
>>
>> TIA! If someone could create the content for wiki entry, I would add
>> that under "Programming".
> 
> OK, I can prepare some doc including a user-space example. Should be in
> the "asciidoc" format, right?

Or markdown - whatever gitlab accepts. I've granted you access to the wiki.

Thanks,
Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-04-06 11:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06  7:31 How to use the rtdm udd? 孙世龙
2020-04-06  7:47 ` Jan Kiszka
2020-04-06  7:58   ` Wolfgang Grandegger
2020-04-06  8:02     ` Wolfgang Grandegger
2020-04-06  8:10       ` Jan Kiszka
2020-04-06 11:47         ` Wolfgang Grandegger
2020-04-06 11:51           ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.