Use this page to enable C++, porting processor macro, hardware startup, and optimization level for ColdFire V2/V3/V4/V4e/Vx Evaluation Boards/Vx Tower Boards derivatives.
The table below explains the options available on this page.
| Option | Description |
|---|---|
| Enable C++ Support | Check to enable C++ support |
| Full Board Support | Select to provide full support for the selected board. The created project provides standard input output support through console and terminal window. |
| Minimal Hardware Support | Select if you do not want to provide board initialization support. The project can be customized or used with the Instruction Set Simulator. The standard input output support is enabled for the Console build target. However, you need to enable UART support for standard input output support through UART, by providing the correct system clock. |
| No Optimizations | Select to disable optimization level |
| Easy Debug | Select to enable Level 1 code size optimizations plus register coloring and peephole |
| Full Optimizations | Select to enable full optimizations |