Home
last modified time | relevance | path

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

12

/hal_espressif-2.7.6/
D.pre-commit-config.yaml15 exclude: &whitespace_excludes |
23 exclude: *whitespace_excludes
47 exclude: '\.pre-commit/.+'
71 exclude: '\/third_party\/'
D.flake8139 exclude =
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
DCIScanTests.py80 parser.add_argument('--exclude', nargs='*',
127 # store the test cases dir, exclude these folders when scan for standalone apps
128 default_exclude = args.exclude if args.exclude else []
/hal_espressif-2.7.6/components/app_update/
DKconfig.projbuild12 bool "Exclude PROJECT_VER from firmware image"
19 bool "Exclude PROJECT_NAME from firmware image"
/hal_espressif-2.7.6/docs/idf_extensions/
Dexclude_docs.py20 # Do not exclude docs that have been explicitly included, e.g. if a doc is listed in both
29 # Exclude all documents which were not set as docs_to_build when build_docs were called
/hal_espressif-2.7.6/tools/ci/config/
Dpre_check.yml143 …- python $CI_SCAN_TESTS_PY example_test $EXAMPLE_TEST_DIR -b make --exclude examples/build_system/…
144 …- python $CI_SCAN_TESTS_PY example_test $EXAMPLE_TEST_DIR -b cmake --exclude examples/build_system…
146 …- python $CI_SCAN_TESTS_PY component_ut $COMPONENT_UT_DIRS --exclude $COMPONENT_UT_EXCLUDES -c $TE…
Dbuild.yml460 # Exclude the submodules, all paths ends with /**
462 …# get all exclude paths specified in tools/ci/sonar_exclude_list.txt | ignore lines start with # |…
464 # Exclude the report dir
/hal_espressif-2.7.6/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-2.7.6/tools/ci/
Dcheck_deprecated_kconfigs.py60 parser.add_argument('--exclude-submodules', action='store_true',
61 help='Exclude submodules')
Dsonar_exclude_list.txt1 # exclude list for sonarqube
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-2.7.6/components/nvs_flash/test_nvs_host/
DREADME.md15 ./test_nvs -d yes exclude:[long]
DMakefile65 ./$(TEST_PROGRAM) -d yes exclude:[long]
/hal_espressif-2.7.6/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-2.7.6/components/bt/esp_ble_mesh/api/core/include/
Desp_ble_mesh_networking_api.h100 * @param[in] length: Message length (exclude the message opcode).
101 * @param[in] data: Parameters of Access Payload (exclude the message opcode) to be sent.
117 * @param[in] length: Message length (exclude the message opcode).
118 * @param[in] data: Parameters of the Access Payload (exclude the message opcode) to be sent.
145 * @param[in] length: Message length (exclude the message opcode).
146 * @param[in] data: Parameters of the Access Payload (exclude the message opcode) to be sent.
/hal_espressif-2.7.6/docs/en/contribute/
Ddocumenting-code.rst255 …that is only relevant for one of targets. When this is the case, you can exclude that content by u…
288 This functionality is provided by the `Sphinx selective exclude <https://github.com/pfalcon/sphinx_…
290 A weakness in this extension is that it does not correctly handle the case where you exclude a sect…
323 …ts, Sphinx will use the above mentioned directive and role to include or exclude content based on …
327 …date the ``exclude_patterns`` list in :idf_file:`docs/conf_common.py` to exclude the file for othe…
331 If you need to exclude content inside a list or bullet points, then this should be done by using th…
Dadd-ons-reference.rst86 - `Sphinx selective exclude`_ ``eager_only`` extension.
173 …o ``idf-defines-generated`` as it relies on the sphinx tags to determine which documents to exclude
191 .. _Sphinx selective exclude: https://github.com/pfalcon/sphinx_selective_exclude
/hal_espressif-2.7.6/docs/zh_CN/contribute/
Dadd-ons-reference.rst85 - `Sphinx selective exclude`_ 为 ``eager_only`` 的扩展
197 .. _Sphinx selective exclude: https://github.com/pfalcon/sphinx_selective_exclude
/hal_espressif-2.7.6/components/mbedtls/
Dcomponent.mk17 # We don't need to exclude aes.o as these functions use a different prefix (esp_aes_x) and the
/hal_espressif-2.7.6/tools/unit-test-app/
Didf_ext.py194 'names': ['-E', '--test-exclude-components'],
195 'help': 'Specify the components to exclude from testing.',
/hal_espressif-2.7.6/docs/test/
Dtest_sphinx_idf_extensions.py86 # Check that the set of docs to build and the set of docs to exclude do not overlap
/hal_espressif-2.7.6/docs/en/api-reference/
Dtemplate.rst74 …/*_caps.h`` headers will be expanded. This allows the headers to include/exclude material based on…
/hal_espressif-2.7.6/components/freertos/port/riscv/include/freertos/
DFreeRTOSConfig.h240 to exclude the API function. */
/hal_espressif-2.7.6/tools/windows/tool_setup/
Dtools_WD_excl.ps1182 …#to exclude all files opened by a process including the process' binary, a record must be added to…

12