Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_scratch.c152 int8_t smaller; in boot_slots_compatible() local
175 smaller = 0; in boot_slots_compatible()
187 if (smaller == 2) { in boot_slots_compatible()
191 smaller = 1; in boot_slots_compatible()
208 if (smaller == 1) { in boot_slots_compatible()
212 smaller = 2; in boot_slots_compatible()
226 smaller = sz0 = sz1 = 0; in boot_slots_compatible()
784 int8_t smaller; in app_max_size() local
802 smaller = 0; in app_max_size()
814 if (smaller == 2) { in app_max_size()
[all …]
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md22 * The slot size for upgrade slot is even (or smaller) to erase size (0x40000) of given memory modul…
55 **Note 2**: make sure secondary slot start address is aligned (or smaller) to erase size (0x40000 -…
/mcuboot-latest/docs/
Dreadme-mbed.md25 …"mcuboot.read-granularity"` to the read size of the storage - this buffers smaller read operations.
Drelease-notes.md326 - Lots of other smaller bugs fixes.
/mcuboot-latest/boot/zephyr/
DKconfig304 mode results in a simpler code path and smaller code size.
810 be smaller than primary slot which otherwise would not be allowed.