project.uvprojx 38.0 KB
Newer Older
B
Bright Pan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?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>RT-Thread STM32</TargetName>
      <ToolsetNumber>0x4</ToolsetNumber>
      <ToolsetName>ARM-ADS</ToolsetName>
      <TargetOption>
        <TargetCommonOption>
          <Device>STM32F207VG</Device>
          <Vendor>STMicroelectronics</Vendor>
          <PackID>Keil.STM32F2xx_DFP.2.0.0</PackID>
          <PackURL>http://www.keil.com/pack</PackURL>
          <Cpu>IROM(0x08000000,0x100000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
B
bernard 已提交
17 18
          <FlashUtilSpec />
          <StartupFile />
B
Bright Pan 已提交
19 20 21
          <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F207VGTx$CMSIS\Flash\STM32F2xx_1024.FLM))</FlashDriverDll>
          <DeviceId>0</DeviceId>
          <RegisterFile>$$Device:STM32F207VGTx$Drivers\CMSIS\Device\ST\STM32F2xx\Include\stm32f2xx.h</RegisterFile>
B
bernard 已提交
22 23 24 25 26 27 28 29 30
          <MemoryEnv />
          <Cmp />
          <Asm />
          <Linker />
          <OHString />
          <InfinionOptionDll />
          <SLE66CMisc />
          <SLE66AMisc />
          <SLE66LinkerMisc />
B
Bright Pan 已提交
31 32 33
          <SFDFile>$$Device:STM32F207VGTx$CMSIS\SVD\STM32F20x.svd</SFDFile>
          <bCustSvd>0</bCustSvd>
          <UseEnv>0</UseEnv>
B
bernard 已提交
34 35 36
          <BinPath />
          <IncludePath />
          <LibPath />
B
Bright Pan 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
          <RegisterFilePath>ST\STM32F2xx\</RegisterFilePath>
          <DBRegisterFilePath>ST\STM32F2xx\</DBRegisterFilePath>
          <TargetStatus>
            <Error>0</Error>
            <ExitCodeStop>0</ExitCodeStop>
            <ButtonStop>0</ButtonStop>
            <NotGenerated>0</NotGenerated>
            <InvalidFlash>1</InvalidFlash>
          </TargetStatus>
          <OutputDirectory>.\build\</OutputDirectory>
          <OutputName>rtthread-stm32</OutputName>
          <CreateExecutable>1</CreateExecutable>
          <CreateLib>0</CreateLib>
          <CreateHexFile>0</CreateHexFile>
          <DebugInformation>1</DebugInformation>
          <BrowseInformation>0</BrowseInformation>
          <ListingPath>.\build\</ListingPath>
          <HexFormatSelection>1</HexFormatSelection>
          <Merge32K>0</Merge32K>
          <CreateBatchFile>0</CreateBatchFile>
          <BeforeCompile>
            <RunUserProg1>0</RunUserProg1>
            <RunUserProg2>0</RunUserProg2>
B
bernard 已提交
60 61
            <UserProg1Name />
            <UserProg2Name />
B
Bright Pan 已提交
62 63 64 65 66 67
            <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
            <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
          </BeforeCompile>
          <BeforeMake>
            <RunUserProg1>0</RunUserProg1>
            <RunUserProg2>0</RunUserProg2>
B
bernard 已提交
68 69
            <UserProg1Name />
            <UserProg2Name />
B
Bright Pan 已提交
70 71 72 73 74 75 76
            <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
            <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
          </BeforeMake>
          <AfterMake>
            <RunUserProg1>1</RunUserProg1>
            <RunUserProg2>0</RunUserProg2>
            <UserProg1Name>fromelf --bin !L --output rtthread.bin</UserProg1Name>
B
bernard 已提交
77
            <UserProg2Name />
B
Bright Pan 已提交
78 79 80 81
            <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
            <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
          </AfterMake>
          <SelectedForBatchBuild>0</SelectedForBatchBuild>
B
bernard 已提交
82
          <SVCSIdString />
B
Bright Pan 已提交
83 84 85 86 87 88 89 90 91 92 93 94 95
        </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>
B
bernard 已提交
96 97
          <CustomArgument />
          <IncludeLibraryModules />
