Guest code for GNATbus speed_probe example
******************************************

This example is available on leon-elf, leon3-elf, erc32-elf, p55-elf and
ppc-elf.

1) Compiling the example.

   To compile, simply invoke gprbuild:

   - For ppc-elf
      gprbuild --target=powerpc-elf -Pspeed_computation.gpr -XTARGET=ppc-elf
         --RTS=ravenscar-full-prep

   - For p55-elf
      gprbuild --target=powerpc-eabispe -Pspeed_computation.gpr -XTARGET=p55-elf
         --RTS=ravenscar-full-p2020

   - For the others targets
      gprbuild --target=<target> -Pspeed_computation.gpr -XTARGET=<target>
         --RTS=ravenscar-full-<target>

2) Running the example.

   <target>-gnatemu --gnatbus=localhost:8032 computation_loop
