On 20/06/2017 22:39, Sebastian Huber wrote:
> On 20/06/17 07:44, Sebastian Huber wrote:
>
>> On 20/06/17 02:51, Chris Johns wrote:
>>
>>> On 19/06/2017 23:19, Sebastian Huber wrote:
Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable()
to not return a status code. Add
On 20/06/17 07:44, Sebastian Huber wrote:
On 20/06/17 02:51, Chris Johns wrote:
On 19/06/2017 23:19, Sebastian Huber wrote:
Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable()
to not return a status code. Add bsp_interrupt_assert() and use it to
validate the vector number
On 20/06/17 02:51, Chris Johns wrote:
On 19/06/2017 23:19, Sebastian Huber wrote:
Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable()
to not return a status code. Add bsp_interrupt_assert() and use it to
validate the vector number in the vector enable/disable implementation
On 19/06/2017 23:19, Sebastian Huber wrote:
> Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable()
> to not return a status code. Add bsp_interrupt_assert() and use it to
> validate the vector number in the vector enable/disable implementations.
Thank you for the quick turn aro
On Mon, Jun 19, 2017 at 2:45 PM, Christian Mauderer
wrote:
> - Ursprüngliche Mail -
>> Von: "Gedare Bloom"
>> An: "Sebastian Huber"
>> CC: "RTEMS Devel"
>> Gesendet: Montag, 19. Juni 2017 16:34:00
>> Betreff: Re: [PATCH
- Ursprüngliche Mail -
> Von: "Gedare Bloom"
> An: "Sebastian Huber"
> CC: "RTEMS Devel"
> Gesendet: Montag, 19. Juni 2017 16:34:00
> Betreff: Re: [PATCH] bsps: Improve interrupt vector enable/disable API
> On Mon, Jun 19, 2017
On Mon, Jun 19, 2017 at 9:19 AM, Sebastian Huber
wrote:
> Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable()
> to not return a status code. Add bsp_interrupt_assert() and use it to
> validate the vector number in the vector enable/disable implementations.
> ---
> c/src/lib/l