project.uvprojx 36.8 KB
Newer Older
L
lin 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
  <SchemaVersion>2.1</SchemaVersion>
  <Header>### uVision Project, (C) Keil Software</Header>
  <Targets>
    <Target>
      <TargetName>rtthread-apollo2</TargetName>
      <ToolsetNumber>0x4</ToolsetNumber>
      <ToolsetName>ARM-ADS</ToolsetName>
      <pCCUsed>5060061::V5.06 update 1 (build 61)::ARMCC</pCCUsed>
      <TargetOption>
        <TargetCommonOption>
          <Device>AMAPH1KK-KBR</Device>
          <Vendor>Ambiq Micro</Vendor>
          <PackID>AmbiqMicro.Apollo_DFP.1.0.0</PackID>
          <PackURL>http://s3.asia.ambiqmicro.com/pack/</PackURL>
          <Cpu>IROM(0x00000000,0x100000) IRAM(0x10000000,0x40000) CPUTYPE("Cortex-M4") FPU2 CLOCK(12000000) ELITTLE</Cpu>
18 19
          <FlashUtilSpec />
          <StartupFile />
L
lin 已提交
20 21 22
          <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD10000000 -FC4000 -FN1 -FF0Apollo2 -FS00 -FL010000 -FP0($$Device:AMAPH1KK-KBR$Flash\Apollo2.FLM))</FlashDriverDll>
          <DeviceId>0</DeviceId>
          <RegisterFile>$$Device:AMAPH1KK-KBR$Device\Include\apollo2.h</RegisterFile>
23 24 25 26 27 28 29 30 31
          <MemoryEnv />
          <Cmp />
          <Asm />
          <Linker />
          <OHString />
          <InfinionOptionDll />
          <SLE66CMisc />
          <SLE66AMisc />
          <SLE66LinkerMisc />
L
lin 已提交
32 33 34
          <SFDFile>$$Device:AMAPH1KK-KBR$SVD\apollo2.svd</SFDFile>
          <bCustSvd>0</bCustSvd>
          <UseEnv>0</UseEnv>
35 36 37 38 39
          <BinPath />
          <IncludePath />
          <LibPath />
          <RegisterFilePath />
          <DBRegisterFilePath />
L
lin 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
          <TargetStatus>
            <Error>0</Error>
            <ExitCodeStop>0</ExitCodeStop>
            <ButtonStop>0</ButtonStop>
            <NotGenerated>0</NotGenerated>
            <InvalidFlash>1</InvalidFlash>
          </TargetStatus>
          <OutputDirectory>.\build\</OutputDirectory>
          <OutputName>rtthread</OutputName>
          <CreateExecutable>1</CreateExecutable>
          <CreateLib>0</CreateLib>
          <CreateHexFile>0</CreateHexFile>
          <DebugInformation>1</DebugInformation>
          <BrowseInformation>1</BrowseInformation>
          <ListingPath>.\build\</ListingPath>
          <HexFormatSelection>1</HexFormatSelection>
          <Merge32K>0</Merge32K>
          <CreateBatchFile>0</CreateBatchFile>
          <BeforeCompile>
            <RunUserProg1>0</RunUserProg1>
            <RunUserProg2>0</RunUserProg2>
61 62
            <UserProg1Name />
            <UserProg2Name />
L
lin 已提交
63 64 65 66 67 68 69 70
            <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
            <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
            <nStopU1X>0</nStopU1X>
            <nStopU2X>0</nStopU2X>
          </BeforeCompile>
          <BeforeMake>
            <RunUserProg1>0</RunUserProg1>
            <RunUserProg2>0</RunUserProg2>
71 72
            <UserProg1Name />
            <UserProg2Name />
L
lin 已提交
73 74 75 76 77 78
            <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
            <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
            <nStopB1X>0</nStopB1X>
            <nStopB2X>0</nStopB2X>
          </BeforeMake>
          <AfterMake>
L
lin 已提交
79
            <RunUserProg1>1</RunUserProg1>
L
lin 已提交
80 81
            <RunUserProg2>0</RunUserProg2>
            <UserProg1Name>fromelf --bin !L --output rtthread.bin</UserProg1Name>
82
            <UserProg2Name />
L
lin 已提交
83 84 85 86 87 88
            <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
            <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
            <nStopA1X>0</nStopA1X>
            <nStopA2X>0</nStopA2X>
          </AfterMake>
          <SelectedForBatchBuild>0</SelectedForBatchBuild>
89
          <SVCSIdString />
L
lin 已提交
90 91 92 93 94 95 96 97 98 99 100 101 102
        </TargetCommonOption>
        <CommonProperty>
          <UseCPPCompiler>0</UseCPPCompiler>
          <RVCTCodeConst>0</RVCTCodeConst>
          <RVCTZI>0</RVCTZI>
          <RVCTOtherData>0</RVCTOtherData>
          <ModuleSelection>0</ModuleSelection>
          <IncludeInBuild>1</IncludeInBuild>
          <AlwaysBuild>0</AlwaysBuild>
          <GenerateAssemblyFile>0</GenerateAssemblyFile>
          <AssembleAssemblyFile>0</AssembleAssemblyFile>
          <PublicsOnly>0</PublicsOnly>
          <StopOnExitCode>3</StopOnExitCode>