B
Bright Pan 已提交
98 99 100 101 102 103 104 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
        </CommonProperty>
        <DllOption>
          <SimDllName>SARMCM3.DLL</SimDllName>
          <SimDllArguments>-MPU</SimDllArguments>
          <SimDlgDll>DARMSTM.DLL</SimDlgDll>
          <SimDlgDllArguments>-pSTM32F207VG</SimDlgDllArguments>
          <TargetDllName>SARMCM3.DLL</TargetDllName>
          <TargetDllArguments>-MPU</TargetDllArguments>
          <TargetDlgDll>TARMSTM.DLL</TargetDlgDll>
          <TargetDlgDllArguments>-pSTM32F207VG</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>0</RunToMain>
            <RestoreBreakpoints>1</RestoreBreakpoints>
            <RestoreWatchpoints>1</RestoreWatchpoints>
            <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
            <RestoreFunctions>1</RestoreFunctions>
            <RestoreToolbox>1</RestoreToolbox>
            <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
          </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>
          </Target>
          <RunDebugAfterBuild>0</RunDebugAfterBuild>
B
bernard 已提交
139
          <TargetSelection>7</TargetSelection>
B
Bright Pan 已提交
140
          <SimDlls>
B
bernard 已提交
141 142 143 144 145
            <CpuDll />
            <CpuDllArguments />
            <PeripheralDll />
            <PeripheralDllArguments />
            <InitializationFile />
B
Bright Pan 已提交
146 147
          </SimDlls>
          <TargetDlls>
B
bernard 已提交
148 149 150 151 152
            <CpuDll />
            <CpuDllArguments />
            <PeripheralDll />
            <PeripheralDllArguments />
            <InitializationFile />
B
Bright Pan 已提交
153 154 155 156 157 158 159 160
            <Driver>Segger\JL2CM3.dll</Driver>
          </TargetDlls>
        </DebugOption>
        <Utilities>
          <Flash1>
            <UseTargetDll>1</UseTargetDll>
            <UseExternalTool>0</UseExternalTool>
            <RunIndependent>0</RunIndependent>
B
bernard 已提交
161
            <UpdateFlashBeforeDebugging>0</UpdateFlashBeforeDebugging>
B
Bright Pan 已提交
162 163 164 165 166
            <Capability>1</Capability>
            <DriverSelection>4099</DriverSelection>
          </Flash1>
          <Flash2>Segger\JL2CM3.dll</Flash2>
          <Flash3>"" ()</Flash3>
B
bernard 已提交
167
          <Flash4 />
B
Bright Pan 已提交
168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
        </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-M3"</AdsCpuType>
B
bernard 已提交
199
            <RvctDeviceName />
B
Bright Pan 已提交
200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 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
            <mOS>0</mOS>
            <uocRom>0</uocRom>
            <uocRam>0</uocRam>
            <hadIROM>1</hadIROM>
            <hadIRAM>1</hadIRAM>
            <hadXRAM>0</hadXRAM>
            <uocXRam>0</uocXRam>
            <RvdsVP>0</RvdsVP>
            <hadIRAM2>0</hadIRAM2>
            <hadIROM2>0</hadIROM2>
            <StupSel>8</StupSel>
            <useUlib>0</useUlib>
            <EndSel>0</EndSel>
            <uLtcg>0</uLtcg>
            <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>0x20000000</StartAddress>
                <Size>0x20000</Size>
              </IRAM>
              <IROM>
                <Type>1</Type>
                <StartAddress>0x8000000</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>0x8000000</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>0x20000000</StartAddress>
                <Size>0x20000</Size>
              </OCR_RVCT9>
              <OCR_RVCT10>
                <Type>0</Type>
                <StartAddress>0x0</StartAddress>
                <Size>0x0</Size>
              </OCR_RVCT10>
            </OnChipMemories>
B
bernard 已提交
330
            <RvctStartVector />
B
Bright Pan 已提交
331 332 333 334 335 336 337 338 339 340 341 342 343 344 345
          </ArmAdsMisc>
          <Cads>
            <interw>1</interw>
            <Optim>1</Optim>
            <oTime>0</oTime>
            <SplitLS>0</SplitLS>
            <OneElfS>0</OneElfS>
            <Strict>0</Strict>
            <EnumInt>0</EnumInt>
            <PlainCh>0</PlainCh>
            <Ropi>0</Ropi>
            <Rwpi>0</Rwpi>
            <wLevel>0</wLevel>
            <uThumb>0</uThumb>
            <VariousControls>
