]> granicus.if.org Git - esp-idf/commit
idf.py build & flash tool
authorAngus Gratton <angus@espressif.com>
Tue, 23 Jan 2018 06:08:28 +0000 (17:08 +1100)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
commitefb59289345cebf01c3b1e375a4d30b083576967
tree1685df74cae17dda3d140c853f9b92c0329be66f
parent7eaf2f4bdb9803eb1062824136fb1e711fa4bfd5
idf.py build & flash tool

Generate flasher args files & .json project info file as part of cmake build
16 files changed:
Kconfig
components/esp32/CMakeLists.txt
components/esptool_py/CMakeLists.txt
components/esptool_py/flash_app_args.in [new file with mode: 0644]
components/esptool_py/flash_bootloader_args.in [new file with mode: 0644]
components/esptool_py/flash_partition_table_args.in [new file with mode: 0644]
components/esptool_py/flash_project_args.in
components/esptool_py/project_include.cmake
toolchain.cmake
tools/cmake/components.cmake
tools/cmake/idf_functions.cmake
tools/cmake/kconfig.cmake
tools/cmake/project.cmake
tools/cmake/project_description.json.in [new file with mode: 0644]
tools/idf.py [new file with mode: 0755]
tools/kconfig_new/confgen.py