Searched refs:ASSERT (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/ |
D | mcuboot_assert.h | 26 #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__) macro
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 143 #ifndef ASSERT 144 #define ASSERT assert macro
|
/mcuboot-latest/boot/espressif/port/esp32c2/ld/ |
D | bootloader.ld | 52 ASSERT(bootloader_iram_loader_seg_start == 0x403a9b70, "bootloader_iram_loader_seg_start inconsiste…
|
/mcuboot-latest/boot/espressif/port/esp32c6/ld/ |
D | bootloader.ld | 49 ASSERT(bootloader_iram_loader_seg_start == 0x40869610, "bootloader_iram_loader_seg_start inconsiste…
|
/mcuboot-latest/boot/espressif/port/esp32h2/ld/ |
D | bootloader.ld | 50 ASSERT(bootloader_iram_loader_seg_start == 0x40839FD0, "bootloader_iram_loader_seg_start inconsiste…
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 138 …ASSERT(__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/ |
D | swap_move.c | 47 #define BOOT_STATUS_ASSERT(x) ASSERT(x)
|
D | swap_scratch.c | 47 #define BOOT_STATUS_ASSERT(x) ASSERT(x)
|
D | swap_offset.c | 48 #define BOOT_STATUS_ASSERT(x) ASSERT(x)
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 324 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 323 ASSERT(__StackLimit >= __HeapLimit, "region RAM overflowed with stack")
|