Re: [PATCH] c-user: Generate interrupt manager documentation

2021-04-26 Thread Joel Sherrill
On Mon, Apr 26, 2021 at 1:36 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 26/04/2021 20:30, Gedare Bloom wrote: > > > I need clarification on a subtle point, which exists prior to your > > change. It may be that I just don't understand what we mean by "The > > directive wil

Re: [PATCH] c-user: Generate interrupt manager documentation

2021-04-26 Thread Sebastian Huber
On 26/04/2021 20:30, Gedare Bloom wrote: I need clarification on a subtle point, which exists prior to your change. It may be that I just don't understand what we mean by "The directive will not cause the calling task to be preempted.", but does rtems_interrupt_enable() and rtems_interrupt_flash

Re: [PATCH] c-user: Generate interrupt manager documentation

2021-04-26 Thread Gedare Bloom
I need clarification on a subtle point, which exists prior to your change. It may be that I just don't understand what we mean by "The directive will not cause the calling task to be preempted.", but does rtems_interrupt_enable() and rtems_interrupt_flash() introduce a preemption point? The documen

[PATCH] c-user: Generate interrupt manager documentation

2021-04-23 Thread Sebastian Huber
The documentation is a consolidation of the comments in Doxygen markup and the documentation sources in Sphinx markup. The documentation was transfered to interface specification items. The documentation source files were generated from the items by a script. Update #3993. --- Here is the updat