Home
last modified time | relevance | path

Searched refs:ASSERT (Results 1 – 11 of 11) sorted by relevance

/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_assert.h26 #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__) macro
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h143 #ifndef ASSERT
144 #define ASSERT assert macro
/mcuboot-latest/boot/espressif/port/esp32c2/ld/
Dbootloader.ld52 ASSERT(bootloader_iram_loader_seg_start == 0x403a9b70, "bootloader_iram_loader_seg_start inconsiste…
/mcuboot-latest/boot/espressif/port/esp32c6/ld/
Dbootloader.ld49 ASSERT(bootloader_iram_loader_seg_start == 0x40869610, "bootloader_iram_loader_seg_start inconsiste…
/mcuboot-latest/boot/espressif/port/esp32h2/ld/
Dbootloader.ld50 ASSERT(bootloader_iram_loader_seg_start == 0x40839FD0, "bootloader_iram_loader_seg_start inconsiste…
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld138ASSERT(__cy_m0p_code_end <= ORIGIN(flash) + FLASH_CM0P_SIZE, "CM0+ flash image overflows with CM4,…
334 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
/mcuboot-latest/boot/bootutil/src/
Dswap_move.c47 #define BOOT_STATUS_ASSERT(x) ASSERT(x)
Dswap_scratch.c47 #define BOOT_STATUS_ASSERT(x) ASSERT(x)
Dswap_offset.c48 #define BOOT_STATUS_ASSERT(x) ASSERT(x)
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld324 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld323 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")