1
0

wolfsslFull.uvprojx 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_projx.xsd">
  3. <SchemaVersion>2.1</SchemaVersion>
  4. <Header>### uVision Project, (C) Keil Software</Header>
  5. <Targets>
  6. <Target>
  7. <TargetName>STM32F207 Flash</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <TargetOption>
  11. <TargetCommonOption>
  12. <Device>STM32F207IGHx</Device>
  13. <Vendor>STMicroelectronics</Vendor>
  14. <PackID>Keil.STM32F2xx_DFP.2.2.0</PackID>
  15. <PackURL>http://www.keil.com/pack</PackURL>
  16. <Cpu>IROM(0x08000000,0x100000) IRAM(0x20000000,0x20000) CPUTYPE("Cortex-M3") CLOCK(12000000) ELITTLE</Cpu>
  17. <FlashUtilSpec></FlashUtilSpec>
  18. <StartupFile></StartupFile>
  19. <FlashDriverDll>UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0STM32F2xx_1024 -FS08000000 -FL0100000 -FP0($$Device:STM32F207IGHx$CMSIS/Flash/STM32F2xx_1024.FLM))</FlashDriverDll>
  20. <DeviceId>0</DeviceId>
  21. <RegisterFile>$$Device:STM32F207IGHx$Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h</RegisterFile>
  22. <MemoryEnv></MemoryEnv>
  23. <Cmp></Cmp>
  24. <Asm></Asm>
  25. <Linker></Linker>
  26. <OHString></OHString>
  27. <InfinionOptionDll></InfinionOptionDll>
  28. <SLE66CMisc></SLE66CMisc>
  29. <SLE66AMisc></SLE66AMisc>
  30. <SLE66LinkerMisc></SLE66LinkerMisc>
  31. <SFDFile>$$Device:STM32F207IGHx$CMSIS\SVD\STM32F20x.svd</SFDFile>
  32. <bCustSvd>0</bCustSvd>
  33. <UseEnv>0</UseEnv>
  34. <BinPath></BinPath>
  35. <IncludePath></IncludePath>
  36. <LibPath></LibPath>
  37. <RegisterFilePath></RegisterFilePath>
  38. <DBRegisterFilePath></DBRegisterFilePath>
  39. <TargetStatus>
  40. <Error>0</Error>
  41. <ExitCodeStop>0</ExitCodeStop>
  42. <ButtonStop>0</ButtonStop>
  43. <NotGenerated>0</NotGenerated>
  44. <InvalidFlash>1</InvalidFlash>
  45. </TargetStatus>
  46. <OutputDirectory>.\Object\</OutputDirectory>
  47. <OutputName>wolfssl-Full</OutputName>
  48. <CreateExecutable>1</CreateExecutable>
  49. <CreateLib>0</CreateLib>
  50. <CreateHexFile>0</CreateHexFile>
  51. <DebugInformation>1</DebugInformation>
  52. <BrowseInformation>1</BrowseInformation>
  53. <ListingPath>.\Object\</ListingPath>
  54. <HexFormatSelection>1</HexFormatSelection>
  55. <Merge32K>0</Merge32K>
  56. <CreateBatchFile>0</CreateBatchFile>
  57. <BeforeCompile>
  58. <RunUserProg1>0</RunUserProg1>
  59. <RunUserProg2>0</RunUserProg2>
  60. <UserProg1Name></UserProg1Name>
  61. <UserProg2Name></UserProg2Name>
  62. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  63. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  64. <nStopU1X>0</nStopU1X>
  65. <nStopU2X>0</nStopU2X>
  66. </BeforeCompile>
  67. <BeforeMake>
  68. <RunUserProg1>0</RunUserProg1>
  69. <RunUserProg2>0</RunUserProg2>
  70. <UserProg1Name></UserProg1Name>
  71. <UserProg2Name></UserProg2Name>
  72. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  73. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  74. <nStopB1X>0</nStopB1X>
  75. <nStopB2X>0</nStopB2X>
  76. </BeforeMake>
  77. <AfterMake>
  78. <RunUserProg1>0</RunUserProg1>
  79. <RunUserProg2>0</RunUserProg2>
  80. <UserProg1Name></UserProg1Name>
  81. <UserProg2Name></UserProg2Name>
  82. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  83. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  84. </AfterMake>
  85. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  86. <SVCSIdString></SVCSIdString>
  87. </TargetCommonOption>
  88. <CommonProperty>
  89. <UseCPPCompiler>0</UseCPPCompiler>
  90. <RVCTCodeConst>0</RVCTCodeConst>
  91. <RVCTZI>0</RVCTZI>
  92. <RVCTOtherData>0</RVCTOtherData>
  93. <ModuleSelection>0</ModuleSelection>
  94. <IncludeInBuild>1</IncludeInBuild>
  95. <AlwaysBuild>0</AlwaysBuild>
  96. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  97. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  98. <PublicsOnly>0</PublicsOnly>
  99. <StopOnExitCode>3</StopOnExitCode>
  100. <CustomArgument></CustomArgument>
  101. <IncludeLibraryModules></IncludeLibraryModules>
  102. <ComprImg>1</ComprImg>
  103. </CommonProperty>
  104. <DllOption>
  105. <SimDllName>SARMCM3.DLL</SimDllName>
  106. <SimDllArguments> -REMAP -MPU</SimDllArguments>
  107. <SimDlgDll>DCM.DLL</SimDlgDll>
  108. <SimDlgDllArguments>-pCM3</SimDlgDllArguments>
  109. <TargetDllName>SARMCM3.DLL</TargetDllName>
  110. <TargetDllArguments> -MPU</TargetDllArguments>
  111. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  112. <TargetDlgDllArguments>-pCM3</TargetDlgDllArguments>
  113. </DllOption>
  114. <DebugOption>
  115. <OPTHX>
  116. <HexSelection>1</HexSelection>
  117. <HexRangeLowAddress>0</HexRangeLowAddress>
  118. <HexRangeHighAddress>0</HexRangeHighAddress>
  119. <HexOffset>0</HexOffset>
  120. <Oh166RecLen>16</Oh166RecLen>
  121. </OPTHX>
  122. <Simulator>
  123. <UseSimulator>0</UseSimulator>
  124. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  125. <RunToMain>1</RunToMain>
  126. <RestoreBreakpoints>1</RestoreBreakpoints>
  127. <RestoreWatchpoints>1</RestoreWatchpoints>
  128. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  129. <RestoreFunctions>1</RestoreFunctions>
  130. <RestoreToolbox>1</RestoreToolbox>
  131. <LimitSpeedToRealTime>0</LimitSpeedToRealTime>
  132. <RestoreSysVw>1</RestoreSysVw>
  133. </Simulator>
  134. <Target>
  135. <UseTarget>1</UseTarget>
  136. <LoadApplicationAtStartup>1</LoadApplicationAtStartup>
  137. <RunToMain>1</RunToMain>
  138. <RestoreBreakpoints>1</RestoreBreakpoints>
  139. <RestoreWatchpoints>1</RestoreWatchpoints>
  140. <RestoreMemoryDisplay>1</RestoreMemoryDisplay>
  141. <RestoreFunctions>0</RestoreFunctions>
  142. <RestoreToolbox>1</RestoreToolbox>
  143. <RestoreTracepoints>1</RestoreTracepoints>
  144. <RestoreSysVw>1</RestoreSysVw>
  145. </Target>
  146. <RunDebugAfterBuild>0</RunDebugAfterBuild>
  147. <TargetSelection>1</TargetSelection>
  148. <SimDlls>
  149. <CpuDll></CpuDll>
  150. <CpuDllArguments></CpuDllArguments>
  151. <PeripheralDll></PeripheralDll>
  152. <PeripheralDllArguments></PeripheralDllArguments>
  153. <InitializationFile></InitializationFile>
  154. </SimDlls>
  155. <TargetDlls>
  156. <CpuDll></CpuDll>
  157. <CpuDllArguments></CpuDllArguments>
  158. <PeripheralDll></PeripheralDll>
  159. <PeripheralDllArguments></PeripheralDllArguments>
  160. <InitializationFile>.\STM32_SWO.ini</InitializationFile>
  161. <Driver>BIN\UL2CM3.DLL</Driver>
  162. </TargetDlls>
  163. </DebugOption>
  164. <Utilities>
  165. <Flash1>
  166. <UseTargetDll>1</UseTargetDll>
  167. <UseExternalTool>0</UseExternalTool>
  168. <RunIndependent>0</RunIndependent>
  169. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  170. <Capability>1</Capability>
  171. <DriverSelection>4100</DriverSelection>
  172. </Flash1>
  173. <bUseTDR>1</bUseTDR>
  174. <Flash2>BIN\UL2CM3.DLL</Flash2>
  175. <Flash3></Flash3>
  176. <Flash4></Flash4>
  177. <pFcarmOut></pFcarmOut>
  178. <pFcarmGrp></pFcarmGrp>
  179. <pFcArmRoot></pFcArmRoot>
  180. <FcArmLst>0</FcArmLst>
  181. </Utilities>
  182. <TargetArmAds>
  183. <ArmAdsMisc>
  184. <GenerateListings>0</GenerateListings>
  185. <asHll>1</asHll>
  186. <asAsm>1</asAsm>
  187. <asMacX>1</asMacX>
  188. <asSyms>1</asSyms>
  189. <asFals>1</asFals>
  190. <asDbgD>1</asDbgD>
  191. <asForm>1</asForm>
  192. <ldLst>0</ldLst>
  193. <ldmm>1</ldmm>
  194. <ldXref>1</ldXref>
  195. <BigEnd>0</BigEnd>
  196. <AdsALst>1</AdsALst>
  197. <AdsACrf>1</AdsACrf>
  198. <AdsANop>0</AdsANop>
  199. <AdsANot>0</AdsANot>
  200. <AdsLLst>1</AdsLLst>
  201. <AdsLmap>1</AdsLmap>
  202. <AdsLcgr>1</AdsLcgr>
  203. <AdsLsym>1</AdsLsym>
  204. <AdsLszi>1</AdsLszi>
  205. <AdsLtoi>1</AdsLtoi>
  206. <AdsLsun>1</AdsLsun>
  207. <AdsLven>1</AdsLven>
  208. <AdsLsxf>1</AdsLsxf>
  209. <RvctClst>0</RvctClst>
  210. <GenPPlst>0</GenPPlst>
  211. <AdsCpuType>"Cortex-M3"</AdsCpuType>
  212. <RvctDeviceName></RvctDeviceName>
  213. <mOS>1</mOS>
  214. <uocRom>0</uocRom>
  215. <uocRam>0</uocRam>
  216. <hadIROM>1</hadIROM>
  217. <hadIRAM>1</hadIRAM>
  218. <hadXRAM>0</hadXRAM>
  219. <uocXRam>0</uocXRam>
  220. <RvdsVP>0</RvdsVP>
  221. <hadIRAM2>0</hadIRAM2>
  222. <hadIROM2>0</hadIROM2>
  223. <StupSel>8</StupSel>
  224. <useUlib>0</useUlib>
  225. <EndSel>0</EndSel>
  226. <uLtcg>0</uLtcg>
  227. <RoSelD>3</RoSelD>
  228. <RwSelD>3</RwSelD>
  229. <CodeSel>0</CodeSel>
  230. <OptFeed>0</OptFeed>
  231. <NoZi1>0</NoZi1>
  232. <NoZi2>0</NoZi2>
  233. <NoZi3>0</NoZi3>
  234. <NoZi4>0</NoZi4>
  235. <NoZi5>0</NoZi5>
  236. <Ro1Chk>0</Ro1Chk>
  237. <Ro2Chk>0</Ro2Chk>
  238. <Ro3Chk>0</Ro3Chk>
  239. <Ir1Chk>1</Ir1Chk>
  240. <Ir2Chk>0</Ir2Chk>
  241. <Ra1Chk>0</Ra1Chk>
  242. <Ra2Chk>0</Ra2Chk>
  243. <Ra3Chk>0</Ra3Chk>
  244. <Im1Chk>1</Im1Chk>
  245. <Im2Chk>0</Im2Chk>
  246. <OnChipMemories>
  247. <Ocm1>
  248. <Type>0</Type>
  249. <StartAddress>0x0</StartAddress>
  250. <Size>0x0</Size>
  251. </Ocm1>
  252. <Ocm2>
  253. <Type>0</Type>
  254. <StartAddress>0x0</StartAddress>
  255. <Size>0x0</Size>
  256. </Ocm2>
  257. <Ocm3>
  258. <Type>0</Type>
  259. <StartAddress>0x0</StartAddress>
  260. <Size>0x0</Size>
  261. </Ocm3>
  262. <Ocm4>
  263. <Type>0</Type>
  264. <StartAddress>0x0</StartAddress>
  265. <Size>0x0</Size>
  266. </Ocm4>
  267. <Ocm5>
  268. <Type>0</Type>
  269. <StartAddress>0x0</StartAddress>
  270. <Size>0x0</Size>
  271. </Ocm5>
  272. <Ocm6>
  273. <Type>0</Type>
  274. <StartAddress>0x0</StartAddress>
  275. <Size>0x0</Size>
  276. </Ocm6>
  277. <IRAM>
  278. <Type>0</Type>
  279. <StartAddress>0x20000000</StartAddress>
  280. <Size>0x20000</Size>
  281. </IRAM>
  282. <IROM>
  283. <Type>1</Type>
  284. <StartAddress>0x8000000</StartAddress>
  285. <Size>0x100000</Size>
  286. </IROM>
  287. <XRAM>
  288. <Type>0</Type>
  289. <StartAddress>0x0</StartAddress>
  290. <Size>0x0</Size>
  291. </XRAM>
  292. <OCR_RVCT1>
  293. <Type>1</Type>
  294. <StartAddress>0x0</StartAddress>
  295. <Size>0x0</Size>
  296. </OCR_RVCT1>
  297. <OCR_RVCT2>
  298. <Type>1</Type>
  299. <StartAddress>0x0</StartAddress>
  300. <Size>0x0</Size>
  301. </OCR_RVCT2>
  302. <OCR_RVCT3>
  303. <Type>1</Type>
  304. <StartAddress>0x0</StartAddress>
  305. <Size>0x0</Size>
  306. </OCR_RVCT3>
  307. <OCR_RVCT4>
  308. <Type>1</Type>
  309. <StartAddress>0x8000000</StartAddress>
  310. <Size>0x100000</Size>
  311. </OCR_RVCT4>
  312. <OCR_RVCT5>
  313. <Type>1</Type>
  314. <StartAddress>0x0</StartAddress>
  315. <Size>0x0</Size>
  316. </OCR_RVCT5>
  317. <OCR_RVCT6>
  318. <Type>0</Type>
  319. <StartAddress>0x0</StartAddress>
  320. <Size>0x0</Size>
  321. </OCR_RVCT6>
  322. <OCR_RVCT7>
  323. <Type>0</Type>
  324. <StartAddress>0x0</StartAddress>
  325. <Size>0x0</Size>
  326. </OCR_RVCT7>
  327. <OCR_RVCT8>
  328. <Type>0</Type>
  329. <StartAddress>0x0</StartAddress>
  330. <Size>0x0</Size>
  331. </OCR_RVCT8>
  332. <OCR_RVCT9>
  333. <Type>0</Type>
  334. <StartAddress>0x20000000</StartAddress>
  335. <Size>0x20000</Size>
  336. </OCR_RVCT9>
  337. <OCR_RVCT10>
  338. <Type>0</Type>
  339. <StartAddress>0x0</StartAddress>
  340. <Size>0x0</Size>
  341. </OCR_RVCT10>
  342. </OnChipMemories>
  343. <RvctStartVector></RvctStartVector>
  344. </ArmAdsMisc>
  345. <Cads>
  346. <interw>1</interw>
  347. <Optim>4</Optim>
  348. <oTime>0</oTime>
  349. <SplitLS>0</SplitLS>
  350. <OneElfS>0</OneElfS>
  351. <Strict>0</Strict>
  352. <EnumInt>0</EnumInt>
  353. <PlainCh>0</PlainCh>
  354. <Ropi>0</Ropi>
  355. <Rwpi>0</Rwpi>
  356. <wLevel>2</wLevel>
  357. <uThumb>0</uThumb>
  358. <uSurpInc>0</uSurpInc>
  359. <uC99>1</uC99>
  360. <useXO>0</useXO>
  361. <VariousControls>
  362. <MiscControls>--diag_suppress=1293</MiscControls>
  363. <Define>HSE_VALUE=25000000 HAVE_CONFIG_H MDK_CONF_full WOLFSSL_USER_SETTINGS</Define>
  364. <Undefine></Undefine>
  365. <IncludePath></IncludePath>
  366. </VariousControls>
  367. </Cads>
  368. <Aads>
  369. <interw>1</interw>
  370. <Ropi>0</Ropi>
  371. <Rwpi>0</Rwpi>
  372. <thumb>0</thumb>
  373. <SplitLS>0</SplitLS>
  374. <SwStkChk>0</SwStkChk>
  375. <NoWarn>0</NoWarn>
  376. <uSurpInc>0</uSurpInc>
  377. <useXO>0</useXO>
  378. <VariousControls>
  379. <MiscControls></MiscControls>
  380. <Define></Define>
  381. <Undefine></Undefine>
  382. <IncludePath></IncludePath>
  383. </VariousControls>
  384. </Aads>
  385. <LDads>
  386. <umfTarg>1</umfTarg>
  387. <Ropi>0</Ropi>
  388. <Rwpi>0</Rwpi>
  389. <noStLib>0</noStLib>
  390. <RepFail>1</RepFail>
  391. <useFile>0</useFile>
  392. <TextAddressRange>0x08000000</TextAddressRange>
  393. <DataAddressRange>0x20000000</DataAddressRange>
  394. <pXoBase></pXoBase>
  395. <ScatterFile></ScatterFile>
  396. <IncludeLibs></IncludeLibs>
  397. <IncludeLibsPath></IncludeLibsPath>
  398. <Misc></Misc>
  399. <LinkerInputFile></LinkerInputFile>
  400. <DisabledWarnings></DisabledWarnings>
  401. </LDads>
  402. </TargetArmAds>
  403. </TargetOption>
  404. <Groups>
  405. <Group>
  406. <GroupName>Source</GroupName>
  407. <Files>
  408. <File>
  409. <FileName>main.c</FileName>
  410. <FileType>1</FileType>
  411. <FilePath>.\main.c</FilePath>
  412. </File>
  413. <File>
  414. <FileName>shell.c</FileName>
  415. <FileType>1</FileType>
  416. <FilePath>.\shell.c</FilePath>
  417. </File>
  418. <File>
  419. <FileName>time-CortexM3-4.c</FileName>
  420. <FileType>1</FileType>
  421. <FilePath>.\time-CortexM3-4.c</FilePath>
  422. </File>
  423. </Files>
  424. </Group>
  425. <Group>
  426. <GroupName>Configuration</GroupName>
  427. <Files>
  428. <File>
  429. <FileName>config-Crypt.h</FileName>
  430. <FileType>5</FileType>
  431. <FilePath>.\RTE\wolfSSL\config-Crypt.h</FilePath>
  432. </File>
  433. <File>
  434. <FileName>config-wolfSSL.h</FileName>
  435. <FileType>5</FileType>
  436. <FilePath>.\RTE\wolfSSL\config-wolfSSL.h</FilePath>
  437. </File>
  438. <File>
  439. <FileName>user_settings.h</FileName>
  440. <FileType>5</FileType>
  441. <FilePath>..\..\Conf\user_settings.h</FilePath>
  442. </File>
  443. </Files>
  444. </Group>
  445. <Group>
  446. <GroupName>Documentation</GroupName>
  447. <Files>
  448. <File>
  449. <FileName>Abstract.txt</FileName>
  450. <FileType>5</FileType>
  451. <FilePath>.\Abstract.txt</FilePath>
  452. </File>
  453. </Files>
  454. </Group>
  455. <Group>
  456. <GroupName>::CMSIS</GroupName>
  457. </Group>
  458. <Group>
  459. <GroupName>::CMSIS Driver</GroupName>
  460. </Group>
  461. <Group>
  462. <GroupName>::Compiler</GroupName>
  463. </Group>
  464. <Group>
  465. <GroupName>::Device</GroupName>
  466. </Group>
  467. <Group>
  468. <GroupName>::File System</GroupName>
  469. </Group>
  470. <Group>
  471. <GroupName>::Network</GroupName>
  472. </Group>
  473. <Group>
  474. <GroupName>::wolfSSL</GroupName>
  475. </Group>
  476. </Groups>
  477. </Target>
  478. </Targets>
  479. <RTE>
  480. <packages>
  481. <filter>
  482. <targetInfos/>
  483. </filter>
  484. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0">
  485. <targetInfos>
  486. <targetInfo name="STM32F207 Flash"/>
  487. </targetInfos>
  488. </package>
  489. <package name="ARM_Compiler" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0">
  490. <targetInfos>
  491. <targetInfo name="STM32F207 Flash"/>
  492. </targetInfos>
  493. </package>
  494. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="7.0.0-beta">
  495. <targetInfos>
  496. <targetInfo name="STM32F207 Flash"/>
  497. </targetInfos>
  498. </package>
  499. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0">
  500. <targetInfos>
  501. <targetInfo name="STM32F207 Flash"/>
  502. </targetInfos>
  503. </package>
  504. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0">
  505. <targetInfos>
  506. <targetInfo name="STM32F207 Flash"/>
  507. </targetInfos>
  508. </package>
  509. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0">
  510. <targetInfos>
  511. <targetInfo name="STM32F207 Flash"/>
  512. </targetInfos>
  513. </package>
  514. </packages>
  515. <apis>
  516. <api Capiversion="2.01" Cclass="CMSIS Driver" Cgroup="Ethernet MAC" exclusive="0">
  517. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0"/>
  518. <targetInfos>
  519. <targetInfo name="STM32F207 Flash"/>
  520. </targetInfos>
  521. </api>
  522. <api Capiversion="2.00" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" exclusive="0">
  523. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0"/>
  524. <targetInfos>
  525. <targetInfo name="STM32F207 Flash"/>
  526. </targetInfos>
  527. </api>
  528. <api Capiversion="2.02" Cclass="CMSIS Driver" Cgroup="MCI" exclusive="0">
  529. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0"/>
  530. <targetInfos>
  531. <targetInfo name="STM32F207 Flash"/>
  532. </targetInfos>
  533. </api>
  534. <api Cclass="CMSIS" Cgroup="RTOS" exclusive="0">
  535. <package name="CMSIS" url="http://www.keil.com/pack/" vendor="ARM" version="3.20.1"/>
  536. <targetInfos>
  537. <targetInfo name="STM32F207 Flash"/>
  538. </targetInfos>
  539. </api>
  540. <api Cclass="Device" Cgroup="STM32Cube Framework" exclusive="1">
  541. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  542. <targetInfos>
  543. <targetInfo name="STM32F207 Flash"/>
  544. </targetInfos>
  545. </api>
  546. </apis>
  547. <components>
  548. <component Cclass="CMSIS" Cgroup="CORE" Cvendor="ARM" Cversion="4.1.0" condition="CMSIS Core">
  549. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0"/>
  550. <targetInfos>
  551. <targetInfo name="STM32F207 Flash"/>
  552. </targetInfos>
  553. </component>
  554. <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cvendor="ARM" Cversion="4.78.0" condition="Cortex-M Device Startup">
  555. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0"/>
  556. <targetInfos>
  557. <targetInfo name="STM32F207 Flash"/>
  558. </targetInfos>
  559. </component>
  560. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="CORE" Cvariant="Release IPv4/IPv6" Cvendor="Keil" Cversion="7.0.0" condition="CMSIS Core with RTOS">
  561. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  562. <targetInfos>
  563. <targetInfo name="STM32F207 Flash"/>
  564. </targetInfos>
  565. </component>
  566. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Interface" Csub="ETH" Cvendor="Keil" Cversion="7.0.0" condition="Network Driver ETH" maxInstances="1">
  567. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  568. <targetInfos>
  569. <targetInfo name="STM32F207 Flash"/>
  570. </targetInfos>
  571. </component>
  572. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Service" Csub="DNS Client" Cvendor="Keil" Cversion="7.0.0" condition="Network UDP">
  573. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  574. <targetInfos>
  575. <targetInfo name="STM32F207 Flash"/>
  576. </targetInfos>
  577. </component>
  578. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Socket" Csub="BSD" Cvendor="Keil" Cversion="7.0.0" condition="Network UDP/TCP">
  579. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  580. <targetInfos>
  581. <targetInfo name="STM32F207 Flash"/>
  582. </targetInfos>
  583. </component>
  584. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Socket" Csub="TCP" Cvendor="Keil" Cversion="7.0.0" condition="Network Interface">
  585. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  586. <targetInfos>
  587. <targetInfo name="STM32F207 Flash"/>
  588. </targetInfos>
  589. </component>
  590. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Socket" Csub="UDP" Cvendor="Keil" Cversion="7.0.0" condition="Network Interface">
  591. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  592. <targetInfos>
  593. <targetInfo name="STM32F207 Flash"/>
  594. </targetInfos>
  595. </component>
  596. <component Cbundle="MDK-Pro" Cclass="File System" Cgroup="CORE" Cvariant="LFN" Cvendor="Keil" Cversion="6.5.0" condition="CMSIS Core with RTOS and File System I/O">
  597. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="7.0.0-beta"/>
  598. <targetInfos>
  599. <targetInfo name="STM32F207 Flash"/>
  600. </targetInfos>
  601. </component>
  602. <component Cbundle="MDK-Pro" Cclass="File System" Cgroup="Drive" Csub="Memory Card" Cvendor="Keil" Cversion="6.5.0" condition="File System and SD/MMC Driver" maxInstances="2">
  603. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="7.0.0-beta"/>
  604. <targetInfos>
  605. <targetInfo name="STM32F207 Flash"/>
  606. </targetInfos>
  607. </component>
  608. <component Capiversion="2.01" Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Cvendor="Keil" Cversion="2.01" condition="STM32F2 CMSIS_Driver ETH_MAC">
  609. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  610. <targetInfos>
  611. <targetInfo name="STM32F207 Flash"/>
  612. </targetInfos>
  613. </component>
  614. <component Capiversion="2.00" Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="ST802RT1" Cvendor="Keil" Cversion="6.00" condition="CMSIS Core">
  615. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="7.0.0-beta"/>
  616. <targetInfos>
  617. <targetInfo name="STM32F207 Flash"/>
  618. </targetInfos>
  619. </component>
  620. <component Capiversion="2.02" Cclass="CMSIS Driver" Cgroup="MCI" Cvendor="Keil" Cversion="2.02" condition="STM32F2 CMSIS_Driver MCI">
  621. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  622. <targetInfos>
  623. <targetInfo name="STM32F207 Flash"/>
  624. </targetInfos>
  625. </component>
  626. <component Cclass="Compiler" Cgroup="I/O" Csub="File" Cvariant="File System" Cvendor="Keil" Cversion="1.0.0" condition="ARMCC Cortex-M with File System">
  627. <package name="ARM_Compiler" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0"/>
  628. <targetInfos>
  629. <targetInfo name="STM32F207 Flash"/>
  630. </targetInfos>
  631. </component>
  632. <component Cclass="Compiler" Cgroup="I/O" Csub="STDERR" Cvariant="ITM" Cvendor="Keil" Cversion="1.0.0" condition="ARMCC Cortex-M with ITM">
  633. <package name="ARM_Compiler" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0"/>
  634. <targetInfos>
  635. <targetInfo name="STM32F207 Flash"/>
  636. </targetInfos>
  637. </component>
  638. <component Cclass="Compiler" Cgroup="I/O" Csub="STDIN" Cvariant="ITM" Cvendor="Keil" Cversion="1.0.0" condition="ARMCC Cortex-M with ITM">
  639. <package name="ARM_Compiler" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0"/>
  640. <targetInfos>
  641. <targetInfo name="STM32F207 Flash"/>
  642. </targetInfos>
  643. </component>
  644. <component Cclass="Compiler" Cgroup="I/O" Csub="STDOUT" Cvariant="ITM" Cvendor="Keil" Cversion="1.0.0" condition="ARMCC Cortex-M with ITM">
  645. <package name="ARM_Compiler" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0"/>
  646. <targetInfos>
  647. <targetInfo name="STM32F207 Flash"/>
  648. </targetInfos>
  649. </component>
  650. <component Cclass="Device" Cgroup="STM32Cube Framework" Csub="Classic" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 Framework Classic">
  651. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  652. <targetInfos>
  653. <targetInfo name="STM32F207 Flash"/>
  654. </targetInfos>
  655. </component>
  656. <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="Common" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 HAL Common">
  657. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  658. <targetInfos>
  659. <targetInfo name="STM32F207 Flash"/>
  660. </targetInfos>
  661. </component>
  662. <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="Cortex" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 HAL">
  663. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  664. <targetInfos>
  665. <targetInfo name="STM32F207 Flash"/>
  666. </targetInfos>
  667. </component>
  668. <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="DMA" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 HAL">
  669. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  670. <targetInfos>
  671. <targetInfo name="STM32F207 Flash"/>
  672. </targetInfos>
  673. </component>
  674. <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="GPIO" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 HAL">
  675. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  676. <targetInfos>
  677. <targetInfo name="STM32F207 Flash"/>
  678. </targetInfos>
  679. </component>
  680. <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="RCC" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 HAL GPIO">
  681. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  682. <targetInfos>
  683. <targetInfo name="STM32F207 Flash"/>
  684. </targetInfos>
  685. </component>
  686. <component Cclass="Device" Cgroup="STM32Cube HAL" Csub="SRAM" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 HAL DMA">
  687. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  688. <targetInfos>
  689. <targetInfo name="STM32F207 Flash"/>
  690. </targetInfos>
  691. </component>
  692. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.0.1" condition="STM32F2 CMSIS HAL">
  693. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  694. <targetInfos>
  695. <targetInfo name="STM32F207 Flash"/>
  696. </targetInfos>
  697. </component>
  698. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="Benchmark" Cvendor="wolfSSL" Cversion="" condition="wolfCrypt-Core">
  699. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  700. <targetInfos>
  701. <targetInfo name="STM32F207 Flash"/>
  702. </targetInfos>
  703. </component>
  704. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="" condition="wolfCrypt-Core">
  705. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  706. <targetInfos>
  707. <targetInfo name="STM32F207 Flash"/>
  708. </targetInfos>
  709. </component>
  710. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="Test" Cvendor="wolfSSL" Cversion="" condition="wolfCrypt-Core">
  711. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  712. <targetInfos>
  713. <targetInfo name="STM32F207 Flash"/>
  714. </targetInfos>
  715. </component>
  716. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="Core" Cvendor="wolfSSL" Cversion="" condition="wolfSSL-Core">
  717. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  718. <targetInfos>
  719. <targetInfo name="STM32F207 Flash"/>
  720. </targetInfos>
  721. </component>
  722. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="SimpleClient" Cvendor="wolfSSL" Cversion="" condition="wolfSSL-Core">
  723. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  724. <targetInfos>
  725. <targetInfo name="STM32F207 Flash"/>
  726. </targetInfos>
  727. </component>
  728. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="SimpleServer" Cvendor="wolfSSL" Cversion="" condition="wolfSSL-Core">
  729. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  730. <targetInfos>
  731. <targetInfo name="STM32F207 Flash"/>
  732. </targetInfos>
  733. </component>
  734. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="echoClient" Cvendor="wolfSSL" Cversion="" condition="wolfSSL-Core">
  735. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  736. <targetInfos>
  737. <targetInfo name="STM32F207 Flash"/>
  738. </targetInfos>
  739. </component>
  740. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="echoServer" Cvendor="wolfSSL" Cversion="" condition="wolfSSL-Core">
  741. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.2" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  742. <targetInfos>
  743. <targetInfo name="STM32F207 Flash"/>
  744. </targetInfos>
  745. </component>
  746. </components>
  747. <files>
  748. <file attr="config" category="source" name="CMSIS\RTOS\RTX\Templates\RTX_Conf_CM.c" version="4.70.1">
  749. <instance index="0">RTE\CMSIS\RTX_Conf_CM.c</instance>
  750. <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cvendor="ARM" Cversion="4.78.0" condition="Cortex-M Device Startup"/>
  751. <package name="CMSIS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="ARM" version="4.3.0"/>
  752. <targetInfos>
  753. <targetInfo name="STM32F207 Flash"/>
  754. </targetInfos>
  755. </file>
  756. <file attr="config" category="source" condition="K70F12" name="Device\Source\ARM\startup_MK70F12.s">
  757. <instance index="0" removed="1">RTE\Device\MK70FN1M0xxx12\startup_MK70F12.s</instance>
  758. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="Kinetis K70 CMSIS Device"/>
  759. <package name="Kinetis_K70_DFP" schemaVersion="1.0" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.1"/>
  760. <targetInfos/>
  761. </file>
  762. <file attr="config" category="source" condition="K70F12" name="Device\Source\system_MK70F12.c">
  763. <instance index="0" removed="1">RTE\Device\MK70FN1M0xxx12\system_MK70F12.c</instance>
  764. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="Kinetis K70 CMSIS Device"/>
  765. <package name="Kinetis_K70_DFP" schemaVersion="1.0" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.1"/>
  766. <targetInfos/>
  767. </file>
  768. <file attr="config" category="header" name="CMSIS\Driver\Config\RTE_Device.h" version="2.01">
  769. <instance index="0">RTE\Device\STM32F207IGHx\RTE_Device.h</instance>
  770. <component Cclass="Device" Cgroup="STM32Cube Framework" Csub="Classic" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 Framework Classic"/>
  771. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  772. <targetInfos>
  773. <targetInfo name="STM32F207 Flash"/>
  774. </targetInfos>
  775. </file>
  776. <file attr="config" category="source" condition="STM32F207xx_ARMCC" name="Drivers\CMSIS\Device\ST\STM32F2xx\Source\Templates\arm\startup_stm32f207xx.s" version="2.0.1">
  777. <instance index="0">RTE\Device\STM32F207IGHx\startup_stm32f207xx.s</instance>
  778. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.0.1" condition="STM32F2 CMSIS HAL"/>
  779. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  780. <targetInfos>
  781. <targetInfo name="STM32F207 Flash"/>
  782. </targetInfos>
  783. </file>
  784. <file attr="config" category="header" name="MDK\Templates\Inc\stm32f2xx_hal_conf.h">
  785. <instance index="0">RTE\Device\STM32F207IGHx\stm32f2xx_hal_conf.h</instance>
  786. <component Cclass="Device" Cgroup="STM32Cube Framework" Csub="Classic" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 Framework Classic"/>
  787. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  788. <targetInfos>
  789. <targetInfo name="STM32F207 Flash"/>
  790. </targetInfos>
  791. </file>
  792. <file attr="config" category="source" name="Drivers\CMSIS\Device\ST\STM32F2xx\Source\Templates\system_stm32f2xx.c" version="2.0.1">
  793. <instance index="0">RTE\Device\STM32F207IGHx\system_stm32f2xx.c</instance>
  794. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.0.1" condition="STM32F2 CMSIS HAL"/>
  795. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  796. <targetInfos>
  797. <targetInfo name="STM32F207 Flash"/>
  798. </targetInfos>
  799. </file>
  800. <file attr="config" category="header" name="RTE_Driver\Config\RTE_Device.h">
  801. <instance index="0" removed="1">RTE\Device\STM32F207IG\RTE_Device.h</instance>
  802. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="STM32F2xx CMSIS Device"/>
  803. <package name="STM32F2xx_DFP" schemaVersion="1.2" url="http://www.keil.com/pack" vendor="Keil" version="1.0.7"/>
  804. <targetInfos/>
  805. </file>
  806. <file attr="config" category="source" condition="STM32F207xx_ARMCC" name="Drivers\CMSIS\Device\ST\STM32F2xx\Source\Templates\arm\startup_stm32f207xx.s" version="2.0.1">
  807. <instance index="0" removed="1">RTE\Device\STM32F207IG\startup_stm32f207xx.s</instance>
  808. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.0.1" condition="STM32F2 CMSIS HAL"/>
  809. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  810. <targetInfos/>
  811. </file>
  812. <file attr="config" category="source" name="Device\Source\ARM\startup_stm32f2xx.s">
  813. <instance index="0" removed="1">RTE\Device\STM32F207IG\startup_stm32f2xx.s</instance>
  814. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="STM32F2xx CMSIS Device"/>
  815. <package name="STM32F2xx_DFP" schemaVersion="1.2" url="http://www.keil.com/pack" vendor="Keil" version="1.0.7"/>
  816. <targetInfos/>
  817. </file>
  818. <file attr="config" category="header" name="MDK\Templates\Inc\stm32f2xx_hal_conf.h">
  819. <instance index="0" removed="1">RTE\Device\STM32F207IG\stm32f2xx_hal_conf.h</instance>
  820. <component Cclass="Device" Cgroup="STM32Cube Framework" Csub="Classic" Cvendor="Keil" Cversion="1.0.1" condition="STM32F2 Framework Classic"/>
  821. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  822. <targetInfos/>
  823. </file>
  824. <file attr="config" category="source" name="Drivers\CMSIS\Device\ST\STM32F2xx\Source\Templates\system_stm32f2xx.c" version="2.0.1">
  825. <instance index="0" removed="1">RTE\Device\STM32F207IG\system_stm32f2xx.c</instance>
  826. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="2.0.1" condition="STM32F2 CMSIS HAL"/>
  827. <package name="STM32F2xx_DFP" schemaVersion="1.3" url="http://www.keil.com/pack" vendor="Keil" version="2.2.0"/>
  828. <targetInfos/>
  829. </file>
  830. <file attr="config" category="source" condition="TM4C129x" name="Device\Source\ARM\startup_TM4C129.s">
  831. <instance index="0" removed="1">RTE\Device\TM4C129ENCPDT\startup_TM4C129.s</instance>
  832. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="TM4C CMSIS Device"/>
  833. <package name="TM4C_DFP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0"/>
  834. <targetInfos/>
  835. </file>
  836. <file attr="config" category="source" condition="TM4C129x" name="Device\Source\system_tm4c129.c">
  837. <instance index="0" removed="1">RTE\Device\TM4C129ENCPDT\system_tm4c129.c</instance>
  838. <component Cclass="Device" Cgroup="Startup" Cvendor="Keil" Cversion="1.0.0" condition="TM4C CMSIS Device"/>
  839. <package name="TM4C_DFP" schemaVersion="1.2" url="http://www.keil.com/pack/" vendor="Keil" version="1.0.0"/>
  840. <targetInfos/>
  841. </file>
  842. <file attr="config" category="source" name="FileSystem\Config\FS_Config.c" version="6.2">
  843. <instance index="0">RTE\File_System\FS_Config.c</instance>
  844. <component Cbundle="MDK-Pro" Cclass="File System" Cgroup="CORE" Cvariant="SFN" Cvendor="Keil" Cversion="6.4.0" condition="CMSIS Core with RTOS and File System I/O"/>
  845. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="6.4.0"/>
  846. <targetInfos>
  847. <targetInfo name="STM32F207 Flash"/>
  848. </targetInfos>
  849. </file>
  850. <file attr="config" category="source" name="FileSystem\Config\FS_Config_MC.h" version="6.2">
  851. <instance index="0">RTE\File_System\FS_Config_MC_0.h</instance>
  852. <component Cbundle="MDK-Pro" Cclass="File System" Cgroup="Drive" Csub="Memory Card" Cvendor="Keil" Cversion="6.4.0" condition="File System and SD/MMC Driver" maxInstances="2"/>
  853. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="6.4.0"/>
  854. <targetInfos>
  855. <targetInfo name="STM32F207 Flash"/>
  856. </targetInfos>
  857. </file>
  858. <file attr="config" category="source" name="Network_DS\Config\Net_Config.c" version="7.0">
  859. <instance index="0">RTE\Network\Net_Config.c</instance>
  860. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="CORE" Cvariant="Release IPv4/IPv6" Cvendor="Keil" Cversion="7.0.0" condition="CMSIS Core with RTOS"/>
  861. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  862. <targetInfos>
  863. <targetInfo name="STM32F207 Flash"/>
  864. </targetInfos>
  865. </file>
  866. <file attr="config" category="source" name="Network_DS\Config\Net_Config_BSD.h" version="7.0">
  867. <instance index="0">RTE\Network\Net_Config_BSD.h</instance>
  868. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Socket" Csub="BSD" Cvendor="Keil" Cversion="7.0.0" condition="Network UDP/TCP"/>
  869. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  870. <targetInfos>
  871. <targetInfo name="STM32F207 Flash"/>
  872. </targetInfos>
  873. </file>
  874. <file attr="config" category="source" name="Network_DS\Config\Net_Config_DNS_Client.h" version="7.0">
  875. <instance index="0">RTE\Network\Net_Config_DNS_Client.h</instance>
  876. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Service" Csub="DNS Client" Cvendor="Keil" Cversion="7.0.0" condition="Network UDP"/>
  877. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  878. <targetInfos>
  879. <targetInfo name="STM32F207 Flash"/>
  880. </targetInfos>
  881. </file>
  882. <file attr="config" category="source" name="Network_DS\Config\Net_Config_ETH.h" version="7.0">
  883. <instance index="0">RTE\Network\Net_Config_ETH_0.h</instance>
  884. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Interface" Csub="ETH" Cvendor="Keil" Cversion="7.0.0" condition="Network Driver ETH" maxInstances="1"/>
  885. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  886. <targetInfos>
  887. <targetInfo name="STM32F207 Flash"/>
  888. </targetInfos>
  889. </file>
  890. <file attr="config" category="source" name="Network_DS\Config\Net_Config_TCP.h" version="7.0">
  891. <instance index="0">RTE\Network\Net_Config_TCP.h</instance>
  892. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Socket" Csub="TCP" Cvendor="Keil" Cversion="7.0.0" condition="Network Interface"/>
  893. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  894. <targetInfos>
  895. <targetInfo name="STM32F207 Flash"/>
  896. </targetInfos>
  897. </file>
  898. <file attr="config" category="source" name="Network_DS\Config\Net_Config_UDP.h" version="7.0">
  899. <instance index="0">RTE\Network\Net_Config_UDP.h</instance>
  900. <component Cbundle="MDK-Pro Dual Stack" Cclass="Network" Cgroup="Socket" Csub="UDP" Cvendor="Keil" Cversion="7.0.0" condition="Network Interface"/>
  901. <package name="MDK-Network_DS" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="0.10.0"/>
  902. <targetInfos>
  903. <targetInfo name="STM32F207 Flash"/>
  904. </targetInfos>
  905. </file>
  906. <file attr="config" category="source" name="Network\Config\Net_Debug.c" version="5.00">
  907. <instance index="0" removed="1">RTE\Network\Net_Debug.c</instance>
  908. <component Cbundle="MDK-Pro" Cclass="Network" Cgroup="CORE" Cvariant="Debug" Cvendor="Keil" Cversion="6.4.0" condition="CMSIS Core with RTOS"/>
  909. <package name="MDK-Middleware" schemaVersion="1.3" url="http://www.keil.com/pack/" vendor="Keil" version="6.4.0"/>
  910. <targetInfos/>
  911. </file>
  912. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\MDK-ARM\wolfSSL\config-Crypt.h">
  913. <instance index="0" removed="1">RTE\Other\config-Crypt.h</instance>
  914. <component Cclass="Other" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="2.7.0" condition="wolfCrypt-Core"/>
  915. <package name="wolfSSL" url="http://www.wolfSSL.com/keil/pack/" vendor="wolfSSL" version="2.7.0"/>
  916. <targetInfos/>
  917. </file>
  918. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\MDK-ARM\wolfSSL\config-wolfSSL.h">
  919. <instance index="0" removed="1">RTE\Other\config-wolfSSL.h</instance>
  920. <component Cclass="Other" Cgroup="wolfSSL" Csub="Core" Cvendor="wolfSSL" Cversion="2.7.0" condition="wolfSSL-Core"/>
  921. <package name="wolfSSL" url="http://www.wolfSSL.com/keil/pack/" vendor="wolfSSL" version="2.7.0"/>
  922. <targetInfos/>
  923. </file>
  924. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\MDK-ARM\wolfSSL\config-RTX-TCP-FS.h">
  925. <instance index="0" removed="1">RTE\Other\config-RTX-TCP-FS.h</instance>
  926. <component Cclass="Other" Cgroup="wolfSSL" Csub="RTX,TCP,FS" Cvendor="wolfSSL" Cversion="2.7.0" condition="wolfSSL-RTX,TCP,FS"/>
  927. <package name="wolfSSL" url="http://www.wolfSSL.com/keil/pack/" vendor="wolfSSL" version="2.7.0"/>
  928. <targetInfos/>
  929. </file>
  930. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\MDK-ARM\wolfSSL\config.h">
  931. <instance index="0" removed="1">RTE\Other\config.h</instance>
  932. <component Cclass="Other" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="2.7.0" condition="wolfCrypt-Core"/>
  933. <package name="wolfSSL" url="http://www.wolfSSL.com/keil/pack/" vendor="wolfSSL" version="2.7.0"/>
  934. <targetInfos/>
  935. </file>
  936. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\Conf\config-Crypt.h">
  937. <instance index="0">RTE\wolfSSL\config-Crypt.h</instance>
  938. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="3.9.0" condition="wolfCrypt-Core"/>
  939. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.0" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  940. <targetInfos>
  941. <targetInfo name="STM32F207 Flash"/>
  942. </targetInfos>
  943. </file>
  944. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\MDK-ARM\wolfSSL\config-wolfSSL.h">
  945. <instance index="0" removed="1">RTE\wolfSSL\config-wolfSSL.h</instance>
  946. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="Core" Cvendor="wolfSSL" Cversion="3.9.0" condition="wolfSSL-Core"/>
  947. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-Licnese.txt" name="wolfSSL" schemaVersion="1.0" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  948. <targetInfos/>
  949. </file>
  950. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\Conf\config-wolfSSL.h">
  951. <instance index="0">RTE\wolfSSL\config-wolfSSL.h</instance>
  952. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfSSL" Csub="Core" Cvendor="wolfSSL" Cversion="3.9.0" condition="wolfSSL-Core"/>
  953. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.0" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  954. <targetInfos>
  955. <targetInfo name="STM32F207 Flash"/>
  956. </targetInfos>
  957. </file>
  958. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\MDK-ARM\wolfSSL\config.h">
  959. <instance index="0" removed="1">RTE\wolfSSL\config.h</instance>
  960. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="3.9.0" condition="wolfCrypt-Core"/>
  961. <package name="wolfSSL" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  962. <targetInfos/>
  963. </file>
  964. <file attr="config" category="header" name="wolfssl\wolfssl\wolfcrypt\settings.h">
  965. <instance index="0" removed="1">RTE\wolfSSL\settings.h</instance>
  966. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="3.9.0" condition="wolfCrypt-Core"/>
  967. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.0" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  968. <targetInfos/>
  969. </file>
  970. <file attr="config" category="header" name="wolfssl\IDE\MDK5-ARM\Conf\user_settings.h">
  971. <instance index="0">..\..\Conf\user_settings.h</instance>
  972. <component Cbundle="wolfSSL" Cclass="wolfSSL" Cgroup="wolfCrypt" Csub="CORE" Cvendor="wolfSSL" Cversion="3.9.0" condition="wolfCrypt-Core"/>
  973. <package license="wolfssl\IDE\MDK5-ARM\Docs\wolfSSL-License.txt" name="wolfSSL" schemaVersion="1.0" url="http://www.wolfSSL.com/files/ide" vendor="wolfSSL" version="3.9.0"/>
  974. <targetInfos>
  975. <targetInfo name="STM32F207 Flash"/>
  976. </targetInfos>
  977. </file>
  978. </files>
  979. </RTE>
  980. </Project>