B
bernard 已提交
346
              <MiscControls />
347
              <Define>RT_USING_ARM_LIBC, USE_STDPERIPH_DRIVER</Define>
B
bernard 已提交
348
              <Undefine />
349
              <IncludePath>.;..\..\include;applications;.;Drivers;Libraries\STM32F2xx_StdPeriph_Driver\inc;Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F2xx;Libraries\CMSIS\CM3\CoreSupport;Libraries\CMSIS\Include;..\..\libcpu\arm\common;..\..\libcpu\arm\cortex-m3;..\..\components\dfs\include;..\..\components\dfs\filesystems\devfs;..\..\components\dfs\filesystems\elmfat;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\drivers\include;..\..\components\finsh;..\..\components\libc\compilers\armlibc;..\..\components\libc\compilers\common</IncludePath>
B
Bright Pan 已提交
350 351 352 353 354 355 356 357 358 359 360
            </VariousControls>
          </Cads>
          <Aads>
            <interw>1</interw>
            <Ropi>0</Ropi>
            <Rwpi>0</Rwpi>
            <thumb>0</thumb>
            <SplitLS>0</SplitLS>
            <SwStkChk>0</SwStkChk>
            <NoWarn>0</NoWarn>
            <VariousControls>
B
bernard 已提交
361 362 363 364
              <MiscControls />
              <Define />
              <Undefine />
              <IncludePath />
B
Bright Pan 已提交
365 366 367 368 369 370 371 372 373 374 375
            </VariousControls>
          </Aads>
          <LDads>
            <umfTarg>1</umfTarg>
            <Ropi>0</Ropi>
            <Rwpi>0</Rwpi>
            <noStLib>0</noStLib>
            <RepFail>1</RepFail>
            <useFile>0</useFile>
            <TextAddressRange>0x08000000</TextAddressRange>
            <DataAddressRange>0x20000000</DataAddressRange>
B
bernard 已提交
376 377 378
            <ScatterFile />
            <IncludeLibs />
            <IncludeLibsPath />
379
            <Misc />
B
bernard 已提交
380 381
            <LinkerInputFile />
            <DisabledWarnings />
B
Bright Pan 已提交
382 383 384 385
          </LDads>
        </TargetArmAds>
      </TargetOption>
      <Groups>
386 387 388 389 390 391 392 393 394
        <Group>
          <GroupName>Kernel</GroupName>
          <Files>
            <File>
              <FileName>clock.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\clock.c</FilePath>
            </File>
          </Files>
395 396 397 398 399 400 401
          <Files>
            <File>
              <FileName>components.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\src\components.c</FilePath>
            </File>
          </Files>
402 403 404 405 406 407 408 409 410 411 412 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
          <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>
B
Bright Pan 已提交
494
        <Group>
495
          <GroupName>Applications</GroupName>
B
Bright Pan 已提交
496 497
          <Files>
            <File>
498
              <FileName>application.c</FileName>
B
Bright Pan 已提交
499
              <FileType>1</FileType>
500
              <FilePath>applications\application.c</FilePath>
B
Bright Pan 已提交
501
            </File>
B
bernard 已提交
502 503
          </Files>
          <Files>
B
Bright Pan 已提交
504
            <File>
505
              <FileName>startup.c</FileName>
B
Bright Pan 已提交
506
              <FileType>1</FileType>
507
              <FilePath>applications\startup.c</FilePath>
B
Bright Pan 已提交
508 509
            </File>
          </Files>
510 511 512
        </Group>
        <Group>
          <GroupName>Drivers</GroupName>
B
Bright Pan 已提交
513 514
          <Files>
            <File>
515
              <FileName>24LCxx.c</FileName>
B
Bright Pan 已提交
516
              <FileType>1</FileType>
517
              <FilePath>Drivers\24LCxx.c</FilePath>
B
Bright Pan 已提交
518
            </File>
B
bernard 已提交
519 520
          </Files>
          <Files>
B
Bright Pan 已提交
521
            <File>
522
              <FileName>FM25Lx.c</FileName>
B
Bright Pan 已提交
523
              <FileType>1</FileType>
