From 0ba4e6e322addb8ed678d0b3d6fb81328a6f33be Mon Sep 17 00:00:00 2001 From: ymherklotz Date: Tue, 16 Jan 2018 12:16:38 +0000 Subject: Reorganising and adding lab2 --- lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf (limited to 'lab2/RTDSP/.gconf') diff --git a/lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf b/lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf new file mode 100644 index 0000000..77a9148 --- /dev/null +++ b/lab2/RTDSP/.gconf/RTDSPLab/lab2/RTDSP/dsp_bios_.tcf @@ -0,0 +1,10 @@ +utils.loadPlatform("ti.platforms.dsk6713"); + +/* The following DSP/BIOS Features are enabled. */ +bios.enableRealTimeAnalysis(prog); +bios.enableRtdx(prog); +bios.enableTskManager(prog); + +// !GRAPHICAL_CONFIG_TOOL_SCRIPT_INSERT_POINT! + +prog.gen(); -- cgit