executable-list.txt 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. components/app_update/otatool.py
  2. components/efuse/efuse_table_gen.py
  3. components/efuse/test_efuse_host/efuse_tests.py
  4. components/esp_wifi/test_md5/test_md5.sh
  5. components/espcoredump/espcoredump.py
  6. components/espcoredump/test/test_espcoredump.py
  7. components/espcoredump/test/test_espcoredump.sh
  8. components/heap/test_multi_heap_host/test_all_configs.sh
  9. components/mbedtls/esp_crt_bundle/gen_crt_bundle.py
  10. components/mbedtls/esp_crt_bundle/test_gen_crt_bundle/test_gen_crt_bundle.py
  11. components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py
  12. components/partition_table/gen_empty_partition.py
  13. components/partition_table/gen_esp32part.py
  14. components/partition_table/parttool.py
  15. components/partition_table/test_gen_esp32part_host/gen_esp32part_tests.py
  16. components/spiffs/spiffsgen.py
  17. components/ulp/esp32ulp_mapgen.py
  18. docs/build_docs.py
  19. docs/check_lang_folder_sync.sh
  20. docs/idf_extensions/gen_version_specific_includes.py
  21. docs/test/test_docs.py
  22. docs/test/test_sphinx_idf_extensions.py
  23. examples/build_system/cmake/idf_as_lib/build-esp32.sh
  24. examples/build_system/cmake/idf_as_lib/build.sh
  25. examples/build_system/cmake/idf_as_lib/run-esp32.sh
  26. examples/build_system/cmake/idf_as_lib/run.sh
  27. examples/storage/parttool/parttool_example.py
  28. examples/storage/parttool/parttool_example.sh
  29. examples/system/ota/otatool/get_running_partition.py
  30. examples/system/ota/otatool/otatool_example.py
  31. examples/system/ota/otatool/otatool_example.sh
  32. install.fish
  33. install.sh
  34. tools/build_apps.py
  35. tools/check_python_dependencies.py
  36. tools/ci/apply_bot_filter.py
  37. tools/ci/build_template_app.sh
  38. tools/ci/check_build_warnings.py
  39. tools/ci/check_callgraph.py
  40. tools/ci/check_codeowners.py
  41. tools/ci/check_deprecated_kconfigs.py
  42. tools/ci/check_examples_cmake_make.py
  43. tools/ci/check_examples_rom_header.sh
  44. tools/ci/check_executables.py
  45. tools/ci/check_idf_version.sh
  46. tools/ci/check_kconfigs.py
  47. tools/ci/check_readme_links.py
  48. tools/ci/check_rom_apis.sh
  49. tools/ci/check_ut_cmake_make.sh
  50. tools/ci/checkout_project_ref.py
  51. tools/ci/deploy_docs.py
  52. tools/ci/envsubst.py
  53. tools/ci/find_apps_build_apps.sh
  54. tools/ci/fix_empty_prototypes.sh
  55. tools/ci/get-full-sources.sh
  56. tools/ci/get_supported_examples.sh
  57. tools/ci/mirror-submodule-update.sh
  58. tools/ci/multirun_with_pyenv.sh
  59. tools/ci/normalize_clangtidy_path.py
  60. tools/ci/push_to_github.sh
  61. tools/ci/test_autocomplete.py
  62. tools/ci/test_build_system.sh
  63. tools/ci/test_build_system_cmake.sh
  64. tools/ci/test_check_kconfigs.py
  65. tools/ci/test_configure_ci_environment.sh
  66. tools/cmake/convert_to_cmake.py
  67. tools/docker/entrypoint.sh
  68. tools/docker/hooks/build
  69. tools/esp_app_trace/logtrace_proc.py
  70. tools/esp_app_trace/sysviewtrace_proc.py
  71. tools/esp_app_trace/test/logtrace/test.sh
  72. tools/esp_app_trace/test/sysview/test.sh
  73. tools/find_apps.py
  74. tools/format.sh
  75. tools/gen_esp_err_to_name.py
  76. tools/idf.py
  77. tools/idf_monitor.py
  78. tools/idf_size.py
  79. tools/idf_tools.py
  80. tools/kconfig/check.sh
  81. tools/kconfig/lxdialog/check-lxdialog.sh
  82. tools/kconfig/merge_config.sh
  83. tools/kconfig/streamline_config.pl
  84. tools/kconfig_new/confgen.py
  85. tools/kconfig_new/confserver.py
  86. tools/kconfig_new/test/confgen/test_confgen.py
  87. tools/kconfig_new/test/confserver/test_confserver.py
  88. tools/kconfig_new/test/gen_kconfig_doc/test_kconfig_out.py
  89. tools/kconfig_new/test/gen_kconfig_doc/test_target_visibility.py
  90. tools/ldgen/ldgen.py
  91. tools/ldgen/test/test_entity.py
  92. tools/ldgen/test/test_fragments.py
  93. tools/ldgen/test/test_generation.py
  94. tools/ldgen/test/test_output_commands.py
  95. tools/mass_mfg/mfg_gen.py
  96. tools/mkdfu.py
  97. tools/mkuf2.py
  98. tools/set-submodules-to-github.sh
  99. tools/test_idf_monitor/run_test_idf_monitor.py
  100. tools/test_idf_py/test_idf_py.py
  101. tools/test_idf_size/test.sh
  102. tools/test_idf_tools/test_idf_tools.py
  103. tools/test_mkdfu/test_mkdfu.py
  104. tools/test_mkuf2/test_mkuf2.py
  105. tools/unit-test-app/tools/get_available_configs.sh
  106. tools/unit-test-app/unit_test.py
  107. tools/windows/eclipse_make.sh