From MQX4.0 release notes:
SPI I/O Driver
The driver supports master mode of operation. If enabled in user configuration the SPI device drivers are installed during the BSP startup code as “spi0:” (or “spiX:” where X is index of the SPI module used). The SPI driver has been significantly rewritten in the MQX 4.0 and there is no distinct interrupt or polled driver type. See IO User Guide for details.
I guess this means I have to write my own SPI slave Interrupt driver. Oh well, more fun---
Cheers,