Readme for embOS BSP SoCLitePlus

Supported hardware:
===================
The sample project for NEC SoCLitePlus CPU is prepared for
the EB-SOCLITEPLUSSTARTIT-V1 Eval board.

All configurations run with J10.1 and J10.5 open,
as long as internal Boot-ROM is not needed for Flash download

Configurations
==============
- DebugSDRAM
  This configuration may be used for debugging.
  The target application can be downloaded into external SDRAM
  using JLink RDI with the setup file SDRAM.setup which initializes
  the SDRAM controller before downloading the application code.
  The project uses an embOS debug library and exports debug information.
  Running the application in SDRAM allows an unlimited number of breakpoints.

- DebugFlash:
  This configuration is prepared for download into 
  target Flash using a Flash loader.
  It produces a MOTOROLA file which can be loaded by JFlash.
  The project uses an embOS debug libray and produces debug output information.
    
- ReleaseFlash:
  This configuration is prepared for download into 
  target FLASH using a Flash loader like J-Flash.
  The project produces a MOTOROLA output file.
  The project uses an embOS stack check library and does not generat debug information

