esp-idf/components
michael ed1d084aea fix(spi_master): make the address field more intuitive to use.
The address field should be placed at the highest bits of address and slv_wr_status registers. Instead of breaking the address into two parts and fill in each register, move the address to the highest bits and write to the registers respectively.

Breaking change: if you fill-in the SPI address filed in a previous version in some way and it works correctly, you still have to rewrite the address, in a more intuitive way.
2017-08-15 14:49:31 +08:00
..
2017-07-24 20:07:21 +03:00
2017-08-04 14:56:58 +08:00
2017-06-27 10:35:33 +08:00
2017-07-24 19:57:44 +03:00
2017-07-27 12:44:39 +08:00