Re: Valid interrupt vectors and the interrupt server

2017-06-19 Thread Gedare Bloom
On Sun, Jun 18, 2017 at 9:59 PM, Chris Johns wrote: > On 18/06/2017 17:45, Christian Mauderer wrote: >> >> yes the interrupt server uses an pseudo interrupt on _every_ target: >> >> https://git.rtems.org/rtems/tree/c/src/lib/libbsp/shared/src/irq-server.c?id=ae359a9df#n31 > > Thanks. > > It would

Re: Valid interrupt vectors and the interrupt server

2017-06-18 Thread Chris Johns
On 18/06/2017 17:45, Christian Mauderer wrote: > > yes the interrupt server uses an pseudo interrupt on _every_ target: > > https://git.rtems.org/rtems/tree/c/src/lib/libbsp/shared/src/irq-server.c?id=ae359a9df#n31 Thanks. It would be nice to have a comment that gave us a hint on what the inter

Re: Valid interrupt vectors and the interrupt server

2017-06-18 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Chris Johns" > An: "Christian Mauderer" , > devel@rtems.org > Gesendet: Sonntag, 18. Juni 2017 04:31:22 > Betreff: Re: Valid interrupt vectors and the interrupt server > On 18/6/17 2:17 am, Christian Mauderer w

Re: Valid interrupt vectors and the interrupt server

2017-06-17 Thread Chris Johns
On 18/6/17 2:17 am, Christian Mauderer wrote: > Hello, > > I had a problem recently, that the interrupt server (for example used in > libbsd) caused some odd behaviour on an ARM Cortex BSP. That was solved by > the following patch: > > https://git.rtems.org/rtems/commit/?id=ce3ac00c > > Just t

Re: Valid interrupt vectors and the interrupt server

2017-06-17 Thread Christian Mauderer
Am 17.06.2017 um 20:16 schrieb Joel Sherrill: > > > On Jun 17, 2017 11:17 AM, "Christian Mauderer" > > wrote: > > Hello, > > I had a problem recently, that the interrupt server (for example > used in libbsd) caused some odd behaviour

Re: Valid interrupt vectors and the interrupt server

2017-06-17 Thread Joel Sherrill
On Jun 17, 2017 11:17 AM, "Christian Mauderer" < christian.maude...@embedded-brains.de> wrote: Hello, I had a problem recently, that the interrupt server (for example used in libbsd) caused some odd behaviour on an ARM Cortex BSP. That was solved by the following patch: https://git.rtems.org/rte

Valid interrupt vectors and the interrupt server

2017-06-17 Thread Christian Mauderer
Hello, I had a problem recently, that the interrupt server (for example used in libbsd) caused some odd behaviour on an ARM Cortex BSP. That was solved by the following patch: https://git.rtems.org/rtems/commit/?id=ce3ac00c Just today Sichen Zhao had a similar problem on the BBB: https://list