103 104
          <CustomArgument />
          <IncludeLibraryModules />
L
lin 已提交
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
          <ComprImg>1</ComprImg>
        </CommonProperty>
        <DllOption>
          <SimDllName>SARMCM3.DLL</SimDllName>
          <SimDllArguments>  -MPU</SimDllArguments>
          <SimDlgDll>DCM.DLL</SimDlgDll>
          <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
          <TargetDllName>SARMCM3.DLL</TargetDllName>
          <TargetDllArguments> -MPU</TargetDllArguments>
          <TargetDlgDll>TCM.DLL</TargetDlgDll>
          <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
        </DllOption>
        <DebugOption>
          <OPTHX>
            <HexSelection>1</HexSelection>
            <HexRangeLowAddress>0</HexRangeLowAddress>
            <HexRangeHighAddress>0</HexRangeHighAddress>
            <HexOffset>0</HexOffset>
            <Oh166RecLen>16</Oh166RecLen>
          </OPTHX>
          <Simulator>
            <UseSimulator>0</UseSimulator>
            <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
            <RunToMain>1</RunToMain>
            <RestoreBreakpoints>1</RestoreBreakpoints>
            <RestoreWatchpoints>1</RestoreWatchpoints>
            <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
            <RestoreFunctions>1</RestoreFunctions>
            <RestoreToolbox>1</RestoreToolbox>
            <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
            <RestoreSysVw>1</RestoreSysVw>
          </Simulator>
          <Target>
            <UseTarget>1</UseTarget>
            <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
            <RunToMain>1</RunToMain>
            <RestoreBreakpoints>1</RestoreBreakpoints>
            <RestoreWatchpoints>1</RestoreWatchpoints>
            <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
            <RestoreFunctions>0</RestoreFunctions>
            <RestoreToolbox>1</RestoreToolbox>
            <RestoreTracepoints>1</RestoreTracepoints>
            <RestoreSysVw>1</RestoreSysVw>
          </Target>
          <RunDebugAfterBuild>0</RunDebugAfterBuild>
          <TargetSelection>6</TargetSelection>
          <SimDlls>
152 153 154 155 156
            <CpuDll />
            <CpuDllArguments />
            <PeripheralDll />
            <PeripheralDllArguments />
            <InitializationFile />
L
lin 已提交
157 158
          </SimDlls>
          <TargetDlls>
159 160 161 162 163
            <CpuDll />
            <CpuDllArguments />
            <PeripheralDll />
            <PeripheralDllArguments />
            <InitializationFile />
L
lin 已提交
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
            <Driver>Segger\JL2CM3.dll</Driver>
          </TargetDlls>
        </DebugOption>
        <Utilities>
          <Flash1>
            <UseTargetDll>1</UseTargetDll>
            <UseExternalTool>0</UseExternalTool>
            <RunIndependent>0</RunIndependent>
            <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
            <Capability>1</Capability>
            <DriverSelection>4096</DriverSelection>
          </Flash1>
          <bUseTDR>1</bUseTDR>
          <Flash2>BIN\UL2CM3.DLL</Flash2>
          <Flash3>"" ()</Flash3>
179 180 181 182
          <Flash4 />
          <pFcarmOut />
          <pFcarmGrp />
          <pFcArmRoot />
L
lin 已提交
183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214
          <FcArmLst>0</FcArmLst>
        </Utilities>
        <TargetArmAds>
          <ArmAdsMisc>
            <GenerateListings>0</GenerateListings>
            <asHll>1</asHll>
            <asAsm>1</asAsm>
            <asMacX>1</asMacX>
            <asSyms>1</asSyms>
            <asFals>1</asFals>
            <asDbgD>1</asDbgD>
            <asForm>1</asForm>
            <ldLst>0</ldLst>
            <ldmm>1</ldmm>
            <ldXref>1</ldXref>
            <BigEnd>0</BigEnd>
            <AdsALst>1</AdsALst>
            <AdsACrf>1</AdsACrf>
            <AdsANop>0</AdsANop>
            <AdsANot>0</AdsANot>
            <AdsLLst>1</AdsLLst>
            <AdsLmap>1</AdsLmap>
            <AdsLcgr>1</AdsLcgr>
            <AdsLsym>1</AdsLsym>
            <AdsLszi>1</AdsLszi>
            <AdsLtoi>1</AdsLtoi>
            <AdsLsun>1</AdsLsun>
            <AdsLven>1</AdsLven>
            <AdsLsxf>1</AdsLsxf>
            <RvctClst>0</RvctClst>
            <GenPPlst>0</GenPPlst>
            <AdsCpuType>"Cortex-M4"</AdsCpuType>
215
            <RvctDeviceName />
