Searched full:cmake (Results 1 – 10 of 10) sorted by relevance
23 local toolchain_file="${ESPRESSIF_ROOT}/tools/toolchain-${target}.cmake"38 cmake -DCMAKE_TOOLCHAIN_FILE="${toolchain_file}" \44 cmake --build "${build_dir}"/
39 cmake -B $TFM_BUILD_DIR \42 -DTFM_TOOLCHAIN_FILE=toolchain_GNUARM.cmake \
7 include(${CMAKE_CURRENT_LIST_DIR}/tools/utils.cmake)91 include(${CMAKE_CURRENT_LIST_DIR}/include/crypto_config/rsa.cmake)93 include(${CMAKE_CURRENT_LIST_DIR}/include/crypto_config/ec256.cmake)95 include(${CMAKE_CURRENT_LIST_DIR}/include/crypto_config/ed25519.cmake)
52 # semicolon-separated list (i.e., a CMake list).113 cmake -DOVERLAY_CONFIG=$(BOOTLOADER_OVERLAY_CONFIG) \127 cmake -DFROM_WHO=hello1 \152 cmake -DFROM_WHO=hello2 \
4 cmake: ./boot/bootutil/zephyr
14 cmake -GNinja -DBOARD=nrf52840dk_nrf52840
21 cmake \
63 cmake -DCMAKE_TOOLCHAIN_FILE=tools/toolchain-<TARGET>.cmake -DMCUBOOT_TARGET=<TARGET> -DMCUBOOT_FLA…74 If `MCUBOOT_FLASH_PORT` arg was not passed to `cmake`, the default `PORT` for flashing will be `/de…
162 include(${CMAKE_CURRENT_LIST_DIR}/include/${MCUBOOT_TARGET}/${MCUBOOT_TARGET}.cmake)
1661 * using CMake, this can be done for all test suites with 'make memcheck'.