uarttestfcfg.tcf
上传用户:dahaojd
上传日期:2008-01-29
资源大小:14357k
文件大小:1k
- environment["config._54f_"] = true;
- /* ----- direct import of near model script ----
- /*
- * ======== uartest_dsk5402cfg.tcf ========
- * Load the dsk5402 platform.
- */
- utils.loadPlatform("Dsk5402");
- utils.importFile("Dsk5402_ddk.tci");
- utils.importFile("uarttest.tci");
- tibios.GBL.CALLUSERINITFXN = 1;
- tibios.GBL.USERINITFXN = prog.decl("dsk5402_mcbsp_port_enable");
- if (config.hasReportedError == false) {
- prog.gen();
- } else {
- throw new Error( "Error in config script -- database not generated." );
- }