executable-list.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. examples/build_system/cmake/idf_as_lib/build-esp32.sh
  22. examples/build_system/cmake/idf_as_lib/build.sh
  23. examples/build_system/cmake/idf_as_lib/run-esp32.sh
  24. examples/build_system/cmake/idf_as_lib/run.sh
  25. examples/storage/parttool/parttool_example.py
  26. examples/storage/parttool/parttool_example.sh
  27. examples/system/ota/otatool/get_running_partition.py
  28. examples/system/ota/otatool/otatool_example.py
  29. examples/system/ota/otatool/otatool_example.sh
  30. install.fish
  31. install.sh
  32. tools/build_apps.py
  33. tools/check_kconfigs.py
  34. tools/check_python_dependencies.py
  35. tools/ci/apply_bot_filter.py
  36. tools/ci/build_examples.sh
  37. tools/ci/build_examples_cmake.sh
  38. tools/ci/build_test_apps.sh
  39. tools/ci/build_unit_test.sh
  40. tools/ci/check-executable.sh
  41. tools/ci/check-line-endings.sh
  42. tools/ci/check_build_warnings.py
  43. tools/ci/check_deprecated_kconfigs.py
  44. tools/ci/check_examples_cmake_make.sh
  45. tools/ci/check_examples_rom_header.sh
  46. tools/ci/check_idf_version.sh
  47. tools/ci/check_ut_cmake_make.sh
  48. tools/ci/checkout_project_ref.py
  49. tools/ci/deploy_docs.py
  50. tools/ci/envsubst.py
  51. tools/ci/fix_empty_prototypes.sh
  52. tools/ci/get-full-sources.sh
  53. tools/ci/get_supported_examples.sh
  54. tools/ci/mirror-submodule-update.sh
  55. tools/ci/multirun_with_pyenv.sh
  56. tools/ci/push_to_github.sh
  57. tools/ci/retry_failed.sh
  58. tools/ci/test_build_system.sh
  59. tools/ci/test_build_system_cmake.sh
  60. tools/ci/test_configure_ci_environment.sh
  61. tools/cmake/convert_to_cmake.py
  62. tools/cmake/run_cmake_lint.sh
  63. tools/docker/entrypoint.sh
  64. tools/docker/hooks/build
  65. tools/esp_app_trace/logtrace_proc.py
  66. tools/esp_app_trace/sysviewtrace_proc.py
  67. tools/esp_app_trace/test/logtrace/test.sh
  68. tools/esp_app_trace/test/sysview/test.sh
  69. tools/find_apps.py
  70. tools/format.sh
  71. tools/gen_esp_err_to_name.py
  72. tools/idf.py
  73. tools/idf_monitor.py
  74. tools/idf_size.py
  75. tools/idf_tools.py
  76. tools/kconfig/check.sh
  77. tools/kconfig/lxdialog/check-lxdialog.sh
  78. tools/kconfig/merge_config.sh
  79. tools/kconfig/streamline_config.pl
  80. tools/kconfig_new/confgen.py
  81. tools/kconfig_new/confserver.py
  82. tools/kconfig_new/test/confgen/test_confgen.py
  83. tools/kconfig_new/test/confserver/test_confserver.py
  84. tools/kconfig_new/test/gen_kconfig_doc/test_target_visibility.py
  85. tools/ldgen/ldgen.py
  86. tools/ldgen/test/test_fragments.py
  87. tools/ldgen/test/test_generation.py
  88. tools/mass_mfg/mfg_gen.py
  89. tools/mkdfu.py
  90. tools/set-submodules-to-github.sh
  91. tools/test_check_kconfigs.py
  92. tools/test_idf_monitor/run_test_idf_monitor.py
  93. tools/test_idf_py/test_idf_py.py
  94. tools/test_idf_size/test.sh
  95. tools/test_idf_tools/test_idf_tools.py
  96. tools/test_mkdfu/test_mkdfu.py
  97. tools/unit-test-app/tools/get_available_configs.sh
  98. tools/unit-test-app/unit_test.py
  99. tools/windows/eclipse_make.sh