L
lin 已提交
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346
            <mOS>0</mOS>
            <uocRom>0</uocRom>
            <uocRam>0</uocRam>
            <hadIROM>1</hadIROM>
            <hadIRAM>1</hadIRAM>
            <hadXRAM>0</hadXRAM>
            <uocXRam>0</uocXRam>
            <RvdsVP>2</RvdsVP>
            <hadIRAM2>0</hadIRAM2>
            <hadIROM2>0</hadIROM2>
            <StupSel>8</StupSel>
            <useUlib>1</useUlib>
            <EndSel>0</EndSel>
            <uLtcg>0</uLtcg>
            <nSecure>0</nSecure>
            <RoSelD>3</RoSelD>
            <RwSelD>3</RwSelD>
            <CodeSel>0</CodeSel>
            <OptFeed>0</OptFeed>
            <NoZi1>0</NoZi1>
            <NoZi2>0</NoZi2>
            <NoZi3>0</NoZi3>
            <NoZi4>0</NoZi4>
            <NoZi5>0</NoZi5>
            <Ro1Chk>0</Ro1Chk>
            <Ro2Chk>0</Ro2Chk>
            <Ro3Chk>0</Ro3Chk>
            <Ir1Chk>1</Ir1Chk>
            <Ir2Chk>0</Ir2Chk>
            <Ra1Chk>0</Ra1Chk>
            <Ra2Chk>0</Ra2Chk>
            <Ra3Chk>0</Ra3Chk>
            <Im1Chk>1</Im1Chk>
            <Im2Chk>0</Im2Chk>
            <OnChipMemories>
              <Ocm1>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </Ocm1>
              <Ocm2>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </Ocm2>
              <Ocm3>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </Ocm3>
              <Ocm4>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </Ocm4>
              <Ocm5>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </Ocm5>
              <Ocm6>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </Ocm6>
              <IRAM>
                <Type>0</Type>
                <StartAddress>0x10000000</StartAddress>
                <Size>0x40000</Size>
              </IRAM>
              <IROM>
                <Type>1</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x100000</Size>
              </IROM>
              <XRAM>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </XRAM>
              <OCR_RVCT1>
                <Type>1</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT1>
              <OCR_RVCT2>
                <Type>1</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT2>
              <OCR_RVCT3>
                <Type>1</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT3>
              <OCR_RVCT4>
                <Type>1</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x100000</Size>
              </OCR_RVCT4>
              <OCR_RVCT5>
                <Type>1</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT5>
              <OCR_RVCT6>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT6>
              <OCR_RVCT7>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT7>
              <OCR_RVCT8>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT8>
              <OCR_RVCT9>
                <Type>0</Type>
                <StartAddress>0x10000000</StartAddress>
                <Size>0x40000</Size>
              </OCR_RVCT9>
              <OCR_RVCT10>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT10>
            </OnChipMemories>
347
            <RvctStartVector />
L
lin 已提交
348 349 350 351 352 353
          </ArmAdsMisc>
          <Cads>
            <interw>1</interw>
            <Optim>1</Optim>
            <oTime>0</oTime>
            <SplitLS>0</SplitLS>
L
lin 已提交
354
            <OneElfS>0</OneElfS>
L
lin 已提交
355 356 357 358 359 360 361 362
            <Strict>0</Strict>
            <EnumInt>0</EnumInt>
            <PlainCh>0</PlainCh>
            <Ropi>0</Ropi>
            <Rwpi>0</Rwpi>
            <wLevel>2</wLevel>
            <uThumb>0</uThumb>
            <uSurpInc>0</uSurpInc>
L
lin 已提交
363
            <uC99>0</uC99>
L
lin 已提交
364 365 366 367 368 369
            <useXO>0</useXO>
            <v6Lang>1</v6Lang>
            <v6LangP>1</v6LangP>
            <vShortEn>1</vShortEn>
            <vShortWch>1</vShortWch>
            <VariousControls>
370
              <MiscControls />
L
lin 已提交
371
              <Define>AM_PART_APOLLO2, RT_USING_ARM_LIBC, AM_PACKAGE_BGA</Define>
372 373
              <Undefine />
              <IncludePath>.;..\..\include;applications;.;board;libraries\drivers;libraries\startup;libraries\startup\cmsis\include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m4;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\spi;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common</IncludePath>
L
lin 已提交
374 375 376 377 378 379 380 381 382 383 384 385 386
            </VariousControls>
          </Cads>
          <Aads>
            <interw>1</interw>
            <Ropi>0</Ropi>
            <Rwpi>0</Rwpi>
            <thumb>0</thumb>
            <SplitLS>0</SplitLS>
            <SwStkChk>0</SwStkChk>
            <NoWarn>0</NoWarn>
            <uSurpInc>0</uSurpInc>
            <useXO>0</useXO>
            <VariousControls>
387 388 389 390
              <MiscControls />
              <Define />
              <Undefine />
              <IncludePath />
L
lin 已提交
391 392 393 394 395 396 397 398 399 400 401
            </VariousControls>
          </Aads>
          <LDads>
            <umfTarg>1</umfTarg>
            <Ropi>0</Ropi>
            <Rwpi>0</Rwpi>
            <noStLib>0</noStLib>
            <RepFail>1</RepFail>
            <useFile>0</useFile>
            <TextAddressRange>0x00000000</TextAddressRange>
            <DataAddressRange>0x20000000</DataAddressRange>
