Searched refs:BOOT_LOG_SIM (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | psa_crypto_init_stub.c | 16 BOOT_LOG_SIM("psa_crypto_init() is being stubbed.\n"); in psa_crypto_init() 21 BOOT_LOG_SIM("mbedtls_test_enable_insecure_external_rng() is being stubbed.\n"); in mbedtls_test_enable_insecure_external_rng()
|
D | run.c | 341 BOOT_LOG_SIM("%s: area=%d, off=%x, len=%x", in flash_area_read() 349 BOOT_LOG_SIM("%s: area=%d, off=%x, len=%x", __func__, in flash_area_write() 361 BOOT_LOG_SIM("%s: area=%d, off=%x, len=%x", __func__, in flash_area_erase()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_log.h | 37 #define BOOT_LOG_SIM(...) MCUBOOT_LOG_SIM(__VA_ARGS__) macro 48 #define BOOT_LOG_SIM(...) IGNORE(__VA_ARGS__)
|