Searched refs:ignore (Results 1 – 25 of 65) sorted by relevance
123
/Zephyr-latest/ |
D | .checkpatch.conf | 8 --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 | .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
|
D | .ruff.toml | 22 ignore = [
|
/Zephyr-latest/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-latest/samples/boards/nordic/clock_control/ |
D | Kconfig | 8 0 -> ignore frequency 16 0 -> ignore accuracy
|
/Zephyr-latest/tests/bsim/ |
D | generate_coverage_report.sh | 52 ${OUTPUT_DIR}/lcov_html -q --ignore-errors source --branch-coverage --highlight --legend
|
/Zephyr-latest/scripts/checkpatch/ |
D | do_checkpatch.sh | 16 …ckpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types --ignore BRACES,PRINTK_WITH…
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.ld | 33 /* Because binutils ld really likes to "helpfully" ignore the section
|
/Zephyr-latest/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-latest/scripts/ci/ |
D | pylintrc | 251 ignore-comments=yes 254 ignore-docstrings=yes 257 ignore-imports=yes
|
/Zephyr-latest/arch/xtensa/core/ |
D | vector_handlers.c | 465 uint32_t ignore; in xtensa_excint1_c() local 488 : "=r" (ignore) : "i"(XCHAL_EXCM_LEVEL)); in xtensa_excint1_c()
|
/Zephyr-latest/scripts/dts/ |
D | README.txt | 24 needed; you can just ignore it for now.
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig | 61 This option will ignore the number of 1-Wire
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | Kconfig | 39 error, without giving an option to ignore this and proceed anyway.
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.loapic | 36 arches (P6, Pentium) ignore the low 4 bits and fix them at 0xF.
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 71 …S -nostartfiles -nostdlib ${isystem_include_flags} -Wl,--unresolved-symbols=ignore-in-object-files)
|
/Zephyr-latest/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-latest/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-latest/boards/up-bridge-the-gap/up_squared/doc/ |
D | index.rst | 91 You can safely ignore this message if it appears:
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target.cmake | 136 -Wl,--unresolved-symbols=ignore-in-object-files
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 388 …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/ |
D | CMakeLists.txt | 185 --ignore ${DOCS_BUILD_DIR}
|
/Zephyr-latest/boards/st/stm32vl_disco/doc/ |
D | index.rst | 158 ST-LINK from Linux, you might need to ignore the device using modprobe
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 235 '(-f --force)'{-f,--force}'[ignore errors and continue]' 255 '(-f --force)'{-f,--force}'[ignore errors and continue]'
|
123