Home
last modified time | relevance | path

Searched refs:MCUBOOT_MAX_IMG_SECTORS (Results 1 – 10 of 10) sorted by relevance

/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_config.h24 #ifndef MCUBOOT_MAX_IMG_SECTORS
25 #define MCUBOOT_MAX_IMG_SECTORS 2560 macro
/mcuboot-latest/boot/cypress/MCUBootApp/
Dmain.c122 #undef MCUBOOT_MAX_IMG_SECTORS in main()
126 #define MCUBOOT_MAX_IMG_SECTORS 4096 in main() macro
DREADME.md55 __Note:__ for both options make sure you have updated `MCUBOOT_MAX_IMG_SECTORS` appropriatery with …
64 * MCUBOOT_MAX_IMG_SECTORS
/mcuboot-latest/samples/mcuboot_config/
Dmcuboot_config.template.h135 #define MCUBOOT_MAX_IMG_SECTORS 128 macro
/mcuboot-latest/boot/nuttx/include/mcuboot_config/
Dmcuboot_config.h139 #define MCUBOOT_MAX_IMG_SECTORS 512 macro
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h293 #define MCUBOOT_MAX_IMG_SECTORS MIN_SECTOR_COUNT macro
297 #define MCUBOOT_MAX_IMG_SECTORS CONFIG_BOOT_MAX_IMG_SECTORS macro
300 #define MCUBOOT_MAX_IMG_SECTORS 128 macro
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_config.h109 #define MCUBOOT_MAX_IMG_SECTORS 512 macro
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_config.h134 #define MCUBOOT_MAX_IMG_SECTORS MYNEWT_VAL(BOOTUTIL_MAX_IMG_SECTORS) macro
/mcuboot-latest/boot/mbed/src/
Dflash_map_backend.cpp217 while (*count < MCUBOOT_MAX_IMG_SECTORS && bd->is_valid_read(offset, bd->get_read_size())) { in flash_area_get_sectors()
/mcuboot-latest/boot/bootutil/src/
Dbootutil_priv.h183 #define BOOT_MAX_IMG_SECTORS MCUBOOT_MAX_IMG_SECTORS