Real-Time Workshop User's Guide |
 |
Supported Targets
The Real-Time Workshop Ada Coder supports the following targets:
- Ada Simulation Target -- Useful for validating generated code. This does not use Ada tasking primitives.
- Ada Multitasking Real-Time Target -- Useful as a starting point for targeting real-time systems. This uses Ada tasking primitives.
- Ada83 target -- The generated Ada83 code does not support data logging, but is suitable for generating embedded code for use with legacy Ada83 compilers. The Ada83 target is available from the System Target File Browser by selecting the system target file
rt_ada83.tlc
(Ada83 Target for GNAT). The accompanying template makefile gnat83.tmf
uses the -gnat83
switch in the GNAT Ada95 compiler.
You can also add your own target by creating a system target file, make process, and run-time interface files along with any device drivers using inlined Ada or C S-functions.
| Supported Compilers | | The Generated Code |  |