Home
last modified time | relevance | path

Searched full:cmake (Results 1 – 10 of 10) sorted by relevance

/mcuboot-3.4.0/ci/
Despressif_run.sh23 local toolchain_file="${ESPRESSIF_ROOT}/tools/toolchain-${target}.cmake"
38 cmake -DCMAKE_TOOLCHAIN_FILE="${toolchain_file}" \
44 cmake --build "${build_dir}"/
/mcuboot-3.4.0/ci/fih_test_docker/
Dexecute_test.sh39 cmake -B $TFM_BUILD_DIR \
42 -DTFM_TOOLCHAIN_FILE=toolchain_GNUARM.cmake \
/mcuboot-3.4.0/boot/espressif/
DCMakeLists.txt7 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)
/mcuboot-3.4.0/samples/zephyr/
DMakefile52 # 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 \
/mcuboot-3.4.0/zephyr/
Dmodule.yml4 cmake: ./boot/bootutil/zephyr
/mcuboot-3.4.0/ext/nrf/
DREADME.md14 cmake -GNinja -DBOARD=nrf52840dk_nrf52840
/mcuboot-3.4.0/ci/fih_test_docker/docker-build/
DDockerfile21 cmake \
/mcuboot-3.4.0/docs/
Dreadme-espressif.md63 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…
/mcuboot-3.4.0/boot/espressif/hal/
DCMakeLists.txt162 include(${CMAKE_CURRENT_LIST_DIR}/include/${MCUBOOT_TARGET}/${MCUBOOT_TARGET}.cmake)
/mcuboot-3.4.0/boot/espressif/include/crypto_config/
Dmbedtls_custom_config.h1661 * using CMake, this can be done for all test suites with 'make memcheck'.