Home
last modified time | relevance | path

Searched refs:root (Results 76 – 100 of 227) sorted by relevance

12345678910

/Zephyr-latest/boards/raspberrypi/rpi_5/doc/
Dindex.rst44 2. Save three files below in the root directory.
71 Copy :file:`zephyr.bin` from :file:`build/zephyr` directory to the root directory of the Micro SD
114 Copy :file:`zephyr.bin` from :file:`build/zephyr` directory to the root directory of the Micro SD c…
/Zephyr-latest/doc/
DCMakeLists.txt21 set(DTS_ROOTS "${ZEPHYR_BASE}" CACHE STRING "DT bindings root folders")
126 foreach(root ${DTS_ROOTS})
127 list(APPEND DTS_ARGS --dts-root ${root})
/Zephyr-latest/cmake/linker/ld/
Dtarget_relocation.cmake3 # See root CMakeLists.txt for description and expectations of these macros
Dtarget_configure.cmake3 # See root CMakeLists.txt for description and expectations of these macros
/Zephyr-latest/cmake/modules/
Dsnippets.cmake80 foreach(root IN LISTS SNIPPET_ROOT)
81 list(APPEND snippet_root_args --snippet-root "${root}")
DFindHostTools.cmake104 set(TOOLCHAIN_ROOT ${TOOLCHAIN_ROOT} CACHE STRING "Zephyr toolchain root" FORCE)
105 assert(TOOLCHAIN_ROOT "Zephyr toolchain root path invalid: please set the TOOLCHAIN_ROOT-variable")
/Zephyr-latest/scripts/utils/
Dmigrate_mcumgr_kconfigs.py160 process_tree(args.root)
Dmigrate_posix_kconfigs.py149 process_tree(args.root)
/Zephyr-latest/
D.editorconfig4 root = true
/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py27 root = doxmlparser.index.parse(Path(dir_name) / "index.xml", True)
28 for compound in root.get_compound():
/Zephyr-latest/samples/subsys/usb/mass/
DREADME.rst219 brw-rw---- 1 root disk 8, 48 Apr 25 08:10 /dev/sdd
242 -rwxrwxrwx 0 root root 8 Dec 31 1969 hi
243 -rwxrwxrwx 0 root root 128 Dec 31 1969 linux
244 -rwxrwxrwx 0 root root 5 Dec 31 1969 newfile
/Zephyr-latest/samples/boards/renesas/openamp_linux_zephyr/
DREADME.rst84 1. Open a Linux shell (minicom, ssh, etc.) and login as root:
88 smarc-<device> login: root
94 root@smarc-<device>:~# rpmsg_sample_client 0 0
100 root@smarc-<device>:~# rpmsg_sample_client 0 0
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dlog_helper.py75 loggers = [logging.getLogger(name) for name in logging.root.manager.loggerDict]
/Zephyr-latest/dts/arm/atmel/
Dsame5x.dtsi2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
/Zephyr-latest/subsys/usb/device_next/
Dusbd_ch9.c707 struct usb_bos_descriptor *const root) in desc_fill_bos_root() argument
711 root->bLength = sizeof(struct usb_bos_descriptor); in desc_fill_bos_root()
712 root->bDescriptorType = USB_DESC_BOS; in desc_fill_bos_root()
713 root->wTotalLength = root->bLength; in desc_fill_bos_root()
714 root->bNumDeviceCaps = 0; in desc_fill_bos_root()
718 root->wTotalLength += desc_nd->bLength; in desc_fill_bos_root()
719 root->bNumDeviceCaps++; in desc_fill_bos_root()
/Zephyr-latest/doc/services/shell/
Dindex.rst228 * :c:macro:`SHELL_CMD_REGISTER` - Create root command. All root commands must
231 set) create root command. All root commands must have different name.
232 * :c:macro:`SHELL_CMD_ARG_REGISTER` - Create root command with arguments.
233 All root commands must have different name.
235 is set) create root command with arguments. All root commands must have
259 Example code demonstrating how to create a root command with static
275 /* Creating root (level 0) command "demo" */
331 Example code demonstrating how to create a root command with static and dynamic
426 * :c:macro:`root_cmd` - root command without a handler
552 * :command:`select` - It can be used to set new root command. Exit to main
[all …]
/Zephyr-latest/boards/mediatek/
Dindex.rst54 the standard library and can be run (as root, of course) on any
74 user@dev_host:~$ scp build/zephyr/zephyr.img root@steelix:
75 user@dev_host:~$ scp soc/mediatek/mt8xxx/mtk_adsp_load.py root@steelix:
78 root@steelix:~ # ./mtk_adsp_load.py load zephyr.img
/Zephyr-latest/boards/raspberrypi/rpi_4b/doc/
Dindex.rst22 Prepare a TF card with MBR and FAT32. In the root directory of the TF card:
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h231 int testfs_build(struct testfs_path *root,
/Zephyr-latest/doc/services/tfm/
Dbuild.rst64 By default, ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072.pem`` is used to sign secure
65 images, and ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072_1.pem`` is used to sign
77 $ imgtool keygen -k root-rsa-3072_s.pem -t rsa-3072
78 $ imgtool keygen -k root-rsa-3072_ns.pem -t rsa-3072
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.h37 void bt_mesh_model_extensions_walk(const struct bt_mesh_model *root,
/Zephyr-latest/doc/security/
Dsensor-threat.rst40 a root of trust, this image must be immutable. This model assumes
63 (server), the IoT device must have a list of root certificates that
66 provider. Because the root certificates can expire, and possibly be
68 [th-root-certs]_, [th-root-check]_.
223 server shall be verified [th-root-check]_.
234 certificate chain has a valid signature path from a root
354 .. [th-root-certs]
355 TLS must have a list of trusted root certificates.
357 .. [th-root-check]
358 TLS must verify root certificate from server is valid.
/Zephyr-latest/subsys/logging/
DCMakeLists.txt58 # as this is causing CI failures. Actual root-cause is TBD.
/Zephyr-latest/dts/arm/xilinx/
Dzynqmp_rpu.dtsi2 * Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst43 -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\"
57 …-DCONFIG_BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-20…
132 …-DCONFIG_BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-20…

12345678910