402
            <pXoBase />
L
lin 已提交
403
            <ScatterFile>.\build\rtthread.sct</ScatterFile>
404 405 406 407 408
            <IncludeLibs />
            <IncludeLibsPath />
            <Misc />
            <LinkerInputFile />
            <DisabledWarnings />
L
lin 已提交
409 410 411 412
          </LDads>
        </TargetArmAds>
      </TargetOption>
      <Groups>
413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520
        <Group>
          <GroupName>Kernel</GroupName>
          <Files>
            <File>
              <FileName>clock.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\clock.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>components.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\components.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>cpu.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\cpu.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>device.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\device.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>idle.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\idle.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>ipc.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\ipc.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>irq.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\irq.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>kservice.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\kservice.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>mem.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\mem.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>mempool.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\mempool.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>object.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\object.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>scheduler.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\scheduler.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>signal.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\signal.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>thread.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\thread.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>timer.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\timer.c</FilePath>
            </File>
          </Files>
        </Group>
L
lin 已提交
521
        <Group>
L
lin 已提交
522
          <GroupName>Applications</GroupName>
L
lin 已提交
523
          <Files>
L
lin 已提交
524
            <File>
L
lin 已提交
525
              <FileName>main.c</FileName>
L
lin 已提交
526
              <FileType>1</FileType>
L
lin 已提交
527
              <FilePath>applications\main.c</FilePath>
L
lin 已提交
528
            </File>
B
Bernard Xiong 已提交
529
          </Files>
L
lin 已提交
530 531 532
        </Group>
        <Group>
          <GroupName>Board</GroupName>
B
Bernard Xiong 已提交
533
          <Files>
L
lin 已提交
534 535 536 537 538
            <File>
              <FileName>adc.c</FileName>
              <FileType>1</FileType>
              <FilePath>board\adc.c</FilePath>
            </File>
539 540
          </Files>
          <Files>
L
lin 已提交
541 542 543
            <File>
              <FileName>board.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
544
              <FilePath>board\board.c</FilePath>
L
lin 已提交
545
            </File>
546 547
          </Files>
          <Files>
L
lin 已提交
548 549 550
            <File>
              <FileName>flash.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
551
              <FilePath>board\flash.c</FilePath>
L
lin 已提交
552
            </File>
553 554
          </Files>
          <Files>
L
lin 已提交
555
            <File>
L
lin 已提交
556
              <FileName>gpio.c</FileName>
L
lin 已提交
557
              <FileType>1</FileType>
L
lin 已提交
558
              <FilePath>board\gpio.c</FilePath>
L
lin 已提交
559
            </File>
560 561
          </Files>
          <Files>
L
lin 已提交
562 563 564
            <File>
              <FileName>i2c.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
565
              <FilePath>board\i2c.c</FilePath>
L
lin 已提交
566
            </File>
567 568
          </Files>
          <Files>
L
lin 已提交
569
            <File>
L
lin 已提交
570
              <FileName>led.c</FileName>
L
lin 已提交
571
              <FileType>1</FileType>
L
lin 已提交
572
              <FilePath>board\led.c</FilePath>
L
lin 已提交
573
            </File>
574 575
          </Files>
          <Files>
L
lin 已提交
576 577 578
            <File>
              <FileName>pdm.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
579
              <FilePath>board\pdm.c</FilePath>
L
lin 已提交
580
            </File>
581 582
          </Files>
          <Files>
L
lin 已提交
583 584 585
            <File>
              <FileName>pwm.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
586
              <FilePath>board\pwm.c</FilePath>
L
lin 已提交
587
            </File>
588 589
          </Files>
          <Files>
L
lin 已提交
590 591 592
            <File>
              <FileName>rtc.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
593
              <FilePath>board\rtc.c</FilePath>
L
lin 已提交
594
            </File>
595 596
          </Files>
          <Files>
L
lin 已提交
597 598 599
            <File>
              <FileName>smbus.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
600
              <FilePath>board\smbus.c</FilePath>
L
lin 已提交
601
            </File>
602 603
          </Files>
          <Files>
L
lin 已提交
604 605 606
            <File>
              <FileName>spi.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
607
              <FilePath>board\spi.c</FilePath>
L
lin 已提交
608
            </File>
609 610
          </Files>
          <Files>
L
lin 已提交
611 612 613
            <File>
              <FileName>uart.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
614
              <FilePath>board\uart.c</FilePath>
L
lin 已提交
615 616 617 618 619 620 621 622 623
            </File>
          </Files>
        </Group>
        <Group>
          <GroupName>Libraries</GroupName>
          <Files>
            <File>
              <FileName>am_hal_clkgen.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
624
              <FilePath>libraries\drivers\hal\am_hal_clkgen.c</FilePath>
L
lin 已提交
625
            </File>
626 627
          </Files>
          <Files>
L
lin 已提交
628 629 630
            <File>
              <FileName>am_hal_debug.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
