commit | fd3696a216b278a75df300ad8c71d851ca19cbc1 | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Tue Sep 21 21:00:24 2021 -0300 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:06:25 2021 -0400 |
tree | d76ea2d8ffc084fbe2c6d5e1f05c40d92799c6bb | |
parent | 0794bdde09443c30755abd575c0b978ffe1e5859 [diff] |
cmake: esp32: use zephyr defined python tool This configures esptool, partition generator and external bootloader build to use python tool defined in Zephyr's context environment. This fixes error regarding missing /usr/bin/python when python2.7 is not installed in users's machine. Partition table offset is also updated as part of this change. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>