Home
last modified time | relevance | path

Searched refs:ignored (Results 26 – 50 of 123) sorted by relevance

12345

/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c197 #pragma GCC diagnostic ignored "-Wpragmas"
198 #pragma GCC diagnostic ignored "-Winfinite-recursion"
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst57 * The iface has not been ignored
181 …an request that ifaces be ignored by Connection Manager by calling :c:func:`conn_mgr_ignore_iface`…
183 Alternatively, an entire :ref:`L2 implementation <net_l2_interface>` can be ignored by calling :c:f…
187 While ignored, the iface is treated by Connection Manager as though it were unready for network tra…
191 :ref:`Bulk convenience functions <conn_mgr_control_api_bulk>` optionally skip ignored ifaces.
453 You can restrict these functions to operate only on non-:ref:`ignored <conn_mgr_monitoring_ignoring…
/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl78 -config=STD.nonstdc,behavior+={c99, GCC, "^GCC diagnostic (push|pop|ignored \"-W.*\")$"}
79 -config=STD.nonstdc,behavior+={c18, GCC, "^GCC diagnostic (push|pop|ignored \"-W.*\")$"}
/Zephyr-latest/tests/boards/nrf52_bsim/egu/src/
Dmain.c316 static void test_clean_egu(void *ignored) in test_clean_egu() argument
318 ARG_UNUSED(ignored); in test_clean_egu()
/Zephyr-latest/boards/vcc-gnd/yd_esp32/
Dyd_esp32_procpu.dts99 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-latest/boards/espressif/esp32c3_rust/
Desp32c3_rust.dts69 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-latest/soc/microchip/mec/mec172x/
DKconfig32 pin is ignored. All other JTAG pins can be used as GPIOs
/Zephyr-latest/subsys/bindesc/
DKconfig70 Any descriptor that exceeds this size will be ignored.
/Zephyr-latest/cmake/usage/
Dusage.cmake46 message(" 3: more obscure warnings, can most likely be ignored")
/Zephyr-latest/boards/actinius/icarus_som_dk/
Dactinius_icarus_som_dk_common.dtsi100 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/
Dadafruit_qt_py_esp32s3_procpu.dts106 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
Dlinker_xtensa_intel_adsp_cavs.ld55 * is ignored by `fix_elf_addrs.py` when generating artifacts for rimage.
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c384 bool ignored; in cm_iface_status() local
399 ignored = state & CONN_MGR_IF_IGNORED; in cm_iface_status()
418 ignored ? "ignored" : "watched", in cm_iface_status()
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig56 pin is ignored. All other JTAG pins can be used as GPIOs
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
DREADME.rst44 is no way to restart the state machine once terminated, and future events are ignored.
/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp240 #pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mcs104 will be ignored.
113 object will be ignored.
/Zephyr-latest/boards/seagate/legend/
Dlegend.dts73 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-latest/boards/adafruit/feather_esp32s3/
Dadafruit_feather_esp32s3_procpu.dts161 reg = <0>; /* ignored, but necessary for SPI bindings */
/Zephyr-latest/doc/develop/west/
Dconfig.rst214 trailing whitespace are ignored. That means these example values
222 Any empty elements are ignored. That means these example values are
254 setting is ignored unless ``zephyr.base-prefer`` is ``"configfile"``.
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake23 # for Makefile generators and will be ignored by other generators.
/Zephyr-latest/tests/lib/mem_alloc/src/
Dmain.c24 #pragma GCC diagnostic ignored "-Walloc-size-larger-than="
/Zephyr-latest/scripts/west_commands/
Dsign.py86 def __call__(self, parser, args, ignored, option): argument
154 def do_run(self, args, ignored): argument
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake19 # for Makefile generators and will be ignored by other generators.
/Zephyr-latest/doc/develop/sca/
Dpolyspace.rst71 - If set, only user code is analyzed and Zephyr sources are ignored.

12345