Guillaume Revaillot bf125e91f9 stm32: rework spi, based on PR #740 and #742.
split spi stuff in three part:
 - v1 : basic spi peripheral
 - v1_frf : v1 spi with frf mode additional bit in spi_cr2 / spi_sr
 - v2 : spi with variable datasize, fifo and other fancy stuff.

v1 maps to f1 chips
v1_frf to f2, f4 and l0,l1
v2 to f0, f3 and l4

This breaks spi_master_init API for v2 devices : function prototype from
common spi header used to be abused, with DFF bit reused for CRCL bit.
New v2 spi_master_init does not handle anymore CRCL bits, as it does not
usually mess with other crc configuration.
2018-04-28 21:12:27 +00:00
..
2018-02-13 23:57:42 +00:00
2018-02-13 23:57:42 +00:00
2018-02-13 23:57:42 +00:00
2015-10-14 22:15:15 +00:00
2017-10-12 10:24:15 +00:00
2017-03-30 21:48:07 +00:00
2018-03-28 13:06:57 +00:00
2015-11-13 01:15:17 +00:00
2016-08-15 22:44:36 +00:00
2017-03-30 21:48:07 +00:00
2018-02-13 23:57:42 +00:00
2018-01-08 11:18:38 +00:00
2018-02-13 23:57:42 +00:00
2018-02-13 23:57:43 +00:00