Hi Alan, I committed the change. I fixed nxstyle complaints along the way, please run a quick test to check that I didn't mess anything up.
Thanks. On Tue, Feb 4, 2020 at 6:18 PM Alan Carvalho de Assis <acas...@gmail.com> wrote: > > Hi Everyone, > > This patch fix an issue where Kinetis SPI was transmitting four 0x00 > bytes before the actual SPI_SEND() byte. > > After some investigation I discovered this detail in the datasheet > about DIS_TXF and DIS_RXF bits: "This bit can be written only when the > MDIS bit is cleared." > > BR, > > Alan