[RTEMS Project] #4039: arm/atsam/SC16IS752: Make interrupt server configurable (cloned)
RTEMS trac
trac at rtems.org
Wed Aug 5 05:01:11 UTC 2020
#4039: arm/atsam/SC16IS752: Make interrupt server configurable (cloned)
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.1
Component: arch/arm | Version: 6
Severity: normal | Resolution: fixed
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"1b42158588a90de815666f5924744d260cec70d7/rtems"
1b421585/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="1b42158588a90de815666f5924744d260cec70d7"
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.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4039#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list