]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/flash_busy_check_Wait_SPI_Idle' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 11 Apr 2017 12:09:06 +0000 (20:09 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 11 Apr 2017 12:09:06 +0000 (20:09 +0800)
commit1132ef7554fb01937f419277015ad70f90c07e1e
tree4eab600dae08b423c2e9c2bd3c7a14f8531bf7ce
parentd3703ba80f19929a6cfd753f326cb62ef8524340
parent0860f46220b5bafc5592bc8f0faf67c9c8b0ed77
Merge branch 'bugfix/flash_busy_check_Wait_SPI_Idle' into 'master'

Bugfix/flash busy check wait spi idle

This branch moves some ROM SPI flash driver to IDF to fix bug in Wait_SPI_Idle() function.
Also it applies code style rules of IDF to integrated ROM driver sources.

See merge request !584