Searched refs:ignore (Results 26 – 50 of 65) sorted by relevance
123
/Zephyr-latest/drivers/hwinfo/ |
D | Kconfig | 42 Always return factory pre-programmed values, stored in FCFG and ignore
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 67 they ignore the preferred load address and will put the image at
|
/Zephyr-latest/cmake/modules/ |
D | yaml.cmake | 271 # We ignore any errors as we are checking for existence of the key, and 273 string(JSON type ERROR_VARIABLE ignore TYPE "${json_content}" ${valid_keys} ${k})
|
/Zephyr-latest/doc/develop/test/twister/ |
D | twister_blackbox.rst | 68 ignore the Zephyr testcases in the ``tests`` directory. **Note that all ``test_data``
|
/Zephyr-latest/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-latest/doc/develop/test/ |
D | coverage.rst | 121 …genhtml lcov.info --output-directory lcov_html -q --ignore-errors source --branch-coverage --highl…
|
/Zephyr-latest/arch/posix/ |
D | CMakeLists.txt | 86 -Wl,--unresolved-symbols=ignore-all
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 40 encounters an error it will ignore any data with missing/incorrect metadata.
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 101 to write a function using only A0-A3 and CALL4 calls and ignore higher
|
/Zephyr-latest/cmake/linker/ |
D | linker_script_common.cmake | 105 # This section is not active in this pass, ignore. 145 # This section setting is not active in this pass, ignore.
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 923 SHELL_CMD_ARG(ignore, NULL,
|
/Zephyr-latest/doc/develop/west/ |
D | extensions.rst | 130 You can ignore the second argument to ``do_run()`` (``unknown_args`` above), as
|
D | built-in.rst | 161 ignore incoming changes for the moment.
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 432 Symbols without prompts ignore any value from the saved configuration. 462 As long as ``CUSTOM_STACK_SIZE`` is disabled, ``STACK_SIZE`` will ignore the 678 ignore it.
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 334 AP may choose to consider or ignore the STA's preferred value.
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 434 complete -c west -n "__zephyr_west_seen_subcommand_from build" -o f -l force -d "ignore errors and … 449 complete -c west -n "__zephyr_west_seen_subcommand_from sign" -o f -l force -d "ignore errors and c…
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 234 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 83 or observations individually. The event dispatcher will ignore disabled observers and observations. 94 shows the observer is disabled, so the event dispatcher will ignore it. (c) shows the observer 432 The VDED will ignore all disabled observers or observations.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 128 add :literal:`-z` to the ``btproxy`` command line to ignore any null bytes
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.10.rst | 219 * :github:`1419` - test, please ignore 488 * :github:`4853` - cmake: building unit test cases ignore EXTRA_* settings
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 51 my @ignore = (); 218 'ignore=s' => \@ignore, 312 hash_save_array_words(\%ignore_type, \@ignore);
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 208 * The driver can ignore calls to :c:func:`sys_clock_set_timeout`, as every
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 461 /* ignore message data and delete the message */
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 162 /** Out of power management configurations, ignore "sleep" state. */
|
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 900 git rebase --ignore-whitespace upstream/main 902 The ``--ignore-whitespace`` option stops ``git apply`` (called by rebase)
|
123