524
              <FilePath>Drivers\FM25Lx.c</FilePath>
B
Bright Pan 已提交
525
            </File>
B
bernard 已提交
526 527
          </Files>
          <Files>
B
Bright Pan 已提交
528
            <File>
529
              <FileName>board.c</FileName>
B
Bright Pan 已提交
530
              <FileType>1</FileType>
531
              <FilePath>Drivers\board.c</FilePath>
B
Bright Pan 已提交
532
            </File>
B
bernard 已提交
533 534
          </Files>
          <Files>
B
Bright Pan 已提交
535
            <File>
536
              <FileName>drv_rtc.c</FileName>
B
Bright Pan 已提交
537
              <FileType>1</FileType>
538
              <FilePath>Drivers\drv_rtc.c</FilePath>
B
Bright Pan 已提交
539
            </File>
B
bernard 已提交
540 541
          </Files>
          <Files>
B
Bright Pan 已提交
542
            <File>
543
              <FileName>i2c.c</FileName>
B
Bright Pan 已提交
544
              <FileType>1</FileType>
545
              <FilePath>Drivers\i2c.c</FilePath>
B
Bright Pan 已提交
546
            </File>
B
bernard 已提交
547 548
          </Files>
          <Files>
B
Bright Pan 已提交
549
            <File>
550
              <FileName>sdio_sd.c</FileName>
B
Bright Pan 已提交
551
              <FileType>1</FileType>
552
              <FilePath>Drivers\sdio_sd.c</FilePath>
B
Bright Pan 已提交
553
            </File>
B
bernard 已提交
554 555
          </Files>
          <Files>
B
Bright Pan 已提交
556
            <File>
557
              <FileName>serial.c</FileName>
B
Bright Pan 已提交
558
              <FileType>1</FileType>
559
              <FilePath>Drivers\serial.c</FilePath>
B
Bright Pan 已提交
560
            </File>
B
bernard 已提交
561 562
          </Files>
          <Files>
B
Bright Pan 已提交
563
            <File>
564
              <FileName>stm32f2xx_it.c</FileName>
B
Bright Pan 已提交
565
              <FileType>1</FileType>
566 567 568 569 570 571 572 573
              <FilePath>Drivers\stm32f2xx_it.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>usart.c</FileName>
              <FileType>1</FileType>
              <FilePath>Drivers\usart.c</FilePath>
B
Bright Pan 已提交
574 575 576 577 578 579 580 581 582
            </File>
          </Files>
        </Group>
        <Group>
          <GroupName>STM32_StdPeriph</GroupName>
          <Files>
            <File>
              <FileName>system_stm32f2xx.c</FileName>
              <FileType>1</FileType>
583
              <FilePath>Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F2xx\system_stm32f2xx.c</FilePath>
B
Bright Pan 已提交
584
            </File>
B
bernard 已提交
585 586
          </Files>
          <Files>
B
Bright Pan 已提交
587 588 589
            <File>
              <FileName>misc.c</FileName>
              <FileType>1</FileType>
590
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\misc.c</FilePath>
B
Bright Pan 已提交
591
            </File>
B
bernard 已提交
592 593
          </Files>
          <Files>
B
Bright Pan 已提交
594 595 596
            <File>
              <FileName>stm32f2xx_adc.c</FileName>
              <FileType>1</FileType>
597
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_adc.c</FilePath>
B
Bright Pan 已提交
598
            </File>
B
bernard 已提交
599 600
          </Files>
          <Files>
B
Bright Pan 已提交
601 602 603
            <File>
              <FileName>stm32f2xx_can.c</FileName>
              <FileType>1</FileType>
604
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_can.c</FilePath>
B
Bright Pan 已提交
605
            </File>
B
bernard 已提交
606 607
          </Files>
          <Files>
B
Bright Pan 已提交
608 609 610
            <File>
              <FileName>stm32f2xx_crc.c</FileName>
              <FileType>1</FileType>
611
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_crc.c</FilePath>
B
Bright Pan 已提交
612
            </File>
B
bernard 已提交
613 614
          </Files>
          <Files>
B
Bright Pan 已提交
615 616 617
            <File>
              <FileName>stm32f2xx_cryp.c</FileName>
              <FileType>1</FileType>
