]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/spi_master_length' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Wed, 22 Feb 2017 09:11:00 +0000 (17:11 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Wed, 22 Feb 2017 09:11:00 +0000 (17:11 +0800)
commitc057f067c722701946f6a92108749443a66be8db
treed9c00dc936261cb70439e803c9645304f9c84748
parentd772e1489baace30f962e13577a41b768601c9d2
parente35ebbf813a24a1985469242a760f53f724801fa
Merge branch 'bugfix/spi_master_length' into 'master'

Fix SPI master transmit length

Tx/Rx length fix from https://github.com/espressif/esp-idf/pull/336

I also added an extra commit in to make use of a define instead of a literal, plus fix a (harmless) off-by-one condition.

See merge request !521