summaryrefslogtreecommitdiff
path: root/bsps/sparc/py/option.py
blob: de45f1be18e419605e61cb11ba6725b0ff3d3d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.
        """