618
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp.c</FilePath>
B
Bright Pan 已提交
619
            </File>
B
bernard 已提交
620 621
          </Files>
          <Files>
B
Bright Pan 已提交
622 623 624
            <File>
              <FileName>stm32f2xx_cryp_aes.c</FileName>
              <FileType>1</FileType>
625
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp_aes.c</FilePath>
B
Bright Pan 已提交
626
            </File>
B
bernard 已提交
627 628
          </Files>
          <Files>
B
Bright Pan 已提交
629 630 631
            <File>
              <FileName>stm32f2xx_cryp_des.c</FileName>
              <FileType>1</FileType>
632
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp_des.c</FilePath>
B
Bright Pan 已提交
633
            </File>
B
bernard 已提交
634 635
          </Files>
          <Files>
B
Bright Pan 已提交
636 637 638
            <File>
              <FileName>stm32f2xx_cryp_tdes.c</FileName>
              <FileType>1</FileType>
639
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_cryp_tdes.c</FilePath>
B
Bright Pan 已提交
640
            </File>
B
bernard 已提交
641 642
          </Files>
          <Files>
B
Bright Pan 已提交
643 644 645
            <File>
              <FileName>stm32f2xx_dac.c</FileName>
              <FileType>1</FileType>
646
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dac.c</FilePath>
B
Bright Pan 已提交
647
            </File>
B
bernard 已提交
648 649
          </Files>
          <Files>
B
Bright Pan 已提交
650 651 652
            <File>
              <FileName>stm32f2xx_dbgmcu.c</FileName>
              <FileType>1</FileType>
653
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dbgmcu.c</FilePath>
B
Bright Pan 已提交
654
            </File>
B
bernard 已提交
655 656
          </Files>
          <Files>
B
Bright Pan 已提交
657 658 659
            <File>
              <FileName>stm32f2xx_dcmi.c</FileName>
              <FileType>1</FileType>
660
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dcmi.c</FilePath>
B
Bright Pan 已提交
661
            </File>
B
bernard 已提交
662 663
          </Files>
          <Files>
B
Bright Pan 已提交
664 665 666
            <File>
              <FileName>stm32f2xx_dma.c</FileName>
              <FileType>1</FileType>
667
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_dma.c</FilePath>
B
Bright Pan 已提交
668
            </File>
B
bernard 已提交
669 670
          </Files>
          <Files>
B
Bright Pan 已提交
671 672 673
            <File>
              <FileName>stm32f2xx_exti.c</FileName>
              <FileType>1</FileType>
674
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_exti.c</FilePath>
B
Bright Pan 已提交
675
            </File>
B
bernard 已提交
676 677
          </Files>
          <Files>
B
Bright Pan 已提交
678 679 680
            <File>
              <FileName>stm32f2xx_flash.c</FileName>
              <FileType>1</FileType>
681
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_flash.c</FilePath>
B
Bright Pan 已提交
682
            </File>
B
bernard 已提交
683 684
          </Files>
          <Files>
B
Bright Pan 已提交
685 686 687
            <File>
              <FileName>stm32f2xx_fsmc.c</FileName>
              <FileType>1</FileType>
688
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_fsmc.c</FilePath>
B
Bright Pan 已提交
689
            </File>
B
bernard 已提交
690 691
          </Files>
          <Files>
B
Bright Pan 已提交
692 693 694
            <File>
              <FileName>stm32f2xx_gpio.c</FileName>
              <FileType>1</FileType>
695
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_gpio.c</FilePath>
B
Bright Pan 已提交
696
            </File>
B
bernard 已提交
697 698
          </Files>
          <Files>
B
Bright Pan 已提交
699 700 701
            <File>
              <FileName>stm32f2xx_hash.c</FileName>
              <FileType>1</FileType>
702
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_hash.c</FilePath>
B
Bright Pan 已提交
703
            </File>
B
bernard 已提交
704 705
          </Files>
          <Files>
B
Bright Pan 已提交
706 707 708
            <File>
              <FileName>stm32f2xx_hash_md5.c</FileName>
              <FileType>1</FileType>
709
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_hash_md5.c</FilePath>
B
Bright Pan 已提交
710
            </File>
B
bernard 已提交
711 712
          </Files>
          <Files>
