Add .project file

feature/Modbus
Oleg 3 weeks ago
parent 0be0ccafdc
commit b0b42819a8

2
.gitignore vendored

@ -26,5 +26,5 @@ SysConfig/
*.bak
# Файлы проекта (опционально)
.project
# .project
# .cproject

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CCS-Students</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.ti.ccstudio.core.ccsNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<variableList>
<variable>
<name>CCS_Libs</name>
<value>$%7BTI_PRODUCTS_DIR__TIREX%7D/controlSUITE/libs</value>
</variable>
<variable>
<name>FAST_FPU32</name>
<value>$%7BTI_PRODUCTS_DIR__TIREX%7D/controlSUITE/libs/math/FPUfastRTS/V100/lib</value>
</variable>
<variable>
<name>TMS320F_2833x_HEADERS</name>
<value>$%7BCOM_TI_C2000WARE_INSTALL_DIR%7D/device_support/f2833x</value>
</variable>
</variableList>
</projectDescription>
Loading…
Cancel
Save