⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 edma3_xdcpaths_common.dat

📁 vicp做为dm6446上的硬件加速器
💻 DAT
字号:
// DO NOT MOVE OR DELETE THIS LINE [JavaScript xdcpaths]
// Note: Use /FORWARD/ slashes for all directories!

//Section for non-DVSDK users
//Section 1 Starts

//Root directory for the EDMA3 installation directory
//User should modify this variable to point it to the ROOT directory
//of EDMA installation directory.
edma3RootDir = "D:/psp/EDMA3/edma_drv/";


//EDMA3 LLD version number
//If working from clearcase, this variable should be NULL as shown below:
edma3lldversion = "";
//edma3lldversion = "1_05_00_01";


// EDMA3 installation directory
// It is the directory where EDMA3 LLD is installed.
edma3InstallDir = "edma3_lld_" + edma3lldversion ;


xdcpaths =
           // EDMA3 build directory
           edma3RootDir + edma3InstallDir + "/packages;" +

           "";

//Section 1 Ends


//Section for DVSDK users
//Section 2 Starts

/**
 * For making a release to the DVSDK, Section 1 above needs to be commented and
 * the code below needs to be un-commented. This is needed in order to include
 * the DVSDK dat file, so that the standalone sample apps can be built.
 */

//  load( "D:/psp/EDMA3/edma_drv/dvsdk_1_10_00_08_DM648/xdcpaths_evmDM648.dat" );

//Section 2 Ends

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -