executable-list.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Some tools
  2. components/esp32/ld/elf_to_ld.sh
  3. components/espcoredump/espcoredump.py
  4. components/heap/test_multi_heap_host/test_all_configs.sh
  5. components/idf_test/unit_test/TestCaseScript/IDFUnitTest/__init__.py
  6. components/partition_table/gen_esp32part.py
  7. components/partition_table/parttool.py
  8. components/app_update/gen_empty_partition.py
  9. components/app_update/dump_otadata.py
  10. components/partition_table/test_gen_esp32part_host/gen_esp32part_tests.py
  11. components/ulp/esp32ulp_mapgen.py
  12. components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py
  13. docs/check_doc_warnings.sh
  14. docs/check_lang_folder_sync.sh
  15. docs/gen-kconfig-doc.py
  16. docs/gen-version-specific-includes.py
  17. tools/ci/apply_bot_filter.py
  18. tools/ci/build_examples.sh
  19. tools/ci/check-executable.sh
  20. tools/ci/check-line-endings.sh
  21. tools/ci/checkout_project_ref.py
  22. tools/ci/get-full-sources.sh
  23. tools/ci/mirror-submodule-update.sh
  24. tools/ci/mirror-synchronize.sh
  25. tools/ci/push_to_github.sh
  26. tools/ci/test_build_system.sh
  27. tools/ci/test_configure_ci_environment.sh
  28. tools/esp_app_trace/apptrace_proc.py
  29. tools/esp_app_trace/logtrace_proc.py
  30. tools/format.sh
  31. tools/gen_esp_err_to_name.py
  32. tools/idf_monitor.py
  33. tools/idf_size.py
  34. tools/kconfig/check.sh
  35. tools/kconfig/lxdialog/check-lxdialog.sh
  36. tools/kconfig/merge_config.sh
  37. tools/kconfig/streamline_config.pl
  38. tools/kconfig/conf
  39. tools/kconfig/mconf
  40. tools/windows/eclipse_make.sh
  41. tools/test_idf_monitor/run_test_idf_monitor.py
  42. tools/mass_mfg/mfg_gen.py
  43. tools/unit-test-app/unit_test.py
  44. tools/test_idf_size/test.sh
  45. tools/check_python_dependencies.py
  46. docs/gen-dxd.py