2430led.dep

来自「CC2430单片机LED实验,基于zigbee的」· DEP 代码 · 共 96 行

DEP
96
字号
<?xml version="1.0" encoding="iso-8859-1"?>

<project>
  <fileVersion>1</fileVersion>
  <configuration>
    <name>Debug</name>
    <file>
      <name>$PROJ_DIR$\Debug\Exe\2430LED.hex</name>
      <outputs>
        <tool>
          <name>XLINK</name>
          <file>$PROJ_DIR$\Debug\Exe\2430LED.sim</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>XLINK</name>
          <file>$TOOLKIT_DIR$\config\lnk51ew_cc2430.xcl</file>
          <file>$TOOLKIT_DIR$\config\lnk_base.xcl</file>
          <file>$PROJ_DIR$\Debug\Obj\ledmain.r51</file>
          <file>$TOOLKIT_DIR$\lib\clib\cl-pli-nlxd-1e16x01.r51</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>[ROOT_NODE]</name>
      <outputs>
        <tool>
          <name>XLINK</name>
          <file>$PROJ_DIR$\Debug\Exe\2430LED.sim</file>
          <file>$PROJ_DIR$\Debug\Exe\2430LED.hex</file>
        </tool>
      </outputs>
    </file>
    <file>
      <name>$PROJ_DIR$\Debug\Obj\2430LED.pbd</name>
      <inputs>
        <tool>
          <name>BILINK</name>
          <file>$PROJ_DIR$\Debug\Obj\ledmain.pbi</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>$PROJ_DIR$\ledmain.c</name>
      <outputs>
        <tool>
          <name>ICC8051</name>
          <file>$PROJ_DIR$\Debug\Obj\ledmain.r51</file>
        </tool>
        <tool>
          <name>BICOMP</name>
          <file>$PROJ_DIR$\Debug\Obj\ledmain.pbi</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>ICC8051</name>
          <file>$TOOLKIT_DIR$\inc\ioCC2430.h</file>
        </tool>
        <tool>
          <name>BICOMP</name>
          <file>$TOOLKIT_DIR$\inc\ioCC2430.h</file>
        </tool>
      </inputs>
    </file>
  </configuration>
  <configuration>
    <name>Release</name>
    <file>
      <name>[ROOT_NODE]</name>
      <outputs>
        <tool>
          <name>XLINK</name>
          <file>$PROJ_DIR$\Release\Exe\2430LED.a51</file>
        </tool>
      </outputs>
    </file>
    <file>
      <name>$PROJ_DIR$\ledmain.c</name>
      <outputs>
        <tool>
          <name>ICC8051</name>
          <file>$PROJ_DIR$\Release\Obj\ledmain.r51</file>
        </tool>
      </outputs>
    </file>
    <forcedrebuild>
      <name>[MULTI_TOOL]</name>
      <tool>XLINK</tool>
    </forcedrebuild>
  </configuration>
</project>


⌨️ 快捷键说明

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