B
Bright Pan 已提交
713 714 715
            <File>
              <FileName>stm32f2xx_hash_sha1.c</FileName>
              <FileType>1</FileType>
716
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_hash_sha1.c</FilePath>
B
Bright Pan 已提交
717
            </File>
B
bernard 已提交
718 719
          </Files>
          <Files>
B
Bright Pan 已提交
720 721 722
            <File>
              <FileName>stm32f2xx_i2c.c</FileName>
              <FileType>1</FileType>
723
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_i2c.c</FilePath>
B
Bright Pan 已提交
724
            </File>
B
bernard 已提交
725 726
          </Files>
          <Files>
B
Bright Pan 已提交
727 728 729
            <File>
              <FileName>stm32f2xx_iwdg.c</FileName>
              <FileType>1</FileType>
730
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_iwdg.c</FilePath>
B
Bright Pan 已提交
731
            </File>
B
bernard 已提交
732 733
          </Files>
          <Files>
B
Bright Pan 已提交
734 735 736
            <File>
              <FileName>stm32f2xx_pwr.c</FileName>
              <FileType>1</FileType>
737
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_pwr.c</FilePath>
B
Bright Pan 已提交
738
            </File>
B
bernard 已提交
739 740
          </Files>
          <Files>
B
Bright Pan 已提交
741 742 743
            <File>
              <FileName>stm32f2xx_rcc.c</FileName>
              <FileType>1</FileType>
744
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_rcc.c</FilePath>
B
Bright Pan 已提交
745
            </File>
B
bernard 已提交
746 747
          </Files>
          <Files>
B
Bright Pan 已提交
748 749 750
            <File>
              <FileName>stm32f2xx_rng.c</FileName>
              <FileType>1</FileType>
751
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_rng.c</FilePath>
B
Bright Pan 已提交
752
            </File>
B
bernard 已提交
753 754
          </Files>
          <Files>
B
Bright Pan 已提交
755 756 757
            <File>
              <FileName>stm32f2xx_rtc.c</FileName>
              <FileType>1</FileType>
758
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_rtc.c</FilePath>
B
Bright Pan 已提交
759
            </File>
B
bernard 已提交
760 761
          </Files>
          <Files>
B
Bright Pan 已提交
762 763 764
            <File>
              <FileName>stm32f2xx_sdio.c</FileName>
              <FileType>1</FileType>
765
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_sdio.c</FilePath>
B
Bright Pan 已提交
766
            </File>
B
bernard 已提交
767 768
          </Files>
          <Files>
B
Bright Pan 已提交
769 770 771
            <File>
              <FileName>stm32f2xx_spi.c</FileName>
              <FileType>1</FileType>
772
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_spi.c</FilePath>
B
Bright Pan 已提交
773
            </File>
B
bernard 已提交
774 775
          </Files>
          <Files>
B
Bright Pan 已提交
776 777 778
            <File>
              <FileName>stm32f2xx_syscfg.c</FileName>
              <FileType>1</FileType>
779
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_syscfg.c</FilePath>
B
Bright Pan 已提交
780
            </File>
B
bernard 已提交
781 782
          </Files>
          <Files>
B
Bright Pan 已提交
783 784 785
            <File>
              <FileName>stm32f2xx_tim.c</FileName>
              <FileType>1</FileType>
786
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_tim.c</FilePath>
B
Bright Pan 已提交
787
            </File>
B
bernard 已提交
788 789
          </Files>
          <Files>
B
Bright Pan 已提交
790 791 792
            <File>
              <FileName>stm32f2xx_usart.c</FileName>
              <FileType>1</FileType>
793
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_usart.c</FilePath>
B
Bright Pan 已提交
794
            </File>
B
bernard 已提交
795 796
          </Files>
          <Files>
B
Bright Pan 已提交
797 798 799
            <File>
              <FileName>stm32f2xx_wwdg.c</FileName>
              <FileType>1</FileType>
800
              <FilePath>Libraries\STM32F2xx_StdPeriph_Driver\src\stm32f2xx_wwdg.c</FilePath>
B
Bright Pan 已提交
801
            </File>
B
bernard 已提交
802 803
          </Files>
          <Files>
B
Bright Pan 已提交
804 805 806
            <File>
              <FileName>startup_stm32f2xx.s</FileName>
              <FileType>2</FileType>
