From ebdfa24bff814134b8f42efc7ed386afcfa90eff Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Jul 2021 08:45:07 +0200 Subject: build: Merge default-by-family into by-variant Prefix the BSP family name with "bsps/" to make it distinct to the BSP variant names. Update #4468. --- spec/build/bsps/sparc/leon2/optconirq.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/build/bsps/sparc/leon2/optconirq.yml') diff --git a/spec/build/bsps/sparc/leon2/optconirq.yml b/spec/build/bsps/sparc/leon2/optconirq.yml index 4afe7a86b2..4163b30aff 100644 --- a/spec/build/bsps/sparc/leon2/optconirq.yml +++ b/spec/build/bsps/sparc/leon2/optconirq.yml @@ -6,7 +6,6 @@ build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) default: 0 -default-by-family: [] default-by-variant: [] description: | The leon2 console driver can operate in either polled or interrupt mode. Under the simulator (especially when FAST_UART is defined), polled seems to operate better. It is common for a task to print a line (like the end of test message) and then exit. In this case, the program returns control to the simulator command line before the program has even queued the output to the uart. Thus sis has no chance of getting the data out. -- cgit v1.2.3