Home
last modified time | relevance | path

Searched refs:cross (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-latest/cmake/toolchain/cross-compile/
Dgeneric.cmake7 # specifying ZEPHYR_TOOLCHAIN_VARIANT to 'cross-compile' with the location
11 # 'cross-compile' and the 'CROSS_COMPILE' env var to the toolchain
31 message(STATUS "Found toolchain: cross-compile (${CROSS_COMPILE})")
DKconfig8 Set this if the cross-compile toolchain being used for the build
15 Set this if the cross-compile toolchain being used for the build
Dtarget.cmake4 # When using cross-compile, the generic toolchain will be identical to the
/Zephyr-latest/doc/develop/toolchains/
Dother_x_compilers.rst8 GNU-based cross toolchain.
10 Examples of such "other cross compilers" are cross toolchains that your Linux
19 #. Install a cross compiler suitable for your host and target systems.
34 - Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``cross-compile``.
47 cross-compile
Dcrosstool_ng.rst9 :ref:`cross-compile toolchain variant <other_x_compilers>` should be used
/Zephyr-latest/samples/subsys/input/draw_touch_events/
DKconfig5 int "Screen width to cross horizontal/vertical dimension ratio"
/Zephyr-latest/tests/drivers/uart/uart_elementary/
DREADME.txt7 For dual uart configuratiom - UART0 and UART1 TXs and RXs cross-connected
/Zephyr-latest/samples/sensor/adc_cmp_npcx/
DREADME.rst21 to ADC channel 8, when voltages cross upper/lower limits, detection messages
/Zephyr-latest/cmake/toolchain/oneApi/
Dgeneric.cmake36 # and the clang from oneApi can't recognize those cross
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst11 no cross-dependencies or shared resources.
/Zephyr-latest/doc/project/
Dissues.rst7 issues, it is recommended to cross-reference source code commits with the
/Zephyr-latest/soc/espressif/esp32c3/
DCMakeLists.txt60 # search from cross references between bootloader sections
/Zephyr-latest/soc/espressif/esp32c6/
DCMakeLists.txt60 # search from cross references between bootloader sections
/Zephyr-latest/soc/espressif/esp32s2/
DCMakeLists.txt61 # search from cross references between bootloader sections
/Zephyr-latest/soc/espressif/esp32c2/
DCMakeLists.txt65 # search from cross references between bootloader sections
/Zephyr-latest/lib/libc/newlib/
DCMakeLists.txt17 # using ZEPHYR_TOOLCHAIN_VARIANT=cross-compile it will be either up to the
/Zephyr-latest/cmake/modules/
DFindDeprecated.cmake49 set(ZEPHYR_TOOLCHAIN_VARIANT cross-compile CACHE STRING "Zephyr toolchain variant" FORCE)
51 "Please set ZEPHYR_TOOLCHAIN_VARIANT to 'cross-compile'"
DFindTargetTools.cmake59 # When the CMAKE_SYSTEM_NAME variable is set explicitly to enable cross
/Zephyr-latest/soc/espressif/esp32/
DCMakeLists.txt83 # Look for cross references between bootloader sections
/Zephyr-latest/soc/espressif/esp32s3/
DCMakeLists.txt87 # Look for cross references between bootloader sections
/Zephyr-latest/boards/snps/nsim/arc_v/doc/
Dindex.rst49 * **cross-compile** - implies RISC-V GNU cross toolchain, which is not a part of Zephyr SDK. Note t…
50 some (especially new) board targets may declare ``cross-compile`` toolchain support without
/Zephyr-latest/doc/services/device_mgmt/
Ddfu.rst57 Zephyr is directly compatible with the open source, cross-RTOS
/Zephyr-latest/boards/mediatek/
Dindex.rst144 and can use it to build by setting it as your Zephyr cross compiler:
149 export ZEPHYR_TOOLCHAIN_VARIANT=cross-compile
/Zephyr-latest/boards/telink/tlsr9518adk80d/doc/
Dindex.rst163 # Set Zephyr toolchain variant to cross-compile
164 export ZEPHYR_TOOLCHAIN_VARIANT=cross-compile
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake5 # When Toolchain home is defined, then we are cross-compiling, so only look

123