Home
last modified time | relevance | path

Searched refs:remove (Results 76 – 100 of 200) sorted by relevance

12345678

/Zephyr-latest/doc/kernel/data_structures/
Dslist.rst39 :c:func:`sys_slist_remove` will remove a node given a pointer to its
47 for a given node and remove it if present.
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst49 - Perform a cleanup after parsing/storing. This will remove all ``plist`` files.
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst108 remove : Remove a command.
/Zephyr-latest/tests/drivers/can/host/pytest/
Dcan_shell.py137 self._filter_ids.remove(filter_id)
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dbrg_cfg.c239 SHELL_CMD_ARG(table-remove, NULL, "<NetIdx1> <NetIdx2> <Addr1> <Addr2>",
/Zephyr-latest/subsys/logging/frontends/
DKconfig82 Option can be enabled for memory constraint cases to remove all logging
/Zephyr-latest/scripts/west_commands/
Dsign.py559 args.tool_args.remove('--no-manifest')
634 os.remove(out_bin)
/Zephyr-latest/doc/build/dts/
Ddt-vs-kconfig.rst35 remove the driver source code from the build using Kconfig, even though the
/Zephyr-latest/lib/hash/
Dhash_map_sc.c300 .remove = sys_hashmap_sc_remove,
Dhash_map_oa_lp.c291 .remove = sys_hashmap_oa_lp_remove,
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dremote-fw-service.py256 os.remove(self.fw_file)
/Zephyr-latest/subsys/logging/
DKconfig.misc45 creation relies on compiler being able to optimize and remove code
/Zephyr-latest/doc/services/resource_management/
Dindex.rst35 * The core operations are request (add a dependency) and release (remove
/Zephyr-latest/scripts/
Dzephyr_module.py786 module.depends.remove(node_name)
791 dep_modules.remove(module)
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md96 start-stop-daemon --remove-pidfile --pidfile log/leshan.pid --stop
97 start-stop-daemon --remove-pidfile --pidfile log/leshan_bs.pid --stop
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_outfile.py231 os.remove(clean_up_path)
/Zephyr-latest/samples/modules/chre/
DREADME.rst51 #. Print a message notifying that it's not possible to remove a system level nanoapp
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst92 sudo cp --remove-destination zephyr.elf sdcard/lib/firmware/am62-mcu-m4f0_0-fw
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst94 you may need to remove it::
/Zephyr-latest/cmake/emu/
Dqemu.cmake154 COMMAND ${CMAKE_COMMAND} -E remove -f ${pipes}
224 COMMAND ${CMAKE_COMMAND} -E remove -f ${pipes}
/Zephyr-latest/boards/adi/max32672evkit/doc/
Dindex.rst261 2. Set SW2 to the DIS position and remove resistor R12.
326 is supplied externally. Be sure to remove jumper JP15 (LDO_DUT_EN) to disconnect the 3.3V
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst233 Configured CAN RX filters can be removed again using the ``can filter remove`` subcommand as shown
239 uart:~$ can filter remove can@0 0
/Zephyr-latest/boards/nxp/mimxrt1040_evk/doc/
Dindex.rst352 To resolve this, you may remove the M.2 WiFi module from the board when
353 flashing or debugging it, or remove jumper J80.
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst61 Finally, if you want to remove all filters:
332 remove a paired device using :code:`bt clear <address: XX:XX:XX:XX:XX:XX> <type: (public|random)>`
333 or remove all paired devices with the command :code:`bt clear all`.
/Zephyr-latest/doc/_extensions/zephyr/domain/
D__init__.py178 parent.remove(sibling)
248 parent.remove(sibling)
332 parent.remove(sibling)

12345678