Readme.txt for embOS for R32C and IAR compiler

Supported hardware:
===================
The sample project was built for and tested on a
RENESAS RSK_R32C evalboard with R5F64112 CPU, but should run on
other targets as well.

Configurations
==============
- Debug_E8:
  This configuration is prepared for download into
  internal Flash using the RENESAS E8A emaulator and CSpy.
  An embOS Debug and Profiling library is used.

- Debug_Sim:
  This configuration is prepared for debugging
  using CSpy simulator.
  It does not require a real hardware.
  An embOS Debug and Profiling library is used.
  A call of CSpy_Sim.mac before starting the debugger
  ensures that embOS timer interrupts are simulated.

- Release:
  This configuration is prepared to build a "release"
  output which can be downloaded into FLASH
  using CSPy and the E8A emulator.
  An embOS Release library is used.

