executable-list.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # Some tools
  2. components/app_update/gen_empty_partition.py
  3. components/esp32/ld/elf_to_ld.sh
  4. components/espcoredump/espcoredump.py
  5. components/heap/test_multi_heap_host/test_all_configs.sh
  6. components/idf_test/unit_test/TestCaseScript/IDFUnitTest/__init__.py
  7. components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py
  8. components/efuse/efuse_table_gen.py
  9. components/efuse/test_efuse_host/efuse_tests.py
  10. components/partition_table/gen_esp32part.py
  11. components/partition_table/parttool.py
  12. components/app_update/gen_empty_partition.py
  13. components/app_update/otatool.py
  14. components/partition_table/test_gen_esp32part_host/gen_esp32part_tests.py
  15. components/ulp/esp32ulp_mapgen.py
  16. docs/check_doc_warnings.sh
  17. docs/check_lang_folder_sync.sh
  18. docs/gen-kconfig-doc.py
  19. docs/gen-version-specific-includes.py
  20. tools/ci/apply_bot_filter.py
  21. tools/ci/build_examples.sh
  22. tools/ci/build_examples_cmake.sh
  23. tools/ci/check_idf_version.sh
  24. tools/ci/check-executable.sh
  25. tools/ci/check-line-endings.sh
  26. tools/ci/checkout_project_ref.py
  27. tools/ci/deploy_docs.py
  28. tools/ci/envsubst.py
  29. tools/ci/mirror-submodule-update.sh
  30. tools/ci/push_to_github.sh
  31. tools/ci/retry_failed.sh
  32. tools/ci/test_build_system.sh
  33. tools/ci/test_build_system_cmake.sh
  34. tools/ci/test_configure_ci_environment.sh
  35. tools/cmake/convert_to_cmake.py
  36. tools/cmake/run_cmake_lint.sh
  37. tools/esp_app_trace/apptrace_proc.py
  38. tools/elf_to_ld.sh
  39. tools/esp_app_trace/logtrace_proc.py
  40. tools/format.sh
  41. tools/gen_esp_err_to_name.py
  42. tools/idf.py
  43. tools/idf_monitor.py
  44. tools/idf_size.py
  45. tools/kconfig/check.sh
  46. tools/kconfig/conf
  47. tools/kconfig/lxdialog/check-lxdialog.sh
  48. tools/kconfig/mconf
  49. tools/kconfig/merge_config.sh
  50. tools/kconfig/streamline_config.pl
  51. tools/mass_mfg/mfg_gen.py
  52. tools/set-submodules-to-github.sh
  53. tools/test_idf_monitor/run_test_idf_monitor.py
  54. tools/unit-test-app/unit_test.py
  55. tools/windows/eclipse_make.sh
  56. tools/ci/build_examples_cmake.sh
  57. tools/ci/test_build_system_cmake.sh
  58. tools/ci/check_examples_cmake_make.sh
  59. tools/ci/check_ut_cmake_make.sh
  60. tools/cmake/convert_to_cmake.py
  61. tools/cmake/run_cmake_lint.sh
  62. tools/idf.py
  63. tools/kconfig_new/confgen.py
  64. tools/kconfig_new/confserver.py
  65. tools/kconfig_new/test/test_confserver.py
  66. tools/windows/tool_setup/build_installer.sh
  67. tools/test_idf_size/test.sh
  68. tools/check_python_dependencies.py
  69. docs/gen-dxd.py
  70. tools/ci/multirun_with_pyenv.sh
  71. components/espcoredump/test/test_espcoredump.py
  72. components/espcoredump/test/test_espcoredump.sh
  73. tools/ldgen/ldgen.py
  74. tools/ldgen/test/test_fragments.py
  75. tools/ldgen/test/test_generation.py
  76. examples/build_system/cmake/idf_as_lib/build.sh
  77. examples/storage/parttool/parttool_example.py
  78. examples/system/ota/otatool/otatool_example.py
  79. tools/check_kconfigs.py
  80. tools/test_check_kconfigs.py
  81. install.sh
  82. tools/docker/entrypoint.sh
  83. tools/docker/hooks/build
  84. tools/idf_tools.py