📄 uarttestfcfg.tcf
字号:
environment["config._54f_"] = true;/* * The following is a directory import from the near model version * of this file. *//* * ======== dsk5402 ======== * Load the dsk5402 platform. */utils.loadPlatform("Dsk5402");utils.importFile("Dsk5402_ddk.tci");/* Increase the wait states because UART is much * slower than DSP */tibios.GBL.SWWSR = 0x7208;utils.importFile("uarttest.tci");if (config.hasReportedError == false) { prog.gen();} else { throw new Error( "Error in config script -- database not generated." );}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -