Searched refs:ls (Results 1 – 21 of 21) sorted by relevance
/Zephyr-latest/tests/net/all/ |
D | check_net_options.sh | 35 cd $kconfig_dir; ls CONFIG_DNS* CONFIG_NET* CONFIG_IEEE802154* | sed 's/\.rst//g'
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 84 if ! docker image ls | grep "$image" > /dev/null; then 89 if ! docker network ls | grep "$network" > /dev/null; then 137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 82 ls = os.path.join(options.outdir, "twister.json") 83 if os.path.exists(ls): 84 with open(ls) as fp:
|
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 79 SRCS:=$(shell ls ${NSI_PATH}common/src/*.c) 81 SRCS+=$(shell ls ${NSI_PATH}native/src/*.c)
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 95 for i in $(ls ${outdir}/*); do
|
/Zephyr-latest/cmake/linker/ |
D | linker_flags_template.cmake | 28 # such as ls --print-memory-usage flag.
|
/Zephyr-latest/drivers/pcie/host/ |
D | shell.c | 395 SHELL_CMD_ARG(ls, NULL,
|
/Zephyr-latest/samples/drivers/uart/native_tty/ |
D | README.rst | 29 are in your system by running the command ``ls -l /dev/tty*``. If that is not
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 157 fs ls [path]
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 12 # pylint3 --rcfile=ci-tools/scripts/pylintrc $(git ls-files '*.py')
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 118 # This comes from ramfunc.ls, via snippets-ram-sections.ld
|
/Zephyr-latest/tests/lib/json/src/ |
D | main.c | 1303 struct large_struct ls; in ZTEST() local 1306 ARRAY_SIZE(large_descr), &ls); in ZTEST()
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 145 Also note that filenames starting with ``.`` are not listed by ``ls`` by
|
/Zephyr-latest/subsys/fs/ |
D | shell.c | 841 SHELL_CMD(ls, NULL, "List files in current directory", cmd_ls),
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 857 SHELL_CMD_ARG(ls, NULL, LWM2M_HELP_LS, cmd_ls, 1, 1),
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | README.rst | 240 tirzah[467]$ ls -l /tmp/lfs
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 793 ls : ls [PATH]
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 401 $ ls /dev | grep ttyRPMSG
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 64 ls
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 658 ``ls`` and ``mkdir``.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 687 * Added a ``ls`` subcommand to the ``pcie`` shell command to list
|