ReadMe.txt for the PIC32MZ2048EF start project.

This project was built for Microchip MPLABX V3.55 and XC32 compiler V1.40.

Supported hardware:
===================
The sample project for the Microchip PIC32MZ2048EF CPU
is prepared to run on a Microchip PIC32MZ starter kit,
but may be used on other target hardware as well.

Using different target hardware may require modifications.

Configurations:
===============
- Debug_MIPS32:
  This configuration is prepared for download into
  internal Flash.
  An embOS debug and profiling library is used.
  Mips32 mode is used.

- Release_MIPS32:
  This configuration is prepared to build a "release"
  output which can be downloaded into Flash.
  An embOS release library is used.
  Mips32 mode is used.

- Debug_MicroMips:
  This configuration is prepared for download into
  internal Flash.
  An embOS debug and profiling library is used.
  MicroMips mode is used.
  This configuration will not work with the XC32 free compiler
  edition because it does not support MicroMips.

- Release_MicroMips:
  This configuration is prepared to build a "release"
  output which can be downloaded into Flash.
  An embOS release library is used.
  This configuration will not work with the XC32 free compiler
  edition because it does not support MicroMips.

