]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/partition_write_encrypted' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 18 Jan 2017 10:32:03 +0000 (18:32 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 18 Jan 2017 10:32:03 +0000 (18:32 +0800)
Allow writes to encrypted partitions

There is a size alignment requirement but it is checked by
spi_flash_write_encrypted. However, this check flat-out bans encrypted
writes.

Original PR on Github: https://github.com/espressif/esp-idf/pull/249

See merge request !432


Trivial merge