esp-idf/tools/ci
Marius Vikhammer 0d48a7cda4 fix(build): remove CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE option from c6, h2 and p4
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE doesnt really have many use cases, but it will
force us to keep increasing bootloader segment sizes just to allow for building this options.

Deprecate this config for new chips.
2024-02-18 10:40:27 +08:00
..
idf_pytest ci: sort pytest test cases by app path 2023-10-23 08:53:20 +02:00
python_packages ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
artifacts_handler.py ci: Upload report about modified files and components to s3 bucket 2023-12-11 11:15:45 +01:00
astyle-rules.yml fix(ble_mesh): Use submodule for mesh 1.1 lib files 2023-12-01 10:00:37 +08:00
build_template_app.sh fix(build): remove CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE option from c6, h2 and p4 2024-02-18 10:40:27 +08:00
check_api_violation.sh fix(hal): replace assert with hal_assert 2023-10-13 10:14:47 +08:00
check_artifacts_expire_time.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_blobs.sh esp_phy: support esp32h2beta2 phy build 2022-05-16 10:50:44 +00:00
check_build_test_rules.py ci: add all nightly run env vars while checking 2023-10-23 09:19:31 +02:00
check_callgraph.py fix(test): check call graph for hal component 2023-07-05 09:09:01 +08:00
check_codeowners.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_copyright_config.yaml change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts 2023-09-11 19:33:17 +05:30
check_copyright_ignore.txt feat(nimble): added HID over Gatt profile support 2023-12-20 09:58:26 +05:30
check_deprecated_kconfigs.py fix(tools/kconfig): Moved check_konfigs.py to esp-idf-kconfig package 2023-10-06 13:02:56 +02:00
check_esp_memory_utils_headers.sh esp_hw_support: remove public dependency on bootloader_support 2022-04-16 10:50:12 +02:00
check_examples_extra_component_dirs.sh feat(ci): add CI check for EXTRA_COMPONENT_DIRS in examples 2023-09-19 10:38:24 +02:00
check_examples_rom_header.sh esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
check_executables.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_idf_version.sh Build & config: Remove the "make" build system 2021-11-10 09:53:53 +01:00
check_kconfigs.py fix(tools/kconfig): Moved check_konfigs.py to esp-idf-kconfig package 2023-10-06 13:02:56 +02:00
check_ldgen_mapping_exceptions.txt refactor(freertos/task_snapshot): Make task snapshot private 2023-10-07 13:14:55 +08:00
check_public_headers_exceptions.txt Fix(esp_wifi): Add the missing header file to the wifi header files. 2023-11-16 11:09:38 +08:00
check_public_headers.py refactor(tools): public header check also checks c++ now 2023-08-09 16:23:13 +08:00
check_readme_links.py cleanup remaining references for esp-cryptoauthlib 2022-08-12 11:25:29 +05:30
check_requirement_files.py change(esp_prov): remove future usage 2023-07-19 21:05:06 +08:00
check_rules_components_patterns.py fix(pre-commit): ignore files not in git repo 2023-09-15 18:57:35 +08:00
check_rules_yml.py ci: remove unused rules 2022-10-10 16:58:11 +08:00
check_soc_headers_leak.py refactor(gpio): per-target gpio number definition 2023-07-03 13:33:11 +08:00
check_soc_struct_headers.py tools: Change copyright in ci dir 2022-07-11 12:58:06 +00:00
check_tools_files_patterns.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
check_type_comments.py tools: Change copyright in ci dir 2022-07-11 12:58:06 +00:00
checkout_project_ref.py CI: optimize ATS ci flow 2022-09-14 13:39:12 +08:00
ci_build_apps.py ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
ci_fetch_submodule.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
ci_get_mr_info.py ci: optimize git strategy 2023-12-08 11:00:19 +01:00
clang_tidy_dirs.txt ci: enable clang-tidy check for more components 2021-08-19 09:26:20 +08:00
cleanup_ignore_lists.py ci: fix cleanup_ignore_lists.py on windows 2023-09-21 12:59:17 +02:00
configure_ci_environment.sh build: Adds support for universal Clang toolchain 2022-11-23 13:25:16 +03:00
deploy_docs.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
envsubst.py ci: Add python types hints 2022-07-22 21:15:01 +02:00
exclude_check_tools_files.txt ci: add idf_pytest package into patterns to trigger target test jobs 2023-10-23 08:54:02 +02:00
executable-list.txt update(ble_mesh): Remove useless mesh lib copy script 2023-11-07 19:13:00 +08:00
fix_empty_prototypes.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
generate_rules.py ci: remove unused rules 2022-10-10 16:58:11 +08:00
get_all_test_results.py CI: update test cases from test results 2022-03-09 14:08:38 +08:00
get_supported_examples.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
get-full-sources.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
idf_ci_utils.py ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
idf_unity_tester.py ci(pytest): fix multi-dut missing c test case in the junit report issue 2023-06-27 11:06:22 +08:00
ignore_build_warnings.txt fix(tools/python_dep_check): replace deprecated pkg_resources with importlib 2023-07-11 16:09:03 +02:00
mirror-submodule-update.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
multirun_with_pyenv.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
mypy_ignore_list.txt ci: remove ttfw related files 2023-10-16 10:23:09 +02:00
push_to_github.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sonar_exclude_list.txt protobuf: Fix v4.21.0 (python) compatibility issue 2022-05-30 09:54:31 +05:30
static-analysis-rules.yml wpa_supplicant:Fix potential null pointer dereference 2023-01-31 21:54:43 +05:30
test_autocomplete.py ci(fix): Improve the stability of the autocomplete tests 2023-11-09 14:09:17 +01:00
test_configure_ci_environment.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
test_reproducible_build.sh build: create BUILD_DIR/prefix_map_gdbinit when enable reproducible build 2021-10-26 10:55:00 +08:00
utils.sh ci: optimize git strategy 2023-12-08 11:00:19 +01:00