Home
last modified time | relevance | path

Searched full:set (Results 1 – 25 of 150) sorted by relevance

123456

/mcuboot-latest/boot/espressif/
DCMakeLists.txt6 cmake_policy(SET CMP0109 NEW)
20 set(MCUBOOT_ARCH "xtensa")
25 set(MCUBOOT_ARCH "riscv")
31 set(CMAKE_SYSTEM_NAME Generic)
35 … compiler found. Please ensure that TOOLCHAIN_BIN_DIR directory contains a set of C compiling tool…
37 set(CMAKE_C_COMPILER ${C_COMPILER_BIN})
38 set(CMAKE_ASM_COMPILER ${C_COMPILER_BIN})
43 … compiler found. Please ensure that TOOLCHAIN_BIN_DIR directory contains a set of C++ compiling to…
45 set(CMAKE_CXX_COMPILER ${CXX_COMPILER_BIN})
48 # Set toolchain file that expect the same toolchain as IDF sets on PATH
[all …]
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt20 set(TINYCRYPT_DIR "${MCUBOOT_DIR}/ext/tinycrypt/lib")
22 set(TINYCRYPT_SHA512_DIR "${MCUBOOT_DIR}/ext/tinycrypt-sha512/lib")
25 set(FIAT_DIR "${MCUBOOT_DIR}/ext/fiat")
28 set(MBEDTLS_ASN1_DIR "${MCUBOOT_DIR}/ext/mbedtls-asn1")
30 set(NRF_DIR "${MCUBOOT_DIR}/ext/nrf")
33 set(NRFXLIB_DIR ${ZEPHYR_BASE}/../nrfxlib)
42 To use the tinycrypt set `CONFIG_BOOT_ECDSA_TINYCRYPT` to y.
109 # Set a define for this file which will allow inclusion of the Zephyr version
176 # to set MBEDTLS_CONFIG_FILE ourselves. When using Zephyr's copy, this
177 # variable is set by its Kconfig in the Zephyr codebase.
[all …]
Dprj.conf13 # CONFIG_HEAP_MEM_POOL_SIZE is not set
17 # CONFIG_TINYCRYPT is not set
18 # CONFIG_TINYCRYPT_ECC_DSA is not set
19 # CONFIG_TINYCRYPT_SHA256 is not set
24 # CONFIG_BT is not set
25 # CONFIG_BT_CTLR is not set
26 # CONFIG_I2C is not set
DKconfig31 Hidden option set if using PSA crypt for cryptography functionality
79 Hidden option set by configurations that allow SHA256
84 Hidden option set by configurations that allow SHA384
89 Hidden option set by configurations that allow SHA512
211 This option instructs MCUboot to perform a clean-up of a set of
447 should be disabled and BOOT_MAX_IMG_SECTORS should be set instead
492 - Chosen node "zephyr,bootloader-info" to be set to the retention
660 Set the internal stack size for MCUBoot log processing thread.
667 mcuboot-led0 alias must be set in the device's .dts
708 When this option is set, any upgrade must have greater major version
[all …]
/mcuboot-latest/boot/espressif/tools/
Dtoolchain-esp32.cmake1 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_C_COMPILER xtensa-esp32-elf-gcc)
4 set(CMAKE_CXX_COMPILER xtensa-esp32-elf-g++)
5 set(CMAKE_ASM_COMPILER xtensa-esp32-elf-gcc)
6 set(_CMAKE_TOOLCHAIN_PREFIX xtensa-esp32-elf-)
8 set(CMAKE_C_FLAGS "${UNIQ_CMAKE_C_FLAGS}" CACHE STRING "C Compiler Base Flags" FORCE)
9 set(CMAKE_CXX_FLAGS "${UNIQ_CMAKE_CXX_FLAGS}" CACHE STRING "C++ Compiler Base Flags" FORCE)
10 set(CMAKE_ASM_FLAGS "${UNIQ_CMAKE_ASM_FLAGS}" CACHE STRING "ASM Compiler Base Flags" FORCE)
12 set(CMAKE_EXE_LINKER_FLAGS "-Wl,--gc-sections" CACHE STRING "Linker Base Flags")
Dtoolchain-esp32s3.cmake5 set(CMAKE_SYSTEM_NAME Generic)
7 set(CMAKE_C_COMPILER xtensa-esp32s3-elf-gcc)
8 set(CMAKE_CXX_COMPILER xtensa-esp32s3-elf-g++)
9 set(CMAKE_ASM_COMPILER xtensa-esp32s3-elf-gcc)
10 set(_CMAKE_TOOLCHAIN_PREFIX xtensa-esp32s3-elf-)
12 set(CMAKE_C_FLAGS "-mlongcalls" CACHE STRING "C Compiler Base Flags" FORCE)
13 set(CMAKE_CXX_FLAGS "-mlongcalls" CACHE STRING "C++ Compiler Base Flags" FORCE)
14 set(CMAKE_ASM_FLAGS "${UNIQ_CMAKE_ASM_FLAGS}" CACHE STRING "ASM Compiler Base Flags" FORCE)
16 set(CMAKE_EXE_LINKER_FLAGS "-Wl,--gc-sections" CACHE STRING "Linker Base Flags")
Dtoolchain-esp32s2.cmake1 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_C_COMPILER xtensa-esp32s2-elf-gcc)
4 set(CMAKE_CXX_COMPILER xtensa-esp32s2-elf-g++)
5 set(CMAKE_ASM_COMPILER xtensa-esp32s2-elf-gcc)
7 set(CMAKE_C_FLAGS "-mlongcalls" CACHE STRING "C Compiler Base Flags")
8 set(CMAKE_CXX_FLAGS "-mlongcalls" CACHE STRING "C++ Compiler Base Flags")
10 set(CMAKE_EXE_LINKER_FLAGS "-Wl,--gc-sections" CACHE STRING "Linker Base Flags")
Dtoolchain-esp32c3.cmake1 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_C_COMPILER riscv32-esp-elf-gcc)
4 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
5 set(CMAKE_ASM_COMPILER riscv32-esp-elf-gcc)
7 set(CMAKE_C_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C Compiler Base Flags")
8 set(CMAKE_CXX_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C++ Compiler Base Flags")
9 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs" CACHE …
Dtoolchain-esp32c2.cmake5 set(CMAKE_SYSTEM_NAME Generic)
7 set(CMAKE_C_COMPILER riscv32-esp-elf-gcc)
8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
9 set(CMAKE_ASM_COMPILER riscv32-esp-elf-gcc)
11 set(CMAKE_C_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C Compiler Base Flags")
12 set(CMAKE_CXX_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C++ Compiler Base Flags")
13 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs" CACHE …
Dtoolchain-esp32c6.cmake5 set(CMAKE_SYSTEM_NAME Generic)
7 set(CMAKE_C_COMPILER riscv32-esp-elf-gcc)
8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
9 set(CMAKE_ASM_COMPILER riscv32-esp-elf-gcc)
11 set(CMAKE_C_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C Compiler Base Flags")
12 set(CMAKE_CXX_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C++ Compiler Base Flags")
13 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs" CACHE …
Dtoolchain-esp32h2.cmake5 set(CMAKE_SYSTEM_NAME Generic)
7 set(CMAKE_C_COMPILER riscv32-esp-elf-gcc)
8 set(CMAKE_CXX_COMPILER riscv32-esp-elf-g++)
9 set(CMAKE_ASM_COMPILER riscv32-esp-elf-gcc)
11 set(CMAKE_C_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C Compiler Base Flags")
12 set(CMAKE_CXX_FLAGS "-march=rv32imc_zicsr_zifencei" CACHE STRING "C++ Compiler Base Flags")
13 set(CMAKE_EXE_LINKER_FLAGS "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs" CACHE …
Dutils.cmake5 # Parse config files (.conf, format: <CONFIG_NAME>=<VALUE>) and set each as
16 set(CONFIG_OLD "${CONFIG_NAME}")
24 set(CONFIG_VALUE 1)
27 set(${CONFIG_NAME} ${CONFIG_VALUE} PARENT_SCOPE)
/mcuboot-latest/boot/espressif/include/crypto_config/
Ded25519.cmake5 set(MBEDTLS_ASN1_DIR "${MCUBOOT_ROOT_DIR}/ext/mbedtls-asn1")
6 set(CRYPTO_INC
9 set(crypto_srcs
18 set(TINYCRYPT_DIR ${MCUBOOT_ROOT_DIR}/ext/tinycrypt/lib)
19 set(TINYCRYPT512_DIR ${MCUBOOT_ROOT_DIR}/ext/tinycrypt-sha512/lib)
Dec256.cmake5 set(MBEDTLS_ASN1_DIR "${MCUBOOT_ROOT_DIR}/ext/mbedtls-asn1")
6 set(CRYPTO_INC
9 set(crypto_srcs
18 set(TINYCRYPT_DIR ${MCUBOOT_ROOT_DIR}/ext/tinycrypt/lib)
Drsa.cmake6 set(MBEDTLS_DIR ${MCUBOOT_ROOT_DIR}/ext/mbedtls)
7 set(CRYPTO_INC
10 set(crypto_srcs
/mcuboot-latest/docs/
Dreadme-mbed.md24 * Its size equals the `"mcuboot.slot-size"` you have set
25 …ns are aligned to. If the read size is larger than _one byte_, you need to set `"mcuboot.read-gran…
39set `"mcuboot.bootloader-build"` to `false` so MCUboot is built as a _library only_ without a boot…
41 …e primary slots (instead of the beginning of the whole flash), you need to set the start address (…
/mcuboot-latest/boot/espressif/hal/
DCMakeLists.txt9 set(esp_hal_dir ${ESP_HAL_PATH})
10 set(src_dir ${CMAKE_CURRENT_LIST_DIR}/src)
11 set(include_dirs
56 set(hal_srcs
129 set(CFLAGS
143 "-Wno-error=unused-but-set-variable"
156 set(LDFLAGS
178 set(LINKER_SCRIPTS
/mcuboot-latest/boot/zephyr/boards/
Dnrf52_minimal_footprint.conf13 # CONFIG_BOOT_VALIDATE_SLOT0 is not set
19 # CONFIG_BOARD_ENABLE_DCDC is not set
26 # CONFIG_TICKLESS_KERNEL is not set
/mcuboot-latest/boot/mynewt/mcuboot_config/
Dsyscfg.yml71 description: 'Set to one if there is only one slot.'
85 When this option is set, any upgrade must have greater major version
91 version. When this option is set, any upgrade must have greater or
106 This only affect builds with BOOTUTIL_DOWNGRADE_PREVENTION set to version.
111 set, any upgrade must have greater or equal security counter value.
/mcuboot-latest/boot/mbed/
Dmbed_lib.json11 …art address of the primary (bootable) image slot. Target-dependent, please set on a per-target bas…
16 …e of the primary (bootable) image slot, in bytes. Target-dependent, please set on a per-target bas…
21 …"help": "Size of the header info section, in bytes. Target-dependent, please set on a per-target b…
26 … "help": "Start address of the scratch area. If needed, please set on a per-target basis.",
30 … "help": "Size of the scratch area, in bytes. If needed, please set on a per-target basis.",
91 …"help": "Maximum number of flash sectors per image slot. Target-dependent, please set on a per-tar…
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md31 These values are set by specifing following macros: `-DUSER_APP_SIZE`, `-DUSER_APP_START`, `-DRAM_S…
35 Default values set for currently supported targets:
140 … image, `1` - build encrypted upgrade image (MCUBootApp should also be built with this flash set 1)
142 **NOTE**: In case of `UPGRADE` image `HEADER_OFFSET` should be set to MCUboot Bootloader slot size.
153 [BlinkyApp] Retarget I/O set to 115200 baudrate
164 [BlinkyApp] Retarget I/O set to 115200 baudrate
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dpk.h100 /* We need to set MBEDTLS_PK_SIGNATURE_MAX_SIZE to the maximum signature
263 * \note For contexts that have been set up with
292 * \param ctx Context to initialize. It must not have been set
342 * \param ctx Context to initialize. It must not have been set
390 * been initialized but not set up, or that has been
398 * \param ctx The PK context to use. It must have been set up.
430 * return early and restart according to the limit set with
434 * \param ctx The PK context to use. It must have been set up.
458 * \param ctx The PK context to use. It must have been set up.
489 * \param ctx The PK context to use. It must have been set up
[all …]
/mcuboot-latest/samples/zephyr/
Dbuild-boot.sh6 # ZEPHYR_GCC_VARIANT need to be set, as well as zephyr/zephyr-env.sh
19 die "Please set BOARD to a valid board before running this script."
Dbuild-hello.sh6 # ZEPHYR_GCC_VARIANT need to be set, as well as zephyr/zephyr-env.sh
19 die "Please set BOARD to a valid board before running this script."
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h42 * set into a fixed length data set (also called tag).
51 * Usage: 1) call tc_hmac_set_key to set the HMAC key.
81 * @brief HMAC set key procedure

123456