Lines Matching full:on

33 thread-safety on a per task basis (for use in tasks only, not interrupt
41 This port also includes a simple example application that may run on
61 FreeRTOS can run on any Xtensa or Diamond board without this board support
63 and drivers for any on-board devices you want to use.
123 you have a supported emulation board, you can build to run on that. You
124 can also build to run on a raw Xtensa core with no board support, a
126 recommends doing functional development on the simulator because it
134 The makefiles work on Windows and Linux and support incremental builds.
184 The provided examples are designed to run on the Xtensa instruction set
209 FreeRTOS library build makefile automatically, passing on the relevant
210 parameters based on what you specified.
221 executed on the target. The example binaries appear in the platform
234 to a nonzero value either in xtensa_config.h or on the compiler's command
238 Then, you must also make sure to allocate extra space on the stack for
245 specifies the amount of extra space to be added on to the stack to allow
268 To execute the example application on the simulator:
276 To execute on the simulator using the Xplorer GUI based debugger:
281 To execute on a supported evaluation board, download example.exe per
285 emulator to the serial port on the board with settings as described in
286 the board user manual, and see the output of printf on the terminal.
288 To obtain I/O on a "raw" platform such as an unsupported board, you need
290 I/O if you want to use printf etc.). You can run "raw" executables on
335 reserve space on its stack to handle interrupts. The size of the interrupt
352 -On Sets compiler optimization level n (default -O0).
368 supplied with Xtensa Tools. Default ON.
373 XT_SIMULATOR Set this if building to run on the simulator.
440 Note that complex or large arguments are passed on the
444 saves registers a0-a3 on a call4, a0-a8 on a call8, a0-a12 on a call12,
449 register file is saved and restored on interrupt or task context switch.
452 on a fixed set of 16 registers without window rotation.
458 Note that complex or large arguments are passed on the
462 On a FreeRTOS API call, callee-save registers are saved only when a task
464 does not expect them to be preserved). On an interrupt, callee-saved
469 depending on the configuration (including co-processor registers and other
480 (there can be many) on every solicited context switch.
519 - You cannot set a breakpoint on a local label inside a function.
564 An interrupt may only nest on top of one of strictly lower priority.
573 bounds on interrupt latency (for a given priority) and stack depth.
659 on top of lower priority interrupts. Handlers are templates included
678 space on top of the stack. Because the window hardware may have
691 on the caller's stack. The handler does exactly that, and skips
700 context-switched "lazily" (on demand) only when a non-owning task
721 The debug vector handler calls the simulator if running on the ISS,
723 If running on hardware and not in OCD mode, debug exceptions are not