From 201cf1e4af077e20123c75990376dc46c92cece1 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Tue, 27 Oct 2020 11:34:56 +0200 Subject: [PATCH] Add noserial feature flag --- nucleus/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/nucleus/Cargo.toml b/nucleus/Cargo.toml index 10b4c80..a5812e9 100644 --- a/nucleus/Cargo.toml +++ b/nucleus/Cargo.toml @@ -16,6 +16,7 @@ edition = "2018" maintenance = { status = "experimental" } [features] +noserial = [] # Build for running under QEMU with semihosting, so various halt/reboot options would for example quit QEMU instead. qemu = ["qemu-exit"]