We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e3d16 commit a967c66Copy full SHA for a967c66
boot/zephyr/main.c
@@ -389,7 +389,8 @@ void zephyr_boot_log_stop(void)
389
* !defined(CONFIG_LOG_PROCESS_THREAD) && !defined(ZEPHYR_LOG_MODE_MINIMAL)
390
*/
391
392
-#ifdef CONFIG_MCUBOOT_SERIAL
+#if defined(CONFIG_BOOT_SERIAL_ENTRANCE_GPIO) || defined(CONFIG_BOOT_SERIAL_PIN_RESET) \
393
+ || defined(CONFIG_BOOT_SERIAL_BOOT_MODE) || defined(CONFIG_BOOT_SERIAL_NO_APPLICATION)
394
static void boot_serial_enter()
395
{
396
int rc;
0 commit comments