]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/spi_flash_region' into 'master'
authorAngus Gratton <angus@espressif.com>
Fri, 25 Nov 2016 02:11:51 +0000 (10:11 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 25 Nov 2016 02:11:51 +0000 (10:11 +0800)
commit9f9d92b2dfed7e8a2e1ecbcf0bd8e4139abd5372
tree757719eab51447a84ee999aaba1eedf29d66b6f9
parent7a93422089441e16cddfde368ea4857a8903e6d7
parentbe53a6950c64151d98aae421008df28c15a66753
Merge branch 'bugfix/spi_flash_region' into 'master'

spi_flash_erase_range: Allow for 32KB blocks not 64KB blocks

SPI flash hardware sends 52h command, which is a 32KB erase.

There is a matching bug in the ROM SPIEraseArea code, unless
flashchip->block_size is modified first.

See merge request !249