Searched refs:root (Results 51 – 75 of 227) sorted by relevance
12345678910
/Zephyr-latest/cmake/modules/ |
D | boards.cmake | 133 foreach(root ${BOARD_ROOT}) 134 # Check that the board root looks reasonable. 135 if(NOT IS_DIRECTORY "${root}/boards") 137 ${root} 156 list(TRANSFORM ARCH_ROOT PREPEND "--arch-root=" OUTPUT_VARIABLE arch_root_args) 157 list(TRANSFORM BOARD_ROOT PREPEND "--board-root=" OUTPUT_VARIABLE board_root_args) 158 list(TRANSFORM SOC_ROOT PREPEND "--soc-root=" OUTPUT_VARIABLE soc_root_args) 162 ${arch_root_args} ${board_root_args} --arch-root=${ZEPHYR_BASE} 163 ${soc_root_args} --soc-root=${ZEPHYR_BASE} 326 foreach(root ${BOARD_ROOT}) [all …]
|
D | zephyr_module.cmake | 88 # Append ZEPHYR_BASE as a default ext root at lowest priority 120 foreach(root ${MODULE_EXT_ROOT}) 122 if(NOT EXISTS ${root}/${module_cmake_file_path}) 123 message(FATAL_ERROR "No `${module_cmake_file_path}` found in module root `${root}`.") 126 include(${root}/${module_cmake_file_path})
|
D | arch.cmake | 6 # Configure ARCH settings based on KConfig settings and arch root. 9 # on board directory and arch root.
|
/Zephyr-latest/boards/atmel/sam/sam_e70_xplained/ |
D | sam_e70_xplained_same70q21b.dts | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/ |
D | sam_v71_xult_samv71q21b.dts | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | samd21_xpro.overlay | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
D | samr21_xpro.overlay | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
D | same54_xpro.overlay | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/ |
D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/tests/cmake/snippets/ |
D | Kconfig | 23 Test the `foo` snippet from the default application snippet root. 28 Test the `bar` snippet from an extra snippet root.
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.tca954x | 15 int "TCA954x root driver init priority"
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | Kconfig | 16 The path (relative to server's root directory) of the CoAP resource
|
/Zephyr-latest/soc/xlnx/zynqmp/ |
D | Kconfig.defconfig | 2 # Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/scripts/ |
D | list_hardware.py | 209 for root in unique_paths(args.arch_roots): 210 archs_yml = root / ARCHS_YML_PATH 226 arch.update({'path': root / 'arch' / arch['path']}) 238 for root in unique_paths(args.soc_roots): 239 yml_files.extend(sorted((root / 'soc').rglob(SOC_YML)))
|
D | snippets.py | 242 for root in args.snippet_root: 243 process_snippets_in(root, snippets, args.sysbuild) 258 for root in snippet_roots: 259 process_snippets_in(root, snippets, False)
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 54 root filesystem and /usr/local customizations you have made**. So 58 Make the root filesystem writable 62 Linux's dm-verity feature) all access to the read-only root 69 root prompt. 102 raw storage device (e.g. /dev/nvme0n1p5) mounted as root and not the 108 "root=<guid>" and not "root=dm-0". It does seem to leave the other 127 By default neither the "chronos" user nor root accounts have 154 At a root shell, grab the installer and run it (note: /usr/local is 227 dev$ ssh root@cros modprobe configs 228 dev$ ssh root@cros zcat /proc/config.gz > .config [all …]
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.zsh | 223 '*--arch-root[Add an arch root]:arch root:_directories' 224 '*--board-root[Add a board root]:board root:_directories' 225 '*--soc-root[Add a soc root]:soc root:_directories'
|
/Zephyr-latest/tests/lib/cmsis_dsp/transform/ |
D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/boards/intel/common/ |
D | net_boot.rst | 28 tftp-root=/srv/tftp 41 #. TFTP root should be looking like:
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbh.h | 49 struct usb_device *root; member
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 19 The models for button 1 and LED 1 are in the node's root element. 21 Assuming the provisioner assigns 0x100 to the root element, 82 The first or root element of the node contains models for configuration, 85 root element's unicast address as it is the only one that has a
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/ |
D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 95 for root, dirs, files in os.walk(base_path, topdown=True): 102 path = os.path.join(root, fn)
|
/Zephyr-latest/boards/intel/ish/doc/ |
D | index.rst | 56 - Log in Chrome OS. (Note: the user must have root access right, see `Developer Mode`_) 57 - Re-mount the root filesystem as read-write:
|
/Zephyr-latest/doc/_scripts/ |
D | gen_boards_catalog.py | 204 root = module.meta.get("build", {}).get("settings", {}).get(key) 205 if root is not None: 206 module_settings[key].append(Path(module.project) / root)
|
12345678910