Searched refs:PATH (Results 1 – 25 of 95) sorted by relevance
1234
55 if ! echo "${PATH}" | grep -q "${scripts_path}"; then56 export PATH=${scripts_path}:${PATH}
48 set(MODULE_EXT_ROOT ${MODULE_EXT_ROOT} CACHE PATH "Sysbuild adjusted MODULE_EXT_ROOT" FORCE)52 set(BOARD_ROOT ${BOARD_ROOT} CACHE PATH "Sysbuild adjusted BOARD_ROOT" FORCE)56 set(SOC_ROOT ${SOC_ROOT} CACHE PATH "Sysbuild adjusted SOC_ROOT" FORCE)60 set(ARCH_ROOT ${ARCH_ROOT} CACHE PATH "Sysbuild adjusted ARCH_ROOT" FORCE)64 set(SCA_ROOT ${SCA_ROOT} CACHE PATH "Sysbuild adjusted SCA_ROOT" FORCE)68 set(SNIPPET_ROOT ${SNIPPET_ROOT} CACHE PATH "Sysbuild adjusted SNIPPET_ROOT" FORCE)
11 # This will update the APP_DIR cache variable to PATH type and apply a comment.14 set(APP_DIR ${APP_DIR} CACHE PATH "Main Application Source Directory")20 set(APPLICATION_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} CACHE PATH "Application Binary Directory")
29 set(Zephyr_DIR ${ZEPHYR_BASE}/share/zephyr-package/cmake CACHE PATH45 set(APPLICATION_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE PATH51 set(APPLICATION_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} CACHE PATH91 set(ZEPHYR_BASE ${ZEPHYR_BASE} CACHE PATH "Zephyr base")116 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")124 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")147 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")158 set(ZEPHYR_BASE ${CURRENT_ZEPHYR_DIR} CACHE PATH "Zephyr base")
44 dt_reg_addr(img_0_off PATH ${dts_partition_path})48 dt_reg_addr(boot_off PATH ${dts_partition_path})52 dt_prop(monitor_baud PATH ${dts_shell_uart} PROPERTY "current-speed")
6 set(ZEPHYR_BASE $ENV{ZEPHYR_BASE} CACHE PATH "Zephyr base")
47 dt_reg_addr(img_0_off PATH ${dts_partition_path})51 dt_reg_addr(boot_off PATH ${dts_partition_path})
48 dt_reg_addr(boot_off PATH ${dts_partition_path})52 dt_reg_addr(img_0_off PATH ${dts_partition_path})
5 set(ZEPHYR_BASE $ENV{ZEPHYR_BASE} CACHE PATH "Zephyr base")
37 …ROR "Can't sign images for MCUboot: west not found. To fix, install west and ensure it's on PATH.")79 dt_prop(slot_size PATH "${slot0_flash}" PROPERTY "reg" INDEX 1 REQUIRED)80 dt_prop(write_block_size PATH "${flash_node}" PROPERTY "write-block-size")93 dt_prop(slot_size PATH "${slot1_flash}" PROPERTY "reg" INDEX 1 REQUIRED)123 dt_reg_addr(chosen_ram_address PATH ${chosen_ram})125 dt_reg_addr(slot0_partition_address PATH ${slot0_partition})127 dt_reg_addr(slot1_partition_address PATH ${slot1_partition})
14 dt_prop(data_bus_width PATH "${flexio0_lcd}" PROPERTY "mipi-mode")
11 -enable=MET.HIS.PATH
32 dt_prop(monitor_baud PATH ${dts_shell_uart} PROPERTY "current-speed")78 dt_reg_addr(image_off PATH ${dts_partition_path})
36 dt_prop(monitor_baud PATH ${dts_shell_uart} PROPERTY "current-speed")82 dt_reg_addr(image_off PATH ${dts_partition_path})
47 On Windows, this means that either west is not installed, or your :envvar:`PATH`56 :envvar:`PATH`. (This :envvar:`PATH` change should have been done for you when77 ``scripts`` to your :envvar:`PATH` using a command like this::79 setx PATH "%PATH%;C:\foo\python\python38\scripts"
24 set( CROSS_COMPILE ${CROSS_COMPILE} CACHE PATH "")
46 zephyr_linker_dts_memory(PATH ${path})177 dt_node_has_status(status_result PATH ${chosen_itcm} STATUS okay)187 dt_node_has_status(status_result PATH ${chosen_dtcm} STATUS okay)210 zephyr_linker_dts_section(PATH ${path})
9 set(NRFX_DIR ${ZEPHYR_CURRENT_MODULE_DIR}/nrfx CACHE PATH "nrfx Directory")169 dt_prop(nfct_pins_as_gpios PATH ${uicr_path} PROPERTY "nfct-pins-as-gpios")177 dt_prop(gpio_as_nreset PATH ${uicr_path} PROPERTY "gpio-as-nreset")184 dt_prop(clock_frequency PATH "/cpus/cpu@0" PROPERTY "clock-frequency")
221 …run the west flash command without toolchain path specification if add SPI_burn and ICEman to PATH.225 export PATH=$TELINK_TOOLCHAIN_PATH/flash/bin:"$PATH"226 export PATH=$TELINK_TOOLCHAIN_PATH/ice:"$PATH"
70 to your environment's PATH variable. For example, use this command in Linux:74 export PATH=$ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/openocd:$PATH
11 # Else find the tool in PATH
10 in the system PATH.