]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/gen_esp32part' into 'master'
authorAngus Gratton <angus@espressif.com>
Tue, 16 May 2017 07:03:11 +0000 (15:03 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 16 May 2017 07:03:11 +0000 (15:03 +0800)
Partition table gen esp32part fixes: App offset errors, Python 3 support

As mentioned on forums, gen_esp32part.py wasn't erroring correctly if a non-64KB-aligned app partition was referenced.

Also merges a PR to add Python 2&3 support (with some tweaks). Not very useful in IDF right now, but useful for Arduino.

See merge request !751


Trivial merge