project.uvprojx 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200
  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>rt-thread</TargetName>
  8. <ToolsetNumber>0x4</ToolsetNumber>
  9. <ToolsetName>ARM-ADS</ToolsetName>
  10. <uAC6>0</uAC6>
  11. <TargetOption>
  12. <TargetCommonOption>
  13. <Device>STM32L496VGTx</Device>
  14. <Vendor>STMicroelectronics</Vendor>
  15. <PackID>Keil.STM32L4xx_DFP.2.0.0</PackID>
  16. <PackURL>http://www.keil.com/pack</PackURL>
  17. <Cpu>IRAM(0x20000000-0x2004FFFF) IROM(0x8000000-0x80FFFFF) CLOCK(8000000) FPU2 CPUTYPE("Cortex-M4")</Cpu>
  18. <FlashUtilSpec />
  19. <StartupFile />
  20. <FlashDriverDll />
  21. <DeviceId />
  22. <RegisterFile />
  23. <MemoryEnv />
  24. <Cmp />
  25. <Asm />
  26. <Linker />
  27. <OHString />
  28. <InfinionOptionDll />
  29. <SLE66CMisc />
  30. <SLE66AMisc />
  31. <SLE66LinkerMisc />
  32. <SFDFile>$$Device:STM32L496VGTx$CMSIS\SVD\STM32L4x6.svd</SFDFile>
  33. <bCustSvd>0</bCustSvd>
  34. <UseEnv>0</UseEnv>
  35. <BinPath />
  36. <IncludePath />
  37. <LibPath />
  38. <RegisterFilePath />
  39. <DBRegisterFilePath />
  40. <TargetStatus>
  41. <Error>0</Error>
  42. <ExitCodeStop>0</ExitCodeStop>
  43. <ButtonStop>0</ButtonStop>
  44. <NotGenerated>0</NotGenerated>
  45. <InvalidFlash>1</InvalidFlash>
  46. </TargetStatus>
  47. <OutputDirectory>.\build\keil\Obj\</OutputDirectory>
  48. <OutputName>rt-thread</OutputName>
  49. <CreateExecutable>1</CreateExecutable>
  50. <CreateLib>0</CreateLib>
  51. <CreateHexFile>0</CreateHexFile>
  52. <DebugInformation>1</DebugInformation>
  53. <BrowseInformation>0</BrowseInformation>
  54. <ListingPath>.\build\keil\List\</ListingPath>
  55. <HexFormatSelection>1</HexFormatSelection>
  56. <Merge32K>0</Merge32K>
  57. <CreateBatchFile>0</CreateBatchFile>
  58. <BeforeCompile>
  59. <RunUserProg1>0</RunUserProg1>
  60. <RunUserProg2>0</RunUserProg2>
  61. <UserProg1Name />
  62. <UserProg2Name />
  63. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  64. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  65. <nStopU1X>0</nStopU1X>
  66. <nStopU2X>0</nStopU2X>
  67. </BeforeCompile>
  68. <BeforeMake>
  69. <RunUserProg1>0</RunUserProg1>
  70. <RunUserProg2>0</RunUserProg2>
  71. <UserProg1Name />
  72. <UserProg2Name />
  73. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  74. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  75. <nStopB1X>0</nStopB1X>
  76. <nStopB2X>0</nStopB2X>
  77. </BeforeMake>
  78. <AfterMake>
  79. <RunUserProg1>1</RunUserProg1>
  80. <RunUserProg2>0</RunUserProg2>
  81. <UserProg1Name>fromelf --bin !L --output rtthread.bin</UserProg1Name>
  82. <UserProg2Name />
  83. <UserProg1Dos16Mode>0</UserProg1Dos16Mode>
  84. <UserProg2Dos16Mode>0</UserProg2Dos16Mode>
  85. <nStopA1X>0</nStopA1X>
  86. <nStopA2X>0</nStopA2X>
  87. </AfterMake>
  88. <SelectedForBatchBuild>0</SelectedForBatchBuild>
  89. <SVCSIdString />
  90. </TargetCommonOption>
  91. <CommonProperty>
  92. <UseCPPCompiler>0</UseCPPCompiler>
  93. <RVCTCodeConst>0</RVCTCodeConst>
  94. <RVCTZI>0</RVCTZI>
  95. <RVCTOtherData>0</RVCTOtherData>
  96. <ModuleSelection>0</ModuleSelection>
  97. <IncludeInBuild>1</IncludeInBuild>
  98. <AlwaysBuild>0</AlwaysBuild>
  99. <GenerateAssemblyFile>0</GenerateAssemblyFile>
  100. <AssembleAssemblyFile>0</AssembleAssemblyFile>
  101. <PublicsOnly>0</PublicsOnly>
  102. <StopOnExitCode>3</StopOnExitCode>
  103. <CustomArgument />
  104. <IncludeLibraryModules />
  105. <ComprImg>1</ComprImg>
  106. </CommonProperty>
  107. <DllOption>
  108. <SimDllName>SARMCM3.DLL</SimDllName>
  109. <SimDllArguments>-REMAP -MPU</SimDllArguments>
  110. <SimDlgDll>DCM.DLL</SimDlgDll>
  111. <SimDlgDllArguments>-pCM4</SimDlgDllArguments>
  112. <TargetDllName>SARMCM3.DLL</TargetDllName>
  113. <TargetDllArguments>-MPU</TargetDllArguments>
  114. <TargetDlgDll>TCM.DLL</TargetDlgDll>
  115. <TargetDlgDllArguments>-pCM4</TargetDlgDllArguments>
  116. </DllOption>
  117. <DebugOption>
  118. <OPTHX>
  119. <HexSelection>1</HexSelection>
  120. <HexRangeLowAddress>0</HexRangeLowAddress>
  121. <HexRangeHighAddress>0</HexRangeHighAddress>
  122. <HexOffset>0</HexOffset>
  123. <Oh166RecLen>16</Oh166RecLen>
  124. </OPTHX>
  125. </DebugOption>
  126. <Utilities>
  127. <Flash1>
  128. <UseTargetDll>1</UseTargetDll>
  129. <UseExternalTool>0</UseExternalTool>
  130. <RunIndependent>0</RunIndependent>
  131. <UpdateFlashBeforeDebugging>1</UpdateFlashBeforeDebugging>
  132. <Capability>1</Capability>
  133. <DriverSelection>4107</DriverSelection>
  134. </Flash1>
  135. <bUseTDR>1</bUseTDR>
  136. <Flash2>STLink\ST-LINKIII-KEIL_SWO.dll</Flash2>
  137. <Flash3 />
  138. <Flash4 />
  139. <pFcarmOut />
  140. <pFcarmGrp />
  141. <pFcArmRoot />
  142. <FcArmLst>0</FcArmLst>
  143. </Utilities>
  144. <TargetArmAds>
  145. <ArmAdsMisc>
  146. <GenerateListings>0</GenerateListings>
  147. <asHll>1</asHll>
  148. <asAsm>1</asAsm>
  149. <asMacX>1</asMacX>
  150. <asSyms>1</asSyms>
  151. <asFals>1</asFals>
  152. <asDbgD>1</asDbgD>
  153. <asForm>1</asForm>
  154. <ldLst>0</ldLst>
  155. <ldmm>1</ldmm>
  156. <ldXref>1</ldXref>
  157. <BigEnd>0</BigEnd>
  158. <AdsALst>1</AdsALst>
  159. <AdsACrf>1</AdsACrf>
  160. <AdsANop>0</AdsANop>
  161. <AdsANot>0</AdsANot>
  162. <AdsLLst>1</AdsLLst>
  163. <AdsLmap>1</AdsLmap>
  164. <AdsLcgr>1</AdsLcgr>
  165. <AdsLsym>1</AdsLsym>
  166. <AdsLszi>1</AdsLszi>
  167. <AdsLtoi>1</AdsLtoi>
  168. <AdsLsun>1</AdsLsun>
  169. <AdsLven>1</AdsLven>
  170. <AdsLsxf>1</AdsLsxf>
  171. <RvctClst>0</RvctClst>
  172. <GenPPlst>0</GenPPlst>
  173. <AdsCpuType>"Cortex-M4"</AdsCpuType>
  174. <RvctDeviceName />
  175. <mOS>0</mOS>
  176. <uocRom>0</uocRom>
  177. <uocRam>0</uocRam>
  178. <hadIROM>1</hadIROM>
  179. <hadIRAM>1</hadIRAM>
  180. <hadXRAM>0</hadXRAM>
  181. <uocXRam>0</uocXRam>
  182. <RvdsVP>2</RvdsVP>
  183. <RvdsMve>0</RvdsMve>
  184. <hadIRAM2>0</hadIRAM2>
  185. <hadIROM2>0</hadIROM2>
  186. <StupSel>8</StupSel>
  187. <useUlib>1</useUlib>
  188. <EndSel>0</EndSel>
  189. <uLtcg>0</uLtcg>
  190. <nSecure>0</nSecure>
  191. <RoSelD>3</RoSelD>
  192. <RwSelD>3</RwSelD>
  193. <CodeSel>0</CodeSel>
  194. <OptFeed>0</OptFeed>
  195. <NoZi1>0</NoZi1>
  196. <NoZi2>0</NoZi2>
  197. <NoZi3>0</NoZi3>
  198. <NoZi4>0</NoZi4>
  199. <NoZi5>0</NoZi5>
  200. <Ro1Chk>0</Ro1Chk>
  201. <Ro2Chk>0</Ro2Chk>
  202. <Ro3Chk>0</Ro3Chk>
  203. <Ir1Chk>1</Ir1Chk>
  204. <Ir2Chk>0</Ir2Chk>
  205. <Ra1Chk>0</Ra1Chk>
  206. <Ra2Chk>0</Ra2Chk>
  207. <Ra3Chk>0</Ra3Chk>
  208. <Im1Chk>1</Im1Chk>
  209. <Im2Chk>0</Im2Chk>
  210. <OnChipMemories>
  211. <Ocm1>
  212. <Type>0</Type>
  213. <StartAddress>0x0</StartAddress>
  214. <Size>0x0</Size>
  215. </Ocm1>
  216. <Ocm2>
  217. <Type>0</Type>
  218. <StartAddress>0x0</StartAddress>
  219. <Size>0x0</Size>
  220. </Ocm2>
  221. <Ocm3>
  222. <Type>0</Type>
  223. <StartAddress>0x0</StartAddress>
  224. <Size>0x0</Size>
  225. </Ocm3>
  226. <Ocm4>
  227. <Type>0</Type>
  228. <StartAddress>0x0</StartAddress>
  229. <Size>0x0</Size>
  230. </Ocm4>
  231. <Ocm5>
  232. <Type>0</Type>
  233. <StartAddress>0x0</StartAddress>
  234. <Size>0x0</Size>
  235. </Ocm5>
  236. <Ocm6>
  237. <Type>0</Type>
  238. <StartAddress>0x0</StartAddress>
  239. <Size>0x0</Size>
  240. </Ocm6>
  241. <IRAM>
  242. <Type>0</Type>
  243. <StartAddress>0x20000000</StartAddress>
  244. <Size>0x50000</Size>
  245. </IRAM>
  246. <IROM>
  247. <Type>1</Type>
  248. <StartAddress>0x8000000</StartAddress>
  249. <Size>0x100000</Size>
  250. </IROM>
  251. <XRAM>
  252. <Type>0</Type>
  253. <StartAddress>0x0</StartAddress>
  254. <Size>0x0</Size>
  255. </XRAM>
  256. <OCR_RVCT1>
  257. <Type>1</Type>
  258. <StartAddress>0x0</StartAddress>
  259. <Size>0x0</Size>
  260. </OCR_RVCT1>
  261. <OCR_RVCT2>
  262. <Type>1</Type>
  263. <StartAddress>0x0</StartAddress>
  264. <Size>0x0</Size>
  265. </OCR_RVCT2>
  266. <OCR_RVCT3>
  267. <Type>1</Type>
  268. <StartAddress>0x0</StartAddress>
  269. <Size>0x0</Size>
  270. </OCR_RVCT3>
  271. <OCR_RVCT4>
  272. <Type>1</Type>
  273. <StartAddress>0x8000000</StartAddress>
  274. <Size>0x100000</Size>
  275. </OCR_RVCT4>
  276. <OCR_RVCT5>
  277. <Type>1</Type>
  278. <StartAddress>0x0</StartAddress>
  279. <Size>0x0</Size>
  280. </OCR_RVCT5>
  281. <OCR_RVCT6>
  282. <Type>0</Type>
  283. <StartAddress>0x0</StartAddress>
  284. <Size>0x0</Size>
  285. </OCR_RVCT6>
  286. <OCR_RVCT7>
  287. <Type>0</Type>
  288. <StartAddress>0x0</StartAddress>
  289. <Size>0x0</Size>
  290. </OCR_RVCT7>
  291. <OCR_RVCT8>
  292. <Type>0</Type>
  293. <StartAddress>0x0</StartAddress>
  294. <Size>0x0</Size>
  295. </OCR_RVCT8>
  296. <OCR_RVCT9>
  297. <Type>0</Type>
  298. <StartAddress>0x20000000</StartAddress>
  299. <Size>0x50000</Size>
  300. </OCR_RVCT9>
  301. <OCR_RVCT10>
  302. <Type>0</Type>
  303. <StartAddress>0x0</StartAddress>
  304. <Size>0x0</Size>
  305. </OCR_RVCT10>
  306. </OnChipMemories>
  307. <RvctStartVector />
  308. </ArmAdsMisc>
  309. <Cads>
  310. <interw>1</interw>
  311. <Optim>1</Optim>
  312. <oTime>0</oTime>
  313. <SplitLS>0</SplitLS>
  314. <OneElfS>1</OneElfS>
  315. <Strict>0</Strict>
  316. <EnumInt>0</EnumInt>
  317. <PlainCh>0</PlainCh>
  318. <Ropi>0</Ropi>
  319. <Rwpi>0</Rwpi>
  320. <wLevel>0</wLevel>
  321. <uThumb>0</uThumb>
  322. <uSurpInc>0</uSurpInc>
  323. <uC99>1</uC99>
  324. <uGnu>0</uGnu>
  325. <useXO>0</useXO>
  326. <v6Lang>1</v6Lang>
  327. <v6LangP>1</v6LangP>
  328. <vShortEn>1</vShortEn>
  329. <vShortWch>1</vShortWch>
  330. <v6Lto>0</v6Lto>
  331. <v6WtE>0</v6WtE>
  332. <v6Rtti>0</v6Rtti>
  333. <VariousControls>
  334. <MiscControls />
  335. <Define>__STDC_LIMIT_MACROS, RT_USING_ARMLIBC, STM32L496xx, USE_HAL_DRIVER, RT_USING_LIBC, __CLK_TCK=RT_TICK_PER_SECOND, __RTTHREAD__</Define>
  336. <Undefine />
  337. <IncludePath>..\..\..\libcpu\arm\cortex-m4;..\..\..\components\libc\compilers\common\extension\fcntl\octal;.;..\libraries\HAL_Drivers\CMSIS\Include;..\..\..\components\libc\compilers\common\include;..\libraries\HAL_Drivers\drivers;..\..\..\libcpu\arm\common;board\ports;..\libraries\HAL_Drivers\drivers\config;..\..\..\components\finsh;..\..\..\components\libc\posix\io\epoll;board\CubeMX_Config\Inc;board;..\libraries\HAL_Drivers;..\..\..\components\drivers\include;..\..\..\include;..\libraries\STM32L4xx_HAL\CMSIS\Device\ST\STM32L4xx\Include;..\..\..\components\libc\posix\io\eventfd;..\..\..\components\libc\posix\io\poll;..\..\..\components\drivers\include;..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Inc;applications;..\..\..\components\libc\compilers\common\extension;..\..\..\components\drivers\include;..\..\..\components\drivers\include;..\..\..\components\libc\posix\ipc</IncludePath>
  338. </VariousControls>
  339. </Cads>
  340. <Aads>
  341. <interw>1</interw>
  342. <Ropi>0</Ropi>
  343. <Rwpi>0</Rwpi>
  344. <thumb>0</thumb>
  345. <SplitLS>0</SplitLS>
  346. <SwStkChk>0</SwStkChk>
  347. <NoWarn>0</NoWarn>
  348. <uSurpInc>0</uSurpInc>
  349. <useXO>0</useXO>
  350. <uClangAs>0</uClangAs>
  351. <VariousControls>
  352. <MiscControls />
  353. <Define />
  354. <Undefine />
  355. <IncludePath />
  356. </VariousControls>
  357. </Aads>
  358. <LDads>
  359. <umfTarg>0</umfTarg>
  360. <Ropi>0</Ropi>
  361. <Rwpi>0</Rwpi>
  362. <noStLib>0</noStLib>
  363. <RepFail>1</RepFail>
  364. <useFile>0</useFile>
  365. <TextAddressRange>0x08000000</TextAddressRange>
  366. <DataAddressRange>0x20000000</DataAddressRange>
  367. <pXoBase />
  368. <ScatterFile>.\board\linker_scripts\link.sct</ScatterFile>
  369. <IncludeLibs />
  370. <IncludeLibsPath />
  371. <Misc />
  372. <LinkerInputFile />
  373. <DisabledWarnings />
  374. </LDads>
  375. </TargetArmAds>
  376. </TargetOption>
  377. <Groups>
  378. <Group>
  379. <GroupName>Applications</GroupName>
  380. <Files>
  381. <File>
  382. <FileName>main.c</FileName>
  383. <FileType>1</FileType>
  384. <FilePath>applications\main.c</FilePath>
  385. </File>
  386. </Files>
  387. </Group>
  388. <Group>
  389. <GroupName>Compiler</GroupName>
  390. <Files>
  391. <File>
  392. <FileName>syscall_mem.c</FileName>
  393. <FileType>1</FileType>
  394. <FilePath>..\..\..\components\libc\compilers\armlibc\syscall_mem.c</FilePath>
  395. </File>
  396. </Files>
  397. <Files>
  398. <File>
  399. <FileName>syscalls.c</FileName>
  400. <FileType>1</FileType>
  401. <FilePath>..\..\..\components\libc\compilers\armlibc\syscalls.c</FilePath>
  402. </File>
  403. </Files>
  404. <Files>
  405. <File>
  406. <FileName>cctype.c</FileName>
  407. <FileType>1</FileType>
  408. <FilePath>..\..\..\components\libc\compilers\common\cctype.c</FilePath>
  409. </File>
  410. </Files>
  411. <Files>
  412. <File>
  413. <FileName>cstdlib.c</FileName>
  414. <FileType>1</FileType>
  415. <FilePath>..\..\..\components\libc\compilers\common\cstdlib.c</FilePath>
  416. </File>
  417. </Files>
  418. <Files>
  419. <File>
  420. <FileName>cstring.c</FileName>
  421. <FileType>1</FileType>
  422. <FilePath>..\..\..\components\libc\compilers\common\cstring.c</FilePath>
  423. </File>
  424. </Files>
  425. <Files>
  426. <File>
  427. <FileName>ctime.c</FileName>
  428. <FileType>1</FileType>
  429. <FilePath>..\..\..\components\libc\compilers\common\ctime.c</FilePath>
  430. </File>
  431. </Files>
  432. <Files>
  433. <File>
  434. <FileName>cunistd.c</FileName>
  435. <FileType>1</FileType>
  436. <FilePath>..\..\..\components\libc\compilers\common\cunistd.c</FilePath>
  437. </File>
  438. </Files>
  439. <Files>
  440. <File>
  441. <FileName>cwchar.c</FileName>
  442. <FileType>1</FileType>
  443. <FilePath>..\..\..\components\libc\compilers\common\cwchar.c</FilePath>
  444. </File>
  445. </Files>
  446. </Group>
  447. <Group>
  448. <GroupName>DeviceDrivers</GroupName>
  449. <Files>
  450. <File>
  451. <FileName>device.c</FileName>
  452. <FileType>1</FileType>
  453. <FilePath>..\..\..\components\drivers\core\device.c</FilePath>
  454. <FileOption>
  455. <FileArmAds>
  456. <Cads>
  457. <VariousControls>
  458. <MiscControls> </MiscControls>
  459. <Define>__RT_IPC_SOURCE__</Define>
  460. <Undefine> </Undefine>
  461. <IncludePath> </IncludePath>
  462. </VariousControls>
  463. </Cads>
  464. </FileArmAds>
  465. </FileOption>
  466. </File>
  467. </Files>
  468. <Files>
  469. <File>
  470. <FileName>completion.c</FileName>
  471. <FileType>1</FileType>
  472. <FilePath>..\..\..\components\drivers\ipc\completion.c</FilePath>
  473. <FileOption>
  474. <FileArmAds>
  475. <Cads>
  476. <VariousControls>
  477. <MiscControls> </MiscControls>
  478. <Define>__RT_IPC_SOURCE__</Define>
  479. <Undefine> </Undefine>
  480. <IncludePath> </IncludePath>
  481. </VariousControls>
  482. </Cads>
  483. </FileArmAds>
  484. </FileOption>
  485. </File>
  486. </Files>
  487. <Files>
  488. <File>
  489. <FileName>dataqueue.c</FileName>
  490. <FileType>1</FileType>
  491. <FilePath>..\..\..\components\drivers\ipc\dataqueue.c</FilePath>
  492. <FileOption>
  493. <FileArmAds>
  494. <Cads>
  495. <VariousControls>
  496. <MiscControls> </MiscControls>
  497. <Define>__RT_IPC_SOURCE__</Define>
  498. <Undefine> </Undefine>
  499. <IncludePath> </IncludePath>
  500. </VariousControls>
  501. </Cads>
  502. </FileArmAds>
  503. </FileOption>
  504. </File>
  505. </Files>
  506. <Files>
  507. <File>
  508. <FileName>pipe.c</FileName>
  509. <FileType>1</FileType>
  510. <FilePath>..\..\..\components\drivers\ipc\pipe.c</FilePath>
  511. <FileOption>
  512. <FileArmAds>
  513. <Cads>
  514. <VariousControls>
  515. <MiscControls> </MiscControls>
  516. <Define>__RT_IPC_SOURCE__</Define>
  517. <Undefine> </Undefine>
  518. <IncludePath> </IncludePath>
  519. </VariousControls>
  520. </Cads>
  521. </FileArmAds>
  522. </FileOption>
  523. </File>
  524. </Files>
  525. <Files>
  526. <File>
  527. <FileName>ringblk_buf.c</FileName>
  528. <FileType>1</FileType>
  529. <FilePath>..\..\..\components\drivers\ipc\ringblk_buf.c</FilePath>
  530. <FileOption>
  531. <FileArmAds>
  532. <Cads>
  533. <VariousControls>
  534. <MiscControls> </MiscControls>
  535. <Define>__RT_IPC_SOURCE__</Define>
  536. <Undefine> </Undefine>
  537. <IncludePath> </IncludePath>
  538. </VariousControls>
  539. </Cads>
  540. </FileArmAds>
  541. </FileOption>
  542. </File>
  543. </Files>
  544. <Files>
  545. <File>
  546. <FileName>ringbuffer.c</FileName>
  547. <FileType>1</FileType>
  548. <FilePath>..\..\..\components\drivers\ipc\ringbuffer.c</FilePath>
  549. <FileOption>
  550. <FileArmAds>
  551. <Cads>
  552. <VariousControls>
  553. <MiscControls> </MiscControls>
  554. <Define>__RT_IPC_SOURCE__</Define>
  555. <Undefine> </Undefine>
  556. <IncludePath> </IncludePath>
  557. </VariousControls>
  558. </Cads>
  559. </FileArmAds>
  560. </FileOption>
  561. </File>
  562. </Files>
  563. <Files>
  564. <File>
  565. <FileName>waitqueue.c</FileName>
  566. <FileType>1</FileType>
  567. <FilePath>..\..\..\components\drivers\ipc\waitqueue.c</FilePath>
  568. <FileOption>
  569. <FileArmAds>
  570. <Cads>
  571. <VariousControls>
  572. <MiscControls> </MiscControls>
  573. <Define>__RT_IPC_SOURCE__</Define>
  574. <Undefine> </Undefine>
  575. <IncludePath> </IncludePath>
  576. </VariousControls>
  577. </Cads>
  578. </FileArmAds>
  579. </FileOption>
  580. </File>
  581. </Files>
  582. <Files>
  583. <File>
  584. <FileName>workqueue.c</FileName>
  585. <FileType>1</FileType>
  586. <FilePath>..\..\..\components\drivers\ipc\workqueue.c</FilePath>
  587. <FileOption>
  588. <FileArmAds>
  589. <Cads>
  590. <VariousControls>
  591. <MiscControls> </MiscControls>
  592. <Define>__RT_IPC_SOURCE__</Define>
  593. <Undefine> </Undefine>
  594. <IncludePath> </IncludePath>
  595. </VariousControls>
  596. </Cads>
  597. </FileArmAds>
  598. </FileOption>
  599. </File>
  600. </Files>
  601. <Files>
  602. <File>
  603. <FileName>pin.c</FileName>
  604. <FileType>1</FileType>
  605. <FilePath>..\..\..\components\drivers\pin\pin.c</FilePath>
  606. <FileOption>
  607. <FileArmAds>
  608. <Cads>
  609. <VariousControls>
  610. <MiscControls> </MiscControls>
  611. <Define>__RT_IPC_SOURCE__</Define>
  612. <Undefine> </Undefine>
  613. <IncludePath> </IncludePath>
  614. </VariousControls>
  615. </Cads>
  616. </FileArmAds>
  617. </FileOption>
  618. </File>
  619. </Files>
  620. <Files>
  621. <File>
  622. <FileName>serial.c</FileName>
  623. <FileType>1</FileType>
  624. <FilePath>..\..\..\components\drivers\serial\serial.c</FilePath>
  625. <FileOption>
  626. <FileArmAds>
  627. <Cads>
  628. <VariousControls>
  629. <MiscControls> </MiscControls>
  630. <Define>__RT_IPC_SOURCE__</Define>
  631. <Undefine> </Undefine>
  632. <IncludePath> </IncludePath>
  633. </VariousControls>
  634. </Cads>
  635. </FileArmAds>
  636. </FileOption>
  637. </File>
  638. </Files>
  639. </Group>
  640. <Group>
  641. <GroupName>Drivers</GroupName>
  642. <Files>
  643. <File>
  644. <FileName>drv_gpio.c</FileName>
  645. <FileType>1</FileType>
  646. <FilePath>..\libraries\HAL_Drivers\drivers\drv_gpio.c</FilePath>
  647. </File>
  648. </Files>
  649. <Files>
  650. <File>
  651. <FileName>drv_usart.c</FileName>
  652. <FileType>1</FileType>
  653. <FilePath>..\libraries\HAL_Drivers\drivers\drv_usart.c</FilePath>
  654. </File>
  655. </Files>
  656. <Files>
  657. <File>
  658. <FileName>drv_common.c</FileName>
  659. <FileType>1</FileType>
  660. <FilePath>..\libraries\HAL_Drivers\drv_common.c</FilePath>
  661. </File>
  662. </Files>
  663. <Files>
  664. <File>
  665. <FileName>startup_stm32l496xx.s</FileName>
  666. <FileType>2</FileType>
  667. <FilePath>..\libraries\STM32L4xx_HAL\CMSIS\Device\ST\STM32L4xx\Source\Templates\arm\startup_stm32l496xx.s</FilePath>
  668. </File>
  669. </Files>
  670. <Files>
  671. <File>
  672. <FileName>stm32l4xx_hal_msp.c</FileName>
  673. <FileType>1</FileType>
  674. <FilePath>board\CubeMX_Config\Src\stm32l4xx_hal_msp.c</FilePath>
  675. </File>
  676. </Files>
  677. <Files>
  678. <File>
  679. <FileName>board.c</FileName>
  680. <FileType>1</FileType>
  681. <FilePath>board\board.c</FilePath>
  682. </File>
  683. </Files>
  684. </Group>
  685. <Group>
  686. <GroupName>Finsh</GroupName>
  687. <Files>
  688. <File>
  689. <FileName>shell.c</FileName>
  690. <FileType>1</FileType>
  691. <FilePath>..\..\..\components\finsh\shell.c</FilePath>
  692. </File>
  693. </Files>
  694. <Files>
  695. <File>
  696. <FileName>msh.c</FileName>
  697. <FileType>1</FileType>
  698. <FilePath>..\..\..\components\finsh\msh.c</FilePath>
  699. </File>
  700. </Files>
  701. <Files>
  702. <File>
  703. <FileName>msh_parse.c</FileName>
  704. <FileType>1</FileType>
  705. <FilePath>..\..\..\components\finsh\msh_parse.c</FilePath>
  706. </File>
  707. </Files>
  708. <Files>
  709. <File>
  710. <FileName>cmd.c</FileName>
  711. <FileType>1</FileType>
  712. <FilePath>..\..\..\components\finsh\cmd.c</FilePath>
  713. </File>
  714. </Files>
  715. </Group>
  716. <Group>
  717. <GroupName>Kernel</GroupName>
  718. <Files>
  719. <File>
  720. <FileName>clock.c</FileName>
  721. <FileType>1</FileType>
  722. <FilePath>..\..\..\src\clock.c</FilePath>
  723. <FileOption>
  724. <FileArmAds>
  725. <Cads>
  726. <VariousControls>
  727. <MiscControls> </MiscControls>
  728. <Define>__RT_KERNEL_SOURCE__</Define>
  729. <Undefine> </Undefine>
  730. <IncludePath> </IncludePath>
  731. </VariousControls>
  732. </Cads>
  733. </FileArmAds>
  734. </FileOption>
  735. </File>
  736. </Files>
  737. <Files>
  738. <File>
  739. <FileName>components.c</FileName>
  740. <FileType>1</FileType>
  741. <FilePath>..\..\..\src\components.c</FilePath>
  742. <FileOption>
  743. <FileArmAds>
  744. <Cads>
  745. <VariousControls>
  746. <MiscControls> </MiscControls>
  747. <Define>__RT_KERNEL_SOURCE__</Define>
  748. <Undefine> </Undefine>
  749. <IncludePath> </IncludePath>
  750. </VariousControls>
  751. </Cads>
  752. </FileArmAds>
  753. </FileOption>
  754. </File>
  755. </Files>
  756. <Files>
  757. <File>
  758. <FileName>idle.c</FileName>
  759. <FileType>1</FileType>
  760. <FilePath>..\..\..\src\idle.c</FilePath>
  761. <FileOption>
  762. <FileArmAds>
  763. <Cads>
  764. <VariousControls>
  765. <MiscControls> </MiscControls>
  766. <Define>__RT_KERNEL_SOURCE__</Define>
  767. <Undefine> </Undefine>
  768. <IncludePath> </IncludePath>
  769. </VariousControls>
  770. </Cads>
  771. </FileArmAds>
  772. </FileOption>
  773. </File>
  774. </Files>
  775. <Files>
  776. <File>
  777. <FileName>ipc.c</FileName>
  778. <FileType>1</FileType>
  779. <FilePath>..\..\..\src\ipc.c</FilePath>
  780. <FileOption>
  781. <FileArmAds>
  782. <Cads>
  783. <VariousControls>
  784. <MiscControls> </MiscControls>
  785. <Define>__RT_KERNEL_SOURCE__</Define>
  786. <Undefine> </Undefine>
  787. <IncludePath> </IncludePath>
  788. </VariousControls>
  789. </Cads>
  790. </FileArmAds>
  791. </FileOption>
  792. </File>
  793. </Files>
  794. <Files>
  795. <File>
  796. <FileName>irq.c</FileName>
  797. <FileType>1</FileType>
  798. <FilePath>..\..\..\src\irq.c</FilePath>
  799. <FileOption>
  800. <FileArmAds>
  801. <Cads>
  802. <VariousControls>
  803. <MiscControls> </MiscControls>
  804. <Define>__RT_KERNEL_SOURCE__</Define>
  805. <Undefine> </Undefine>
  806. <IncludePath> </IncludePath>
  807. </VariousControls>
  808. </Cads>
  809. </FileArmAds>
  810. </FileOption>
  811. </File>
  812. </Files>
  813. <Files>
  814. <File>
  815. <FileName>kstdio.c</FileName>
  816. <FileType>1</FileType>
  817. <FilePath>..\..\..\src\klibc\kstdio.c</FilePath>
  818. <FileOption>
  819. <FileArmAds>
  820. <Cads>
  821. <VariousControls>
  822. <MiscControls> </MiscControls>
  823. <Define>__RT_KERNEL_SOURCE__</Define>
  824. <Undefine> </Undefine>
  825. <IncludePath> </IncludePath>
  826. </VariousControls>
  827. </Cads>
  828. </FileArmAds>
  829. </FileOption>
  830. </File>
  831. </Files>
  832. <Files>
  833. <File>
  834. <FileName>kstring.c</FileName>
  835. <FileType>1</FileType>
  836. <FilePath>..\..\..\src\klibc\kstring.c</FilePath>
  837. <FileOption>
  838. <FileArmAds>
  839. <Cads>
  840. <VariousControls>
  841. <MiscControls> </MiscControls>
  842. <Define>__RT_KERNEL_SOURCE__</Define>
  843. <Undefine> </Undefine>
  844. <IncludePath> </IncludePath>
  845. </VariousControls>
  846. </Cads>
  847. </FileArmAds>
  848. </FileOption>
  849. </File>
  850. </Files>
  851. <Files>
  852. <File>
  853. <FileName>kservice.c</FileName>
  854. <FileType>1</FileType>
  855. <FilePath>..\..\..\src\kservice.c</FilePath>
  856. <FileOption>
  857. <FileArmAds>
  858. <Cads>
  859. <VariousControls>
  860. <MiscControls> </MiscControls>
  861. <Define>__RT_KERNEL_SOURCE__</Define>
  862. <Undefine> </Undefine>
  863. <IncludePath> </IncludePath>
  864. </VariousControls>
  865. </Cads>
  866. </FileArmAds>
  867. </FileOption>
  868. </File>
  869. </Files>
  870. <Files>
  871. <File>
  872. <FileName>mem.c</FileName>
  873. <FileType>1</FileType>
  874. <FilePath>..\..\..\src\mem.c</FilePath>
  875. <FileOption>
  876. <FileArmAds>
  877. <Cads>
  878. <VariousControls>
  879. <MiscControls> </MiscControls>
  880. <Define>__RT_KERNEL_SOURCE__</Define>
  881. <Undefine> </Undefine>
  882. <IncludePath> </IncludePath>
  883. </VariousControls>
  884. </Cads>
  885. </FileArmAds>
  886. </FileOption>
  887. </File>
  888. </Files>
  889. <Files>
  890. <File>
  891. <FileName>mempool.c</FileName>
  892. <FileType>1</FileType>
  893. <FilePath>..\..\..\src\mempool.c</FilePath>
  894. <FileOption>
  895. <FileArmAds>
  896. <Cads>
  897. <VariousControls>
  898. <MiscControls> </MiscControls>
  899. <Define>__RT_KERNEL_SOURCE__</Define>
  900. <Undefine> </Undefine>
  901. <IncludePath> </IncludePath>
  902. </VariousControls>
  903. </Cads>
  904. </FileArmAds>
  905. </FileOption>
  906. </File>
  907. </Files>
  908. <Files>
  909. <File>
  910. <FileName>object.c</FileName>
  911. <FileType>1</FileType>
  912. <FilePath>..\..\..\src\object.c</FilePath>
  913. <FileOption>
  914. <FileArmAds>
  915. <Cads>
  916. <VariousControls>
  917. <MiscControls> </MiscControls>
  918. <Define>__RT_KERNEL_SOURCE__</Define>
  919. <Undefine> </Undefine>
  920. <IncludePath> </IncludePath>
  921. </VariousControls>
  922. </Cads>
  923. </FileArmAds>
  924. </FileOption>
  925. </File>
  926. </Files>
  927. <Files>
  928. <File>
  929. <FileName>scheduler_comm.c</FileName>
  930. <FileType>1</FileType>
  931. <FilePath>..\..\..\src\scheduler_comm.c</FilePath>
  932. <FileOption>
  933. <FileArmAds>
  934. <Cads>
  935. <VariousControls>
  936. <MiscControls> </MiscControls>
  937. <Define>__RT_KERNEL_SOURCE__</Define>
  938. <Undefine> </Undefine>
  939. <IncludePath> </IncludePath>
  940. </VariousControls>
  941. </Cads>
  942. </FileArmAds>
  943. </FileOption>
  944. </File>
  945. </Files>
  946. <Files>
  947. <File>
  948. <FileName>scheduler_up.c</FileName>
  949. <FileType>1</FileType>
  950. <FilePath>..\..\..\src\scheduler_up.c</FilePath>
  951. <FileOption>
  952. <FileArmAds>
  953. <Cads>
  954. <VariousControls>
  955. <MiscControls> </MiscControls>
  956. <Define>__RT_KERNEL_SOURCE__</Define>
  957. <Undefine> </Undefine>
  958. <IncludePath> </IncludePath>
  959. </VariousControls>
  960. </Cads>
  961. </FileArmAds>
  962. </FileOption>
  963. </File>
  964. </Files>
  965. <Files>
  966. <File>
  967. <FileName>thread.c</FileName>
  968. <FileType>1</FileType>
  969. <FilePath>..\..\..\src\thread.c</FilePath>
  970. <FileOption>
  971. <FileArmAds>
  972. <Cads>
  973. <VariousControls>
  974. <MiscControls> </MiscControls>
  975. <Define>__RT_KERNEL_SOURCE__</Define>
  976. <Undefine> </Undefine>
  977. <IncludePath> </IncludePath>
  978. </VariousControls>
  979. </Cads>
  980. </FileArmAds>
  981. </FileOption>
  982. </File>
  983. </Files>
  984. <Files>
  985. <File>
  986. <FileName>timer.c</FileName>
  987. <FileType>1</FileType>
  988. <FilePath>..\..\..\src\timer.c</FilePath>
  989. <FileOption>
  990. <FileArmAds>
  991. <Cads>
  992. <VariousControls>
  993. <MiscControls> </MiscControls>
  994. <Define>__RT_KERNEL_SOURCE__</Define>
  995. <Undefine> </Undefine>
  996. <IncludePath> </IncludePath>
  997. </VariousControls>
  998. </Cads>
  999. </FileArmAds>
  1000. </FileOption>
  1001. </File>
  1002. </Files>
  1003. </Group>
  1004. <Group>
  1005. <GroupName>libcpu</GroupName>
  1006. <Files>
  1007. <File>
  1008. <FileName>atomic_arm.c</FileName>
  1009. <FileType>1</FileType>
  1010. <FilePath>..\..\..\libcpu\arm\common\atomic_arm.c</FilePath>
  1011. </File>
  1012. </Files>
  1013. <Files>
  1014. <File>
  1015. <FileName>div0.c</FileName>
  1016. <FileType>1</FileType>
  1017. <FilePath>..\..\..\libcpu\arm\common\div0.c</FilePath>
  1018. </File>
  1019. </Files>
  1020. <Files>
  1021. <File>
  1022. <FileName>showmem.c</FileName>
  1023. <FileType>1</FileType>
  1024. <FilePath>..\..\..\libcpu\arm\common\showmem.c</FilePath>
  1025. </File>
  1026. </Files>
  1027. <Files>
  1028. <File>
  1029. <FileName>context_rvds.S</FileName>
  1030. <FileType>2</FileType>
  1031. <FilePath>..\..\..\libcpu\arm\cortex-m4\context_rvds.S</FilePath>
  1032. </File>
  1033. </Files>
  1034. <Files>
  1035. <File>
  1036. <FileName>cpuport.c</FileName>
  1037. <FileType>1</FileType>
  1038. <FilePath>..\..\..\libcpu\arm\cortex-m4\cpuport.c</FilePath>
  1039. </File>
  1040. </Files>
  1041. </Group>
  1042. <Group>
  1043. <GroupName>Libraries</GroupName>
  1044. <Files>
  1045. <File>
  1046. <FileName>stm32l4xx_hal_cryp.c</FileName>
  1047. <FileType>1</FileType>
  1048. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cryp.c</FilePath>
  1049. </File>
  1050. </Files>
  1051. <Files>
  1052. <File>
  1053. <FileName>stm32l4xx_hal_uart.c</FileName>
  1054. <FileType>1</FileType>
  1055. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart.c</FilePath>
  1056. </File>
  1057. </Files>
  1058. <Files>
  1059. <File>
  1060. <FileName>stm32l4xx_hal_usart.c</FileName>
  1061. <FileType>1</FileType>
  1062. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_usart.c</FilePath>
  1063. </File>
  1064. </Files>
  1065. <Files>
  1066. <File>
  1067. <FileName>stm32l4xx_hal_cortex.c</FileName>
  1068. <FileType>1</FileType>
  1069. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cortex.c</FilePath>
  1070. </File>
  1071. </Files>
  1072. <Files>
  1073. <File>
  1074. <FileName>stm32l4xx_hal_gpio.c</FileName>
  1075. <FileType>1</FileType>
  1076. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_gpio.c</FilePath>
  1077. </File>
  1078. </Files>
  1079. <Files>
  1080. <File>
  1081. <FileName>stm32l4xx_hal_dma.c</FileName>
  1082. <FileType>1</FileType>
  1083. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma.c</FilePath>
  1084. </File>
  1085. </Files>
  1086. <Files>
  1087. <File>
  1088. <FileName>stm32l4xx_hal_pwr.c</FileName>
  1089. <FileType>1</FileType>
  1090. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr.c</FilePath>
  1091. </File>
  1092. </Files>
  1093. <Files>
  1094. <File>
  1095. <FileName>stm32l4xx_hal_rcc_ex.c</FileName>
  1096. <FileType>1</FileType>
  1097. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc_ex.c</FilePath>
  1098. </File>
  1099. </Files>
  1100. <Files>
  1101. <File>
  1102. <FileName>stm32l4xx_hal_rcc.c</FileName>
  1103. <FileType>1</FileType>
  1104. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rcc.c</FilePath>
  1105. </File>
  1106. </Files>
  1107. <Files>
  1108. <File>
  1109. <FileName>stm32l4xx_hal_dma_ex.c</FileName>
  1110. <FileType>1</FileType>
  1111. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_dma_ex.c</FilePath>
  1112. </File>
  1113. </Files>
  1114. <Files>
  1115. <File>
  1116. <FileName>stm32l4xx_hal_exti.c</FileName>
  1117. <FileType>1</FileType>
  1118. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_exti.c</FilePath>
  1119. </File>
  1120. </Files>
  1121. <Files>
  1122. <File>
  1123. <FileName>stm32l4xx_hal_crc.c</FileName>
  1124. <FileType>1</FileType>
  1125. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc.c</FilePath>
  1126. </File>
  1127. </Files>
  1128. <Files>
  1129. <File>
  1130. <FileName>stm32l4xx_hal.c</FileName>
  1131. <FileType>1</FileType>
  1132. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal.c</FilePath>
  1133. </File>
  1134. </Files>
  1135. <Files>
  1136. <File>
  1137. <FileName>stm32l4xx_hal_usart_ex.c</FileName>
  1138. <FileType>1</FileType>
  1139. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_usart_ex.c</FilePath>
  1140. </File>
  1141. </Files>
  1142. <Files>
  1143. <File>
  1144. <FileName>stm32l4xx_hal_uart_ex.c</FileName>
  1145. <FileType>1</FileType>
  1146. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_uart_ex.c</FilePath>
  1147. </File>
  1148. </Files>
  1149. <Files>
  1150. <File>
  1151. <FileName>stm32l4xx_hal_crc_ex.c</FileName>
  1152. <FileType>1</FileType>
  1153. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_crc_ex.c</FilePath>
  1154. </File>
  1155. </Files>
  1156. <Files>
  1157. <File>
  1158. <FileName>stm32l4xx_hal_comp.c</FileName>
  1159. <FileType>1</FileType>
  1160. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_comp.c</FilePath>
  1161. </File>
  1162. </Files>
  1163. <Files>
  1164. <File>
  1165. <FileName>stm32l4xx_hal_pwr_ex.c</FileName>
  1166. <FileType>1</FileType>
  1167. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_pwr_ex.c</FilePath>
  1168. </File>
  1169. </Files>
  1170. <Files>
  1171. <File>
  1172. <FileName>stm32l4xx_hal_rng.c</FileName>
  1173. <FileType>1</FileType>
  1174. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_rng.c</FilePath>
  1175. </File>
  1176. </Files>
  1177. <Files>
  1178. <File>
  1179. <FileName>system_stm32l4xx.c</FileName>
  1180. <FileType>1</FileType>
  1181. <FilePath>..\libraries\STM32L4xx_HAL\CMSIS\Device\ST\STM32L4xx\Source\Templates\system_stm32l4xx.c</FilePath>
  1182. </File>
  1183. </Files>
  1184. <Files>
  1185. <File>
  1186. <FileName>stm32l4xx_hal_cryp_ex.c</FileName>
  1187. <FileType>1</FileType>
  1188. <FilePath>..\libraries\STM32L4xx_HAL\STM32L4xx_HAL_Driver\Src\stm32l4xx_hal_cryp_ex.c</FilePath>
  1189. </File>
  1190. </Files>
  1191. </Group>
  1192. </Groups>
  1193. </Target>
  1194. </Targets>
  1195. <RTE>
  1196. <apis />
  1197. <components />
  1198. <files />
  1199. </RTE>
  1200. </Project>