mirtos.dep

来自「AVR单片机操作系统miniTORS源代码」· DEP 代码 · 共 128 行

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

<project>
  <fileVersion>1</fileVersion>
  <configuration>
    <name>Debug</name>
    <file>
      <name>$PROJ_DIR$\Debug\Exe\miRTOS.d90</name>
      <outputs>
        <tool>
          <name>XLINK</name>
          <file>$PROJ_DIR$\Debug\List\miRTOS.map</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>XLINK</name>
          <file>$TOOLKIT_DIR$\src\template\cfgm16.xcl</file>
          <file>$TOOLKIT_DIR$\src\template\cfg3s.xcl</file>
          <file>$PROJ_DIR$\Debug\Obj\core.r90</file>
          <file>$PROJ_DIR$\Debug\Obj\main.r90</file>
          <file>$PROJ_DIR$\Debug\Obj\os_asm.r90</file>
          <file>$PROJ_DIR$\Debug\Obj\uart.r90</file>
          <file>$TOOLKIT_DIR$\lib\clib\cl3s-ec-sf.r90</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>[ROOT_NODE]</name>
      <outputs>
        <tool>
          <name>XLINK</name>
          <file>$PROJ_DIR$\Debug\List\miRTOS.map</file>
          <file>$PROJ_DIR$\Debug\Exe\miRTOS.d90</file>
        </tool>
      </outputs>
    </file>
    <file>
      <name>$PROJ_DIR$\main.c</name>
      <outputs>
        <tool>
          <name>ICCAVR</name>
          <file>$PROJ_DIR$\Debug\Obj\main.r90</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>ICCAVR</name>
          <file>$PROJ_DIR$\core.h</file>
          <file>$PROJ_DIR$\userdef.h</file>
          <file>$TOOLKIT_DIR$\inc\iom16.h</file>
          <file>$TOOLKIT_DIR$\inc\iomacro.h</file>
          <file>$PROJ_DIR$\uart.h</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>$PROJ_DIR$\core.c</name>
      <outputs>
        <tool>
          <name>ICCAVR</name>
          <file>$PROJ_DIR$\Debug\Obj\core.r90</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>ICCAVR</name>
          <file>$PROJ_DIR$\core.h</file>
          <file>$PROJ_DIR$\userdef.h</file>
          <file>$TOOLKIT_DIR$\inc\iom16.h</file>
          <file>$TOOLKIT_DIR$\inc\iomacro.h</file>
          <file>$PROJ_DIR$\os_asm.h</file>
          <file>$TOOLKIT_DIR$\inc\intrinsics.h</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>$PROJ_DIR$\uart.c</name>
      <outputs>
        <tool>
          <name>ICCAVR</name>
          <file>$PROJ_DIR$\Debug\Obj\uart.r90</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>ICCAVR</name>
          <file>$PROJ_DIR$\os_asm.h</file>
          <file>$PROJ_DIR$\userdef.h</file>
          <file>$TOOLKIT_DIR$\inc\iom16.h</file>
          <file>$TOOLKIT_DIR$\inc\iomacro.h</file>
          <file>$PROJ_DIR$\core.h</file>
        </tool>
      </inputs>
    </file>
    <file>
      <name>$PROJ_DIR$\os_asm.s90</name>
      <outputs>
        <tool>
          <name>AAVR</name>
          <file>$PROJ_DIR$\Debug\Obj\os_asm.r90</file>
        </tool>
      </outputs>
      <inputs>
        <tool>
          <name>AAVR</name>
          <file>$PROJ_DIR$\userdef.h</file>
          <file>$TOOLKIT_DIR$\inc\iom16.h</file>
          <file>$TOOLKIT_DIR$\inc\iomacro.h</file>
        </tool>
      </inputs>
    </file>
    <forcedrebuild>
      <name>[MULTI_TOOL]</name>
      <tool>XLINK</tool>
    </forcedrebuild>
  </configuration>
  <configuration>
    <name>Release</name>
    <forcedrebuild>
      <name>[MULTI_TOOL]</name>
      <tool>XLINK</tool>
    </forcedrebuild>
  </configuration>
</project>


⌨️ 快捷键说明

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