#4039 closed enhancement (fixed)

arm/atsam/SC16IS752: Make interrupt server configurable (cloned)

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 6.1
Component: arch/arm Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

Cloned from #4038.

Change History (1)

comment:1 Changed on 08/05/20 at 05:01:10 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In 1b421585/rtems:

arm/atsam: Make interrupt server configurable

The external UART over SPI device SC16IS752 uses the interrupt server
for interrupt processing. The interrupt server is also heavily used by
libbsd. The interrupt processing for the SC16IS752 is time critical and
doesn't work if network traffic is processed at the same priority.
With #4033 custom interrupt servers are available. Change
atsam_sc16is752_spi_create() to support user-defined interrupt servers.
Introduced atsam_sc16is752_spi_config to cut down the argument count of
this function.

Close #4039.

Note: See TracTickets for help on using tickets.