Lines Matching refs:file
45 No such file or directory: ${NRFXLIB_DIR}
117 # Set a define for this file which will allow inclusion of the Zephyr version
118 # include file
226 # Use mbedTLS provided by Zephyr for RSA signatures. (Its config file
315 file(READ ${filepath} temp_text)
321 message(FATAL_ERROR "Signature key file defined in multiple conf files")
334 message("MCUBoot bootloader key file: ${KEY_FILE}")
348 …message(WARNING "WARNING: Using default MCUboot signing key file, this file is for debug use only …
370 file(READ ${filepath} temp_text)
376 message(FATAL_ERROR "Encryption key file defined in multiple conf files")
389 message("MCUBoot bootloader encryption key file: ${KEY_FILE}")
402 …message(WARNING "WARNING: Using default MCUboot encryption key file, this file is for debug use on…