631
              <FilePath>libraries\drivers\hal\am_hal_debug.c</FilePath>
L
lin 已提交
632
            </File>
633 634
          </Files>
          <Files>
L
lin 已提交
635 636 637
            <File>
              <FileName>am_hal_cachectrl.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
638
              <FilePath>libraries\drivers\hal\am_hal_cachectrl.c</FilePath>
L
lin 已提交
639
            </File>
640 641
          </Files>
          <Files>
L
lin 已提交
642 643 644
            <File>
              <FileName>am_hal_pwrctrl.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
645 646
              <FilePath>libraries\drivers\hal\am_hal_pwrctrl.c</FilePath>
            </File>
647 648
          </Files>
          <Files>
L
lin 已提交
649 650 651 652
            <File>
              <FileName>am_hal_mcuctrl.c</FileName>
              <FileType>1</FileType>
              <FilePath>libraries\drivers\hal\am_hal_mcuctrl.c</FilePath>
L
lin 已提交
653
            </File>
654 655
          </Files>
          <Files>
L
lin 已提交
656 657 658
            <File>
              <FileName>am_hal_sysctrl.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
659
              <FilePath>libraries\drivers\hal\am_hal_sysctrl.c</FilePath>
L
lin 已提交
660
            </File>
661 662
          </Files>
          <Files>
L
lin 已提交
663 664 665
            <File>
              <FileName>am_hal_reset.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
666
              <FilePath>libraries\drivers\hal\am_hal_reset.c</FilePath>
L
lin 已提交
667
            </File>
668 669
          </Files>
          <Files>
L
lin 已提交
670 671 672
            <File>
              <FileName>am_hal_stimer.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
673
              <FilePath>libraries\drivers\hal\am_hal_stimer.c</FilePath>
L
lin 已提交
674
            </File>
675 676
          </Files>
          <Files>
L
lin 已提交
677 678 679
            <File>
              <FileName>am_hal_ctimer.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
680
              <FilePath>libraries\drivers\hal\am_hal_ctimer.c</FilePath>
L
lin 已提交
681
            </File>
682 683
          </Files>
          <Files>
L
lin 已提交
684 685 686
            <File>
              <FileName>am_hal_rtc.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
687
              <FilePath>libraries\drivers\hal\am_hal_rtc.c</FilePath>
L
lin 已提交
688
            </File>
689 690
          </Files>
          <Files>
L
lin 已提交
691 692 693
            <File>
              <FileName>am_hal_interrupt.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
694
              <FilePath>libraries\drivers\hal\am_hal_interrupt.c</FilePath>
L
lin 已提交
695
            </File>
696 697
          </Files>
          <Files>
L
lin 已提交
698 699 700
            <File>
              <FileName>am_hal_queue.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
701
              <FilePath>libraries\drivers\hal\am_hal_queue.c</FilePath>
L
lin 已提交
702
            </File>
703 704
          </Files>
          <Files>
L
lin 已提交
705 706 707
            <File>
              <FileName>am_hal_iom.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
708
              <FilePath>libraries\drivers\hal\am_hal_iom.c</FilePath>
L
lin 已提交
709
            </File>
710 711
          </Files>
          <Files>
L
lin 已提交
712 713 714
            <File>
              <FileName>am_hal_ios.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
715
              <FilePath>libraries\drivers\hal\am_hal_ios.c</FilePath>
L
lin 已提交
716
            </File>
717 718
          </Files>
          <Files>
L
lin 已提交
719 720 721
            <File>
              <FileName>am_hal_vcomp.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
722
              <FilePath>libraries\drivers\hal\am_hal_vcomp.c</FilePath>
L
lin 已提交
723
            </File>
724 725
          </Files>
          <Files>
L
lin 已提交
726 727 728
            <File>
              <FileName>am_hal_flash.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
729
              <FilePath>libraries\drivers\hal\am_hal_flash.c</FilePath>
L
lin 已提交
730
            </File>
731 732
          </Files>
          <Files>
L
lin 已提交
733 734 735
            <File>
              <FileName>am_hal_gpio.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
736
              <FilePath>libraries\drivers\hal\am_hal_gpio.c</FilePath>
L
lin 已提交
737
            </File>
738 739
          </Files>
          <Files>
L
lin 已提交
740 741 742
            <File>
              <FileName>am_hal_uart.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
743
              <FilePath>libraries\drivers\hal\am_hal_uart.c</FilePath>
L
lin 已提交
744
            </File>
745 746
          </Files>
          <Files>
L
lin 已提交
747 748 749
            <File>
              <FileName>am_hal_adc.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
750
              <FilePath>libraries\drivers\hal\am_hal_adc.c</FilePath>
L
lin 已提交
751
            </File>
752 753
          </Files>
          <Files>
L
lin 已提交
754 755 756
            <File>
              <FileName>am_hal_pdm.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
757
              <FilePath>libraries\drivers\hal\am_hal_pdm.c</FilePath>
L
lin 已提交
758
            </File>
759 760
          </Files>
          <Files>
L
lin 已提交
761 762 763
            <File>
              <FileName>am_hal_i2c_bit_bang.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
