Searched full:cross (Results 1 – 25 of 185) sorted by relevance
12345678
| /Zephyr-latest/cmake/toolchain/cross-compile/ |
| D | Kconfig | 5 bool "Cross-compile toolchain supports TLS" 8 Set this if the cross-compile toolchain being used for the build 12 bool "Cross-compile toolchain supports GNU Extensions" 15 Set this if the cross-compile toolchain being used for the build
|
| 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})")
|
| /Zephyr-latest/doc/develop/toolchains/ |
| D | other_x_compilers.rst | 3 Other Cross Compilers 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/tests/boards/nrf/comp/src/ |
| D | test.c | 66 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for first threshold cross"); in ZTEST() 69 zassert_equal(atomic_get(&counter), 2, "COMP was not triggered for second threshold cross"); in ZTEST() 105 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for first threshold cross"); in ZTEST() 108 zassert_equal(atomic_get(&counter), 2, "COMP was not triggered for second threshold cross"); in ZTEST() 143 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for first threshold cross"); in ZTEST() 149 zassert_equal(atomic_get(&counter), 2, "COMP was not triggered for second threshold cross"); in ZTEST() 184 zassert_equal(counter, 0, "COMP was triggered for rising threshold cross"); in ZTEST() 190 zassert_equal(atomic_get(&counter), 1, "COMP wasn't triggered for falling threshold cross"); in ZTEST() 224 zassert_equal(atomic_get(&counter), 0, "COMP was triggered for falling threshold cross"); in ZTEST() 230 zassert_equal(atomic_get(&counter), 1, "COMP was not triggered for rising threshold cross"); in ZTEST() [all …]
|
| /Zephyr-latest/boards/cdns/xt-sim/doc/ |
| D | index.rst | 58 if test "${CROSS}" = xcc 67 elif test "${CROSS}" = zephyr-xtensa 73 elif test "${CROSS}" = zephyr-x86 80 echo "Unsupported compiler '${CROSS}' defined by environment variable CROSS" 90 $ CROSS=xcc source zephyr-env.sh # Select xcc as compiler
|
| /Zephyr-latest/boards/raspberrypi/rpi_5/ |
| D | rpi_5.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/raspberrypi/rpi_4b/ |
| D | rpi_4b.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/intel/socfpga/agilex5_socdk/ |
| D | intel_socfpga_agilex5_socdk.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/intel/socfpga/agilex_socdk/ |
| D | intel_socfpga_agilex_socdk.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/brcm/bcm958402m2/ |
| D | bcm958402m2_bcm58402_a72.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/xen/xenvm/ |
| D | xenvm.yaml | 7 - cross-compile
|
| D | xenvm_xenvm_gicv3.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/starfive/visionfive2/ |
| D | visionfive2.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/wch/linkw/ |
| D | linkw.yaml | 6 - cross-compile
|
| /Zephyr-latest/boards/wch/ch32v003evt/ |
| D | ch32v003evt.yaml | 6 - cross-compile
|
| /Zephyr-latest/boards/khadas/edge2/ |
| D | khadas_edge2.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/firefly/roc_rk3568_pc/ |
| D | roc_rk3568_pc.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/others/neorv32/ |
| D | neorv32.yaml | 6 - cross-compile
|
| /Zephyr-latest/boards/wch/ch32v003f4p6_dev_board/ |
| D | ch32v003f4p6_dev_board.yaml | 6 - cross-compile
|
| /Zephyr-latest/boards/snps/iotdk/ |
| D | iotdk.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/khadas/edgev/ |
| D | khadas_edgev.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/nxp/ls1046ardb/ |
| D | ls1046ardb_ls1046a.yaml | 7 - cross-compile
|
| D | ls1046ardb_ls1046a_smp.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/renesas/rcar_spider_s4/ |
| D | rcar_spider_s4_r8a779f0_a55.yaml | 7 - cross-compile
|
| /Zephyr-latest/boards/snps/hsdk/ |
| D | hsdk.yaml | 7 - cross-compile
|
12345678