summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/sparc/leon2/optconirq.yml
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-07-13 20:47:08 -1000
committerChris Johns <chrisj@rtems.org>2021-07-15 09:59:14 +1000
commit6f2aa8ad36e3aaffc9fa2cb8c744b04da7339ee2 (patch)
tree4d3d14603856958cc2ec367e9d7763d210af2358 /spec/build/bsps/sparc/leon2/optconirq.yml
parentbsps/sparc: Improve interrupt affinity support (diff)
downloadrtems-6f2aa8ad36e3aaffc9fa2cb8c744b04da7339ee2.tar.bz2
build: Use BSP family for options
- Optionally add support for 'default-by-family' to allow option to be set by a family and so all related BSPs Close #4468
Diffstat (limited to 'spec/build/bsps/sparc/leon2/optconirq.yml')
-rw-r--r--spec/build/bsps/sparc/leon2/optconirq.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/bsps/sparc/leon2/optconirq.yml b/spec/build/bsps/sparc/leon2/optconirq.yml
index 4163b30aff..4afe7a86b2 100644
--- a/spec/build/bsps/sparc/leon2/optconirq.yml
+++ b/spec/build/bsps/sparc/leon2/optconirq.yml
@@ -6,6 +6,7 @@ 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.