summaryrefslogtreecommitdiff
path: root/bsps/sparc/py/option.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/sparc/py/option.py')
-rw-r--r--bsps/sparc/py/option.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/bsps/sparc/py/option.py b/bsps/sparc/py/option.py
new file mode 100644
index 0000000000..de45f1be18
--- /dev/null
+++ b/bsps/sparc/py/option.py
@@ -0,0 +1,12 @@
+# Add your options here.
+
+class SIMSPARC_FAST_IDLE(Boolean):
+ value = False
+ tag = ["build"]
+ undef = True
+ descr = """
+If defined, speed up the clock ticks while the idle task is running so time
+spent in the idle task is minimized. This significantly reduces the wall time
+required to execute the rtems test suites.
+ """
+