807
              <FilePath>Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F2xx\startup\arm\startup_stm32f2xx.s</FilePath>
B
Bright Pan 已提交
808 809 810 811
            </File>
          </Files>
        </Group>
        <Group>
812
          <GroupName>cpu</GroupName>
B
bernard 已提交
813 814
          <Files>
            <File>
815
              <FileName>backtrace.c</FileName>
B
bernard 已提交
816
              <FileType>1</FileType>
817
              <FilePath>..\..\libcpu\arm\common\backtrace.c</FilePath>
B
bernard 已提交
818 819 820
            </File>
          </Files>
          <Files>
B
Bright Pan 已提交
821
            <File>
822
              <FileName>div0.c</FileName>
B
Bright Pan 已提交
823
              <FileType>1</FileType>
824
              <FilePath>..\..\libcpu\arm\common\div0.c</FilePath>
B
Bright Pan 已提交
825
            </File>
B
bernard 已提交
826 827
          </Files>
          <Files>
B
Bright Pan 已提交
828
            <File>
829
              <FileName>showmem.c</FileName>
B
Bright Pan 已提交
830
              <FileType>1</FileType>
831
              <FilePath>..\..\libcpu\arm\common\showmem.c</FilePath>
B
Bright Pan 已提交
832 833 834 835 836 837
            </File>
          </Files>
          <Files>
            <File>
              <FileName>cpuport.c</FileName>
              <FileType>1</FileType>
838
              <FilePath>..\..\libcpu\arm\cortex-m3\cpuport.c</FilePath>
B
Bright Pan 已提交
839
            </File>
B
bernard 已提交
840 841
          </Files>
          <Files>
B
Bright Pan 已提交
842 843 844
            <File>
              <FileName>context_rvds.S</FileName>
              <FileType>2</FileType>
845
              <FilePath>..\..\libcpu\arm\cortex-m3\context_rvds.S</FilePath>
B
Bright Pan 已提交
846
            </File>
B
bernard 已提交
847
          </Files>
848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951
        </Group>
        <Group>
          <GroupName>Filesystem</GroupName>
          <Files>
            <File>
              <FileName>dfs.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\src\dfs.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>dfs_file.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\src\dfs_file.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>dfs_fs.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\src\dfs_fs.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>dfs_posix.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\src\dfs_posix.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>poll.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\src\poll.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>select.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\src\select.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>devfs.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\filesystems\devfs\devfs.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>dfs_elm.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\filesystems\elmfat\dfs_elm.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>ff.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\dfs\filesystems\elmfat\ff.c</FilePath>
            </File>
          </Files>
        </Group>
        <Group>
          <GroupName>DeviceDrivers</GroupName>
          <Files>
            <File>
              <FileName>pin.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\misc\pin.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>rtc.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\rtc\rtc.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>completion.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\completion.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>dataqueue.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\dataqueue.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>pipe.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\pipe.c</FilePath>
            </File>
          </Files>
952 953 954 955 956 957 958
          <Files>
            <File>
              <FileName>ringblk_buf.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\ringblk_buf.c</FilePath>
            </File>
          </Files>
959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977
          <Files>
            <File>
              <FileName>ringbuffer.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\ringbuffer.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>waitqueue.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\waitqueue.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>workqueue.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\drivers\src\workqueue.c</FilePath>
B
Bright Pan 已提交
978 979 980 981 982 983 984 985 986
            </File>
          </Files>
        </Group>
        <Group>
          <GroupName>finsh</GroupName>
          <Files>
            <File>
              <FileName>shell.c</FileName>
              <FileType>1</FileType>
987
              <FilePath>..\..\components\finsh\shell.c</FilePath>
B
Bright Pan 已提交
988
            </File>
B
bernard 已提交
989 990
          </Files>
          <Files>
B
Bright Pan 已提交
991 992 993
            <File>
              <FileName>cmd.c</FileName>
              <FileType>1</FileType>
994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008
              <FilePath>..\..\components\finsh\cmd.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>msh.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\finsh\msh.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>msh_file.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\finsh\msh_file.c</FilePath>
B
Bright Pan 已提交
1009
            </File>
B
bernard 已提交
1010 1011
          </Files>
          <Files>
B
Bright Pan 已提交
1012 1013 1014
            <File>
              <FileName>finsh_compiler.c</FileName>
              <FileType>1</FileType>
