]> granicus.if.org Git - esp-idf/commit
esptool_py: add missing phony build targets for CMake
authorRenz Christian Bagaporo <renz@espressif.com>
Tue, 20 Aug 2019 08:09:24 +0000 (16:09 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Wed, 21 Aug 2019 02:01:00 +0000 (10:01 +0800)
commita1a2f3345909c717dd4c4e558b062e6272c3ae44
tree24e82f686491bf0fb171b79d15e3c3ea737cd028
parent02c7c3885e10c75772a3d0984c1cdbb6ad9484f3
esptool_py: add missing phony build targets for CMake

Adds targets erase_flash and monitor for users not using idf.py.
Closes https://github.com/espressif/esp-idf/issues/2420.
components/esptool_py/get_port_args.cmake [new file with mode: 0644]
components/esptool_py/project_include.cmake
components/esptool_py/run_cmd.cmake [new file with mode: 0644]
components/esptool_py/run_esptool.cmake
components/esptool_py/run_idf_monitor.cmake [new file with mode: 0644]