Lines Matching +full:runs +full:- +full:on
3 * Copyright (C) 2015-2019 Cadence Design Systems, Inc.
6 * SPDX-License-Identifier: MIT
39 * tick duration to match timer interrupt to the real-time tick duration.
62 * and priority. User may specify a timer by defining XT_TIMER_INDEX with -D,
64 * not be on a high priority interrupt - an error will be reported in invalid).
119 * If using a supported board via the board-independent API defined in xtbsp.h,
121 * and cached during run-time initialization.
123 * NOTE ON SIMULATOR:
125 * because it depends on the speed of the host and the version of the simulator.
126 * Also because it runs much slower than hardware, it is not possible to achieve
127 * real-time performance for most applications under the simulator. A frequency
129 * To obtain a more convenient but non-real-time tick duration on the simulator,
130 * compile with xt-xcc option "-DXT_SIMULATOR".
131 * Adjust this frequency to taste (it's not real-time anyway!).
145 * editing this here or in xtensa_rtos.h, or compiling with xt-xcc option
146 * "-DXT_TICK_PER_SEC=<value>" where <value> is a suitable number.