764
              <FilePath>libraries\drivers\hal\am_hal_i2c_bit_bang.c</FilePath>
L
lin 已提交
765
            </File>
766 767
          </Files>
          <Files>
L
lin 已提交
768 769 770
            <File>
              <FileName>startup_keil.s</FileName>
              <FileType>2</FileType>
L
lin 已提交
771
              <FilePath>libraries\startup\arm\startup_keil.s</FilePath>
L
lin 已提交
772 773 774 775
            </File>
          </Files>
        </Group>
        <Group>
776
          <GroupName>cpu</GroupName>
L
lin 已提交
777 778
          <Files>
            <File>
779
              <FileName>backtrace.c</FileName>
B
bernard 已提交
780
              <FileType>1</FileType>
781
              <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
B
bernard 已提交
782
            </File>
783 784
          </Files>
          <Files>
L
lin 已提交
785
            <File>
786
              <FileName>div0.c</FileName>
L
lin 已提交
787
              <FileType>1</FileType>
788
              <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
L
lin 已提交
789
            </File>
790 791
          </Files>
          <Files>
L
lin 已提交
792
            <File>
793
              <FileName>showmem.c</FileName>
L
lin 已提交
794
              <FileType>1</FileType>
795
              <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
L
lin 已提交
796 797 798 799 800 801
            </File>
          </Files>
          <Files>
            <File>
              <FileName>cpuport.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
802
              <FilePath>..\..\libcpu\arm\cortex-m4\cpuport.c</FilePath>
L
lin 已提交
803
            </File>
804 805
          </Files>
          <Files>
L
lin 已提交
806 807 808
            <File>
              <FileName>context_rvds.S</FileName>
              <FileType>2</FileType>
L
lin 已提交
809
              <FilePath>..\..\libcpu\arm\cortex-m4\context_rvds.S</FilePath>
L
lin 已提交
810 811 812
            </File>
          </Files>
        </Group>
L
lin 已提交
813
        <Group>
L
lin 已提交
814
          <GroupName>Filesystem</GroupName>
L
lin 已提交
815 816
          <Files>
            <File>
L
lin 已提交
817
              <FileName>dfs.c</FileName>
L
lin 已提交
818
              <FileType>1</FileType>
L
lin 已提交
819
              <FilePath>..\..\components\dfs\src\dfs.c</FilePath>
L
lin 已提交
820
            </File>
821 822
          </Files>
          <Files>
L
lin 已提交
823
            <File>
L
lin 已提交
824
              <FileName>dfs_file.c</FileName>
L
lin 已提交
825
              <FileType>1</FileType>
L
lin 已提交
826
              <FilePath>..\..\components\dfs\src\dfs_file.c</FilePath>
L
lin 已提交
827
            </File>
828 829
          </Files>
          <Files>
L
lin 已提交
830
            <File>
L
lin 已提交
831
              <FileName>dfs_fs.c</FileName>
L
lin 已提交
832
              <FileType>1</FileType>
L
lin 已提交
833
              <FilePath>..\..\components\dfs\src\dfs_fs.c</FilePath>
L
lin 已提交
834
            </File>
835 836
          </Files>
          <Files>
L
lin 已提交
837
            <File>
L
lin 已提交
838
              <FileName>dfs_posix.c</FileName>
L
lin 已提交
839
              <FileType>1</FileType>
L
lin 已提交
840
              <FilePath>..\..\components\dfs\src\dfs_posix.c</FilePath>
L
lin 已提交
841
            </File>
842 843
          </Files>
          <Files>
L
lin 已提交
844
            <File>
L
lin 已提交
845
              <FileName>poll.c</FileName>
L
lin 已提交
846
              <FileType>1</FileType>
L
lin 已提交
847
              <FilePath>..\..\components\dfs\src\poll.c</FilePath>
L
lin 已提交
848
            </File>
849 850
          </Files>
          <Files>
L
lin 已提交
851
            <File>
L
lin 已提交
852
              <FileName>select.c</FileName>
L
lin 已提交
853
              <FileType>1</FileType>
L
lin 已提交
854
              <FilePath>..\..\components\dfs\src\select.c</FilePath>
L
lin 已提交
855
            </File>
856 857
          </Files>
          <Files>
L
lin 已提交
858
            <File>
L
lin 已提交
859
              <FileName>devfs.c</FileName>
L
lin 已提交
860
              <FileType>1</FileType>
L
lin 已提交
861
              <FilePath>..\..\components\dfs\filesystems\devfs\devfs.c</FilePath>
L
lin 已提交
862
            </File>
B
Bernard Xiong 已提交
863
          </Files>
L
lin 已提交
864 865 866
        </Group>
        <Group>
          <GroupName>DeviceDrivers</GroupName>
B
Bernard Xiong 已提交
867
          <Files>
L
lin 已提交
868
            <File>
L
lin 已提交
869
              <FileName>i2c_core.c</FileName>
L
lin 已提交
870
              <FileType>1</FileType>
L
lin 已提交
871
              <FilePath>..\..\components\drivers\i2c\i2c_core.c</FilePath>
