Home
last modified time | relevance | path

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

123

/Zephyr-latest/
D.checkpatch.conf8 --ignore PRINTK_WITHOUT_KERN_LEVEL
9 --ignore SPLIT_STRING
10 --ignore VOLATILE
11 --ignore CONFIG_EXPERIMENTAL
12 --ignore PREFER_KERNEL_TYPES
13 --ignore PREFER_SECTION
14 --ignore AVOID_EXTERNS
15 --ignore NETWORKING_BLOCK_COMMENT_STYLE
16 --ignore DATE_TIME
17 --ignore MINMAX
[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
D.ruff.toml22 ignore = [
/Zephyr-latest/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-latest/samples/boards/nordic/clock_control/
DKconfig8 0 -> ignore frequency
16 0 -> ignore accuracy
/Zephyr-latest/tests/bsim/
Dgenerate_coverage_report.sh52 ${OUTPUT_DIR}/lcov_html -q --ignore-errors source --branch-coverage --highlight --legend
/Zephyr-latest/scripts/checkpatch/
Ddo_checkpatch.sh16 …ckpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types --ignore BRACES,PRINTK_WITH…
/Zephyr-latest/arch/x86/zefi/
Defi.ld33 /* Because binutils ld really likes to "helpfully" ignore the section
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst36 to ignore range checks
38 * OPERATION_MODE = 0x2 sets functional mode to protect all requests and ignore
/Zephyr-latest/scripts/ci/
Dpylintrc251 ignore-comments=yes
254 ignore-docstrings=yes
257 ignore-imports=yes
/Zephyr-latest/arch/xtensa/core/
Dvector_handlers.c465 uint32_t ignore; in xtensa_excint1_c() local
488 : "=r" (ignore) : "i"(XCHAL_EXCM_LEVEL)); in xtensa_excint1_c()
/Zephyr-latest/scripts/dts/
DREADME.txt24 needed; you can just ignore it for now.
/Zephyr-latest/drivers/w1/
DKconfig61 This option will ignore the number of 1-Wire
/Zephyr-latest/samples/net/sockets/http_server/
DKconfig39 error, without giving an option to ignore this and proceed anyway.
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.loapic36 arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF.
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake71 …S -nostartfiles -nostdlib ${isystem_include_flags} -Wl,--unresolved-symbols=ignore-in-object-files)
/Zephyr-latest/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-latest/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-latest/boards/up-bridge-the-gap/up_squared/doc/
Dindex.rst91 You can safely ignore this message if it appears:
/Zephyr-latest/cmake/compiler/gcc/
Dtarget.cmake136 -Wl,--unresolved-symbols=ignore-in-object-files
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst388 …ceives a longer control message, it should use only the first three bytes and ignore the remaining.
389 …e starting with a byte that does not match any of the messages described here, it should ignore it.
390 * If the receiver receives a binding message with additional bytes at the end, it should ignore the…
/Zephyr-latest/doc/
DCMakeLists.txt185 --ignore ${DOCS_BUILD_DIR}
/Zephyr-latest/boards/st/stm32vl_disco/doc/
Dindex.rst158 ST-LINK from Linux, you might need to ignore the device using modprobe
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh235 '(-f --force)'{-f,--force}'[ignore errors and continue]'
255 '(-f --force)'{-f,--force}'[ignore errors and continue]'

123