Changeset 1b421585 in rtems for bsps

Timestamp:
08/03/20 07:42:25 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
d2c98c1
Parents:
81631de
git-author:
Sebastian Huber <sebastian.huber@…> (08/03/20 07:42:25)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/05/20 05:00:36)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.