L
lin 已提交
872
            </File>
873 874
          </Files>
          <Files>
L
lin 已提交
875
            <File>
L
lin 已提交
876
              <FileName>i2c_dev.c</FileName>
L
lin 已提交
877
              <FileType>1</FileType>
L
lin 已提交
878
              <FilePath>..\..\components\drivers\i2c\i2c_dev.c</FilePath>
L
lin 已提交
879
            </File>
880 881
          </Files>
          <Files>
L
lin 已提交
882
            <File>
L
lin 已提交
883
              <FileName>pin.c</FileName>
L
lin 已提交
884
              <FileType>1</FileType>
L
lin 已提交
885
              <FilePath>..\..\components\drivers\misc\pin.c</FilePath>
L
lin 已提交
886
            </File>
887 888
          </Files>
          <Files>
L
lin 已提交
889
            <File>
L
lin 已提交
890
              <FileName>rtc_rtc.c</FileName>
L
lin 已提交
891
              <FileType>1</FileType>
L
lin 已提交
892
              <FilePath>..\..\components\drivers\rtc\rtc.c</FilePath>
L
lin 已提交
893
            </File>
894 895
          </Files>
          <Files>
L
lin 已提交
896
            <File>
L
lin 已提交
897
              <FileName>serial.c</FileName>
L
lin 已提交
898
              <FileType>1</FileType>
L
lin 已提交
899
              <FilePath>..\..\components\drivers\serial\serial.c</FilePath>
L
lin 已提交
900
            </File>
901 902
          </Files>
          <Files>
L
lin 已提交
903
            <File>
L
lin 已提交
904
              <FileName>spi_core.c</FileName>
L
lin 已提交
905
              <FileType>1</FileType>
L
lin 已提交
906
              <FilePath>..\..\components\drivers\spi\spi_core.c</FilePath>
L
lin 已提交
907
            </File>
908 909
          </Files>
          <Files>
L
lin 已提交
910
            <File>
L
lin 已提交
911
              <FileName>spi_dev.c</FileName>
L
lin 已提交
912
              <FileType>1</FileType>
L
lin 已提交
913
              <FilePath>..\..\components\drivers\spi\spi_dev.c</FilePath>
L
lin 已提交
914
            </File>
915 916
          </Files>
          <Files>
L
lin 已提交
917
            <File>
L
lin 已提交
918
              <FileName>completion.c</FileName>
L
lin 已提交
919
              <FileType>1</FileType>
L
lin 已提交
920
              <FilePath>..\..\components\drivers\src\completion.c</FilePath>
L
lin 已提交
921
            </File>
922 923
          </Files>
          <Files>
L
lin 已提交
924
            <File>
L
lin 已提交
925
              <FileName>dataqueue.c</FileName>
L
lin 已提交
926
              <FileType>1</FileType>
L
lin 已提交
927
              <FilePath>..\..\components\drivers\src\dataqueue.c</FilePath>
L
lin 已提交
928
            </File>
929 930
          </Files>
          <Files>
L
lin 已提交
931
            <File>
L
lin 已提交
932
              <FileName>pipe.c</FileName>
L
lin 已提交
933
              <FileType>1</FileType>
L
lin 已提交
934
              <FilePath>..\..\components\drivers\src\pipe.c</FilePath>
L
lin 已提交
935
            </File>
936 937
          </Files>
          <Files>
L
lin 已提交
938
            <File>
L
lin 已提交
939
              <FileName>ringblk_buf.c</FileName>
L
lin 已提交
940
              <FileType>1</FileType>
L
lin 已提交
941
              <FilePath>..\..\components\drivers\src\ringblk_buf.c</FilePath>
L
lin 已提交
942
            </File>
943 944
          </Files>
          <Files>
L
lin 已提交
945
            <File>
L
lin 已提交
946 947 948 949
              <FileName>ringbuffer.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\ringbuffer.c</FilePath>
            </File>
950 951
          </Files>
          <Files>
L
lin 已提交
952 953 954 955 956
            <File>
              <FileName>waitqueue.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\waitqueue.c</FilePath>
            </File>
957 958
          </Files>
          <Files>
L
lin 已提交
959 960
            <File>
              <FileName>workqueue.c</FileName>
L
lin 已提交
961
              <FileType>1</FileType>
L
lin 已提交
962
              <FilePath>..\..\components\drivers\src\workqueue.c</FilePath>
L
lin 已提交
963 964
            </File>
          </Files>
965 966 967 968 969 970 971 972 973 974 975 976
          <GroupOption>
            <GroupArmAds>
              <Cads>
                <VariousControls>
                  <MiscControls />
                  <Define> </Define>
                  <Undefine> </Undefine>
                  <IncludePath> </IncludePath>
                </VariousControls>
              </Cads>
            </GroupArmAds>
          </GroupOption>
L
lin 已提交
977 978 979 980 981 982 983
        </Group>
        <Group>
          <GroupName>finsh</GroupName>
          <Files>
            <File>
              <FileName>shell.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
984
              <FilePath>..\..\components\finsh\shell.c</FilePath>
