⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 .cdtproject

📁 430上实现简单的web服务器
💻 CDTPROJECT
字号:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse-cdt version="2.0"?>

<cdtproject id="org.eclipse.cdt.make.core.make">
<extension point="org.eclipse.cdt.core.BinaryParser" id="org.eclipse.cdt.core.GNU_ELF">
<attribute key="addr2line" value="C:\Program Files\mspgcc\bin\msp430-addr2line.exe"/>
<attribute key="c++filt" value="C:\Program Files\mspgcc\bin\msp430-c++filt.exe"/>
</extension>
<data>
<item id="org.eclipse.cdt.core.pathentry">
<pathentry kind="out" path=""/>
<pathentry kind="con" path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/>
<pathentry kind="src" path="" excluding="FreeRTOS_Source/|FreeRTOS_Demo/"/>
<pathentry kind="src" path="FreeRTOS_Demo" excluding="include/|Minimal/"/>
<pathentry kind="src" path="FreeRTOS_Demo/include"/>
<pathentry kind="src" path="FreeRTOS_Demo/Minimal"/>
<pathentry kind="src" path="FreeRTOS_Source" excluding="include/|portable/GCC/MSP430F149/"/>
<pathentry kind="src" path="FreeRTOS_Source/include"/>
<pathentry kind="src" path="FreeRTOS_Source/portable/GCC/MSP430F149"/>
</item>
<item id="cdt_indexer">
<indexEnabled indexValue="true"/>
<indexerProblemsEnabled indexProblemsValue="0"/>
</item>
<item id="org.eclipse.cdt.make.core.buildtargets">
<buildTargets>
<target name="all" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>make</buildCommand>
<buildTarget>all</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
</target>
<target name="clean" targetID="org.eclipse.cdt.make.MakeTargetBuilder" path="">
<buildCommand>make</buildCommand>
<buildTarget>clean</buildTarget>
<stopOnError>false</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
</target>
</buildTargets>
</item>
</data>
</cdtproject>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -