The Galileo appears to always be set to SPI_MODE0 even when trying to change to other modes with the following command in the Arduino IDE: SPI.setDataMode(SPI_MODE1) based on the reference at Arduino - SPI .
The release notes list LSB-first not being supported in 1.7.13 but doesn't list not supporting other SPI modes. Is this correct?