Searched refs:ignore (Results 1 – 25 of 57) sorted by relevance
123
/Zephyr-Core-3.7.0/ |
D | .checkpatch.conf | 8 --ignore BRACES 9 --ignore PRINTK_WITHOUT_KERN_LEVEL 10 --ignore SPLIT_STRING 11 --ignore VOLATILE 12 --ignore CONFIG_EXPERIMENTAL 13 --ignore PREFER_KERNEL_TYPES 14 --ignore PREFER_SECTION 15 --ignore AVOID_EXTERNS 16 --ignore NETWORKING_BLOCK_COMMENT_STYLE 17 --ignore DATE_TIME [all …]
|
D | .gitattributes | 3 .gitattributes export-ignore 4 .gitignore export-ignore 5 .mailmap export-ignore
|
D | .gitlint | 4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1 7 # By default gitlint will ignore merge commits. Set to 'false' to disable. 8 ignore-merge-commits=false 9 ignore-revert-commits=false 10 ignore-fixup-commits=false 11 ignore-squash-commits=false 52 # Whether to ignore this rule on merge commits (which typically only have a title) 54 ignore-merge-commits=false
|
/Zephyr-Core-3.7.0/scripts/coccinelle/ |
D | ignore_return.cocci | 1 /// Cast void to memset to ignore its return value 4 //# cast it to void to explicitly ignore while adhering to MISRA-C.
|
/Zephyr-Core-3.7.0/tests/bsim/ |
D | generate_coverage_report.sh | 52 ${OUTPUT_DIR}/lcov_html -q --ignore-errors source --branch-coverage --highlight --legend
|
/Zephyr-Core-3.7.0/scripts/checkpatch/ |
D | do_checkpatch.sh | 16 …ckpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types --ignore BRACES,PRINTK_WITH…
|
/Zephyr-Core-3.7.0/arch/x86/zefi/ |
D | efi.ld | 33 /* Because binutils ld really likes to "helpfully" ignore the section
|
D | README.txt | 67 they ignore the preferred load address and will put the image at
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 36 to ignore range checks 38 * OPERATION_MODE = 0x2 sets functional mode to protect all requests and ignore
|
/Zephyr-Core-3.7.0/arch/xtensa/core/ |
D | vector_handlers.c | 461 uint32_t ignore; in xtensa_excint1_c() local 484 : "=r" (ignore) : "i"(XCHAL_EXCM_LEVEL)); in xtensa_excint1_c()
|
/Zephyr-Core-3.7.0/scripts/dts/ |
D | README.txt | 24 needed; you can just ignore it for now.
|
/Zephyr-Core-3.7.0/drivers/w1/ |
D | Kconfig | 60 This option will ignore the number of 1-Wire
|
/Zephyr-Core-3.7.0/scripts/ci/ |
D | pylintrc | 259 ignore-comments=yes 262 ignore-docstrings=yes 265 ignore-imports=yes
|
/Zephyr-Core-3.7.0/cmake/compiler/xcc/ |
D | target.cmake | 66 …S -nostartfiles -nostdlib ${isystem_include_flags} -Wl,--unresolved-symbols=ignore-in-object-files)
|
/Zephyr-Core-3.7.0/drivers/interrupt_controller/ |
D | Kconfig.loapic | 36 arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF.
|
/Zephyr-Core-3.7.0/lib/utils/ |
D | json.c | 73 static void ignore(struct json_lexer *lex) in ignore() function 94 ignore(lex); in lexer_string() 143 ignore(lex); in lexer_string() 247 ignore(lex); in lexer_json()
|
/Zephyr-Core-3.7.0/doc/develop/toolchains/ |
D | zephyr_sdk.rst | 96 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing 152 curl -L |sdk-url-macos-sha| | shasum --check --ignore-missing
|
/Zephyr-Core-3.7.0/boards/up-bridge-the-gap/up_squared/doc/ |
D | index.rst | 91 You can safely ignore this message if it appears:
|
/Zephyr-Core-3.7.0/cmake/compiler/gcc/ |
D | target.cmake | 137 -Wl,--unresolved-symbols=ignore-in-object-files
|
/Zephyr-Core-3.7.0/drivers/hwinfo/ |
D | Kconfig | 36 Always return factory pre-programmed values, stored in FCFG and ignore
|
/Zephyr-Core-3.7.0/boards/st/stm32vl_disco/doc/ |
D | index.rst | 165 ST-LINK from Linux, you might need to ignore the device using modprobe
|
/Zephyr-Core-3.7.0/scripts/west_commands/completion/ |
D | west-completion.zsh | 234 '(-f --force)'{-f,--force}'[ignore errors and continue]' 254 '(-f --force)'{-f,--force}'[ignore errors and continue]'
|
/Zephyr-Core-3.7.0/doc/develop/test/twister/ |
D | twister_blackbox.rst | 68 ignore the Zephyr testcases in the ``tests`` directory. **Note that all ``test_data``
|
/Zephyr-Core-3.7.0/cmake/linker_script/arm/ |
D | linker.cmake | 36 # linker/ld/target.cmake based on arch, or directly in arch and scatter_script.cmake can ignore
|
/Zephyr-Core-3.7.0/arch/posix/ |
D | CMakeLists.txt | 86 -Wl,--unresolved-symbols=ignore-all
|
123