]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/encrypted_partition_flag' into 'master'
authorAngus Gratton <angus@espressif.com>
Fri, 27 Jan 2017 00:34:08 +0000 (08:34 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 27 Jan 2017 00:34:08 +0000 (08:34 +0800)
Use PART_FLAG_ENCRYPTED value in gen_esp32part.py

Currently paritions marked as encrypted by gen_esp32part.py are not
recognized as such and encrypted writes don't work.

This is part of espressif/esp-idf#253

Merges Pull Request #293 https://github.com/espressif/esp-idf/pull/293

See merge request !470


Trivial merge