Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 200) sorted by relevance

12345678

/Zephyr-latest/tests/lib/c_lib/stdio/src/
Dmain.c44 zassert_ok(remove(TEST_FILE), "Error removing file: %d\n", errno); in ZTEST()
45 zassert_equal(remove(""), -1, "Error Invalid path removed\n"); in ZTEST()
46 zassert_equal(remove(NULL), -1, "Error Invalid path removed\n"); in ZTEST()
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_hardwaremap.py117 os.remove(path)
154 os.remove(path)
169 os.remove(path)
236 os.remove(path)
250 os.remove(path)
288 os.remove(path)
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst73 [Check 3] Call remove API for UID 6 which is not set
76 [Check 6] Call remove API for UID 6 which is removed
80 [Check 9] Call remove API for different UID 5
85 [Check 3] Call remove API for UID 6 which is not set
88 [Check 6] Call remove API for UID 6 which is removed
92 [Check 9] Call remove API for different UID 5
/Zephyr-latest/soc/intel/intel_adsp/common/
DCMakeLists.txt66 # will remove it if empty). Extract it here (which will create an
95 --remove-section .imr
96 --remove-section .imrdata
97 --remove-section .cold
98 --remove-section .coldrodata
99 --remove-section .module.boot
100 --remove-section .module.cold
101 --remove-section .fw_metadata
/Zephyr-latest/lib/libc/common/source/stdio/
Dremove.c20 int remove(const char *path) in remove() function
/Zephyr-latest/boards/shields/g1120b0mipi/boards/
Dmimxrt1160_evk_mimxrt1166_cm7.overlay9 * connected. remove the property from the display.
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay9 * connected. remove the property from the display.
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay9 * connected. remove the property from the display.
/Zephyr-latest/subsys/net/ip/
Dnbr.h66 void (*const remove)(struct net_nbr *nbr); member
82 .remove = _remove, \
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-darkmode-toggle.js126 document.documentElement.classList.remove("light-mode")
129 document.documentElement.classList.remove("dark-mode")
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js28 tippyStyle.remove();
38 doxytooltipStyle.remove();
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst13 * Time to remove highest priority thread from a wait queue
14 * Time to remove lowest priority thread from a wait queue
/Zephyr-latest/
D.gitattributes1 # used to remove files from deployment using `git archive`
/Zephyr-latest/tests/bsim/
Dgenerate_coverage_report.sh49 lcov --remove ${OUTPUT_DIR}/coverage.pre.info *generated* \
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dboard-catalog.js46 tagElement.remove();
147 if (el.textContent.includes(tag)) el.remove();
197 vendorSelect.remove(1);
250 document.querySelectorAll('.tag').forEach(tag => tag.remove());
275 resetFiltersBtn.classList.remove("btn-disabled");
/Zephyr-latest/boards/shields/nrf7002eb/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay8 * remove this as Wi-Fi SR co-existence is not yet supported on this board.
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Dmec15xxevb_assy6853.overlay14 * Also remove jumpers on JP41 (1-2, 3-4) as the LEDs
/Zephyr-latest/subsys/net/lib/wifi_credentials/
DCMakeLists.txt34 "Static Wi-Fi configuration is used, please remove before deployment!"
/Zephyr-latest/tests/benchmarks/sched_queues/
DREADME.rst14 * Time to remove highest priority thread from a wait queue.
15 * Time to remove lowest priority thread from a wait queue.
/Zephyr-latest/cmake/flash/
Dcheck_runner_dependencies.cmake16 "`${TARGET}` cannot have dependencies, please remove "
/Zephyr-latest/tests/subsys/debug/gdbstub/
Dtest_breakpoints.gdbinit18 # remove some of the breakpoints to check.
/Zephyr-latest/samples/subsys/fs/fs_sample/boards/
Dnrf52840dk_nrf52840_ram_disk_region.overlay9 * remove the original definition and replace it with smaller one.
18 * change the size, what we have to do is to remove
/Zephyr-latest/doc/kernel/services/data_passing/
Dqueues.rst7 threads and ISRs to add and remove data items of any size. The queue is similar
/Zephyr-latest/soc/intel/intel_ish/utils/
Dbuild_ish_firmware.cmake8 COMMAND ${CMAKE_OBJCOPY} -O binary --remove-section=aon
/Zephyr-latest/dts/arm/st/f4/
Dstm32f429vX.dtsi7 * Don't remove this file even if none of the SoCs currently

12345678