Warning, /spec/build/bsps/sparc/leon2/optconirq.yml is written in an unsupported language. File is not indexed.
0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 actions:
0003 - get-integer: null
0004 - define: null
0005 build-type: option
0006 copyrights:
0007 - Copyright (C) 2020 embedded brains GmbH & Co. KG
0008 default:
0009 - enabled-by: true
0010 value: 0
0011 description: |
0012 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.
0013 enabled-by: true
0014 format: '{}'
0015 links: []
0016 name: CONSOLE_USE_INTERRUPTS
0017 type: build