1015
              <FilePath>..\..\components\finsh\finsh_compiler.c</FilePath>
B
Bright Pan 已提交
1016
            </File>
B
bernard 已提交
1017 1018
          </Files>
          <Files>
B
Bright Pan 已提交
1019 1020 1021
            <File>
              <FileName>finsh_error.c</FileName>
              <FileType>1</FileType>
1022
              <FilePath>..\..\components\finsh\finsh_error.c</FilePath>
B
Bright Pan 已提交
1023
            </File>
B
bernard 已提交
1024 1025
          </Files>
          <Files>
B
Bright Pan 已提交
1026 1027 1028
            <File>
              <FileName>finsh_heap.c</FileName>
              <FileType>1</FileType>
1029
              <FilePath>..\..\components\finsh\finsh_heap.c</FilePath>
B
Bright Pan 已提交
1030
            </File>
B
bernard 已提交
1031 1032
          </Files>
          <Files>
B
Bright Pan 已提交
1033 1034 1035
            <File>
              <FileName>finsh_init.c</FileName>
              <FileType>1</FileType>
1036
              <FilePath>..\..\components\finsh\finsh_init.c</FilePath>
B
Bright Pan 已提交
1037
            </File>
B
bernard 已提交
1038 1039
          </Files>
          <Files>
B
Bright Pan 已提交
1040 1041 1042
            <File>
              <FileName>finsh_node.c</FileName>
              <FileType>1</FileType>
1043
              <FilePath>..\..\components\finsh\finsh_node.c</FilePath>
B
Bright Pan 已提交
1044
            </File>
B
bernard 已提交
1045 1046
          </Files>
          <Files>
B
Bright Pan 已提交
1047 1048 1049
            <File>
              <FileName>finsh_ops.c</FileName>
              <FileType>1</FileType>
1050
              <FilePath>..\..\components\finsh\finsh_ops.c</FilePath>
B
Bright Pan 已提交
1051
            </File>
B
bernard 已提交
1052 1053
          </Files>
          <Files>
B
Bright Pan 已提交
1054 1055 1056
            <File>
              <FileName>finsh_parser.c</FileName>
              <FileType>1</FileType>
1057
              <FilePath>..\..\components\finsh\finsh_parser.c</FilePath>
B
Bright Pan 已提交
1058
            </File>
B
bernard 已提交
1059 1060
          </Files>
          <Files>
B
Bright Pan 已提交
1061 1062 1063
            <File>
              <FileName>finsh_var.c</FileName>
              <FileType>1</FileType>
1064
              <FilePath>..\..\components\finsh\finsh_var.c</FilePath>
B
Bright Pan 已提交
1065
            </File>
B
bernard 已提交
1066 1067
          </Files>
          <Files>
B
Bright Pan 已提交
1068 1069 1070
            <File>
              <FileName>finsh_vm.c</FileName>
              <FileType>1</FileType>
1071
              <FilePath>..\..\components\finsh\finsh_vm.c</FilePath>
B
Bright Pan 已提交
1072
            </File>
B
bernard 已提交
1073 1074
          </Files>
          <Files>
B
Bright Pan 已提交
1075 1076 1077
            <File>
              <FileName>finsh_token.c</FileName>
              <FileType>1</FileType>
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115
              <FilePath>..\..\components\finsh\finsh_token.c</FilePath>
            </File>
          </Files>
        </Group>
        <Group>
          <GroupName>libc</GroupName>
          <Files>
            <File>
              <FileName>libc.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\libc\compilers\armlibc\libc.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>mem_std.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\libc\compilers\armlibc\mem_std.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>stdio.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\libc\compilers\armlibc\stdio.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>stubs.c</FileName>
              <FileType>1</FileType>
              <FilePath>..\..\components\libc\compilers\armlibc\stubs.c</FilePath>
            </File>
          </Files>
          <Files>
            <File>
              <FileName>time.c</FileName>
              <FileType>1</FileType>
1116
              <FilePath>..\..\components\libc\compilers\common\time.c</FilePath>
1117 1118
            </File>
          </Files>
B
Bright Pan 已提交
1119 1120 1121 1122 1123
        </Group>
      </Groups>
    </Target>
  </Targets>
</Project>