phoenix-rtos / phoenix-rtos-project

Sample project using Phoenix-RTOS
https://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
45 stars 32 forks source link

zynq7000-xspi: driver runs on default priority #592

Closed niewim19 closed 1 year ago

niewim19 commented 1 year ago

zynq7000-xspi driver does not set or have an argument to specify the priority on which it should run, thus runs on default priority 4.

This causes latencies when user application, or other drivers (such sensorhub) extensively use spi bus as it has lower or equal priority than client process.

niewim19 commented 1 year ago

Fixed by https://github.com/phoenix-rtos/phoenix-rtos-devices/pull/335