Searched full:exclude (Results 1 – 25 of 51) sorted by relevance
123
/hal_espressif-3.5.0/tools/ci/ |
D | check_tools_files_patterns.py | 60 …gparse.ArgumentParser(description='check if all tools files are in rules patterns or exclude list') 64 parser.add_argument('-e', '--exclude-list', 66 help='exclude list path') 82 'Or add them to "tools/ci/exclude_check_tools_files.txt" to exclude them.')
|
D | check_deprecated_kconfigs.py | 60 parser.add_argument('--exclude-submodules', action='store_true', 61 help='Exclude submodules')
|
D | sonar_exclude_list.txt | 1 # exclude list for sonarqube
|
D | exclude_check_tools_files.txt | 11 tools/ci/*exclude*.txt
|
D | check_kconfigs.py | 426 parser.add_argument('--exclude-submodules', action='store_true', 427 help='Exclude submodules')
|
D | test_build_system.sh | 202 print_status "Can include/exclude object files" 212 print_status "Can include/exclude object files outside of component tree"
|
/hal_espressif-3.5.0/ |
D | .pre-commit-config.yaml | 15 exclude: &whitespace_excludes | 23 exclude: *whitespace_excludes 45 exclude: '\.pre-commit/.+' 69 exclude: '\/third_party\/'
|
D | .flake8 | 139 exclude =
|
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/ |
D | CIScanTests.py | 95 parser.add_argument('--exclude', nargs='*', 144 # store the test cases dir, exclude these folders when scan for standalone apps 145 default_exclude = args.exclude if args.exclude else []
|
/hal_espressif-3.5.0/components/app_update/ |
D | Kconfig.projbuild | 12 bool "Exclude PROJECT_VER from firmware image" 19 bool "Exclude PROJECT_NAME from firmware image"
|
/hal_espressif-3.5.0/tools/ |
D | find_apps.py | 139 logging.warning('--exclude option is ignored when used without --recursive') 227 '--exclude', 253 conflict_args = [args.recursive, args.build_system, args.target, args.exclude, args.paths] 255 …raise ValueError('Conflict settings. "recursive", "build_system", "target", "exclude", "paths" sho… 285 … app_dirs += find_apps(build_system_class, path, args.recursive, args.exclude or [], args.target)
|
/hal_espressif-3.5.0/.gitlab/ci/ |
D | static-code-analysis.yml | 70 # Exclude the submodules, all paths ends with /** 72 …# get all exclude paths specified in tools/ci/sonar_exclude_list.txt | ignore lines start with # |… 74 # Exclude the report dir as well
|
D | pre_check.yml | 171 …- run_cmd python $CI_SCAN_TESTS_PY example_test $EXAMPLE_TEST_DIR -b make --exclude examples/build… 172 …- run_cmd python $CI_SCAN_TESTS_PY example_test $EXAMPLE_TEST_DIR -b cmake --exclude examples/buil… 174 …- run_cmd python $CI_SCAN_TESTS_PY component_ut $COMPONENT_UT_DIRS --exclude $COMPONENT_UT_EXCLUDE…
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/api/core/include/ |
D | esp_ble_mesh_networking_api.h | 92 * @param[in] length: Message length (exclude the message opcode). 93 * @param[in] data: Parameters of Access Payload (exclude the message opcode) to be sent. 109 * @param[in] length: Message length (exclude the message opcode). 110 * @param[in] data: Parameters of the Access Payload (exclude the message opcode) to be sent. 137 * @param[in] length: Message length (exclude the message opcode). 138 * @param[in] data: Parameters of the Access Payload (exclude the message opcode) to be sent.
|
/hal_espressif-3.5.0/components/nvs_flash/test_nvs_host/ |
D | README.md | 15 ./test_nvs -d yes exclude:[long]
|
D | Makefile | 68 ./$(TEST_PROGRAM) -d yes exclude:[long]
|
/hal_espressif-3.5.0/components/esptool_py/esptool/ |
D | MANIFEST.in | 10 exclude .git*
|
D | setup.cfg | 2 exclude = .git,__pycache__,.eggs,build
|
/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/front/web-demo/ |
D | .gitignore | 25 # To compress the package size, just exclude the package-lock.json file.
|
/hal_espressif-3.5.0/tools/unit-test-app/ |
D | idf_ext.py | 194 'names': ['-E', '--test-exclude-components'], 195 'help': 'Specify the components to exclude from testing.',
|
/hal_espressif-3.5.0/components/mbedtls/ |
D | component.mk | 33 # We don't need to exclude aes.o as these functions use a different prefix (esp_aes_x) and the
|
/hal_espressif-3.5.0/tools/test_apps/system/no_embedded_paths/ |
D | check_for_file_paths.py | 83 # and exclude debug sections. .dram matches DRAM_STR, which links to .dram1
|
/hal_espressif-3.5.0/docs/en/api-reference/ |
D | template.rst | 74 …/*_caps.h`` headers will be expanded. This allows the headers to include/exclude material based on…
|
/hal_espressif-3.5.0/components/mqtt/host_test/mocks/include/freertos/ |
D | FreeRTOSConfig.h | 110 to exclude the API function. */
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | build-system-legacy.rst | 116 - ``EXCLUDE_COMPONENTS``: Optional list of component names to exclude during the build process. Not… 117 - ``TEST_EXCLUDE_COMPONENTS``: Optional list of component names to exclude during the build process… 216 …at is found in ``COMPONENT_SRCDIRS``. Overriding this list allows you to exclude source files in `…
|
123