Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 57) sorted by relevance

123

/Zephyr-Core-3.7.0/
D.checkpatch.conf8 --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.gitattributes3 .gitattributes export-ignore
4 .gitignore export-ignore
5 .mailmap export-ignore
D.gitlint4 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/
Dignore_return.cocci1 /// 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/
Dgenerate_coverage_report.sh52 ${OUTPUT_DIR}/lcov_html -q --ignore-errors source --branch-coverage --highlight --legend
/Zephyr-Core-3.7.0/scripts/checkpatch/
Ddo_checkpatch.sh16 …ckpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types --ignore BRACES,PRINTK_WITH…
/Zephyr-Core-3.7.0/arch/x86/zefi/
Defi.ld33 /* Because binutils ld really likes to "helpfully" ignore the section
DREADME.txt67 they ignore the preferred load address and will put the image at
/Zephyr-Core-3.7.0/doc/hardware/peripherals/edac/
Dibecc.rst36 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/
Dvector_handlers.c461 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/
DREADME.txt24 needed; you can just ignore it for now.
/Zephyr-Core-3.7.0/drivers/w1/
DKconfig60 This option will ignore the number of 1-Wire
/Zephyr-Core-3.7.0/scripts/ci/
Dpylintrc259 ignore-comments=yes
262 ignore-docstrings=yes
265 ignore-imports=yes
/Zephyr-Core-3.7.0/cmake/compiler/xcc/
Dtarget.cmake66 …S -nostartfiles -nostdlib ${isystem_include_flags} -Wl,--unresolved-symbols=ignore-in-object-files)
/Zephyr-Core-3.7.0/drivers/interrupt_controller/
DKconfig.loapic36 arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF.
/Zephyr-Core-3.7.0/lib/utils/
Djson.c73 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/
Dzephyr_sdk.rst96 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/
Dindex.rst91 You can safely ignore this message if it appears:
/Zephyr-Core-3.7.0/cmake/compiler/gcc/
Dtarget.cmake137 -Wl,--unresolved-symbols=ignore-in-object-files
/Zephyr-Core-3.7.0/drivers/hwinfo/
DKconfig36 Always return factory pre-programmed values, stored in FCFG and ignore
/Zephyr-Core-3.7.0/boards/st/stm32vl_disco/doc/
Dindex.rst165 ST-LINK from Linux, you might need to ignore the device using modprobe
/Zephyr-Core-3.7.0/scripts/west_commands/completion/
Dwest-completion.zsh234 '(-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/
Dtwister_blackbox.rst68 ignore the Zephyr testcases in the ``tests`` directory. **Note that all ``test_data``
/Zephyr-Core-3.7.0/cmake/linker_script/arm/
Dlinker.cmake36 # linker/ld/target.cmake based on arch, or directly in arch and scatter_script.cmake can ignore
/Zephyr-Core-3.7.0/arch/posix/
DCMakeLists.txt86 -Wl,--unresolved-symbols=ignore-all

123