executable-list.txt 3.1 KB

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