node.dep 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project>
  3. <fileVersion>2</fileVersion>
  4. <fileChecksum>1591354627</fileChecksum>
  5. <configuration>
  6. <name>Debug</name>
  7. <outputs>
  8. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim4.c</file>
  9. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_syscfg.c</file>
  10. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_flash.c</file>
  11. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim2.c</file>
  12. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_rst.c</file>
  13. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim5.c</file>
  14. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_dac.c</file>
  15. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_iwdg.c</file>
  16. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_adc.c</file>
  17. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_dma.c</file>
  18. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_gpio.c</file>
  19. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_exti.c</file>
  20. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_pwr.c</file>
  21. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_itc.c</file>
  22. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_spi.c</file>
  23. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_aes.c</file>
  24. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_irtim.c</file>
  25. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_lcd.c</file>
  26. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_clk.c</file>
  27. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_rtc.c</file>
  28. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_beep.c</file>
  29. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_i2c.c</file>
  30. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_comp.c</file>
  31. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim1.c</file>
  32. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim3.c</file>
  33. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_dma.o</file>
  34. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_pwr.o</file>
  35. <file>$PROJ_DIR$\..\USER\stm8l15x_it.c</file>
  36. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_comp.pbi</file>
  37. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_irtim.o</file>
  38. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_spi.o</file>
  39. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_wwdg.c</file>
  40. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_beep.pbi</file>
  41. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_lcd.o</file>
  42. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_itc.o</file>
  43. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_dac.pbi</file>
  44. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_aes.pbi</file>
  45. <file>$PROJ_DIR$\..\USER\main.c</file>
  46. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_dac.o</file>
  47. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_usart.c</file>
  48. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_clk.o</file>
  49. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_comp.o</file>
  50. <file>$PROJ_DIR$\..\Libraries\src\stm8l15x_wfe.c</file>
  51. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_flash.pbi</file>
  52. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_rtc.o</file>
  53. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_wwdg.o</file>
  54. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_aes.o</file>
  55. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_usart.o</file>
  56. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_iwdg.o</file>
  57. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim4.o</file>
  58. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_beep.o</file>
  59. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_gpio.pbi</file>
  60. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_adc.o</file>
  61. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim3.o</file>
  62. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim5.o</file>
  63. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_clk.pbi</file>
  64. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_comp.h</file>
  65. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_beep.h</file>
  66. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_rtc.h</file>
  67. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_dac.h</file>
  68. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_tim3.h</file>
  69. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_tim1.h</file>
  70. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_gpio.h</file>
  71. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_i2c.h</file>
  72. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_flash.h</file>
  73. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_lcd.pbi</file>
  74. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_usart.h</file>
  75. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_wwdg.h</file>
  76. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_itc.h</file>
  77. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_lcd.h</file>
  78. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_syscfg.h</file>
  79. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_rst.pbi</file>
  80. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_rst.h</file>
  81. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_wfe.h</file>
  82. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_tim2.h</file>
  83. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_dma.h</file>
  84. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_tim5.h</file>
  85. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_spi.h</file>
  86. <file>$TOOLKIT_DIR$\inc\c\intrinsics.h</file>
  87. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_iwdg.h</file>
  88. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_pwr.h</file>
  89. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_i2c.pbi</file>
  90. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_clk.h</file>
  91. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_adc.h</file>
  92. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_irtim.h</file>
  93. <file>$PROJ_DIR$\Debug\Obj\node.pbd</file>
  94. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim3.pbi</file>
  95. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_aes.h</file>
  96. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_exti.o</file>
  97. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_rtc.pbi</file>
  98. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_adc.pbi</file>
  99. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_wfe.o</file>
  100. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim5.pbi</file>
  101. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_wfe.pbi</file>
  102. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim2.o</file>
  103. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_syscfg.o</file>
  104. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim1.pbi</file>
  105. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_wwdg.pbi</file>
  106. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_irtim.pbi</file>
  107. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_spi.pbi</file>
  108. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_dma.pbi</file>
  109. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim1.o</file>
  110. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_flash.o</file>
  111. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_itc.pbi</file>
  112. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim2.pbi</file>
  113. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim4.pbi</file>
  114. <file>$PROJ_DIR$\Debug\Exe\node.out</file>
  115. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_iwdg.pbi</file>
  116. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x.h</file>
  117. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_exti.pbi</file>
  118. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_i2c.o</file>
  119. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_rst.o</file>
  120. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_pwr.pbi</file>
  121. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_exti.h</file>
  122. <file>$PROJ_DIR$\..\Libraries\inc\stm8l15x_tim4.h</file>
  123. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_usart.pbi</file>
  124. <file>$PROJ_DIR$\..\USER\stm8l15x_conf.h</file>
  125. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_syscfg.pbi</file>
  126. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_gpio.o</file>
  127. <file>$PROJ_DIR$\Debug\List\node.map</file>
  128. <file>$PROJ_DIR$\..\USER\stm8l15x_it.h</file>
  129. <file>$PROJ_DIR$\Debug\Obj\main.pbi</file>
  130. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_it.o</file>
  131. <file>$TOOLKIT_DIR$\lib\dlstm8smn.a</file>
  132. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_it.pbi</file>
  133. <file>$TOOLKIT_DIR$\lib\dbgstm8smd.a</file>
  134. <file>$PROJ_DIR$\Debug\Obj\main.o</file>
  135. <file>$PROJ_DIR$\..\BSP\Source\time.c</file>
  136. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_exti.__cstat.et</file>
  137. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_beep.__cstat.et</file>
  138. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_pwr.__cstat.et</file>
  139. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_adc.__cstat.et</file>
  140. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_rst.__cstat.et</file>
  141. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_dac.__cstat.et</file>
  142. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_dma.__cstat.et</file>
  143. <file>$PROJ_DIR$\Debug\Obj\key.__cstat.et</file>
  144. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_aes.__cstat.et</file>
  145. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_itc.__cstat.et</file>
  146. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_lcd.__cstat.et</file>
  147. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_comp.__cstat.et</file>
  148. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_rtc.__cstat.et</file>
  149. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_spi.__cstat.et</file>
  150. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_syscfg.__cstat.et</file>
  151. <file>$PROJ_DIR$\Debug\Obj\delay.__cstat.et</file>
  152. <file>$PROJ_DIR$\Debug\Obj\usart.__cstat.et</file>
  153. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_flash.__cstat.et</file>
  154. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_gpio.__cstat.et</file>
  155. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_i2c.__cstat.et</file>
  156. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_irtim.__cstat.et</file>
  157. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_clk.__cstat.et</file>
  158. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_iwdg.__cstat.et</file>
  159. <file>$PROJ_DIR$\Debug\Obj\led.__cstat.et</file>
  160. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim1.__cstat.et</file>
  161. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_usart.__cstat.et</file>
  162. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_wwdg.__cstat.et</file>
  163. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim2.__cstat.et</file>
  164. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_it.__cstat.et</file>
  165. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim5.__cstat.et</file>
  166. <file>$PROJ_DIR$\Debug\Obj\main.__cstat.et</file>
  167. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim4.__cstat.et</file>
  168. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_wfe.__cstat.et</file>
  169. <file>$PROJ_DIR$\Debug\Obj\stm8l15x_tim3.__cstat.et</file>
  170. <file>$PROJ_DIR$\..\Readme.txt</file>
  171. <file>$PROJ_DIR$\..\BSP\Include\usart.h</file>
  172. <file>$PROJ_DIR$\..\BSP\Include\key.h</file>
  173. <file>$PROJ_DIR$\..\BSP\Include\time.h</file>
  174. <file>$TOOLKIT_DIR$\inc\c\yvals.h</file>
  175. <file>$PROJ_DIR$\Debug\Obj\time.o</file>
  176. <file>$PROJ_DIR$\Debug\Obj\time.pbi</file>
  177. <file>$TOOLKIT_DIR$\inc\c\stdio.h</file>
  178. <file>$TOOLKIT_DIR$\inc\c\ycheck.h</file>
  179. <file>$TOOLKIT_DIR$\inc\c\DLib_Defaults.h</file>
  180. <file>$TOOLKIT_DIR$\lib\dlstm8smn.h</file>
  181. <file>$TOOLKIT_DIR$\inc\c\DLib_Product.h</file>
  182. <file>$TOOLKIT_DIR$\inc\c\xencoding_limits.h</file>
  183. <file>$TOOLKIT_DIR$\inc\c\DLib_Threads.h</file>
  184. <file>$TOOLKIT_DIR$\inc\c\ysizet.h</file>
  185. <file>$TOOLKIT_DIR$\inc\c\ystdio.h</file>
  186. <file>$PROJ_DIR$\..\BSP\Source\delay.c</file>
  187. <file>$PROJ_DIR$\..\BSP\Source\led.c</file>
  188. <file>$PROJ_DIR$\..\BSP\Source\key.c</file>
  189. <file>$PROJ_DIR$\..\BSP\Source\usart.c</file>
  190. <file>$PROJ_DIR$\Debug\Obj\usart.pbi</file>
  191. <file>$PROJ_DIR$\Debug\Obj\led.o</file>
  192. <file>$PROJ_DIR$\Debug\Obj\delay.pbi</file>
  193. <file>$PROJ_DIR$\..\BSP\Include\delay.h</file>
  194. <file>$PROJ_DIR$\Debug\Obj\key.pbi</file>
  195. <file>$PROJ_DIR$\Debug\Obj\led.pbi</file>
  196. <file>$PROJ_DIR$\Debug\Obj\delay.o</file>
  197. <file>$PROJ_DIR$\Debug\Obj\key.o</file>
  198. <file>$PROJ_DIR$\Debug\Obj\usart.o</file>
  199. <file>$TOOLKIT_DIR$\config\lnkstm8l151k4.icf</file>
  200. <file>$PROJ_DIR$\..\BSP\Include\led.h</file>
  201. </outputs>
  202. <file>
  203. <name>[ROOT_NODE]</name>
  204. <outputs>
  205. <tool>
  206. <name>ILINK</name>
  207. <file> 106 119</file>
  208. </tool>
  209. </outputs>
  210. </file>
  211. <file>
  212. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim4.c</name>
  213. <outputs>
  214. <tool>
  215. <name>BICOMP</name>
  216. <file> 105</file>
  217. </tool>
  218. <tool>
  219. <name>ICCSTM8</name>
  220. <file> 49</file>
  221. </tool>
  222. <tool>
  223. <name>__cstat</name>
  224. <file> 159</file>
  225. </tool>
  226. </outputs>
  227. <inputs>
  228. <tool>
  229. <name>BICOMP</name>
  230. <file> 80 108 113 114 82 84 70 67 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  231. </tool>
  232. <tool>
  233. <name>ICCSTM8</name>
  234. <file> 114 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 76 66 73 67 78</file>
  235. </tool>
  236. </inputs>
  237. </file>
  238. <file>
  239. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_syscfg.c</name>
  240. <outputs>
  241. <tool>
  242. <name>BICOMP</name>
  243. <file> 117</file>
  244. </tool>
  245. <tool>
  246. <name>ICCSTM8</name>
  247. <file> 95</file>
  248. </tool>
  249. <tool>
  250. <name>__cstat</name>
  251. <file> 142</file>
  252. </tool>
  253. </outputs>
  254. <inputs>
  255. <tool>
  256. <name>BICOMP</name>
  257. <file> 58 108 87 62 66 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  258. </tool>
  259. <tool>
  260. <name>ICCSTM8</name>
  261. <file> 70 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 61 74 60 114 76 66 73 67 78</file>
  262. </tool>
  263. </inputs>
  264. </file>
  265. <file>
  266. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_flash.c</name>
  267. <outputs>
  268. <tool>
  269. <name>BICOMP</name>
  270. <file> 43</file>
  271. </tool>
  272. <tool>
  273. <name>ICCSTM8</name>
  274. <file> 102</file>
  275. </tool>
  276. <tool>
  277. <name>__cstat</name>
  278. <file> 145</file>
  279. </tool>
  280. </outputs>
  281. <inputs>
  282. <tool>
  283. <name>BICOMP</name>
  284. <file> 87 108 58 62 66 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  285. </tool>
  286. <tool>
  287. <name>ICCSTM8</name>
  288. <file> 64 108 116 83 87 57 82 56 59 75 113 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  289. </tool>
  290. </inputs>
  291. </file>
  292. <file>
  293. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim2.c</name>
  294. <outputs>
  295. <tool>
  296. <name>BICOMP</name>
  297. <file> 104</file>
  298. </tool>
  299. <tool>
  300. <name>ICCSTM8</name>
  301. <file> 94</file>
  302. </tool>
  303. <tool>
  304. <name>__cstat</name>
  305. <file> 155</file>
  306. </tool>
  307. </outputs>
  308. <inputs>
  309. <tool>
  310. <name>BICOMP</name>
  311. <file> 77 108 57 63 73 78 75 69 60 83 56 64 68 72 61 76 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  312. </tool>
  313. <tool>
  314. <name>ICCSTM8</name>
  315. <file> 74 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 60 114 76 66 73 67 78</file>
  316. </tool>
  317. </inputs>
  318. </file>
  319. <file>
  320. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_rst.c</name>
  321. <outputs>
  322. <tool>
  323. <name>BICOMP</name>
  324. <file> 71</file>
  325. </tool>
  326. <tool>
  327. <name>ICCSTM8</name>
  328. <file> 111</file>
  329. </tool>
  330. <tool>
  331. <name>__cstat</name>
  332. <file> 132</file>
  333. </tool>
  334. </outputs>
  335. <inputs>
  336. <tool>
  337. <name>BICOMP</name>
  338. <file> 67 84 108 82 70 113 80 114 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  339. </tool>
  340. <tool>
  341. <name>ICCSTM8</name>
  342. <file> 72 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 58 77 70 61 74 60 114 76 66 73 67 78</file>
  343. </tool>
  344. </inputs>
  345. </file>
  346. <file>
  347. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim5.c</name>
  348. <outputs>
  349. <tool>
  350. <name>BICOMP</name>
  351. <file> 92</file>
  352. </tool>
  353. <tool>
  354. <name>ICCSTM8</name>
  355. <file> 54</file>
  356. </tool>
  357. <tool>
  358. <name>__cstat</name>
  359. <file> 157</file>
  360. </tool>
  361. </outputs>
  362. <inputs>
  363. <tool>
  364. <name>BICOMP</name>
  365. <file> 77 108 57 63 73 78 75 69 60 83 56 64 68 72 61 76 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  366. </tool>
  367. <tool>
  368. <name>ICCSTM8</name>
  369. <file> 76 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 66 73 67 78</file>
  370. </tool>
  371. </inputs>
  372. </file>
  373. <file>
  374. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_dac.c</name>
  375. <outputs>
  376. <tool>
  377. <name>BICOMP</name>
  378. <file> 35</file>
  379. </tool>
  380. <tool>
  381. <name>ICCSTM8</name>
  382. <file> 38</file>
  383. </tool>
  384. <tool>
  385. <name>__cstat</name>
  386. <file> 133</file>
  387. </tool>
  388. </outputs>
  389. <inputs>
  390. <tool>
  391. <name>BICOMP</name>
  392. <file> 108 114 113 80 82 84 70 67 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  393. </tool>
  394. <tool>
  395. <name>ICCSTM8</name>
  396. <file> 59 108 116 83 87 57 82 56 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  397. </tool>
  398. </inputs>
  399. </file>
  400. <file>
  401. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_iwdg.c</name>
  402. <outputs>
  403. <tool>
  404. <name>BICOMP</name>
  405. <file> 107</file>
  406. </tool>
  407. <tool>
  408. <name>ICCSTM8</name>
  409. <file> 48</file>
  410. </tool>
  411. <tool>
  412. <name>__cstat</name>
  413. <file> 150</file>
  414. </tool>
  415. </outputs>
  416. <inputs>
  417. <tool>
  418. <name>BICOMP</name>
  419. <file> 60 108 75 78 69 57 63 77 73 83 56 64 68 72 61 76 82 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  420. </tool>
  421. <tool>
  422. <name>ICCSTM8</name>
  423. <file> 79 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  424. </tool>
  425. </inputs>
  426. </file>
  427. <file>
  428. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_adc.c</name>
  429. <outputs>
  430. <tool>
  431. <name>BICOMP</name>
  432. <file> 90</file>
  433. </tool>
  434. <tool>
  435. <name>ICCSTM8</name>
  436. <file> 52</file>
  437. </tool>
  438. <tool>
  439. <name>__cstat</name>
  440. <file> 131</file>
  441. </tool>
  442. </outputs>
  443. <inputs>
  444. <tool>
  445. <name>BICOMP</name>
  446. <file> 108 80 113 114 82 84 70 67 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  447. </tool>
  448. <tool>
  449. <name>ICCSTM8</name>
  450. <file> 83 108 116 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  451. </tool>
  452. </inputs>
  453. </file>
  454. <file>
  455. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_dma.c</name>
  456. <outputs>
  457. <tool>
  458. <name>BICOMP</name>
  459. <file> 100</file>
  460. </tool>
  461. <tool>
  462. <name>ICCSTM8</name>
  463. <file> 25</file>
  464. </tool>
  465. <tool>
  466. <name>__cstat</name>
  467. <file> 134</file>
  468. </tool>
  469. </outputs>
  470. <inputs>
  471. <tool>
  472. <name>BICOMP</name>
  473. <file> 83 72 64 76 108 56 68 61 78 57 75 63 69 77 60 73 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  474. </tool>
  475. <tool>
  476. <name>ICCSTM8</name>
  477. <file> 75 108 116 83 87 57 82 56 59 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  478. </tool>
  479. </inputs>
  480. </file>
  481. <file>
  482. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_gpio.c</name>
  483. <outputs>
  484. <tool>
  485. <name>BICOMP</name>
  486. <file> 51</file>
  487. </tool>
  488. <tool>
  489. <name>ICCSTM8</name>
  490. <file> 118</file>
  491. </tool>
  492. <tool>
  493. <name>__cstat</name>
  494. <file> 146</file>
  495. </tool>
  496. </outputs>
  497. <inputs>
  498. <tool>
  499. <name>BICOMP</name>
  500. <file> 108 87 58 62 66 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  501. </tool>
  502. <tool>
  503. <name>ICCSTM8</name>
  504. <file> 62 108 116 83 87 57 82 56 59 75 113 64 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  505. </tool>
  506. </inputs>
  507. </file>
  508. <file>
  509. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_exti.c</name>
  510. <outputs>
  511. <tool>
  512. <name>BICOMP</name>
  513. <file> 109</file>
  514. </tool>
  515. <tool>
  516. <name>ICCSTM8</name>
  517. <file> 88</file>
  518. </tool>
  519. <tool>
  520. <name>__cstat</name>
  521. <file> 128</file>
  522. </tool>
  523. </outputs>
  524. <inputs>
  525. <tool>
  526. <name>BICOMP</name>
  527. <file> 58 87 62 66 108 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  528. </tool>
  529. <tool>
  530. <name>ICCSTM8</name>
  531. <file> 113 108 116 83 87 57 82 56 59 75 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  532. </tool>
  533. </inputs>
  534. </file>
  535. <file>
  536. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_pwr.c</name>
  537. <outputs>
  538. <tool>
  539. <name>BICOMP</name>
  540. <file> 112</file>
  541. </tool>
  542. <tool>
  543. <name>ICCSTM8</name>
  544. <file> 26</file>
  545. </tool>
  546. <tool>
  547. <name>__cstat</name>
  548. <file> 130</file>
  549. </tool>
  550. </outputs>
  551. <inputs>
  552. <tool>
  553. <name>BICOMP</name>
  554. <file> 108 66 62 87 58 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  555. </tool>
  556. <tool>
  557. <name>ICCSTM8</name>
  558. <file> 80 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  559. </tool>
  560. </inputs>
  561. </file>
  562. <file>
  563. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_itc.c</name>
  564. <outputs>
  565. <tool>
  566. <name>BICOMP</name>
  567. <file> 103</file>
  568. </tool>
  569. <tool>
  570. <name>ICCSTM8</name>
  571. <file> 34</file>
  572. </tool>
  573. <tool>
  574. <name>__cstat</name>
  575. <file> 137</file>
  576. </tool>
  577. </outputs>
  578. <inputs>
  579. <tool>
  580. <name>BICOMP</name>
  581. <file> 75 108 60 78 69 57 63 77 73 83 56 64 68 72 61 76 82 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  582. </tool>
  583. <tool>
  584. <name>ICCSTM8</name>
  585. <file> 68 108 116 83 87 57 82 56 59 75 113 64 62 63 84 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  586. </tool>
  587. </inputs>
  588. </file>
  589. <file>
  590. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_spi.c</name>
  591. <outputs>
  592. <tool>
  593. <name>BICOMP</name>
  594. <file> 99</file>
  595. </tool>
  596. <tool>
  597. <name>ICCSTM8</name>
  598. <file> 30</file>
  599. </tool>
  600. <tool>
  601. <name>__cstat</name>
  602. <file> 141</file>
  603. </tool>
  604. </outputs>
  605. <inputs>
  606. <tool>
  607. <name>BICOMP</name>
  608. <file> 73 63 57 77 108 78 75 69 60 83 56 64 68 72 61 76 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  609. </tool>
  610. <tool>
  611. <name>ICCSTM8</name>
  612. <file> 77 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 70 61 74 60 114 76 66 73 67 78</file>
  613. </tool>
  614. </inputs>
  615. </file>
  616. <file>
  617. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_aes.c</name>
  618. <outputs>
  619. <tool>
  620. <name>BICOMP</name>
  621. <file> 36</file>
  622. </tool>
  623. <tool>
  624. <name>ICCSTM8</name>
  625. <file> 46</file>
  626. </tool>
  627. <tool>
  628. <name>__cstat</name>
  629. <file> 136</file>
  630. </tool>
  631. </outputs>
  632. <inputs>
  633. <tool>
  634. <name>BICOMP</name>
  635. <file> 68 108 56 61 83 64 72 76 78 57 75 63 69 77 60 73 82 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  636. </tool>
  637. <tool>
  638. <name>ICCSTM8</name>
  639. <file> 87 108 116 83 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  640. </tool>
  641. </inputs>
  642. </file>
  643. <file>
  644. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_irtim.c</name>
  645. <outputs>
  646. <tool>
  647. <name>BICOMP</name>
  648. <file> 98</file>
  649. </tool>
  650. <tool>
  651. <name>ICCSTM8</name>
  652. <file> 29</file>
  653. </tool>
  654. <tool>
  655. <name>__cstat</name>
  656. <file> 148</file>
  657. </tool>
  658. </outputs>
  659. <inputs>
  660. <tool>
  661. <name>BICOMP</name>
  662. <file> 70 82 108 84 67 113 80 114 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  663. </tool>
  664. <tool>
  665. <name>ICCSTM8</name>
  666. <file> 84 108 116 83 87 57 82 56 59 75 113 64 62 63 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  667. </tool>
  668. </inputs>
  669. </file>
  670. <file>
  671. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_lcd.c</name>
  672. <outputs>
  673. <tool>
  674. <name>BICOMP</name>
  675. <file> 65</file>
  676. </tool>
  677. <tool>
  678. <name>ICCSTM8</name>
  679. <file> 33</file>
  680. </tool>
  681. <tool>
  682. <name>__cstat</name>
  683. <file> 138</file>
  684. </tool>
  685. </outputs>
  686. <inputs>
  687. <tool>
  688. <name>BICOMP</name>
  689. <file> 114 113 108 80 82 84 70 67 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  690. </tool>
  691. <tool>
  692. <name>ICCSTM8</name>
  693. <file> 69 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  694. </tool>
  695. </inputs>
  696. </file>
  697. <file>
  698. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_clk.c</name>
  699. <outputs>
  700. <tool>
  701. <name>BICOMP</name>
  702. <file> 55</file>
  703. </tool>
  704. <tool>
  705. <name>ICCSTM8</name>
  706. <file> 40</file>
  707. </tool>
  708. <tool>
  709. <name>__cstat</name>
  710. <file> 149</file>
  711. </tool>
  712. </outputs>
  713. <inputs>
  714. <tool>
  715. <name>BICOMP</name>
  716. <file> 60 108 75 78 69 57 63 77 73 83 56 64 68 72 61 76 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  717. </tool>
  718. <tool>
  719. <name>ICCSTM8</name>
  720. <file> 82 108 116 83 87 57 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  721. </tool>
  722. </inputs>
  723. </file>
  724. <file>
  725. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_rtc.c</name>
  726. <outputs>
  727. <tool>
  728. <name>BICOMP</name>
  729. <file> 89</file>
  730. </tool>
  731. <tool>
  732. <name>ICCSTM8</name>
  733. <file> 44</file>
  734. </tool>
  735. <tool>
  736. <name>__cstat</name>
  737. <file> 140</file>
  738. </tool>
  739. </outputs>
  740. <inputs>
  741. <tool>
  742. <name>BICOMP</name>
  743. <file> 108 62 66 87 58 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  744. </tool>
  745. <tool>
  746. <name>ICCSTM8</name>
  747. <file> 58 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 77 70 61 74 60 114 76 66 73 67 78</file>
  748. </tool>
  749. </inputs>
  750. </file>
  751. <file>
  752. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_beep.c</name>
  753. <outputs>
  754. <tool>
  755. <name>BICOMP</name>
  756. <file> 32</file>
  757. </tool>
  758. <tool>
  759. <name>ICCSTM8</name>
  760. <file> 50</file>
  761. </tool>
  762. <tool>
  763. <name>__cstat</name>
  764. <file> 129</file>
  765. </tool>
  766. </outputs>
  767. <inputs>
  768. <tool>
  769. <name>BICOMP</name>
  770. <file> 83 72 64 76 108 56 68 61 78 57 75 63 69 77 60 73 82 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  771. </tool>
  772. <tool>
  773. <name>ICCSTM8</name>
  774. <file> 57 108 116 83 87 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  775. </tool>
  776. </inputs>
  777. </file>
  778. <file>
  779. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_i2c.c</name>
  780. <outputs>
  781. <tool>
  782. <name>BICOMP</name>
  783. <file> 81</file>
  784. </tool>
  785. <tool>
  786. <name>ICCSTM8</name>
  787. <file> 110</file>
  788. </tool>
  789. <tool>
  790. <name>__cstat</name>
  791. <file> 147</file>
  792. </tool>
  793. </outputs>
  794. <inputs>
  795. <tool>
  796. <name>BICOMP</name>
  797. <file> 72 83 108 64 76 56 68 61 78 57 75 63 69 77 60 73 82 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  798. </tool>
  799. <tool>
  800. <name>ICCSTM8</name>
  801. <file> 63 108 116 83 87 57 82 56 59 75 113 64 62 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  802. </tool>
  803. </inputs>
  804. </file>
  805. <file>
  806. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_comp.c</name>
  807. <outputs>
  808. <tool>
  809. <name>BICOMP</name>
  810. <file> 28</file>
  811. </tool>
  812. <tool>
  813. <name>ICCSTM8</name>
  814. <file> 41</file>
  815. </tool>
  816. <tool>
  817. <name>__cstat</name>
  818. <file> 139</file>
  819. </tool>
  820. </outputs>
  821. <inputs>
  822. <tool>
  823. <name>BICOMP</name>
  824. <file> 66 108 62 87 58 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  825. </tool>
  826. <tool>
  827. <name>ICCSTM8</name>
  828. <file> 56 108 116 83 87 57 82 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  829. </tool>
  830. </inputs>
  831. </file>
  832. <file>
  833. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim1.c</name>
  834. <outputs>
  835. <tool>
  836. <name>BICOMP</name>
  837. <file> 96</file>
  838. </tool>
  839. <tool>
  840. <name>ICCSTM8</name>
  841. <file> 101</file>
  842. </tool>
  843. <tool>
  844. <name>__cstat</name>
  845. <file> 152</file>
  846. </tool>
  847. </outputs>
  848. <inputs>
  849. <tool>
  850. <name>BICOMP</name>
  851. <file> 57 108 77 63 73 78 75 69 60 83 56 64 68 72 61 76 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  852. </tool>
  853. <tool>
  854. <name>ICCSTM8</name>
  855. <file> 61 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 74 60 114 76 66 73 67 78</file>
  856. </tool>
  857. </inputs>
  858. </file>
  859. <file>
  860. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_tim3.c</name>
  861. <outputs>
  862. <tool>
  863. <name>BICOMP</name>
  864. <file> 86</file>
  865. </tool>
  866. <tool>
  867. <name>ICCSTM8</name>
  868. <file> 53</file>
  869. </tool>
  870. <tool>
  871. <name>__cstat</name>
  872. <file> 161</file>
  873. </tool>
  874. </outputs>
  875. <inputs>
  876. <tool>
  877. <name>BICOMP</name>
  878. <file> 77 108 57 63 73 78 75 69 60 83 56 64 68 72 61 76 116 87 82 59 113 62 84 79 80 58 70 74 114 66 67</file>
  879. </tool>
  880. <tool>
  881. <name>ICCSTM8</name>
  882. <file> 60 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 114 76 66 73 67 78</file>
  883. </tool>
  884. </inputs>
  885. </file>
  886. <file>
  887. <name>$PROJ_DIR$\..\USER\stm8l15x_it.c</name>
  888. <outputs>
  889. <tool>
  890. <name>BICOMP</name>
  891. <file> 124</file>
  892. </tool>
  893. <tool>
  894. <name>ICCSTM8</name>
  895. <file> 122</file>
  896. </tool>
  897. <tool>
  898. <name>__cstat</name>
  899. <file> 156</file>
  900. </tool>
  901. </outputs>
  902. <inputs>
  903. <tool>
  904. <name>BICOMP</name>
  905. <file> 108 62 66 87 58 116 59 79 74 82 113 84 80 70 114 67 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73 120</file>
  906. </tool>
  907. <tool>
  908. <name>ICCSTM8</name>
  909. <file> 120 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  910. </tool>
  911. </inputs>
  912. </file>
  913. <file>
  914. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_wwdg.c</name>
  915. <outputs>
  916. <tool>
  917. <name>BICOMP</name>
  918. <file> 97</file>
  919. </tool>
  920. <tool>
  921. <name>ICCSTM8</name>
  922. <file> 45</file>
  923. </tool>
  924. <tool>
  925. <name>__cstat</name>
  926. <file> 154</file>
  927. </tool>
  928. </outputs>
  929. <inputs>
  930. <tool>
  931. <name>BICOMP</name>
  932. <file> 68 108 56 61 82 83 64 72 76 78 57 75 63 69 77 60 73 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  933. </tool>
  934. <tool>
  935. <name>ICCSTM8</name>
  936. <file> 67 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 78</file>
  937. </tool>
  938. </inputs>
  939. </file>
  940. <file>
  941. <name>$PROJ_DIR$\..\USER\main.c</name>
  942. <outputs>
  943. <tool>
  944. <name>BICOMP</name>
  945. <file> 121</file>
  946. </tool>
  947. <tool>
  948. <name>ICCSTM8</name>
  949. <file> 126</file>
  950. </tool>
  951. <tool>
  952. <name>__cstat</name>
  953. <file> 158</file>
  954. </tool>
  955. </outputs>
  956. <inputs>
  957. <tool>
  958. <name>BICOMP</name>
  959. <file> 57 108 77 63 73 78 75 69 60 192 83 56 64 68 72 61 76 82 165 185 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  960. </tool>
  961. <tool>
  962. <name>ICCSTM8</name>
  963. <file> 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78 165 192 185</file>
  964. </tool>
  965. </inputs>
  966. </file>
  967. <file>
  968. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_usart.c</name>
  969. <outputs>
  970. <tool>
  971. <name>BICOMP</name>
  972. <file> 115</file>
  973. </tool>
  974. <tool>
  975. <name>ICCSTM8</name>
  976. <file> 47</file>
  977. </tool>
  978. <tool>
  979. <name>__cstat</name>
  980. <file> 153</file>
  981. </tool>
  982. </outputs>
  983. <inputs>
  984. <tool>
  985. <name>BICOMP</name>
  986. <file> 80 108 113 114 82 84 70 67 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73</file>
  987. </tool>
  988. <tool>
  989. <name>ICCSTM8</name>
  990. <file> 66 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 73 67 78</file>
  991. </tool>
  992. </inputs>
  993. </file>
  994. <file>
  995. <name>$PROJ_DIR$\..\Libraries\src\stm8l15x_wfe.c</name>
  996. <outputs>
  997. <tool>
  998. <name>BICOMP</name>
  999. <file> 93</file>
  1000. </tool>
  1001. <tool>
  1002. <name>ICCSTM8</name>
  1003. <file> 91</file>
  1004. </tool>
  1005. <tool>
  1006. <name>__cstat</name>
  1007. <file> 160</file>
  1008. </tool>
  1009. </outputs>
  1010. <inputs>
  1011. <tool>
  1012. <name>BICOMP</name>
  1013. <file> 57 108 77 63 73 82 78 75 69 60 83 56 64 68 72 61 76 116 87 59 113 62 84 79 80 58 70 74 114 66 67</file>
  1014. </tool>
  1015. <tool>
  1016. <name>ICCSTM8</name>
  1017. <file> 73 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 67 78</file>
  1018. </tool>
  1019. </inputs>
  1020. </file>
  1021. <file>
  1022. <name>$PROJ_DIR$\Debug\Exe\node.out</name>
  1023. <outputs>
  1024. <tool>
  1025. <name>ILINK</name>
  1026. <file> 119</file>
  1027. </tool>
  1028. </outputs>
  1029. <inputs>
  1030. <tool>
  1031. <name>ILINK</name>
  1032. <file> 191 188 189 183 126 52 46 50 40 41 38 25 88 102 118 110 29 122 34 48 33 26 111 44 30 95 101 94 53 49 54 47 91 45 167 190 123 125</file>
  1033. </tool>
  1034. </inputs>
  1035. </file>
  1036. <file>
  1037. <name>$PROJ_DIR$\..\BSP\Source\time.c</name>
  1038. <outputs>
  1039. <tool>
  1040. <name>BICOMP</name>
  1041. <file> 168</file>
  1042. </tool>
  1043. <tool>
  1044. <name>ICCSTM8</name>
  1045. <file> 167</file>
  1046. </tool>
  1047. </outputs>
  1048. <inputs>
  1049. <tool>
  1050. <name>BICOMP</name>
  1051. <file> 114 108 113 80 82 84 70 67 116 87 59 62 79 58 74 66 185 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73 165</file>
  1052. </tool>
  1053. <tool>
  1054. <name>ICCSTM8</name>
  1055. <file> 165 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78 185</file>
  1056. </tool>
  1057. </inputs>
  1058. </file>
  1059. <file>
  1060. <name>$PROJ_DIR$\..\BSP\Source\delay.c</name>
  1061. <outputs>
  1062. <tool>
  1063. <name>BICOMP</name>
  1064. <file> 184</file>
  1065. </tool>
  1066. <tool>
  1067. <name>ICCSTM8</name>
  1068. <file> 188</file>
  1069. </tool>
  1070. <tool>
  1071. <name>__cstat</name>
  1072. <file> 143</file>
  1073. </tool>
  1074. </outputs>
  1075. <inputs>
  1076. <tool>
  1077. <name>BICOMP</name>
  1078. <file> 57 108 77 63 73 78 75 69 60 83 56 64 68 72 61 76 82 116 87 59 113 62 84 79 80 58 70 74 114 66 67 185</file>
  1079. </tool>
  1080. <tool>
  1081. <name>ICCSTM8</name>
  1082. <file> 185 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  1083. </tool>
  1084. </inputs>
  1085. </file>
  1086. <file>
  1087. <name>$PROJ_DIR$\..\BSP\Source\led.c</name>
  1088. <outputs>
  1089. <tool>
  1090. <name>BICOMP</name>
  1091. <file> 187</file>
  1092. </tool>
  1093. <tool>
  1094. <name>ICCSTM8</name>
  1095. <file> 183</file>
  1096. </tool>
  1097. <tool>
  1098. <name>__cstat</name>
  1099. <file> 151</file>
  1100. </tool>
  1101. </outputs>
  1102. <inputs>
  1103. <tool>
  1104. <name>BICOMP</name>
  1105. <file> 67 84 108 82 70 113 80 114 116 87 59 62 79 58 74 66 78 83 57 56 75 64 63 68 69 72 77 61 60 76 73 192</file>
  1106. </tool>
  1107. <tool>
  1108. <name>ICCSTM8</name>
  1109. <file> 192 108 116 83 87 57 82 56 59 75 113 64 62 63 84 68 79 69 80 72 58 77 70 61 74 60 114 76 66 73 67 78</file>
  1110. </tool>
  1111. </inputs>
  1112. </file>
  1113. <file>
  1114. <name>$PROJ_DIR$\..\BSP\Source\key.c</name>
  1115. <outputs>
  1116. <tool>
  1117. <name>BICOMP</name>
  1118. <file> 186</file>
  1119. </tool>
  1120. <tool>
  1121. <name>ICCSTM8</name>
  1122. <file> 189</file>
  1123. </tool>
  1124. <tool>
  1125. <name>__cstat</name>
  1126. <file> 135</file>
  1127. </tool>
  1128. </outputs>
  1129. <inputs>
  1130. <tool>
  1131. <name>BICOMP</name>
  1132. <file> 164</file>
  1133. </tool>
  1134. <tool>
  1135. <name>ICCSTM8</name>
  1136. <file> 164</file>
  1137. </tool>
  1138. </inputs>
  1139. </file>
  1140. <file>
  1141. <name>$PROJ_DIR$\..\BSP\Source\usart.c</name>
  1142. <outputs>
  1143. <tool>
  1144. <name>BICOMP</name>
  1145. <file> 182</file>
  1146. </tool>
  1147. <tool>
  1148. <name>ICCSTM8</name>
  1149. <file> 190</file>
  1150. </tool>
  1151. <tool>
  1152. <name>__cstat</name>
  1153. <file> 144</file>
  1154. </tool>
  1155. </outputs>
  1156. <inputs>
  1157. <tool>
  1158. <name>BICOMP</name>
  1159. <file> 163</file>
  1160. </tool>
  1161. <tool>
  1162. <name>ICCSTM8</name>
  1163. <file> 163</file>
  1164. </tool>
  1165. </inputs>
  1166. </file>
  1167. </configuration>
  1168. <configuration>
  1169. <name>Release</name>
  1170. <outputs />
  1171. <forcedrebuild>
  1172. <name>[MULTI_TOOL]</name>
  1173. <tool>ILINK</tool>
  1174. </forcedrebuild>
  1175. </configuration>
  1176. </project>