project.ewp 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428
  1. <project>
  2. <fileVersion>4</fileVersion>
  3. <configuration>
  4. <name>rtthread</name>
  5. <toolchain>
  6. <name>ARM</name>
  7. </toolchain>
  8. <debug>1</debug>
  9. <settings>
  10. <name>General</name>
  11. <archiveVersion>3</archiveVersion>
  12. <data>
  13. <version>36</version>
  14. <wantNonLocal>1</wantNonLocal>
  15. <debug>1</debug>
  16. <option>
  17. <name>BrowseInfoPath</name>
  18. <state>rtthread\BrowseInfo</state>
  19. </option>
  20. <option>
  21. <name>ExePath</name>
  22. <state>build\iar\Exe</state>
  23. </option>
  24. <option>
  25. <name>ObjPath</name>
  26. <state>build\iar\Obj</state>
  27. </option>
  28. <option>
  29. <name>ListPath</name>
  30. <state>build\iar\List</state>
  31. </option>
  32. <option>
  33. <name>GEndianMode</name>
  34. <state>0</state>
  35. </option>
  36. <option>
  37. <name>Input description</name>
  38. <state>Automatic choice of formatter, without multibyte support.</state>
  39. </option>
  40. <option>
  41. <name>Output description</name>
  42. <state>Automatic choice of formatter, without multibyte support.</state>
  43. </option>
  44. <option>
  45. <name>GOutputBinary</name>
  46. <state>0</state>
  47. </option>
  48. <option>
  49. <name>OGCoreOrChip</name>
  50. <state>1</state>
  51. </option>
  52. <option>
  53. <name>GRuntimeLibSelect</name>
  54. <version>0</version>
  55. <state>1</state>
  56. </option>
  57. <option>
  58. <name>GRuntimeLibSelectSlave</name>
  59. <version>0</version>
  60. <state>1</state>
  61. </option>
  62. <option>
  63. <name>RTDescription</name>
  64. <state>A compact configuration of the C/C++14 runtime library. No locale interface, C locale, no file descriptor support, no multibytes in printf and scanf, and no hex floats in strtod.</state>
  65. </option>
  66. <option>
  67. <name>OGProductVersion</name>
  68. <state>6.30.6.53380</state>
  69. </option>
  70. <option>
  71. <name>OGLastSavedByProductVersion</name>
  72. <state>9.40.1.63870</state>
  73. </option>
  74. <option>
  75. <name>OGChipSelectEditMenu</name>
  76. <state>MIMXRT1176xxxA_M7 NXP MIMXRT1176xxxA_M7</state>
  77. </option>
  78. <option>
  79. <name>GenLowLevelInterface</name>
  80. <state>1</state>
  81. </option>
  82. <option>
  83. <name>GEndianModeBE</name>
  84. <state>1</state>
  85. </option>
  86. <option>
  87. <name>OGBufferedTerminalOutput</name>
  88. <state>0</state>
  89. </option>
  90. <option>
  91. <name>GenStdoutInterface</name>
  92. <state>0</state>
  93. </option>
  94. <option>
  95. <name>RTConfigPath2</name>
  96. <state>$TOOLKIT_DIR$\inc\c\DLib_Config_Normal.h</state>
  97. </option>
  98. <option>
  99. <name>GBECoreSlave</name>
  100. <version>33</version>
  101. <state>41</state>
  102. </option>
  103. <option>
  104. <name>OGUseCmsis</name>
  105. <state>1</state>
  106. </option>
  107. <option>
  108. <name>OGUseCmsisDspLib</name>
  109. <state>0</state>
  110. </option>
  111. <option>
  112. <name>GRuntimeLibThreads</name>
  113. <state>0</state>
  114. </option>
  115. <option>
  116. <name>CoreVariant</name>
  117. <version>33</version>
  118. <state>41</state>
  119. </option>
  120. <option>
  121. <name>GFPUDeviceSlave</name>
  122. <state>MIMXRT1176xxxA_M7 NXP MIMXRT1176xxxA_M7</state>
  123. </option>
  124. <option>
  125. <name>FPU2</name>
  126. <version>0</version>
  127. <state>0</state>
  128. </option>
  129. <option>
  130. <name>NrRegs</name>
  131. <version>0</version>
  132. <state>0</state>
  133. </option>
  134. <option>
  135. <name>NEON</name>
  136. <state>0</state>
  137. </option>
  138. <option>
  139. <name>GFPUCoreSlave2</name>
  140. <version>33</version>
  141. <state>41</state>
  142. </option>
  143. <option>
  144. <name>OGCMSISPackSelectDevice</name>
  145. </option>
  146. <option>
  147. <name>OgLibHeap</name>
  148. <state>0</state>
  149. </option>
  150. <option>
  151. <name>OGLibAdditionalLocale</name>
  152. <state>0</state>
  153. </option>
  154. <option>
  155. <name>OGPrintfVariant</name>
  156. <version>0</version>
  157. <state>0</state>
  158. </option>
  159. <option>
  160. <name>OGPrintfMultibyteSupport</name>
  161. <state>0</state>
  162. </option>
  163. <option>
  164. <name>OGScanfVariant</name>
  165. <version>0</version>
  166. <state>0</state>
  167. </option>
  168. <option>
  169. <name>OGScanfMultibyteSupport</name>
  170. <state>0</state>
  171. </option>
  172. <option>
  173. <name>GenLocaleTags</name>
  174. <state />
  175. </option>
  176. <option>
  177. <name>GenLocaleDisplayOnly</name>
  178. <state />
  179. </option>
  180. <option>
  181. <name>DSPExtension</name>
  182. <state>1</state>
  183. </option>
  184. <option>
  185. <name>TrustZone</name>
  186. <state>0</state>
  187. </option>
  188. <option>
  189. <name>TrustZoneModes</name>
  190. <version>0</version>
  191. <state>0</state>
  192. </option>
  193. <option>
  194. <name>OGAarch64Abi</name>
  195. <state>0</state>
  196. </option>
  197. <option>
  198. <name>OG_32_64Device</name>
  199. <state>0</state>
  200. </option>
  201. <option>
  202. <name>BuildFilesPath</name>
  203. <state>rtthread</state>
  204. </option>
  205. <option>
  206. <name>PointerAuthentication</name>
  207. <state>0</state>
  208. </option>
  209. <option>
  210. <name>FPU64</name>
  211. <state>1</state>
  212. </option>
  213. <option>
  214. <name>OG_32_64DeviceCoreSlave</name>
  215. <version>33</version>
  216. <state>41</state>
  217. </option>
  218. </data>
  219. </settings>
  220. <settings>
  221. <name>ICCARM</name>
  222. <archiveVersion>2</archiveVersion>
  223. <data>
  224. <version>38</version>
  225. <wantNonLocal>1</wantNonLocal>
  226. <debug>1</debug>
  227. <option>
  228. <name>CCOptimizationNoSizeConstraints</name>
  229. <state>0</state>
  230. </option>
  231. <option>
  232. <name>CCDefines</name>
  233. <state />
  234. <state>CLOCKS_PER_SEC=RT_TICK_PER_SECOND</state>
  235. <state>RT_USING_DLIBC</state>
  236. <state>RT_USING_LIBC</state>
  237. <state>_DLIB_ADD_EXTRA_SYMBOLS=0</state>
  238. <state>CPU_MIMXRT1176DVMAA_cm7</state>
  239. <state>XIP_BOOT_HEADER_ENABLE=1</state>
  240. <state>XIP_BOOT_HEADER_DCD_ENABLE=1</state>
  241. <state>FSL_SDK_ENABLE_DRIVER_CACHE_CONTROL=1</state>
  242. <state>XIP_EXTERNAL_FLASH=1</state>
  243. <state>ARM_MATH_CM7</state>
  244. <state>USE_SDRAM</state>
  245. <state>ENDIANNESS</state>
  246. <state>USE_RTOS</state>
  247. <state>__RTTHREAD__</state>
  248. <state>__RT_IPC_SOURCE__</state>
  249. <state>__RT_KERNEL_SOURCE__</state>
  250. </option>
  251. <option>
  252. <name>CCPreprocFile</name>
  253. <state>0</state>
  254. </option>
  255. <option>
  256. <name>CCPreprocComments</name>
  257. <state>0</state>
  258. </option>
  259. <option>
  260. <name>CCPreprocLine</name>
  261. <state>0</state>
  262. </option>
  263. <option>
  264. <name>CCListCFile</name>
  265. <state>0</state>
  266. </option>
  267. <option>
  268. <name>CCListCMnemonics</name>
  269. <state>0</state>
  270. </option>
  271. <option>
  272. <name>CCListCMessages</name>
  273. <state>0</state>
  274. </option>
  275. <option>
  276. <name>CCListAssFile</name>
  277. <state>0</state>
  278. </option>
  279. <option>
  280. <name>CCListAssSource</name>
  281. <state>0</state>
  282. </option>
  283. <option>
  284. <name>CCEnableRemarks</name>
  285. <state>0</state>
  286. </option>
  287. <option>
  288. <name>CCDiagSuppress</name>
  289. <state>Pa082,Pa050,Pe167</state>
  290. </option>
  291. <option>
  292. <name>CCDiagRemark</name>
  293. <state />
  294. </option>
  295. <option>
  296. <name>CCDiagWarning</name>
  297. <state />
  298. </option>
  299. <option>
  300. <name>CCDiagError</name>
  301. <state />
  302. </option>
  303. <option>
  304. <name>CCObjPrefix</name>
  305. <state>1</state>
  306. </option>
  307. <option>
  308. <name>CCAllowList</name>
  309. <version>1</version>
  310. <state>00000000</state>
  311. </option>
  312. <option>
  313. <name>CCDebugInfo</name>
  314. <state>1</state>
  315. </option>
  316. <option>
  317. <name>IEndianMode</name>
  318. <state>1</state>
  319. </option>
  320. <option>
  321. <name>IProcessor</name>
  322. <state>1</state>
  323. </option>
  324. <option>
  325. <name>IExtraOptionsCheck</name>
  326. <state>0</state>
  327. </option>
  328. <option>
  329. <name>IExtraOptions</name>
  330. <state />
  331. </option>
  332. <option>
  333. <name>CCLangConformance</name>
  334. <state>0</state>
  335. </option>
  336. <option>
  337. <name>CCSignedPlainChar</name>
  338. <state>1</state>
  339. </option>
  340. <option>
  341. <name>CCRequirePrototypes</name>
  342. <state>0</state>
  343. </option>
  344. <option>
  345. <name>CCDiagWarnAreErr</name>
  346. <state>0</state>
  347. </option>
  348. <option>
  349. <name>CCCompilerRuntimeInfo</name>
  350. <state>0</state>
  351. </option>
  352. <option>
  353. <name>IFpuProcessor</name>
  354. <state>1</state>
  355. </option>
  356. <option>
  357. <name>OutputFile</name>
  358. <state>$FILE_BNAME$.o</state>
  359. </option>
  360. <option>
  361. <name>CCLibConfigHeader</name>
  362. <state>1</state>
  363. </option>
  364. <option>
  365. <name>PreInclude</name>
  366. <state />
  367. </option>
  368. <option>
  369. <name>CCIncludePath2</name>
  370. <state />
  371. <state>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176</state>
  372. <state>$PROJ_DIR$\..\..\libraries\MIMXRT1170\CMSIS\Include</state>
  373. <state>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\class</state>
  374. <state>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost</state>
  375. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\posix\io\eventfd</state>
  376. <state>$PROJ_DIR$\..\..\libraries\drivers</state>
  377. <state>$PROJ_DIR$\..\..\..\..\..\..\components\net\netdev\include</state>
  378. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\include</state>
  379. <state>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\cm7</state>
  380. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\posix\io\epoll</state>
  381. <state>$PROJ_DIR$\..\..\..\..\..\..\components\finsh</state>
  382. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\extension</state>
  383. <state>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers</state>
  384. <state>$PROJ_DIR$\.</state>
  385. <state>$PROJ_DIR$\xip</state>
  386. <state>$PROJ_DIR$\board</state>
  387. <state>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\include</state>
  388. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\posix\io\poll</state>
  389. <state>$PROJ_DIR$\board\MCUX_Config</state>
  390. <state>$PROJ_DIR$\..\..\..\..\..\..\include</state>
  391. <state>$PROJ_DIR$\board\ports</state>
  392. <state>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\cortex-m7</state>
  393. <state>$PROJ_DIR$\applications</state>
  394. <state>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\include</state>
  395. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\posix\ipc</state>
  396. <state>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\extension\fcntl\octal</state>
  397. <state>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\common</state>
  398. <state>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\core</state>
  399. </option>
  400. <option>
  401. <name>CCStdIncCheck</name>
  402. <state>0</state>
  403. </option>
  404. <option>
  405. <name>CCCodeSection</name>
  406. <state>.text</state>
  407. </option>
  408. <option>
  409. <name>IProcessorMode2</name>
  410. <state>1</state>
  411. </option>
  412. <option>
  413. <name>CCOptLevel</name>
  414. <state>1</state>
  415. </option>
  416. <option>
  417. <name>CCOptStrategy</name>
  418. <version>0</version>
  419. <state>0</state>
  420. </option>
  421. <option>
  422. <name>CCOptLevelSlave</name>
  423. <state>1</state>
  424. </option>
  425. <option>
  426. <name>CCPosIndRopi</name>
  427. <state>0</state>
  428. </option>
  429. <option>
  430. <name>CCPosIndRwpi</name>
  431. <state>0</state>
  432. </option>
  433. <option>
  434. <name>CCPosIndNoDynInit</name>
  435. <state>0</state>
  436. </option>
  437. <option>
  438. <name>IccLang</name>
  439. <state>0</state>
  440. </option>
  441. <option>
  442. <name>IccCDialect</name>
  443. <state>1</state>
  444. </option>
  445. <option>
  446. <name>IccAllowVLA</name>
  447. <state>0</state>
  448. </option>
  449. <option>
  450. <name>IccStaticDestr</name>
  451. <state>1</state>
  452. </option>
  453. <option>
  454. <name>IccCppInlineSemantics</name>
  455. <state>0</state>
  456. </option>
  457. <option>
  458. <name>IccCmsis</name>
  459. <state>1</state>
  460. </option>
  461. <option>
  462. <name>IccFloatSemantics</name>
  463. <state>0</state>
  464. </option>
  465. <option>
  466. <name>CCNoLiteralPool</name>
  467. <state>0</state>
  468. </option>
  469. <option>
  470. <name>CCOptStrategySlave</name>
  471. <version>0</version>
  472. <state>0</state>
  473. </option>
  474. <option>
  475. <name>CCGuardCalls</name>
  476. <state>1</state>
  477. </option>
  478. <option>
  479. <name>CCEncSource</name>
  480. <state>0</state>
  481. </option>
  482. <option>
  483. <name>CCEncOutput</name>
  484. <state>0</state>
  485. </option>
  486. <option>
  487. <name>CCEncOutputBom</name>
  488. <state>1</state>
  489. </option>
  490. <option>
  491. <name>CCEncInput</name>
  492. <state>0</state>
  493. </option>
  494. <option>
  495. <name>IccExceptions2</name>
  496. <state>0</state>
  497. </option>
  498. <option>
  499. <name>IccRTTI2</name>
  500. <state>0</state>
  501. </option>
  502. <option>
  503. <name>OICompilerExtraOption</name>
  504. <state>1</state>
  505. </option>
  506. <option>
  507. <name>CCStackProtection</name>
  508. <state>0</state>
  509. </option>
  510. <option>
  511. <name>CCPointerAutentiction</name>
  512. <state>0</state>
  513. </option>
  514. <option>
  515. <name>CCBranchTargetIdentification</name>
  516. <state>0</state>
  517. </option>
  518. </data>
  519. </settings>
  520. <settings>
  521. <name>AARM</name>
  522. <archiveVersion>2</archiveVersion>
  523. <data>
  524. <version>12</version>
  525. <wantNonLocal>1</wantNonLocal>
  526. <debug>1</debug>
  527. <option>
  528. <name>AObjPrefix</name>
  529. <state>1</state>
  530. </option>
  531. <option>
  532. <name>AEndian</name>
  533. <state>1</state>
  534. </option>
  535. <option>
  536. <name>ACaseSensitivity</name>
  537. <state>1</state>
  538. </option>
  539. <option>
  540. <name>MacroChars</name>
  541. <version>0</version>
  542. <state>0</state>
  543. </option>
  544. <option>
  545. <name>AWarnEnable</name>
  546. <state>0</state>
  547. </option>
  548. <option>
  549. <name>AWarnWhat</name>
  550. <state>0</state>
  551. </option>
  552. <option>
  553. <name>AWarnOne</name>
  554. <state />
  555. </option>
  556. <option>
  557. <name>AWarnRange1</name>
  558. <state />
  559. </option>
  560. <option>
  561. <name>AWarnRange2</name>
  562. <state />
  563. </option>
  564. <option>
  565. <name>ADebug</name>
  566. <state>1</state>
  567. </option>
  568. <option>
  569. <name>AltRegisterNames</name>
  570. <state>0</state>
  571. </option>
  572. <option>
  573. <name>ADefines</name>
  574. <state />
  575. </option>
  576. <option>
  577. <name>AList</name>
  578. <state>0</state>
  579. </option>
  580. <option>
  581. <name>AListHeader</name>
  582. <state>1</state>
  583. </option>
  584. <option>
  585. <name>AListing</name>
  586. <state>1</state>
  587. </option>
  588. <option>
  589. <name>Includes</name>
  590. <state>0</state>
  591. </option>
  592. <option>
  593. <name>MacDefs</name>
  594. <state>0</state>
  595. </option>
  596. <option>
  597. <name>MacExps</name>
  598. <state>1</state>
  599. </option>
  600. <option>
  601. <name>MacExec</name>
  602. <state>0</state>
  603. </option>
  604. <option>
  605. <name>OnlyAssed</name>
  606. <state>0</state>
  607. </option>
  608. <option>
  609. <name>MultiLine</name>
  610. <state>0</state>
  611. </option>
  612. <option>
  613. <name>PageLengthCheck</name>
  614. <state>0</state>
  615. </option>
  616. <option>
  617. <name>PageLength</name>
  618. <state>80</state>
  619. </option>
  620. <option>
  621. <name>TabSpacing</name>
  622. <state>8</state>
  623. </option>
  624. <option>
  625. <name>AXRef</name>
  626. <state>0</state>
  627. </option>
  628. <option>
  629. <name>AXRefDefines</name>
  630. <state>0</state>
  631. </option>
  632. <option>
  633. <name>AXRefInternal</name>
  634. <state>0</state>
  635. </option>
  636. <option>
  637. <name>AXRefDual</name>
  638. <state>0</state>
  639. </option>
  640. <option>
  641. <name>AProcessor</name>
  642. <state>1</state>
  643. </option>
  644. <option>
  645. <name>AFpuProcessor</name>
  646. <state>1</state>
  647. </option>
  648. <option>
  649. <name>AOutputFile</name>
  650. <state>$FILE_BNAME$.o</state>
  651. </option>
  652. <option>
  653. <name>ALimitErrorsCheck</name>
  654. <state>0</state>
  655. </option>
  656. <option>
  657. <name>ALimitErrorsEdit</name>
  658. <state>100</state>
  659. </option>
  660. <option>
  661. <name>AIgnoreStdInclude</name>
  662. <state>0</state>
  663. </option>
  664. <option>
  665. <name>AUserIncludes</name>
  666. <state />
  667. </option>
  668. <option>
  669. <name>AExtraOptionsCheckV2</name>
  670. <state>0</state>
  671. </option>
  672. <option>
  673. <name>AExtraOptionsV2</name>
  674. <state />
  675. </option>
  676. <option>
  677. <name>AsmNoLiteralPool</name>
  678. <state>0</state>
  679. </option>
  680. <option>
  681. <name>PreInclude</name>
  682. <state />
  683. </option>
  684. <option>
  685. <name>A_32_64Device</name>
  686. <state>1</state>
  687. </option>
  688. </data>
  689. </settings>
  690. <settings>
  691. <name>OBJCOPY</name>
  692. <archiveVersion>0</archiveVersion>
  693. <data>
  694. <version>1</version>
  695. <wantNonLocal>1</wantNonLocal>
  696. <debug>1</debug>
  697. <option>
  698. <name>OOCOutputFormat</name>
  699. <version>3</version>
  700. <state>0</state>
  701. </option>
  702. <option>
  703. <name>OCOutputOverride</name>
  704. <state>0</state>
  705. </option>
  706. <option>
  707. <name>OOCOutputFile</name>
  708. <state>template.srec</state>
  709. </option>
  710. <option>
  711. <name>OOCCommandLineProducer</name>
  712. <state>1</state>
  713. </option>
  714. <option>
  715. <name>OOCObjCopyEnable</name>
  716. <state>0</state>
  717. </option>
  718. </data>
  719. </settings>
  720. <settings>
  721. <name>CUSTOM</name>
  722. <archiveVersion>3</archiveVersion>
  723. <data>
  724. <extensions />
  725. <cmdline />
  726. <hasPrio>1</hasPrio>
  727. <buildSequence>inputOutputBased</buildSequence>
  728. </data>
  729. </settings>
  730. <settings>
  731. <name>ILINK</name>
  732. <archiveVersion>0</archiveVersion>
  733. <data>
  734. <version>27</version>
  735. <wantNonLocal>1</wantNonLocal>
  736. <debug>1</debug>
  737. <option>
  738. <name>IlinkLibIOConfig</name>
  739. <state>1</state>
  740. </option>
  741. <option>
  742. <name>IlinkInputFileSlave</name>
  743. <state>0</state>
  744. </option>
  745. <option>
  746. <name>IlinkOutputFile</name>
  747. <state>rtthread.out</state>
  748. </option>
  749. <option>
  750. <name>IlinkDebugInfoEnable</name>
  751. <state>1</state>
  752. </option>
  753. <option>
  754. <name>IlinkKeepSymbols</name>
  755. <state />
  756. </option>
  757. <option>
  758. <name>IlinkRawBinaryFile</name>
  759. <state />
  760. </option>
  761. <option>
  762. <name>IlinkRawBinarySymbol</name>
  763. <state />
  764. </option>
  765. <option>
  766. <name>IlinkRawBinarySegment</name>
  767. <state />
  768. </option>
  769. <option>
  770. <name>IlinkRawBinaryAlign</name>
  771. <state />
  772. </option>
  773. <option>
  774. <name>IlinkDefines</name>
  775. <state />
  776. </option>
  777. <option>
  778. <name>IlinkConfigDefines</name>
  779. <state />
  780. </option>
  781. <option>
  782. <name>IlinkMapFile</name>
  783. <state>1</state>
  784. </option>
  785. <option>
  786. <name>IlinkLogFile</name>
  787. <state>1</state>
  788. </option>
  789. <option>
  790. <name>IlinkLogInitialization</name>
  791. <state>1</state>
  792. </option>
  793. <option>
  794. <name>IlinkLogModule</name>
  795. <state>1</state>
  796. </option>
  797. <option>
  798. <name>IlinkLogSection</name>
  799. <state>1</state>
  800. </option>
  801. <option>
  802. <name>IlinkLogVeneer</name>
  803. <state>1</state>
  804. </option>
  805. <option>
  806. <name>IlinkIcfOverride</name>
  807. <state>1</state>
  808. </option>
  809. <option>
  810. <name>IlinkIcfFile</name>
  811. <state>$PROJ_DIR$\board\linker_scripts\link_ram.icf</state>
  812. </option>
  813. <option>
  814. <name>IlinkIcfFileSlave</name>
  815. <state />
  816. </option>
  817. <option>
  818. <name>IlinkEnableRemarks</name>
  819. <state>0</state>
  820. </option>
  821. <option>
  822. <name>IlinkSuppressDiags</name>
  823. <state />
  824. </option>
  825. <option>
  826. <name>IlinkTreatAsRem</name>
  827. <state />
  828. </option>
  829. <option>
  830. <name>IlinkTreatAsWarn</name>
  831. <state />
  832. </option>
  833. <option>
  834. <name>IlinkTreatAsErr</name>
  835. <state />
  836. </option>
  837. <option>
  838. <name>IlinkWarningsAreErrors</name>
  839. <state>0</state>
  840. </option>
  841. <option>
  842. <name>IlinkUseExtraOptions</name>
  843. <state>0</state>
  844. </option>
  845. <option>
  846. <name>IlinkExtraOptions</name>
  847. <state />
  848. </option>
  849. <option>
  850. <name>IlinkLowLevelInterfaceSlave</name>
  851. <state>1</state>
  852. </option>
  853. <option>
  854. <name>IlinkAutoLibEnable</name>
  855. <state>1</state>
  856. </option>
  857. <option>
  858. <name>IlinkAdditionalLibs</name>
  859. <state />
  860. </option>
  861. <option>
  862. <name>IlinkOverrideProgramEntryLabel</name>
  863. <state>0</state>
  864. </option>
  865. <option>
  866. <name>IlinkProgramEntryLabelSelect</name>
  867. <state>0</state>
  868. </option>
  869. <option>
  870. <name>IlinkProgramEntryLabel</name>
  871. <state>__iar_program_start</state>
  872. </option>
  873. <option>
  874. <name>DoFill</name>
  875. <state>0</state>
  876. </option>
  877. <option>
  878. <name>FillerByte</name>
  879. <state>0xFF</state>
  880. </option>
  881. <option>
  882. <name>FillerStart</name>
  883. <state>0x0</state>
  884. </option>
  885. <option>
  886. <name>FillerEnd</name>
  887. <state>0x0</state>
  888. </option>
  889. <option>
  890. <name>CrcSize</name>
  891. <version>0</version>
  892. <state>1</state>
  893. </option>
  894. <option>
  895. <name>CrcAlign</name>
  896. <state>1</state>
  897. </option>
  898. <option>
  899. <name>CrcPoly</name>
  900. <state>0x11021</state>
  901. </option>
  902. <option>
  903. <name>CrcCompl</name>
  904. <version>0</version>
  905. <state>0</state>
  906. </option>
  907. <option>
  908. <name>CrcBitOrder</name>
  909. <version>0</version>
  910. <state>0</state>
  911. </option>
  912. <option>
  913. <name>CrcInitialValue</name>
  914. <state>0x0</state>
  915. </option>
  916. <option>
  917. <name>DoCrc</name>
  918. <state>0</state>
  919. </option>
  920. <option>
  921. <name>IlinkBE8Slave</name>
  922. <state>1</state>
  923. </option>
  924. <option>
  925. <name>IlinkBufferedTerminalOutput</name>
  926. <state>1</state>
  927. </option>
  928. <option>
  929. <name>IlinkStdoutInterfaceSlave</name>
  930. <state>1</state>
  931. </option>
  932. <option>
  933. <name>CrcFullSize</name>
  934. <state>0</state>
  935. </option>
  936. <option>
  937. <name>IlinkIElfToolPostProcess</name>
  938. <state>0</state>
  939. </option>
  940. <option>
  941. <name>IlinkLogAutoLibSelect</name>
  942. <state>1</state>
  943. </option>
  944. <option>
  945. <name>IlinkLogRedirSymbols</name>
  946. <state>1</state>
  947. </option>
  948. <option>
  949. <name>IlinkLogUnusedFragments</name>
  950. <state>1</state>
  951. </option>
  952. <option>
  953. <name>IlinkCrcReverseByteOrder</name>
  954. <state>0</state>
  955. </option>
  956. <option>
  957. <name>IlinkCrcUseAsInput</name>
  958. <state>1</state>
  959. </option>
  960. <option>
  961. <name>IlinkOptInline</name>
  962. <state>0</state>
  963. </option>
  964. <option>
  965. <name>IlinkOptExceptionsAllow</name>
  966. <state>1</state>
  967. </option>
  968. <option>
  969. <name>IlinkOptExceptionsForce</name>
  970. <state>0</state>
  971. </option>
  972. <option>
  973. <name>IlinkCmsis</name>
  974. <state>1</state>
  975. </option>
  976. <option>
  977. <name>IlinkOptMergeDuplSections</name>
  978. <state>0</state>
  979. </option>
  980. <option>
  981. <name>IlinkOptUseVfe</name>
  982. <state>1</state>
  983. </option>
  984. <option>
  985. <name>IlinkOptForceVfe</name>
  986. <state>0</state>
  987. </option>
  988. <option>
  989. <name>IlinkStackAnalysisEnable</name>
  990. <state>0</state>
  991. </option>
  992. <option>
  993. <name>IlinkStackControlFile</name>
  994. <state />
  995. </option>
  996. <option>
  997. <name>IlinkStackCallGraphFile</name>
  998. <state />
  999. </option>
  1000. <option>
  1001. <name>CrcAlgorithm</name>
  1002. <version>1</version>
  1003. <state>1</state>
  1004. </option>
  1005. <option>
  1006. <name>CrcUnitSize</name>
  1007. <version>0</version>
  1008. <state>0</state>
  1009. </option>
  1010. <option>
  1011. <name>IlinkThreadsSlave</name>
  1012. <state>1</state>
  1013. </option>
  1014. <option>
  1015. <name>IlinkLogCallGraph</name>
  1016. <state>0</state>
  1017. </option>
  1018. <option>
  1019. <name>IlinkIcfFile_AltDefault</name>
  1020. <state />
  1021. </option>
  1022. <option>
  1023. <name>IlinkEncInput</name>
  1024. <state>0</state>
  1025. </option>
  1026. <option>
  1027. <name>IlinkEncOutput</name>
  1028. <state>0</state>
  1029. </option>
  1030. <option>
  1031. <name>IlinkEncOutputBom</name>
  1032. <state>1</state>
  1033. </option>
  1034. <option>
  1035. <name>IlinkHeapSelect</name>
  1036. <state>1</state>
  1037. </option>
  1038. <option>
  1039. <name>IlinkLocaleSelect</name>
  1040. <state>1</state>
  1041. </option>
  1042. <option>
  1043. <name>IlinkTrustzoneImportLibraryOut</name>
  1044. <state>template_import_lib.o</state>
  1045. </option>
  1046. <option>
  1047. <name>OILinkExtraOption</name>
  1048. <state>1</state>
  1049. </option>
  1050. <option>
  1051. <name>IlinkRawBinaryFile2</name>
  1052. <state />
  1053. </option>
  1054. <option>
  1055. <name>IlinkRawBinarySymbol2</name>
  1056. <state />
  1057. </option>
  1058. <option>
  1059. <name>IlinkRawBinarySegment2</name>
  1060. <state />
  1061. </option>
  1062. <option>
  1063. <name>IlinkRawBinaryAlign2</name>
  1064. <state />
  1065. </option>
  1066. <option>
  1067. <name>IlinkLogCrtRoutineSelection</name>
  1068. <state>0</state>
  1069. </option>
  1070. <option>
  1071. <name>IlinkLogFragmentInfo</name>
  1072. <state>0</state>
  1073. </option>
  1074. <option>
  1075. <name>IlinkLogInlining</name>
  1076. <state>0</state>
  1077. </option>
  1078. <option>
  1079. <name>IlinkLogMerging</name>
  1080. <state>0</state>
  1081. </option>
  1082. <option>
  1083. <name>IlinkDemangle</name>
  1084. <state>0</state>
  1085. </option>
  1086. <option>
  1087. <name>IlinkWrapperFileEnable</name>
  1088. <state>0</state>
  1089. </option>
  1090. <option>
  1091. <name>IlinkWrapperFile</name>
  1092. <state />
  1093. </option>
  1094. <option>
  1095. <name>IlinkProcessor</name>
  1096. <state>1</state>
  1097. </option>
  1098. <option>
  1099. <name>IlinkFpuProcessor</name>
  1100. <state>1</state>
  1101. </option>
  1102. </data>
  1103. </settings>
  1104. <settings>
  1105. <name>IARCHIVE</name>
  1106. <archiveVersion>0</archiveVersion>
  1107. <data>
  1108. <version>0</version>
  1109. <wantNonLocal>1</wantNonLocal>
  1110. <debug>1</debug>
  1111. <option>
  1112. <name>IarchiveInputs</name>
  1113. <state />
  1114. </option>
  1115. <option>
  1116. <name>IarchiveOverride</name>
  1117. <state>0</state>
  1118. </option>
  1119. <option>
  1120. <name>IarchiveOutput</name>
  1121. <state>###Unitialized###</state>
  1122. </option>
  1123. </data>
  1124. </settings>
  1125. <settings>
  1126. <name>BUILDACTION</name>
  1127. <archiveVersion>2</archiveVersion>
  1128. <data />
  1129. </settings>
  1130. </configuration>
  1131. <group>
  1132. <name>Applications</name>
  1133. <file>
  1134. <name>$PROJ_DIR$\applications\mnt.c</name>
  1135. </file>
  1136. <file>
  1137. <name>$PROJ_DIR$\applications\main.c</name>
  1138. </file>
  1139. </group>
  1140. <group>
  1141. <name>Compiler</name>
  1142. <file>
  1143. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\cctype.c</name>
  1144. </file>
  1145. <file>
  1146. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\cstdlib.c</name>
  1147. </file>
  1148. <file>
  1149. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\cstring.c</name>
  1150. </file>
  1151. <file>
  1152. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\ctime.c</name>
  1153. </file>
  1154. <file>
  1155. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\cunistd.c</name>
  1156. </file>
  1157. <file>
  1158. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\common\cwchar.c</name>
  1159. </file>
  1160. <file>
  1161. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\environ.c</name>
  1162. </file>
  1163. <file>
  1164. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_close.c</name>
  1165. </file>
  1166. <file>
  1167. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_lseek.c</name>
  1168. </file>
  1169. <file>
  1170. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_mem.c</name>
  1171. </file>
  1172. <file>
  1173. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_open.c</name>
  1174. </file>
  1175. <file>
  1176. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_read.c</name>
  1177. </file>
  1178. <file>
  1179. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_remove.c</name>
  1180. </file>
  1181. <file>
  1182. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscall_write.c</name>
  1183. </file>
  1184. <file>
  1185. <name>$PROJ_DIR$\..\..\..\..\..\..\components\libc\compilers\dlib\syscalls.c</name>
  1186. </file>
  1187. </group>
  1188. <group>
  1189. <name>DeviceDrivers</name>
  1190. <file>
  1191. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\core\device.c</name>
  1192. </file>
  1193. <file>
  1194. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\completion.c</name>
  1195. </file>
  1196. <file>
  1197. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\condvar.c</name>
  1198. </file>
  1199. <file>
  1200. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\dataqueue.c</name>
  1201. </file>
  1202. <file>
  1203. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\pipe.c</name>
  1204. </file>
  1205. <file>
  1206. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\ringblk_buf.c</name>
  1207. </file>
  1208. <file>
  1209. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\ringbuffer.c</name>
  1210. </file>
  1211. <file>
  1212. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\waitqueue.c</name>
  1213. </file>
  1214. <file>
  1215. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\ipc\workqueue.c</name>
  1216. </file>
  1217. <file>
  1218. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\phy\phy.c</name>
  1219. </file>
  1220. <file>
  1221. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\pin\pin.c</name>
  1222. </file>
  1223. <file>
  1224. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\serial\serial.c</name>
  1225. </file>
  1226. </group>
  1227. <group>
  1228. <name>Drivers</name>
  1229. <file>
  1230. <name>$PROJ_DIR$\board\MCUX_Config\clock_config.c</name>
  1231. </file>
  1232. <file>
  1233. <name>$PROJ_DIR$\board\MCUX_Config\pin_mux.c</name>
  1234. </file>
  1235. <file>
  1236. <name>$PROJ_DIR$\board\board.c</name>
  1237. </file>
  1238. <file>
  1239. <name>$PROJ_DIR$\board\dcd.c</name>
  1240. </file>
  1241. <file>
  1242. <name>$PROJ_DIR$\..\..\libraries\drivers\drv_common.c</name>
  1243. </file>
  1244. <file>
  1245. <name>$PROJ_DIR$\..\..\libraries\drivers\drv_gpio.c</name>
  1246. </file>
  1247. <file>
  1248. <name>$PROJ_DIR$\..\..\libraries\drivers\drv_uart.c</name>
  1249. </file>
  1250. <file>
  1251. <name>$PROJ_DIR$\..\..\libraries\drivers\drv_usbh.c</name>
  1252. </file>
  1253. <file>
  1254. <name>$PROJ_DIR$\..\..\libraries\drivers\usb\host\usb_host_devices.c</name>
  1255. </file>
  1256. <file>
  1257. <name>$PROJ_DIR$\..\..\libraries\drivers\usb\host\usb_host_ehci.c</name>
  1258. </file>
  1259. <file>
  1260. <name>$PROJ_DIR$\..\..\libraries\drivers\usb\host\usb_host_framework.c</name>
  1261. </file>
  1262. <file>
  1263. <name>$PROJ_DIR$\..\..\libraries\drivers\usb\host\usb_host_hci.c</name>
  1264. </file>
  1265. <file>
  1266. <name>$PROJ_DIR$\..\..\libraries\drivers\usb\phy\usb_phy.c</name>
  1267. </file>
  1268. </group>
  1269. <group>
  1270. <name>Finsh</name>
  1271. <file>
  1272. <name>$PROJ_DIR$\..\..\..\..\..\..\components\finsh\shell.c</name>
  1273. </file>
  1274. <file>
  1275. <name>$PROJ_DIR$\..\..\..\..\..\..\components\finsh\msh.c</name>
  1276. </file>
  1277. <file>
  1278. <name>$PROJ_DIR$\..\..\..\..\..\..\components\finsh\msh_parse.c</name>
  1279. </file>
  1280. <file>
  1281. <name>$PROJ_DIR$\..\..\..\..\..\..\components\finsh\cmd.c</name>
  1282. </file>
  1283. </group>
  1284. <group>
  1285. <name>Kernel</name>
  1286. <file>
  1287. <name>$PROJ_DIR$\..\..\..\..\..\..\src\clock.c</name>
  1288. </file>
  1289. <file>
  1290. <name>$PROJ_DIR$\..\..\..\..\..\..\src\components.c</name>
  1291. </file>
  1292. <file>
  1293. <name>$PROJ_DIR$\..\..\..\..\..\..\src\idle.c</name>
  1294. </file>
  1295. <file>
  1296. <name>$PROJ_DIR$\..\..\..\..\..\..\src\ipc.c</name>
  1297. </file>
  1298. <file>
  1299. <name>$PROJ_DIR$\..\..\..\..\..\..\src\irq.c</name>
  1300. </file>
  1301. <file>
  1302. <name>$PROJ_DIR$\..\..\..\..\..\..\src\klibc\kstdio.c</name>
  1303. </file>
  1304. <file>
  1305. <name>$PROJ_DIR$\..\..\..\..\..\..\src\klibc\kstring.c</name>
  1306. </file>
  1307. <file>
  1308. <name>$PROJ_DIR$\..\..\..\..\..\..\src\kservice.c</name>
  1309. </file>
  1310. <file>
  1311. <name>$PROJ_DIR$\..\..\..\..\..\..\src\memheap.c</name>
  1312. </file>
  1313. <file>
  1314. <name>$PROJ_DIR$\..\..\..\..\..\..\src\mempool.c</name>
  1315. </file>
  1316. <file>
  1317. <name>$PROJ_DIR$\..\..\..\..\..\..\src\object.c</name>
  1318. </file>
  1319. <file>
  1320. <name>$PROJ_DIR$\..\..\..\..\..\..\src\scheduler_comm.c</name>
  1321. </file>
  1322. <file>
  1323. <name>$PROJ_DIR$\..\..\..\..\..\..\src\scheduler_up.c</name>
  1324. </file>
  1325. <file>
  1326. <name>$PROJ_DIR$\..\..\..\..\..\..\src\thread.c</name>
  1327. </file>
  1328. <file>
  1329. <name>$PROJ_DIR$\..\..\..\..\..\..\src\timer.c</name>
  1330. </file>
  1331. </group>
  1332. <group>
  1333. <name>libcpu</name>
  1334. <file>
  1335. <name>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\common\div0.c</name>
  1336. </file>
  1337. <file>
  1338. <name>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\common\showmem.c</name>
  1339. </file>
  1340. <file>
  1341. <name>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\cortex-m7\context_iar.S</name>
  1342. </file>
  1343. <file>
  1344. <name>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\cortex-m7\cpu_cache.c</name>
  1345. </file>
  1346. <file>
  1347. <name>$PROJ_DIR$\..\..\..\..\..\..\libcpu\arm\cortex-m7\cpuport.c</name>
  1348. </file>
  1349. </group>
  1350. <group>
  1351. <name>Libraries</name>
  1352. <file>
  1353. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_pmu.c</name>
  1354. </file>
  1355. <file>
  1356. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\system_MIMXRT1176_cm7.c</name>
  1357. </file>
  1358. <file>
  1359. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_lpuart.c</name>
  1360. </file>
  1361. <file>
  1362. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_gpio.c</name>
  1363. </file>
  1364. <file>
  1365. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_os_abstraction_rtthread.c</name>
  1366. </file>
  1367. <file>
  1368. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\iar\startup_MIMXRT1176_cm7.s</name>
  1369. </file>
  1370. <file>
  1371. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_anatop_ai.c</name>
  1372. </file>
  1373. <file>
  1374. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_dcdc.c</name>
  1375. </file>
  1376. <file>
  1377. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\cm7\fsl_cache.c</name>
  1378. </file>
  1379. <file>
  1380. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_common_arm.c</name>
  1381. </file>
  1382. <file>
  1383. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_common.c</name>
  1384. </file>
  1385. <file>
  1386. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\generic_list.c</name>
  1387. </file>
  1388. <file>
  1389. <name>$PROJ_DIR$\..\..\libraries\MIMXRT1170\MIMXRT1176\drivers\fsl_clock.c</name>
  1390. </file>
  1391. </group>
  1392. <group>
  1393. <name>POSIX</name>
  1394. </group>
  1395. <group>
  1396. <name>rt_usbh</name>
  1397. <file>
  1398. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\core\hub.c</name>
  1399. </file>
  1400. <file>
  1401. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\core\usbhost.c</name>
  1402. </file>
  1403. <file>
  1404. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\core\usbhost_core.c</name>
  1405. </file>
  1406. <file>
  1407. <name>$PROJ_DIR$\..\..\..\..\..\..\components\drivers\usb\usbhost\core\driver.c</name>
  1408. </file>
  1409. </group>
  1410. <group>
  1411. <name>SAL</name>
  1412. <file>
  1413. <name>$PROJ_DIR$\..\..\..\..\..\..\components\net\netdev\src\netdev.c</name>
  1414. </file>
  1415. <file>
  1416. <name>$PROJ_DIR$\..\..\..\..\..\..\components\net\netdev\src\netdev_ipaddr.c</name>
  1417. </file>
  1418. </group>
  1419. <group>
  1420. <name>xip</name>
  1421. <file>
  1422. <name>$PROJ_DIR$\xip\fsl_flexspi_nor_boot.c</name>
  1423. </file>
  1424. <file>
  1425. <name>$PROJ_DIR$\xip\evkmimxrt1170_flexspi_nor_config.c</name>
  1426. </file>
  1427. </group>
  1428. </project>