L
lin 已提交
985
            </File>
986 987
          </Files>
          <Files>
L
lin 已提交
988 989 990
            <File>
              <FileName>cmd.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
991
              <FilePath>..\..\components\finsh\cmd.c</FilePath>
L
lin 已提交
992
            </File>
993 994
          </Files>
          <Files>
L
lin 已提交
995 996 997
            <File>
              <FileName>msh.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
998
              <FilePath>..\..\components\finsh\msh.c</FilePath>
L
lin 已提交
999
            </File>
1000 1001
          </Files>
          <Files>
L
lin 已提交
1002 1003 1004
            <File>
              <FileName>msh_file.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1005
              <FilePath>..\..\components\finsh\msh_file.c</FilePath>
L
lin 已提交
1006
            </File>
1007 1008
          </Files>
          <Files>
L
lin 已提交
1009 1010 1011
            <File>
              <FileName>finsh_compiler.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1012
              <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
L
lin 已提交
1013
            </File>
1014 1015
          </Files>
          <Files>
L
lin 已提交
1016 1017 1018
            <File>
              <FileName>finsh_error.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1019
              <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
L
lin 已提交
1020
            </File>
1021 1022
          </Files>
          <Files>
L
lin 已提交
1023 1024 1025
            <File>
              <FileName>finsh_heap.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1026
              <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
L
lin 已提交
1027
            </File>
1028 1029
          </Files>
          <Files>
L
lin 已提交
1030 1031 1032
            <File>
              <FileName>finsh_init.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1033
              <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
L
lin 已提交
1034
            </File>
1035 1036
          </Files>
          <Files>
L
lin 已提交
1037 1038 1039
            <File>
              <FileName>finsh_node.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1040
              <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
L
lin 已提交
1041
            </File>
1042 1043
          </Files>
          <Files>
L
lin 已提交
1044 1045 1046
            <File>
              <FileName>finsh_ops.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1047
              <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
L
lin 已提交
1048
            </File>
1049 1050
          </Files>
          <Files>
L
lin 已提交
1051 1052 1053
            <File>
              <FileName>finsh_parser.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1054
              <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
L
lin 已提交
1055
            </File>
1056 1057
          </Files>
          <Files>
L
lin 已提交
1058 1059 1060
            <File>
              <FileName>finsh_var.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1061
              <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
L
lin 已提交
1062
            </File>
1063 1064
          </Files>
          <Files>
L
lin 已提交
1065 1066 1067
            <File>
              <FileName>finsh_vm.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1068
              <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
L
lin 已提交
1069
            </File>
1070 1071
          </Files>
          <Files>
L
lin 已提交
1072 1073 1074
            <File>
              <FileName>finsh_token.c</FileName>
              <FileType>1</FileType>
L
lin 已提交
1075
              <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
L
lin 已提交
1076 1077 1078
            </File>
          </Files>
        </Group>
L
lin 已提交
1079
        <Group>
L
lin 已提交
1080
          <GroupName>libc</GroupName>
B
Bernard Xiong 已提交
1081
          <Files>
L
lin 已提交
1082
            <File>
L
lin 已提交
1083
              <FileName>libc.c</FileName>
B
Bernard Xiong 已提交
1084
              <FileType>1</FileType>
L
lin 已提交
1085
              <FilePath>..\..\components\libc\compilers\armlibc\libc.c</FilePath>
B
Bernard Xiong 已提交
1086
            </File>
1087 1088
          </Files>
          <Files>
B
Bernard Xiong 已提交
1089
            <File>
L
lin 已提交
1090
              <FileName>mem_std.c</FileName>
L
lin 已提交
1091
              <FileType>1</FileType>
L
lin 已提交
1092
              <FilePath>..\..\components\libc\compilers\armlibc\mem_std.c</FilePath>
L
lin 已提交
1093
            </File>
1094 1095
          </Files>
          <Files>
L
lin 已提交
1096
            <File>
L
lin 已提交
1097
              <FileName>stdio.c</FileName>
L
lin 已提交
1098
              <FileType>1</FileType>
L
lin 已提交
1099
              <FilePath>..\..\components\libc\compilers\armlibc\stdio.c</FilePath>
L
lin 已提交
1100
            </File>
1101 1102
          </Files>
          <Files>
L
lin 已提交
1103
            <File>
L
lin 已提交
1104
              <FileName>stubs.c</FileName>
L
lin 已提交
1105
              <FileType>1</FileType>
L
lin 已提交
1106
              <FilePath>..\..\components\libc\compilers\armlibc\stubs.c</FilePath>
L
lin 已提交
1107
            </File>
1108 1109
          </Files>
          <Files>
L
lin 已提交
1110
            <File>
L
lin 已提交
1111
              <FileName>time.c</FileName>
L
lin 已提交
1112
              <FileType>1</FileType>
1113
              <FilePath>..\..\components\libc\compilers\common\time.c</FilePath>
L
lin 已提交
1114 1115 1116
            </File>
          </Files>
        </Group>
L
lin 已提交
1117 1118 1119 1120
      </Groups>
    </Target>
  </Targets>
</Project>