Home
last modified time | relevance | path

Searched full:exclude (Results 1 – 25 of 51) sorted by relevance

123

/hal_espressif-3.5.0/tools/ci/
Dcheck_tools_files_patterns.py60 …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.')
Dcheck_deprecated_kconfigs.py60 parser.add_argument('--exclude-submodules', action='store_true',
61 help='Exclude submodules')
Dsonar_exclude_list.txt1 # exclude list for sonarqube
Dexclude_check_tools_files.txt11 tools/ci/*exclude*.txt
Dcheck_kconfigs.py426 parser.add_argument('--exclude-submodules', action='store_true',
427 help='Exclude submodules')
Dtest_build_system.sh202 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.yaml15 exclude: &whitespace_excludes |
23 exclude: *whitespace_excludes
45 exclude: '\.pre-commit/.+'
69 exclude: '\/third_party\/'
D.flake8139 exclude =
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py95 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/
DKconfig.projbuild12 bool "Exclude PROJECT_VER from firmware image"
19 bool "Exclude PROJECT_NAME from firmware image"
/hal_espressif-3.5.0/tools/
Dfind_apps.py139 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/
Dstatic-code-analysis.yml70 # 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
Dpre_check.yml171 …- 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/
Desp_ble_mesh_networking_api.h92 * @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/
DREADME.md15 ./test_nvs -d yes exclude:[long]
DMakefile68 ./$(TEST_PROGRAM) -d yes exclude:[long]
/hal_espressif-3.5.0/components/esptool_py/esptool/
DMANIFEST.in10 exclude .git*
Dsetup.cfg2 exclude = .git,__pycache__,.eggs,build
/hal_espressif-3.5.0/examples/protocols/http_server/restful_server/front/web-demo/
D.gitignore25 # To compress the package size, just exclude the package-lock.json file.
/hal_espressif-3.5.0/tools/unit-test-app/
Didf_ext.py194 'names': ['-E', '--test-exclude-components'],
195 'help': 'Specify the components to exclude from testing.',
/hal_espressif-3.5.0/components/mbedtls/
Dcomponent.mk33 # 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/
Dcheck_for_file_paths.py83 # and exclude debug sections. .dram matches DRAM_STR, which links to .dram1
/hal_espressif-3.5.0/docs/en/api-reference/
Dtemplate.rst74 …/*_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/
DFreeRTOSConfig.h110 to exclude the API function. */
/hal_espressif-3.5.0/docs/en/api-guides/
Dbuild-system-legacy.rst116 - ``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