jpeg_netcam2cfg.tcf
来自「TI evm642的源码,给那些没有买TI的评估板,却想要评估板程序的人.」· TCF 代码 · 共 24 行
TCF
24 行
/*
* ------------ videocfg.tcf-----------
*/
utils.loadPlatform("EvmDM642");
/*
* import board-specific parameters for use by DDK examples.
*/
utils.importFile("EvmDM642_ddk.tci");
utils.importFile("jpeg_netcam2.tci");
/*
* Check if there have been errors and generate the configuration
* database file.
*
*/
if (config.hasReportedError == false) {
prog.gen("../../video_networking/jpeg_netcam2/jpeg_netcam2.cdb");
} else {
throw new Error( "Error in config script -- database not generated." );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?