| |||
| Home > Configuring the BSP > BSP environment variables | |||
Table 3.1 lists
the BSP environment variables. These are all defined and set in
the ARMVPB926EJS.bat file.
Table 3.1. BSP environment variables
| Variable | Usage | Description |
|---|---|---|
| BSP_WAVEDEV_AACI | set BSP_WAVEDEV_AACI=1 | Include the driver set for the AACI wave device (default). |
| BSP_DISPLAY_ARMCLCD | set BSP_DISPLAY_ARMCLCD=1 | Include the driver set for the ARM CLCD controller (default). |
| CLCD_565 | set CLCD_565=1 | Use 565 display in 16-bit color mode (default)[1]. |
set CLCD_565= | Use 555 display in 16-bit color mode. | |
| CLCD_BEST_OUTPUT | set CLCD_BEST_OUTPUT= | Optimize display output for VGA (default). |
set CLCD_BEST_OUTPUT=1 | Optimize display output for CLCD. | |
| EXEFLASH [2] | set EXEFLASH= | Do not execute flash images directly from flash (default). |
set EXEFLASH=1 | Execute flash images directly from flash. | |
| IMG_NBX [2] | set IMG_NBX= | Do not create raw flash images
(nk.nb*) (default). |
set IMG_NBX=1 | Create raw flash images. | |
[1] This is the best option because it passes the WCETK GDI Tests. [2] See Flash images for more information on flash settings. | ||