Searched refs:cross (Results 1 – 25 of 54) sorted by relevance
123
/Zephyr-latest/cmake/toolchain/cross-compile/ |
D | generic.cmake | 7 # 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})")
|
D | Kconfig | 8 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
|
D | target.cmake | 4 # When using cross-compile, the generic toolchain will be identical to the
|
/Zephyr-latest/doc/develop/toolchains/ |
D | other_x_compilers.rst | 8 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
|
/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | Kconfig | 5 int "Screen width to cross horizontal/vertical dimension ratio"
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/ |
D | README.txt | 7 For dual uart configuratiom - UART0 and UART1 TXs and RXs cross-connected
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/ |
D | README.rst | 21 to ADC channel 8, when voltages cross upper/lower limits, detection messages
|
/Zephyr-latest/cmake/toolchain/oneApi/ |
D | generic.cmake | 36 # and the clang from oneApi can't recognize those cross
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 11 no cross-dependencies or shared resources.
|
/Zephyr-latest/doc/project/ |
D | issues.rst | 7 issues, it is recommended to cross-reference source code commits with the
|
/Zephyr-latest/lib/libc/newlib/ |
D | CMakeLists.txt | 17 # using ZEPHYR_TOOLCHAIN_VARIANT=cross-compile it will be either up to the
|
/Zephyr-latest/cmake/modules/ |
D | FindDeprecated.cmake | 49 set(ZEPHYR_TOOLCHAIN_VARIANT cross-compile CACHE STRING "Zephyr toolchain variant" FORCE) 51 "Please set ZEPHYR_TOOLCHAIN_VARIANT to 'cross-compile'"
|
D | FindTargetTools.cmake | 59 # When the CMAKE_SYSTEM_NAME variable is set explicitly to enable cross
|
/Zephyr-latest/soc/espressif/common/ |
D | CMakeLists.txt | 62 # Look for cross references between bootloader sections
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 49 * **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/ |
D | dfu.rst | 57 Zephyr is directly compatible with the open source, cross-RTOS
|
/Zephyr-latest/boards/mediatek/ |
D | index.rst | 144 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/ |
D | index.rst | 131 # Set Zephyr toolchain variant to cross-compile 132 export ZEPHYR_TOOLCHAIN_VARIANT=cross-compile
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 5 # When Toolchain home is defined, then we are cross-compiling, so only look
|
/Zephyr-latest/doc/develop/tools/ |
D | vscode.rst | 6 `Visual Studio Code`_ (VS Code for short) is a popular cross-platform IDE that supports C projects
|
/Zephyr-latest/boards/snps/nsim/arc_classic/doc/ |
D | index.rst | 96 * **cross-compile** - implies ARC GNU cross toolchain, which is not a part of Zephyr SDK. Note that 97 some (especially new) sub-configurations may declare ``cross-compile`` toolchain support without
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 112 cross-language capabilities of Thrift.
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_linux.rst | 100 cross-compilation. For that reason it uniquely exports by default to the 302 cross-compilers, the Zephyr SDK also provides prebuilt host tools. It is,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 142 * New management subsystem based on the cross-RTOS MCUmgr: 146 * mcumgr cross-platform command-line tool 383 * :github:`5589` - Issue with using generic gcc cross compile with cmake 418 * :github:`5771` - Linking issues with host cross compile with cmake
|
/Zephyr-latest/cmake/linker_script/common/ |
D | common-rom.cmake | 30 # How to do cross linker ?
|
123