From c653fa2077b6118c2ace3b7bcc8bc91c9a9ed4f5 Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Tue, 17 Dec 2019 14:32:20 +0200 Subject: Update Head card --- Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c | 11 ++++++++++- Software/Embedded_SW/Embedded/Modules/Control/control.h | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Modules/Control') diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 2f4a1e2d2..6318de280 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -539,8 +539,9 @@ uint32_t MillisecLowLoop(uint32_t tick) //call all modules Millisec functions //test dancers and speed encoders //check all callback units (state machine waiting for completion of a change) - bool Ten_msTick, Hundred_msTick , m90msecTick, Onesecond_Tick,O900Millisecond_Tick,OneMinute_Tick,OneHourTick; + bool Ten_msTick, Fifty_msTick, Hundred_msTick , m90msecTick, Onesecond_Tick,O900Millisecond_Tick,OneMinute_Tick,OneHourTick; Ten_msTick = (tick%eTenMillisecond == 0) ?true:false; + Fifty_msTick = (tick%eHundredMillisecond == 0) ?true:false; //eFiftyMillisecond Hundred_msTick = (tick%eHundredMillisecond == 0) ?true:false; m90msecTick = (tick%eHundredMillisecond == 90) ?true:false; O900Millisecond_Tick = (tick%eOneSecond == 900) ?true:false; @@ -560,6 +561,10 @@ uint32_t MillisecLowLoop(uint32_t tick) if(Machine_Idle_Mode == true) Machine_Idle_Breathing_Led(); } + if(Fifty_msTick) + { + Set_HeadCard_PT100();//call every 50mSec (minimum delay 30mSec) + } if (m90msecTick) { for (Sensor_i = 0;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) @@ -594,6 +599,10 @@ uint32_t MillisecLowLoop(uint32_t tick) } DispensersCollectionCall(); +#ifdef Use_Head_Card + Head_Read_IO_Reg(0x46, HIGH);//READ HEAD CARD LS +#endif + } if ((O900Millisecond_Tick)&&(RapidPressureRead == false)) diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.h b/Software/Embedded_SW/Embedded/Modules/Control/control.h index 4b82aab30..78e24f495 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/control.h +++ b/Software/Embedded_SW/Embedded/Modules/Control/control.h @@ -17,6 +17,7 @@ typedef enum { eNoControl = 0, eOneMillisecond = 1, eTenMillisecond = 10, + eFiftyMillisecond = 50, eHundredMillisecond = 100, eOneSecond = 1000, eOneMinute = 60000, -- cgit v1.3.1 From 75ba9ab84ff2b4eaaab298cf4acee4b3c6c6128d Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Tue, 17 Dec 2019 15:01:08 +0200 Subject: update headcard --- .../Embedded.1560423654045.pdom | Bin 19763200 -> 19828736 bytes .../.history/0/90990665cc20001a1b70e45700dd4116 | 26 + .../.history/1/5094de63cc20001a1b70e45700dd4116 | 62 + .../.history/10/403b7cd5cb20001a1b70e45700dd4116 | 1004 +++++ .../.history/10/a0a54f64cc20001a1b70e45700dd4116 | 26 + .../.history/10/f0d26864cc20001a1b70e45700dd4116 | 26 + .../.history/11/70c3f264cc20001a1b70e45700dd4116 | 15 + .../.history/11/902ae662cc20001a1b70e45700dd4116 | 36 + .../.history/11/b0dec964cc20001a1b70e45700dd4116 | 26 + .../.history/11/d0204965cc20001a1b70e45700dd4116 | 38 + .../.history/12/30aafd62cc20001a1b70e45700dd4116 | 50 + .../.history/12/40b30263cc20001a1b70e45700dd4116 | 15 + .../.history/12/d04c1865cc20001a1b70e45700dd4116 | 43 + .../.history/13/501a9f63cc20001a1b70e45700dd4116 | 62 + .../.history/15/f063b964cc20001a1b70e45700dd4116 | 26 + .../.history/15/f0a0a063cc20001a1b70e45700dd4116 | 57 + .../.history/16/80310863cc20001a1b70e45700dd4116 | 29 + .../.history/17/b09be964cc20001a1b70e45700dd4116 | 15 + .../.history/18/e057ff62cc20001a1b70e45700dd4116 | 43 + .../.history/1a/103bbe63cc20001a1b70e45700dd4116 | 155 + .../.history/1e/30c8f862cc20001a1b70e45700dd4116 | 29 + .../.history/1f/d0b12863cc20001a1b70e45700dd4116 | 86 + .../.history/2/c0679663cc20001a1b70e45700dd4116 | 104 + .../.history/20/00b09e64cc20001a1b70e45700dd4116 | 15 + .../.history/20/90c5d564cc20001a1b70e45700dd4116 | 26 + .../.history/21/205bd463cc20001a1b70e45700dd4116 | 162 + .../.history/21/e0aa0663cc20001a1b70e45700dd4116 | 38 + .../.history/23/e022f362cc20001a1b70e45700dd4116 | 15 + .../.history/24/6060fc64cc20001a1b70e45700dd4116 | 32 + .../.history/24/60c8c164cc20001a1b70e45700dd4116 | 26 + .../.history/24/c0a04864cc20001a1b70e45700dd4116 | 29 + .../.history/25/30f43865cc20001a1b70e45700dd4116 | 188 + .../.history/29/50b51d63cc20001a1b70e45700dd4116 | 57 + .../.history/29/b05aeb62cc20001a1b70e45700dd4116 | 22 + .../.history/2a/b0d58c64cc20001a1b70e45700dd4116 | 15 + .../.history/2b/505fd263cc20001a1b70e45700dd4116 | 152 + .../.history/2e/30ed4e65cc20001a1b70e45700dd4116 | 22 + .../.history/2f/10f93f65cc20001a1b70e45700dd4116 | 56 + .../.history/2f/409d5364cc20001a1b70e45700dd4116 | 26 + .../.history/31/707ebf64cc20001a1b70e45700dd4116 | 29 + .../.history/32/909b5965cc20001a1b70e45700dd4116 | 799 ++++ .../.history/34/101e2565cc20001a1b70e45700dd4116 | 15 + .../.history/36/80b48463cc20001a1b70e45700dd4116 | 463 ++ .../.history/38/9097b364cc20001a1b70e45700dd4116 | 15 + .../.history/38/f08af164cc20001a1b70e45700dd4116 | 26 + .../.history/3c/b0725e64cc20001a1b70e45700dd4116 | 15 + .../.history/3e/30a81b65cc20001a1b70e45700dd4116 | 44 + .../.history/4/c024b663cc20001a1b70e45700dd4116 | 146 + .../.history/41/5065cb64cc20001a1b70e45700dd4116 | 15 + .../.history/42/20058964cc20001a1b70e45700dd4116 | 15 + .../.history/42/201a4764cc20001a1b70e45700dd4116 | 38 + .../.history/44/70a74a65cc20001a1b70e45700dd4116 | 29 + .../.history/44/a0a20b65cc20001a1b70e45700dd4116 | 44 + .../.history/4b/80ccf764cc20001a1b70e45700dd4116 | 26 + .../.history/4c/40ca1363cc20001a1b70e45700dd4116 | 44 + .../.history/4d/209a0e63cc20001a1b70e45700dd4116 | 29 + .../.history/4d/60f49064cc20001a1b70e45700dd4116 | 15 + .../.history/4d/c094c764cc20001a1b70e45700dd4116 | 22 + .../.history/4f/70df9a64cc20001a1b70e45700dd4116 | 15 + .../.history/5/60026564cc20001a1b70e45700dd4116 | 56 + .../.history/53/208fef64cc20001a1b70e45700dd4116 | 15 + .../.history/53/90f63b64cc20001a1b70e45700dd4116 | 632 +++ .../.history/54/1033e364cc20001a1b70e45700dd4116 | 15 + .../.history/57/b08ff762cc20001a1b70e45700dd4116 | 38 + .../.history/58/00f37e64cc20001a1b70e45700dd4116 | 15 + .../.history/6/307af964cc20001a1b70e45700dd4116 | 15 + .../.history/63/9080a264cc20001a1b70e45700dd4116 | 32 + .../.history/63/e00e9764cc20001a1b70e45700dd4116 | 15 + .../.history/63/e0235564cc20001a1b70e45700dd4116 | 15 + .../.history/64/d0589964cc20001a1b70e45700dd4116 | 26 + .../.history/66/00827c64cc20001a1b70e45700dd4116 | 26 + .../.history/68/40a78163cc20001a1b70e45700dd4116 | 410 ++ .../.history/69/40ed1665cc20001a1b70e45700dd4116 | 50 + .../.history/6a/2037e062cc20001a1b70e45700dd4116 | 199 + .../.history/6a/3075f162cc20001a1b70e45700dd4116 | 26 + .../.history/6a/b0530163cc20001a1b70e45700dd4116 | 26 + .../.history/6a/c06d8f64cc20001a1b70e45700dd4116 | 26 + .../.history/6b/10db4465cc20001a1b70e45700dd4116 | 44 + .../.history/70/404a4c64cc20001a1b70e45700dd4116 | 15 + .../.history/76/20b28164cc20001a1b70e45700dd4116 | 26 + .../.history/77/104f8b64cc20001a1b70e45700dd4116 | 26 + .../.history/79/e01c6b64cc20001a1b70e45700dd4116 | 15 + .../.history/7b/c0071d65cc20001a1b70e45700dd4116 | 36 + .../.history/7d/b0a2d364cc20001a1b70e45700dd4116 | 22 + .../.history/81/80c3ba64cc20001a1b70e45700dd4116 | 15 + .../.history/87/c0551c63cc20001a1b70e45700dd4116 | 62 + .../.history/8a/b0d7df64cc20001a1b70e45700dd4116 | 22 + .../.history/8b/10f00265cc20001a1b70e45700dd4116 | 32 + .../.history/8b/5040e664cc20001a1b70e45700dd4116 | 15 + .../.history/8c/30020d65cc20001a1b70e45700dd4116 | 36 + .../.history/8c/902fee64cc20001a1b70e45700dd4116 | 26 + .../.history/8c/c09d0465cc20001a1b70e45700dd4116 | 22 + .../.history/8e/e081ec64cc20001a1b70e45700dd4116 | 15 + .../.history/8f/3088cd64cc20001a1b70e45700dd4116 | 26 + .../.history/8f/70801265cc20001a1b70e45700dd4116 | 36 + .../.history/8f/70ace164cc20001a1b70e45700dd4116 | 26 + .../.history/90/1041b764cc20001a1b70e45700dd4116 | 15 + .../.history/94/b092ac64cc20001a1b70e45700dd4116 | 22 + .../.history/98/40179364cc20001a1b70e45700dd4116 | 26 + .../.history/99/80857164cc20001a1b70e45700dd4116 | 29 + .../.history/9b/50ad4264cc20001a1b70e45700dd4116 | 32 + .../.history/a/107b5a64cc20001a1b70e45700dd4116 | 29 + .../.history/a/903a0d63cc20001a1b70e45700dd4116 | 38 + .../.history/a3/f091db64cc20001a1b70e45700dd4116 | 22 + .../.history/a6/e02ee564cc20001a1b70e45700dd4116 | 26 + .../.history/aa/d0f91065cc20001a1b70e45700dd4116 | 44 + .../.history/ac/305cfe64cc20001a1b70e45700dd4116 | 22 + .../.history/ad/a08e3e64cc20001a1b70e45700dd4116 | 722 +++ .../.history/ad/f0334464cc20001a1b70e45700dd4116 | 22 + .../.history/b/909c4a64cc20001a1b70e45700dd4116 | 26 + .../.history/b1/90862a63cc20001a1b70e45700dd4116 | 85 + .../.history/b1/f045be64cc20001a1b70e45700dd4116 | 38 + .../.history/b5/1051de64cc20001a1b70e45700dd4116 | 32 + .../.history/b8/004fc364cc20001a1b70e45700dd4116 | 15 + .../.history/b8/70f45864cc20001a1b70e45700dd4116 | 38 + .../.history/b9/2025d764cc20001a1b70e45700dd4116 | 15 + .../.history/ba/5022eb64cc20001a1b70e45700dd4116 | 26 + .../.history/ba/a00c2465cc20001a1b70e45700dd4116 | 26 + .../.history/bb/d0291563cc20001a1b70e45700dd4116 | 36 + .../.history/bd/80146f64cc20001a1b70e45700dd4116 | 38 + .../.history/c/2015b064cc20001a1b70e45700dd4116 | 15 + .../.history/c1/0038b264cc20001a1b70e45700dd4116 | 26 + .../.history/c2/e0a13a65cc20001a1b70e45700dd4116 | 204 + .../.history/c3/40bff464cc20001a1b70e45700dd4116 | 26 + .../.history/c4/3004ef62cc20001a1b70e45700dd4116 | 15 + .../.history/c5/1096ae36cc20001a1b70e45700dd4116 | 55 + .../.history/ca/b0cbed62cc20001a1b70e45700dd4116 | 26 + .../.history/ce/808eae64cc20001a1b70e45700dd4116 | 26 + .../.history/d/30b7e063cc20001a1b70e45700dd4116 | 57 + .../.history/d/803c9863cc20001a1b70e45700dd4116 | 106 + .../.history/d0/60ff2065cc20001a1b70e45700dd4116 | 56 + .../.history/d9/d00ecf64cc20001a1b70e45700dd4116 | 15 + .../.history/df/30cef163cc20001a1b70e45700dd4116 | 176 + .../.history/e/10f2e462cc20001a1b70e45700dd4116 | 58 + .../.history/e1/60299d64cc20001a1b70e45700dd4116 | 26 + .../.history/e2/c0bcf063cc20001a1b70e45700dd4116 | 164 + .../.history/e3/30200865cc20001a1b70e45700dd4116 | 15 + .../.history/e3/7059da64cc20001a1b70e45700dd4116 | 32 + .../.history/e3/a08d4d65cc20001a1b70e45700dd4116 | 32 + .../.history/e5/00c55c64cc20001a1b70e45700dd4116 | 26 + .../.history/e6/10d4e962cc20001a1b70e45700dd4116 | 32 + .../.history/e6/70bab564cc20001a1b70e45700dd4116 | 26 + .../.history/e7/101cd264cc20001a1b70e45700dd4116 | 32 + .../.history/e7/e045f664cc20001a1b70e45700dd4116 | 15 + .../.history/e8/402c5164cc20001a1b70e45700dd4116 | 15 + .../.history/e9/f05e2265cc20001a1b70e45700dd4116 | 50 + .../.history/f4/b0614665cc20001a1b70e45700dd4116 | 36 + .../.history/f9/203ce864cc20001a1b70e45700dd4116 | 26 + .../.history/fa/00896664cc20001a1b70e45700dd4116 | 50 + .../.history/fa/10e7c564cc20001a1b70e45700dd4116 | 32 + .../.history/fd/a0584165cc20001a1b70e45700dd4116 | 50 + .../Embedded/.indexes/33/4a/f5/26/history.index | Bin 17186 -> 17234 bytes .../Embedded/.indexes/33/4a/f5/34/history.index | Bin 17218 -> 17266 bytes .../Embedded/.indexes/33/4a/f5/3f/history.index | Bin 17212 -> 17260 bytes .../Embedded/.indexes/33/4a/f5/65/history.index | Bin 17192 -> 17240 bytes .../Embedded/.indexes/33/4a/f5/8/history.index | Bin 17198 -> 17246 bytes .../Embedded/.indexes/33/4a/f5/8c/history.index | Bin 17204 -> 17252 bytes .../Embedded/.indexes/33/4a/f5/b/history.index | Bin 17194 -> 17242 bytes .../Embedded/.indexes/33/4a/f5/cb/history.index | Bin 17198 -> 17246 bytes .../Embedded/.indexes/33/4a/f5/ce/history.index | Bin 17200 -> 17248 bytes .../Embedded/.indexes/33/4a/f5/f9/history.index | Bin 17208 -> 17256 bytes .../Embedded/.indexes/33/4a/f5/fe/history.index | Bin 17202 -> 17250 bytes .../Embedded/.indexes/33/4a/history.index | Bin 17172 -> 17220 bytes .../Embedded/.indexes/33/99/36/history.index | Bin 17188 -> 17236 bytes .../Embedded/.indexes/33/99/50/history.index | Bin 17188 -> 17236 bytes .../Embedded/.indexes/33/99/8c/history.index | Bin 17184 -> 17232 bytes .../Embedded/.indexes/33/99/98/history.index | Bin 17168 -> 17216 bytes .../Embedded/.indexes/33/99/aa/history.index | Bin 17176 -> 17224 bytes .../Embedded/.indexes/33/99/c3/history.index | Bin 17176 -> 17224 bytes .../Embedded/.indexes/33/99/c8/history.index | Bin 17176 -> 17224 bytes .../Embedded/.indexes/33/99/d6/history.index | Bin 34337 -> 34433 bytes .../Embedded/.indexes/33/99/fa/history.index | Bin 17172 -> 17220 bytes .../Embedded/.indexes/33/9d/c0/history.index | Bin 17202 -> 17250 bytes .../Embedded/.indexes/33/9d/cb/history.index | Bin 17190 -> 17238 bytes .../Embedded/.indexes/33/b/16/history.index | Bin 17178 -> 17226 bytes .../Embedded/.indexes/33/b/37/history.index | Bin 17174 -> 17222 bytes .../Embedded/.indexes/33/b/4a/history.index | Bin 17194 -> 17242 bytes .../Embedded/.indexes/33/b/4d/history.index | Bin 17176 -> 17224 bytes .../Embedded/.indexes/33/b/5f/history.index | Bin 17180 -> 17228 bytes .../Embedded/.indexes/33/b/c4/history.index | Bin 17184 -> 17232 bytes .../Embedded/.indexes/33/b/cc/history.index | Bin 17172 -> 17220 bytes .../Embedded/.indexes/33/d5/1a/history.index | Bin 17186 -> 17234 bytes .../Embedded/.indexes/33/d5/23/history.index | Bin 17180 -> 17228 bytes .../Embedded/.indexes/33/d5/24/6b/history.index | Bin 17202 -> 17250 bytes .../Embedded/.indexes/33/d5/24/a/history.index | Bin 17190 -> 17238 bytes .../Embedded/.indexes/33/d5/24/de/b8/history.index | Bin 17202 -> 17250 bytes .../Embedded/.indexes/33/d5/24/de/history.index | Bin 17188 -> 17236 bytes .../Embedded/.indexes/33/d5/24/e9/history.index | Bin 17198 -> 17246 bytes .../Embedded/.indexes/33/d5/24/history.index | Bin 17170 -> 17218 bytes .../Embedded/.indexes/33/d5/42/history.index | Bin 17174 -> 17222 bytes .../Embedded/.indexes/33/d5/43/history.index | Bin 17174 -> 17222 bytes .../Embedded/.indexes/33/d5/70/86/history.index | Bin 17198 -> 17246 bytes .../Embedded/.indexes/33/d5/70/history.index | Bin 17186 -> 17234 bytes .../Embedded/.indexes/33/d5/72/history.index | Bin 15546 -> 15594 bytes .../Embedded/.indexes/33/d5/83/history.index | Bin 17188 -> 17236 bytes .../Embedded/.indexes/33/d5/8c/history.index | Bin 17168 -> 17216 bytes .../Embedded/.indexes/33/d5/91/53/29/history.index | Bin 15754 -> 15802 bytes .../Embedded/.indexes/33/d5/91/53/ab/history.index | Bin 15746 -> 15794 bytes .../Embedded/.indexes/33/d5/91/53/history.index | Bin 17214 -> 17262 bytes .../Embedded/.indexes/33/d5/91/66/0/history.index | Bin 17240 -> 17288 bytes .../Embedded/.indexes/33/d5/91/66/67/history.index | Bin 17244 -> 17292 bytes .../Embedded/.indexes/33/d5/91/66/history.index | Bin 34425 -> 34521 bytes .../Embedded/.indexes/33/d5/91/8f/history.index | Bin 17212 -> 17260 bytes .../Embedded/.indexes/33/d5/91/9b/5a/history.index | Bin 17230 -> 17278 bytes .../Embedded/.indexes/33/d5/91/9b/d/history.index | Bin 17228 -> 17276 bytes .../Embedded/.indexes/33/d5/91/af/history.index | Bin 17214 -> 17262 bytes .../Embedded/.indexes/33/d5/91/c1/history.index | Bin 17232 -> 17280 bytes .../Embedded/.indexes/33/d5/91/f/0/history.index | Bin 17230 -> 17278 bytes .../Embedded/.indexes/33/d5/91/f/67/history.index | Bin 17234 -> 17282 bytes .../Embedded/.indexes/33/d5/91/f/6d/history.index | Bin 17228 -> 17276 bytes .../Embedded/.indexes/33/d5/91/f/80/history.index | Bin 17224 -> 17272 bytes .../Embedded/.indexes/33/d5/91/f/aa/history.index | Bin 17232 -> 17280 bytes .../Embedded/.indexes/33/d5/91/f/f3/history.index | Bin 17224 -> 17272 bytes .../Embedded/.indexes/33/d5/91/f/history.index | Bin 17216 -> 17264 bytes .../Embedded/.indexes/33/d5/91/history.index | Bin 17196 -> 17244 bytes .../Embedded/.indexes/33/d5/b1/history.index | Bin 17180 -> 17228 bytes .../Embedded/.indexes/33/d5/c2/3f/history.index | Bin 17192 -> 17240 bytes .../Embedded/.indexes/33/d5/c2/f2/history.index | Bin 17204 -> 17252 bytes .../Embedded/.indexes/33/d5/c2/history.index | Bin 17178 -> 17226 bytes .../Embedded/.indexes/33/d5/e5/history.index | Bin 17196 -> 17244 bytes .../Embedded/.indexes/33/d5/fd/history.index | Bin 17174 -> 17222 bytes .../.projects/Embedded/.indexes/33/history.index | Bin 34581 -> 34677 bytes .../Embedded/.indexes/4a/properties.index | Bin 238 -> 460 bytes .../Embedded/.indexes/99/8c/properties.index | Bin 2509 -> 2604 bytes .../Embedded/.indexes/99/c3/history.index | Bin 190 -> 214 bytes .../Embedded/.indexes/99/c8/properties.index | Bin 5663 -> 5898 bytes .../Embedded/.indexes/99/d6/properties.index | Bin 4513 -> 4640 bytes .../Embedded/.indexes/9d/c0/properties.index | Bin 2270 -> 2505 bytes .../Embedded/.indexes/9d/cb/properties.index | Bin 247 -> 479 bytes .../Embedded/.indexes/d5/91/f/history.index | Bin 132 -> 156 bytes .../Embedded/.indexes/d5/fd/properties.index | Bin 224 -> 320 bytes .../.projects/Embedded/.indexes/history.index | Bin 918 -> 942 bytes .../.projects/Embedded/.markers.snap | Bin 16026862 -> 16437121 bytes .../.projects/Embedded/.syncinfo.snap | Bin 4016 -> 4160 bytes .../.projects/RemoteSystemsTempFiles/.markers.snap | Bin 4016 -> 4160 bytes .../RemoteSystemsTempFiles/.syncinfo.snap | Bin 4016 -> 4160 bytes .../org.eclipse.core.resources/.root/.markers.snap | Bin 4016 -> 4160 bytes .../.safetable/org.eclipse.core.resources | Bin 72214 -> 74779 bytes .../.plugins/org.eclipse.core.resources/35.snap | Bin 2794057 -> 2820606 bytes .../org.eclipse.cdt.managedbuilder.core.prefs | 4 +- .../org.eclipse.e4.workbench/workbench.xmi | 4578 ++++++++++---------- .../I2C_Communication/Head_Card/I2C_Head_Mux.c | 12 +- .../Embedded/Modules/Control/MillisecTask.c | 13 +- 243 files changed, 12109 insertions(+), 2294 deletions(-) create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/90990665cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/5094de63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/403b7cd5cb20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a0a54f64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/f0d26864cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/70c3f264cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/902ae662cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/b0dec964cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/d0204965cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/30aafd62cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/40b30263cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/d04c1865cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/501a9f63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f063b964cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f0a0a063cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/80310863cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/b09be964cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e057ff62cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/103bbe63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/30c8f862cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/d0b12863cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/c0679663cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/00b09e64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90c5d564cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/205bd463cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/e0aa0663cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/e022f362cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/6060fc64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/60c8c164cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/c0a04864cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/30f43865cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/50b51d63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b05aeb62cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2a/b0d58c64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/505fd263cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/30ed4e65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/10f93f65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/409d5364cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/707ebf64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/909b5965cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/101e2565cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/80b48463cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/9097b364cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f08af164cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/b0725e64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/30a81b65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/c024b663cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/5065cb64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/20058964cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/201a4764cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/70a74a65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/a0a20b65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/80ccf764cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/40ca1363cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/209a0e63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/60f49064cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c094c764cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/70df9a64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/60026564cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/208fef64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/90f63b64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/1033e364cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b08ff762cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/00f37e64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/307af964cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/9080a264cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e00e9764cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e0235564cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/d0589964cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/00827c64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/40a78163cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/40ed1665cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/2037e062cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/3075f162cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/b0530163cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/c06d8f64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/10db4465cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/404a4c64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/20b28164cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/104f8b64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/e01c6b64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0071d65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/b0a2d364cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/80c3ba64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/c0551c63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8a/b0d7df64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/10f00265cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/5040e664cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30020d65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/902fee64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/c09d0465cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e081ec64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/3088cd64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70801265cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70ace164cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/1041b764cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/b092ac64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/40179364cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/80857164cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/50ad4264cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/107b5a64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/903a0d63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/f091db64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/e02ee564cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/d0f91065cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/305cfe64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/a08e3e64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/f0334464cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/909c4a64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/90862a63cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/f045be64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/1051de64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/004fc364cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/70f45864cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/2025d764cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/5022eb64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/a00c2465cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/d0291563cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/80146f64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/2015b064cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0038b264cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/e0a13a65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/40bff464cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/3004ef62cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/1096ae36cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/b0cbed62cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/808eae64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/30b7e063cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/803c9863cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/60ff2065cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/d00ecf64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/30cef163cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/10f2e462cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/60299d64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/c0bcf063cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/30200865cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/7059da64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/a08d4d65cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/00c55c64cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/10d4e962cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/70bab564cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/101cd264cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e045f664cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/402c5164cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/f05e2265cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/b0614665cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/203ce864cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/00896664cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/10e7c564cc20001a1b70e45700dd4116 create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/a0584165cc20001a1b70e45700dd4116 (limited to 'Software/Embedded_SW/Embedded/Modules/Control') diff --git a/Software/.metadata/.plugins/org.eclipse.cdt.core/Embedded.1560423654045.pdom b/Software/.metadata/.plugins/org.eclipse.cdt.core/Embedded.1560423654045.pdom index 177f7be9b..f15dcadcb 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.cdt.core/Embedded.1560423654045.pdom and b/Software/.metadata/.plugins/org.eclipse.cdt.core/Embedded.1560423654045.pdom differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/90990665cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/90990665cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/90990665cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/AlarmHandling/AlarmHandling.c + +C_DEPS += \ +./Modules/AlarmHandling/AlarmHandling.d + +OBJS += \ +./Modules/AlarmHandling/AlarmHandling.obj + +OBJS__QUOTED += \ +"Modules\AlarmHandling\AlarmHandling.obj" + +C_DEPS__QUOTED += \ +"Modules\AlarmHandling\AlarmHandling.d" + +C_SRCS__QUOTED += \ +"../Modules/AlarmHandling/AlarmHandling.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/5094de63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/5094de63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/5094de63cc20001a1b70e45700dd4116 @@ -0,0 +1,62 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/MachineStatus/IDSPackLevel.pb-c.c \ +../Communication/PMR/MachineStatus/MachineState.pb-c.c \ +../Communication/PMR/MachineStatus/MachineStatus.pb-c.c \ +../Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.c \ +../Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.c \ +../Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.c \ +../Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/MachineStatus/IDSPackLevel.pb-c.d \ +./Communication/PMR/MachineStatus/MachineState.pb-c.d \ +./Communication/PMR/MachineStatus/MachineStatus.pb-c.d \ +./Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.d \ +./Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.d \ +./Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.d \ +./Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.d + +OBJS += \ +./Communication/PMR/MachineStatus/IDSPackLevel.pb-c.obj \ +./Communication/PMR/MachineStatus/MachineState.pb-c.obj \ +./Communication/PMR/MachineStatus/MachineStatus.pb-c.obj \ +./Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.obj \ +./Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.obj \ +./Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.obj \ +./Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\MachineStatus\IDSPackLevel.pb-c.obj" \ +"Communication\PMR\MachineStatus\MachineState.pb-c.obj" \ +"Communication\PMR\MachineStatus\MachineStatus.pb-c.obj" \ +"Communication\PMR\MachineStatus\StartMachineStatusUpdateRequest.pb-c.obj" \ +"Communication\PMR\MachineStatus\StartMachineStatusUpdateResponse.pb-c.obj" \ +"Communication\PMR\MachineStatus\StopMachineStatusUpdateRequest.pb-c.obj" \ +"Communication\PMR\MachineStatus\StopMachineStatusUpdateResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\MachineStatus\IDSPackLevel.pb-c.d" \ +"Communication\PMR\MachineStatus\MachineState.pb-c.d" \ +"Communication\PMR\MachineStatus\MachineStatus.pb-c.d" \ +"Communication\PMR\MachineStatus\StartMachineStatusUpdateRequest.pb-c.d" \ +"Communication\PMR\MachineStatus\StartMachineStatusUpdateResponse.pb-c.d" \ +"Communication\PMR\MachineStatus\StopMachineStatusUpdateRequest.pb-c.d" \ +"Communication\PMR\MachineStatus\StopMachineStatusUpdateResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/MachineStatus/IDSPackLevel.pb-c.c" \ +"../Communication/PMR/MachineStatus/MachineState.pb-c.c" \ +"../Communication/PMR/MachineStatus/MachineStatus.pb-c.c" \ +"../Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.c" \ +"../Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.c" \ +"../Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.c" \ +"../Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/403b7cd5cb20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/403b7cd5cb20001a1b70e45700dd4116 new file mode 100644 index 000000000..76b7aa7a1 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/403b7cd5cb20001a1b70e45700dd4116 @@ -0,0 +1,1004 @@ +/************************************************************************************************************************ + * Millisec.c + * Millisec module + * + * The millisec task is called once every 1 millisecond to gather data from the FPGA crucial modules, + * so it will be ready for the Millisec operations. it is called 300 (TBD, configurable) + * microsecond before the Millisec task, so that the data will be ready for the Millisec handling. + * the ,millisecond task holds the pointer to a double buffer of results, so that the Millisec will handle the + * most updated data, without disturbing data gathering + * + **************************************************************************************************************************/ + +////////////////////////////////State machine operation//////////////////////////////////// +//the state machine operation is used to operate in runtime correct profile flow execution +//by recieved design flow of the user from the UI +/////////////////////////////////////////////////////////////////////////////////////////// +#include "include.h" +#include "Modules/General/GeneralHardware.h" + +#include "Modules/AlarmHandling/AlarmHandling.h" +#include "Modules/General/MachineStatus.h" + +#include "MillisecTask.h" +#include +#include +#include +#include +#include "drivers/I2C_Communication/ADC_MUX/ADC_MUX.h" +#include + +#include "drivers/adc_sampling/adc.h" +#include "control.h" + +#include "drivers/Motors/Motor.h" +#include "drivers/Heater/TemperatureSensor.h" +#include "drivers/FPGA/FPGA_SPI_Comm.h" +#include "drivers/FPGA/FPGA.h" +#include +#include "drivers/Valves/Valve.h" +#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h" +#include "Drivers/I2C_Communication/I2C.h" + +#include "modules/thread/thread_ex.h" +#include "modules/ifs/ifs.h" +#include "modules/ids/ids_ex.h" +#include "modules/Diagnostics/Diagnostics.h" +#include "Modules/General/MachineStatus.h" + +#include "drivers/Flash_Memory/Flash_Memory.h" +#include "drivers/Flash_Memory/fatfs/ff.h" +#include "drivers/Flash_ram/FlashProgram.h" + +#include "Common/SWUpdate/FileSystem.h" + +#include "Communication/Connection.h" +#include "Modules/General/buttons.h" +#include "Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.h" + +Task_Handle Millisecond_Task_Handle; +/******************** Definitions ********************************************/ + +/******************** STRUCTURES AND ENUMs ********************************************/ +typedef struct MillisecMotorData +{ + bool WaitForData; + bool DataRequired; + bool SyncRequired; + MSecFptr Callback; + unsigned long Data; + int Length; + bool Active; +}MillisecMotorDataStruc; +typedef enum +{ + OneMillisec, +}MillisecMessages; + +typedef struct MillisecMessage{ + uint16_t messageId; + uint16_t msglen; + uint32_t tick; + uint8_t messageData[20]; +}MillisecMessageStruc; + +//uint32_t ADC_Data[MAX_ADC_DEVICES] = {0}; +//uint32_t TemperatureSensor_Data[MAX_MAIN_CARD_TEMPERATURE_SENSOR_ID] = {0}; +//uint32_t MotorSpeed_Data[NUM_OF_MOTORS] = {0}; +//uint32_t MotorStatus_Data[NUM_OF_MOTORS] = {0}; +//uint32_t MotorPosition_Data[NUM_OF_MOTORS] = {0}; +//bool MotorBusy_Data[NUM_OF_MOTORS] = {true}; +uint32_t Dancer_Data[NUM_OF_DANCERS] = {0}; +float Speed_Data = 0; +uint32_t DrawerFansStatus = 0; +uint32_t SystemFansStatus = 0; +bool watchdogCriticalAlarm = false; + +uint32_t msec_millisecondCounter = 0; + +extern bool Machine_Idle_Mode; + +uint8_t Gas_PPM_Info; +MillisecMotorDataStruc ScrewSetMaxSpeedPending = {0}; +MillisecMotorDataStruc ScrewMovePending = {0}; +MillisecMotorDataStruc MotorData[NUM_OF_MOTORS] = {0}; +MillisecMotorDataStruc SpeedSetPending[NUM_OF_MOTORS] = {0}; +MillisecMotorDataStruc PT100Data[MAX_MAIN_CARD_TEMP_SENS_ID] = {0}; +/******************** GLOBAL PARAMETERS ********************************************/ +Mailbox_Handle MillisecMsgQ = NULL; +Mailbox_Handle TenMillisecMsgQ = NULL; +Mailbox_Handle MotorsMsgQ[NUM_OF_MOTORS] = {NULL}; +bool MillisecRestart; +static GateMutex_Handle gateMillisecDB; + +uint32_t Millisec_timerBase = TIMER1_BASE; //Timer handle +/******************** Functions ********************************************/ +uint32_t Control_Delta_Position_Pass(uint32_t Current_Read,uint32_t Previous_Read); +void CalculateVOCAlarms(void); +//********************************************************************** +/******************** CODE ********************************************/ +//********************************************************************** +#define LOG_SIZE 200 +uint32_t MSBacklog[LOG_SIZE+1]={0}; +uint8_t Motor_Id[LOG_SIZE+1]={0}; +uint32_t MSTick[LOG_SIZE+1]={0}; +uint16_t MsecLogindex = 0; + +void MillisecInit(void) +{ + Error_Block eb; + int i; + + Error_init(&eb); + + MillisecMsgQ = Mailbox_create(sizeof(MillisecMessageStruc), 2, NULL,&eb); + TenMillisecMsgQ = Mailbox_create(sizeof(MillisecMessageStruc), 2, NULL,&eb); + for (i=0;i= MAX_MAIN_CARD_TEMP_SENS_ID) return -1; + PT100Activity++; //read request + PT100Data[TempSensorId].Callback = Callback; + PT100Data[TempSensorId].Active = true; + return OK; +} +//typedef uint32_t (* MSecFptr)(uint32_t deviceID, uint32_t ReadValue); +uint32_t MotorActivity = 0; + +int32_t MillisecSetMotorSpeed(TimerMotors_t MotorId, unsigned long Data, int Length, MSecFptr Callback) +{ + if (MotorId >= NUM_OF_MOTORS) return -1; + //========================== + if ((MotorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)|| + (MotorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING)|| + (MotorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING)|| + (MotorId == HARDWARE_MOTOR_TYPE__MOTO_SCREW)) + { + MSBacklog[MsecLogindex]=Data; + MSTick[MsecLogindex]=msec_millisecondCounter; + Motor_Id[MsecLogindex]=MotorId; + MsecLogindex++; + if (MsecLogindex>=LOG_SIZE) + MsecLogindex = 0; + } + //========================== + + SpeedSetPending[MotorId].Callback = Callback; + SpeedSetPending[MotorId].Data = Data; + SpeedSetPending[MotorId].Length = Length; + SpeedSetPending[MotorId].DataRequired = false; + if (SpeedSetPending[MotorId].Active == false) + { + MotorActivity++; + SpeedSetPending[MotorId].Active = true; + } + + return OK; +} +int MillisecFlushMsgQ(TimerMotors_t MotorId) +{ + MillisecMotorDataStruc MotorData = {0}; + int pend = Mailbox_getNumPendingMsgs(MotorsMsgQ[MotorId]); + int i; + if (pend) + { + for (i=0;i=LOG_SIZE) + MsecLogindex = 0; + } + //========================== + if (MotorId >= NUM_OF_MOTORS) return -1; + MotorActivity++; + MotorData.Callback = Callback; + MotorData.Data = Data; + MotorData.Length = Length; + MotorData.DataRequired = false; + if (MotorsMsgQ[MotorId] != NULL) + return Mailbox_post(MotorsMsgQ[MotorId] , &MotorData, BIOS_NO_WAIT); + else return false; +} +int32_t MillisecReadFromMotor(TimerMotors_t MotorId, unsigned long Data, int Length, MSecFptr Callback) +{ + MillisecMotorDataStruc MotorData = {0}; + if (MotorId >= NUM_OF_MOTORS) return -1; +//========================== + if ((MotorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)|| + (MotorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING)|| + (MotorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING)|| + (MotorId == HARDWARE_MOTOR_TYPE__MOTO_SCREW)) + { + MSBacklog[MsecLogindex]=Data; + Motor_Id[MsecLogindex]=MotorId; + MSTick[MsecLogindex]=msec_millisecondCounter; + MsecLogindex++; + if (MsecLogindex>=LOG_SIZE) + MsecLogindex = 0; + } + //========================== + MotorActivity++; + MotorActivity++; + MotorData.Callback = Callback; + MotorData.Data = Data; + MotorData.Length = Length; + MotorData.DataRequired = true; + if (MotorsMsgQ[MotorId] != NULL) + return Mailbox_post(MotorsMsgQ[MotorId] , &MotorData, BIOS_NO_WAIT); + else return false; +} + +uint32_t MillisecLoop(uint32_t tick) +{ + uint8_t Motor_i; + TEMPERATURE_SENSOR_ID_ENUM Sensor_i; + unsigned int MotorInfo = 0; + static int temp=0; + //call all modules Millisec functions + //test dancers and speed encoders + //check all callback units (state machine waiting for completion of a change) +/* bool Ten_msTick, Hundred_msTick, Onesecond_Tick,O900Millisecond_Tick,Tick98,OneMinute_Tick; + Ten_msTick = (tick%eTenMillisecond == 0) ?true:false; + Hundred_msTick = (tick%eHundredMillisecond == 0) ?true:false; + O900Millisecond_Tick = (tick%eOneSecond == 900) ?true:false; + Onesecond_Tick = (tick%eOneSecond == 0) ?true:false; + OneMinute_Tick = (tick%eOneMinute == 0) ?true:false; + Tick98 = (tick%eHundredMillisecond == 99) ?true:false; + //gather Motor data from FPGA + //ROM_IntMasterDisable(); +*/ +#ifndef EVALUATION_BOARD + FPGA_GetBusy(); //load the busy motor information to all motors + FPGA_Read_LS_Safty_Ind_Reg(); + //Read_FPGA_GPI_Rgisters();//FPGA_Read_limit_Switches(); +#endif + + temp += MotorActivity; + if (MotorActivity) + { + for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++) + { + if (MotorDriverResponse[Motor_i].Busy == true) + { + temp++; + continue; + } + if (MotorData[Motor_i].WaitForData == true) //Read request sent, data is waiting + { + if (MotorGetFPGAResponse((HardwareMotorType)Motor_i,&MotorInfo) == OK) //got the data from the FPGA + { + MotorData[Motor_i].WaitForData = false; + if (MotorData[Motor_i].Callback) + MotorData[Motor_i].Callback(Motor_i,MotorInfo); + } + MotorActivity--; + } + if (SpeedSetPending[Motor_i].Active == true) + { + MotorSendFPGARequest((HardwareMotorType)Motor_i,SpeedSetPending[Motor_i].Data,SpeedSetPending[Motor_i].Length); + MotorActivity--; + SpeedSetPending[Motor_i].Active = false; + if (SpeedSetPending[Motor_i].Callback) + SpeedSetPending[Motor_i].Callback(Motor_i,0); + } + else if (Mailbox_pend(MotorsMsgQ[Motor_i] , &MotorData[Motor_i], BIOS_NO_WAIT)==true) + { + if (MotorSendFPGARequest((HardwareMotorType)Motor_i,MotorData[Motor_i].Data,MotorData[Motor_i].Length) == OK) //sent the data to the FPGA + { + if (MotorData[Motor_i].DataRequired == true) + { + MotorData[Motor_i].WaitForData = true; // mark the motor for data request next round + } + else + { + if (MotorData[Motor_i].Callback) + MotorData[Motor_i].Callback(Motor_i,0); // call the callback to report execution + } + } + MotorActivity--; + } + } + } + //FPGA_GetTempSensorBusy(); + //int PT100Busy[MAX_MAIN_CARD_TEMPERATURE_SENSOR_ID] = {0,0,0,0,0,0,0,0,0,0}; + if (PT100Activity) + { + + for (Sensor_i = 0;Sensor_i < MAX_TANGO_TEMPERATURE_SENSOR_ID;Sensor_i++) + { + /*if (TempSensorResponse[Sensor_i].Busy == true) + { + PT100Busy[Sensor_i]++; + continue; + }*/ + if (PT100Data[Sensor_i].Active == true) + { + if(Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID) + { + TemperatureSendSensorDummyClk(Sensor_i); + } + PT100Data[Sensor_i].Active = false; + PT100Data[Sensor_i].WaitForData = true; // mark the motor for data request next round + break; // one PT100 activitiy per MS + } + else if (PT100Data[Sensor_i].WaitForData == true) //Read request sent, data is waiting + { + if(Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID) + { + TemperatureSensorReadFromFPGA_Res(Sensor_i); //got the data from the FPGA + } + else if(Sensor_i < MAX_HEAD_CARD_TEMP_SENS_ID) + { + HeadCard_Toggle_PT100(Sensor_i); + //deley?? + HeadADCPT100_SendReadDataCommand(Sensor_i); + } + else if(Sensor_i < MAX_WHS_CARD_TEMP_SENS_ID) + { + //for WHS... + } + else + { + //TBD + } + + PT100Data[Sensor_i].WaitForData = false; + PT100Data[Sensor_i].SyncRequired = true; + if (PT100Data[Sensor_i].Callback) + PT100Data[Sensor_i].Callback(Sensor_i,MotorInfo); + break; // one PT100 activitiy per MS + } + else if (PT100Data[Sensor_i].SyncRequired == true) + { + if(Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID) + { + TemperatureSensorSync(Sensor_i); + } + else if(Sensor_i < MAX_HEAD_CARD_TEMP_SENS_ID) + { + HeadADCPT100_StartSync(Sensor_i); + } + else if(Sensor_i < MAX_WHS_CARD_TEMP_SENS_ID) + { + //StartSync WHS... + } + else + { + //TBD... + } + + + PT100Data[Sensor_i].SyncRequired = false; + PT100Activity--; + break; // one PT100 activitiy per MS + } + } + } +#ifdef HUNDRED_MICROSECONDS_DANCER_READ + SaveLogData(); +#else + Dancer_Data[FEEDER_DANCER] = Read_Dancer_Position(FEEDER_DANCER); + Dancer_Data[POOLER_DANCER] = Read_Dancer_Position(POOLER_DANCER); + Dancer_Data[WINDER_DANCER] = Read_Dancer_Position(WINDER_DANCER); +#endif + return OK; +} +int TemperatureSum[MAX_MAIN_CARD_TEMP_SENS_ID]; +int TemperatureMin[MAX_MAIN_CARD_TEMP_SENS_ID]; +int TemperatureMax[MAX_MAIN_CARD_TEMP_SENS_ID]; +int TemperatureCount[MAX_MAIN_CARD_TEMP_SENS_ID]; +int TemperatureCalc[MAX_MAIN_CARD_TEMP_SENS_ID]; +void MillisecUpdateTemperatures (TEMPERATURE_SENSOR_ID_ENUM SensorId,int temperature) +{ + //if(TemperatureCount[SensorId]++>=10) + // TemperatureCount[SensorId] = 0; + TemperatureCount[SensorId]++; + if (TemperatureMax[SensorId]temperature) TemperatureMin[SensorId]=temperature; + TemperatureSum[SensorId]+=temperature; +} +int MillisecCalculateTemperatures (TEMPERATURE_SENSOR_ID_ENUM SensorId) +{ + int calc = 0; + TemperatureSum[SensorId]-=TemperatureMax[SensorId]; + TemperatureSum[SensorId]-=TemperatureMin[SensorId]; + calc = TemperatureSum[SensorId] / (TemperatureCount[SensorId]-2); + + TemperatureSum[SensorId] = 0; + TemperatureCount[SensorId] = 0; + TemperatureMin[SensorId] = 30000; + TemperatureMax[SensorId] = -30000; + return calc; +} +int MillisecGetTemperatures (TEMPERATURE_SENSOR_ID_ENUM SensorId) +{ + if (SensorId > WHS_PT100_4_0X82_1) + return 0; + return TemperatureCalc[SensorId]; +} +bool RapidPressureRead = false; +float PressureSum[MAX_SYSTEM_DISPENSERS]; +float PressureMin[MAX_SYSTEM_DISPENSERS]; +float PressureMax[MAX_SYSTEM_DISPENSERS]; +float PressureCount[MAX_SYSTEM_DISPENSERS]; +float PressureCalc[MAX_SYSTEM_DISPENSERS]; +void MillisecUpdatePressures (int SensorId,float Pressure) +{ + //if(PressureCount[SensorId]++>=10) + // PressureCount[SensorId] = 0; + PressureCount[SensorId]++; + if (PressureMax[SensorId]Pressure) PressureMin[SensorId]=Pressure; + PressureSum[SensorId]+=Pressure; +} +float MillisecCalculatePressures (int SensorId) +{ + float calc = 0; + PressureSum[SensorId]-=PressureMax[SensorId]; + PressureSum[SensorId]-=PressureMin[SensorId]; + calc = PressureSum[SensorId] / (PressureCount[SensorId]-2); + + PressureSum[SensorId] = 0; + PressureCount[SensorId] = 0; + PressureMin[SensorId] = 30000; + PressureMax[SensorId] = -30000; + return calc; +} +float MillisecGetPressures (int SensorId) +{ + if (SensorId > MAX_SYSTEM_DISPENSERS) + return 0; + return PressureCalc[SensorId]; +} + +void setRapidPressureRead(bool value) +{ + RapidPressureRead = value; + if (GetDiagnosticMode() == Diagnostic_Extreme_Mode) + RapidPressureRead = true; +} + +uint16_t PumpCounter = 0; +uint32_t MillisecLowLoop(uint32_t tick) +{ + uint8_t Motor_i,Disp_i,temp; + TEMPERATURE_SENSOR_ID_ENUM Sensor_i; + + //static int temp=0; + //call all modules Millisec functions + //test dancers and speed encoders + //check all callback units (state machine waiting for completion of a change) + bool Ten_msTick, Hundred_msTick , m20msecTick,m70msecTick,m90msecTick, Onesecond_Tick,OneMinute_Tick,OneHourTick; + bool O100Millisecond_Tick,O200Millisecond_Tick,O400Millisecond_Tick,O500Millisecond_Tick,O600Millisecond_Tick; + //bool O100Millisecond_Tick,O200Millisecond_Tick,O400Millisecond_Tick,O500Millisecond_Tick,O600Millisecond_Tick,O800Millisecond_Tick,O900Millisecond_Tick; + Ten_msTick = (tick%eTenMillisecond == 0) ?true:false; + Hundred_msTick = (tick%eHundredMillisecond == 0) ?true:false; + m20msecTick = (tick%eHundredMillisecond == 20) ?true:false; + m70msecTick = (tick%eHundredMillisecond == 70) ?true:false; + m90msecTick = (tick%eHundredMillisecond == 90) ?true:false; + O100Millisecond_Tick = (tick%eOneSecond == 100) ?true:false; + O200Millisecond_Tick = (tick%eOneSecond == 200) ?true:false; + O400Millisecond_Tick = (tick%eOneSecond == 400) ?true:false; + O500Millisecond_Tick = (tick%eOneSecond == 500) ?true:false; + O600Millisecond_Tick = (tick%eOneSecond == 600) ?true:false; + //O800Millisecond_Tick = (tick%eOneSecond == 800) ?true:false; + //O900Millisecond_Tick = (tick%eOneSecond == 900) ?true:false; + Onesecond_Tick = (tick%eOneSecond == 0) ?true:false; + OneMinute_Tick = (tick%eOneMinute == 0) ?true:false; + OneHourTick = (tick%eOneHour == 0) ?true:false; + //gather Motor data from FPGA + //ROM_IntMasterDisable(); + + //Screw_ENC_Velocity_to_DAC(); - for testing the screw enc + + if (Ten_msTick) + { + //Speed_Data = Calculate_Speed_Sensor_Velocity(); + //MillisecReadFromTempSensor(Sensor_Read, NULL); + //if (Sensor_Read++ >= MAX_MAIN_CARD_TEMPERATURE_SENSOR_ID) Sensor_Read = 0; + if(Machine_Idle_Mode == true) + Machine_Idle_Breathing_Led(); + } +#ifdef Use_Head_Card + if (m20msecTick) //read odd PT1000 + { + for (Sensor_i = HEAD_PT100_ZONE_1_0X80_0;Sensor_i < HEAD_PT100_ZONE_2_0X80_1;Sensor_i++) + { + MillisecReadFromI2CTempSensor(Sensor_i, NULL); + } +#warning call chip select replace in I2C + } + if (m70msecTick) //read odd PT1000 + { + for (Sensor_i = HEAD_PT100_ZONE_2_0X80_1;Sensor_i < HEAD_PT100_RESERVE_0X8E_1;Sensor_i++) + { + MillisecReadFromI2CTempSensor(Sensor_i, NULL); + } + } +#endif + if (m90msecTick) + { +#ifdef Use_Head_Card + for (Sensor_i = TEMP_SENSE_ANALOG_DRYER_TEMP1;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) +#else + for (Sensor_i = 0;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) +#endif + { + MillisecReadFromTempSensor(Sensor_i, NULL); + } + } + if (Hundred_msTick) + { + Speed_Data = Calculate_Speed_Sensor_Velocity(); + Read_Buttons_Reg(); + //Ink_Cart_Led(); +#ifdef Use_Head_Card + for (Sensor_i = TEMP_SENSE_ANALOG_DRYER_TEMP1;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) +#else + for (Sensor_i = 0;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) +#endif + { + MillisecUpdateTemperatures (Sensor_i,TemperatureSensorRead(Sensor_i)); + } + if (GeneralHwReady == true) + { + if (watchdogCriticalAlarm == false) + { + Control_WD(ENABLE,10); //activate heaters/dispenser watchdog, 0.5 seconds + //LOG_ERROR (1111, "Control_WD"); + } + } + if (RapidPressureRead == true) + { + for (Disp_i = 0;Disp_i < MAX_SYSTEM_DISPENSERS;Disp_i++) + { + MillisecUpdatePressures(Disp_i, CalculateDispenserPressure(Disp_i)); + } + ADC_TriggerCollection(); + } + DispensersCollectionCall(); + + } + if (O100Millisecond_Tick) + { + Trigger_Heater_Current_Read(); + } + if (O200Millisecond_Tick) + { + FPGA_GetAllDispensersValveBusyOCD(); + temp = Read_Fans_Tacho(); + DrawerFansStatus = temp & 0x1F; + SystemFansStatus = temp & 0xE0; + } + if (O400Millisecond_Tick) + { + for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++) + { + if (Motor_i == HARDWARE_MOTOR_TYPE__MOTO_SCREW) + continue; // + if (isMotorConfigured(Motor_i)) + MotorGetStatusFromFPGA(Motor_i); + } + } + if ((O500Millisecond_Tick)&&(RapidPressureRead == false)) + { + ADC_TriggerCollection(); + } + if (O600Millisecond_Tick) + { + if (RapidPressureRead == false) + { + for (Disp_i = 0;Disp_i < MAX_SYSTEM_DISPENSERS;Disp_i++) + { + CalculateDispenserPressure(Disp_i); + } + } + } + if (Onesecond_Tick) + { + MachineUpdateResponseFunc(); + //KeepAliveOneSecondCall(); +#ifdef Use_Head_Card + for (Sensor_i = TEMP_SENSE_ANALOG_DRYER_TEMP1;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) +#else + for (Sensor_i = 0;Sensor_i < MAX_MAIN_CARD_TEMP_SENS_ID;Sensor_i++) +#endif + { + TemperatureCalc[Sensor_i] = MillisecCalculateTemperatures ( Sensor_i); + } + if (RapidPressureRead == true) + { + for (Disp_i = 0;Disp_i < MAX_SYSTEM_DISPENSERS;Disp_i++) + { + PressureCalc[Disp_i] = MillisecCalculatePressures(Disp_i); + } + } + } + if (OneMinute_Tick) + { + Trigger_MidTank_Pressure_Read(); + /*for (Disp_i = 0;Disp_i < MAX_SYSTEM_DISPENSERS;Disp_i++) + { + Read_MidTank_Pressure_Sensor(Disp_i); + }*/ +// MachineUpdateResponseFunc(); + /* for (Motor_i = 0;Motor_i < NUM_OF_MOTORS;Motor_i++) + { + if (Motor_i == HARDWARE_MOTOR_TYPE__MOTO_SCREW) + continue; // + if (isMotorConfigured(Motor_i)) + MotorGetStatusFromFPGA(Motor_i); + }*/ + midtankDisplay = 1-midtankDisplay; + Gas_PPM_Info = Calculate_Gas_Power_Consumption(); + + } + if (OneHourTick) + { +#define PUMP_LIMIT 4 + PumpCounter++; + if (PumpCounter>=PUMP_LIMIT) + { + PumpActivation(900); + PumpCounter = 0; + } + MidTankReading(); + } + //ROM_IntMasterEnable(); + + + return OK; +} +/****************************************************************************** + * ======== messageTsk ======== + * Task for this function is created statically. See the project's .cfg file. + * this message task is created statically in system initialization, + ******************************************************************************/ +void MillisecTask(UArg arg0, UArg arg1) +{ + MillisecMessageStruc MillisecMessage; + //char str[60]; + //uint16_t length; + //Clock_setTimeout(HostKAClock, 1000); + //Clock_start(HostKAClock); + //MillisecInit(); + Millisecond_Task_Handle = Task_self(); + while(1) + { + Mailbox_pend(MillisecMsgQ , &MillisecMessage, BIOS_WAIT_FOREVER); + switch (MillisecMessage.messageId) + { + case OneMillisec: + MillisecLoop(MillisecMessage.tick); + break; + default: + break; + } + } +} +/****************************************************************************** + * ======== messageTsk ======== + * Task for this function is created statically. See the project's .cfg file. + * this message task is created statically in system initialization, + ******************************************************************************/ +void MillisecLowTask(UArg arg0, UArg arg1) +{ + MillisecMessageStruc MillisecLowMessage; + //char str[60]; + //uint16_t length; + //Clock_setTimeout(HostKAClock, 1000); + //Clock_start(HostKAClock); + //MillisecInit(); + //Millisecond_Task_Handle = Task_self(); + while(1) + { + Mailbox_pend(TenMillisecMsgQ , &MillisecLowMessage, BIOS_WAIT_FOREVER); + switch (MillisecLowMessage.messageId) + { + case OneMillisec: + MillisecLowLoop(MillisecLowMessage.tick); + break; + default: + break; + } + } +} + + +/*uint32_t getMotorStatusData(int MotorId) +{ + assert (MotorId < NUM_OF_MOTORS); + return MotorStatus_Data[MotorId]; +}*/ +/*uint32_t getMotorSpeedData(int MotorId) +{ + assert (MotorId < NUM_OF_MOTORS); + return MotorSpeed_Data[MotorId]; +} +*/ +/*uint32_t getTemperatureSensorData(int SensorId) +{ + assert (SensorId < MAX_MAIN_CARD_TEMPERATURE_SENSOR_ID); + return TemperatureSensor_Data[SensorId]; +}*/ + +/*uint32_t getADCData(int DeviceId) +{ + assert (DeviceId < MAX_ADC_DEVICES); + return ADC_Data[DeviceId]; +}*/ +float getSensorSpeedData(void) +{ + return Speed_Data; +} + +uint32_t getDrawerFansStatus(void) +{ + return DrawerFansStatus; +} +uint8_t getGasReading(void) +{ + return Gas_PPM_Info; +} + +uint32_t getSystemFansStatus(void) +{ + return SystemFansStatus; +} +#ifdef HUNDRED_MICROSECONDS_DANCER_READ +uint32_t DancerData[NUM_OF_DANCERS]; +uint32_t Control_Read_Dancer_Position(HardwareDancerType DancerId, uint32_t Parameter1, uint32_t Parameter2) +{ + return DancerData[DancerId]; +} +uint32_t dancer1; +uint32_t dancer2; +uint32_t dancer3; +uint32_t dancer1sum; +uint32_t dancer2sum; +uint32_t dancer3sum; +uint32_t dancer_count; +/*-----------------------*/ +uint32_t StoreBuffer[2][128]; +//char * StoreBuffer[2][512]; +/*-----------------------*/ +int StoreBufferId = 0; +int StoreBufferCounter=0; +uint32_t BufferCounter=0xEEEEEEEE; +bool storeData=false; +uint8_t len=0; +void HundredMicroTimerInterrupt(int ARG0) +{ + ROM_IntMasterDisable(); + ROM_TimerIntClear(Millisec_timerBase, TIMER_TIMA_TIMEOUT); // Clear the timer interrupt + if (MillisecRestart == true) + { + ROM_TimerLoadSet(Millisec_timerBase, TIMER_A,HIGH_TASK_FREQUENCY); + } + else + { + ROM_TimerDisable(Millisec_timerBase,TIMER_A); + ROM_IntMasterEnable(); + return; + } + dancer1 = Read_Dancer_Position(WINDER_DANCER); + dancer2 = Read_Dancer_Position(POOLER_DANCER); + dancer3 = Read_Dancer_Position(FEEDER_DANCER); +//data store - logging +//double buffer switch + /*-----------------------*/ + if (StoreBufferCounter>125) + //if (StoreBufferCounter>490) + /*-----------------------*/ + { + StoreBufferId = 1-StoreBufferId;//switch buffer + StoreBufferCounter=0; + storeData = true; + } +//double buffer initialize + /*-----------------------*/ + if (StoreBufferCounter==0) + { + StoreBuffer[StoreBufferId][StoreBufferCounter] = BufferCounter++; + StoreBufferCounter++; + } + /*-----------------------*/ +//store data + /*-----------------------*/ + StoreBuffer[StoreBufferId][StoreBufferCounter++] = dancer1; + StoreBuffer[StoreBufferId][StoreBufferCounter++] = dancer2; + StoreBuffer[StoreBufferId][StoreBufferCounter++] = dancer3; + /*-----------------------*/ + //len = usprintf(&StoreBuffer[StoreBufferId][StoreBufferCounter], "\r\n%d %d %d", dancer1[dancer_count],dancer2[dancer_count],dancer3[dancer_count]); + //StoreBufferCounter+=(len+1); + /*-----------------------*/ + dancer1sum+=dancer1; + dancer2sum+=dancer2; + dancer3sum+=dancer3; + dancer_count++; + + + if (dancer_count == 10) + { + DancerData[WINDER_DANCER] = dancer1sum/dancer_count; + DancerData[POOLER_DANCER] = dancer2sum/dancer_count; + DancerData[FEEDER_DANCER] = dancer3sum/dancer_count; + dancer_count = 0; + dancer1sum = 0; + dancer2sum = 0; + dancer3sum = 0; + OneMilliSecondMillisecInterrupt(ARG0); + } + ROM_IntMasterEnable(); + return ; + +} +char MillisecPath[50] = "0://SysInfo//Millisec.txt"; +FIL *FileHandle; +void SaveLogData(void) +{ + uint32_t WrittenBytes = 0; + int BufferID = 1- StoreBufferId; + + if (storeData == true) + { + if (FileHandle) + { + f_write(FileHandle,StoreBuffer[BufferID],512,&WrittenBytes ); + storeData = false; + } + } +} +void MillisecLogInit(void) +{ + FRESULT Fresult = FR_OK; + ROM_IntMasterDisable(); + BufferCounter = 0; + FileHandle = my_malloc(sizeof(FIL)); + if (FileHandle == 0) + Fresult = FR_DENIED; + else + Fresult = f_open(FileHandle,MillisecPath,FA_WRITE | FA_OPEN_ALWAYS); + ROM_IntMasterEnable(); + return ; + +} +void MillisecLogClose(void) +{ + FRESULT Fresult = FR_OK; + if (FileHandle == 0) + Fresult = FR_DENIED; + else + { + storeData = false; + ROM_IntMasterDisable(); + Fresult = f_close(FileHandle); + my_free(FileHandle); + FileHandle = 0; + ROM_IntMasterEnable(); + } + return ; + +} +#endif +void MillisecInterrupt(UArg arg0) +{ +#ifdef HUNDRED_MICROSECONDS_DANCER_READ + HundredMicroTimerInterrupt(arg0); +#else + OneMilliSecondMillisecInterrupt(arg0); +#endif +} diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a0a54f64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a0a54f64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a0a54f64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.c + +C_DEPS += \ +./Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.d + +OBJS += \ +./Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.obj + +OBJS__QUOTED += \ +"Drivers\FPGA\FPGA_INTERRUPTS\FPGA_Interrupts.obj" + +C_DEPS__QUOTED += \ +"Drivers\FPGA\FPGA_INTERRUPTS\FPGA_Interrupts.d" + +C_SRCS__QUOTED += \ +"../Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/f0d26864cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/f0d26864cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/f0d26864cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/Flash_Memory/Flash_Memory.c + +C_DEPS += \ +./Drivers/Flash_Memory/Flash_Memory.d + +OBJS += \ +./Drivers/Flash_Memory/Flash_Memory.obj + +OBJS__QUOTED += \ +"Drivers\Flash_Memory\Flash_Memory.obj" + +C_DEPS__QUOTED += \ +"Drivers\Flash_Memory\Flash_Memory.d" + +C_SRCS__QUOTED += \ +"../Drivers/Flash_Memory/Flash_Memory.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/70c3f264cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/70c3f264cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/70c3f264cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/USB_Communication/USBCDCD.obj: ../Drivers/USB_Communication/USBCDCD.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/USB_Communication/USBCDCD.d_raw" --obj_directory="Drivers/USB_Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/902ae662cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/902ae662cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/902ae662cc20001a1b70e45700dd4116 @@ -0,0 +1,36 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +build-306001487: + @$(MAKE) -Onone -f subdir_rules.mk build-306001487-inproc + +build-306001487-inproc: ../Embedded.cfg + @echo 'Building file: $<' + @echo 'Invoking: XDCtools' + "C:/TI/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;C:/ti/TivaWare_C_Series-2.1.2.111;C:/TI/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129XNCZAD -r release -c "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS" --compileOptions "--code_state=16 --float_support=FPv4SPD16 -me" "$<" + @echo 'Finished building: $<' + @echo ' ' + +configPkg/linker.cmd: build-306001487 ../Embedded.cfg +configPkg/compiler.opt: build-306001487 +configPkg/: build-306001487 + +Main.obj: ../Main.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Main.d_raw" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +delay.obj: ../delay.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="delay.d_raw" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/b0dec964cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/b0dec964cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/b0dec964cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.c + +C_DEPS += \ +./Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.d + +OBJS += \ +./Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\RFID_NFC\PN7150\PN7150.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\RFID_NFC\PN7150\PN7150.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/d0204965cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/d0204965cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/d0204965cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../StateMachines/Initialization/InitSequence.c \ +../StateMachines/Initialization/PowerIdle.c \ +../StateMachines/Initialization/PowerOffSequence.c + +C_DEPS += \ +./StateMachines/Initialization/InitSequence.d \ +./StateMachines/Initialization/PowerIdle.d \ +./StateMachines/Initialization/PowerOffSequence.d + +OBJS += \ +./StateMachines/Initialization/InitSequence.obj \ +./StateMachines/Initialization/PowerIdle.obj \ +./StateMachines/Initialization/PowerOffSequence.obj + +OBJS__QUOTED += \ +"StateMachines\Initialization\InitSequence.obj" \ +"StateMachines\Initialization\PowerIdle.obj" \ +"StateMachines\Initialization\PowerOffSequence.obj" + +C_DEPS__QUOTED += \ +"StateMachines\Initialization\InitSequence.d" \ +"StateMachines\Initialization\PowerIdle.d" \ +"StateMachines\Initialization\PowerOffSequence.d" + +C_SRCS__QUOTED += \ +"../StateMachines/Initialization/InitSequence.c" \ +"../StateMachines/Initialization/PowerIdle.c" \ +"../StateMachines/Initialization/PowerOffSequence.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/30aafd62cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/30aafd62cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/30aafd62cc20001a1b70e45700dd4116 @@ -0,0 +1,50 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/Utilities/RFIDTagHandling.c \ +../Common/Utilities/Update.c \ +../Common/Utilities/Utils.c \ +../Common/Utilities/idle_task.c \ +../Common/Utilities/ustdlib.c + +C_DEPS += \ +./Common/Utilities/RFIDTagHandling.d \ +./Common/Utilities/Update.d \ +./Common/Utilities/Utils.d \ +./Common/Utilities/idle_task.d \ +./Common/Utilities/ustdlib.d + +OBJS += \ +./Common/Utilities/RFIDTagHandling.obj \ +./Common/Utilities/Update.obj \ +./Common/Utilities/Utils.obj \ +./Common/Utilities/idle_task.obj \ +./Common/Utilities/ustdlib.obj + +OBJS__QUOTED += \ +"Common\Utilities\RFIDTagHandling.obj" \ +"Common\Utilities\Update.obj" \ +"Common\Utilities\Utils.obj" \ +"Common\Utilities\idle_task.obj" \ +"Common\Utilities\ustdlib.obj" + +C_DEPS__QUOTED += \ +"Common\Utilities\RFIDTagHandling.d" \ +"Common\Utilities\Update.d" \ +"Common\Utilities\Utils.d" \ +"Common\Utilities\idle_task.d" \ +"Common\Utilities\ustdlib.d" + +C_SRCS__QUOTED += \ +"../Common/Utilities/RFIDTagHandling.c" \ +"../Common/Utilities/Update.c" \ +"../Common/Utilities/Utils.c" \ +"../Common/Utilities/idle_task.c" \ +"../Common/Utilities/ustdlib.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/40b30263cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/40b30263cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/40b30263cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/protobuf-c/protobuf-c.obj: ../Common/protobuf-c/protobuf-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules/Stubs_Handler" --include_path="C:/TI/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/protobuf-c/protobuf-c.d_raw" --obj_directory="Common/protobuf-c" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/d04c1865cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/d04c1865cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/d04c1865cc20001a1b70e45700dd4116 @@ -0,0 +1,43 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/General/GeneralHardware.obj: ../Modules/General/GeneralHardware.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/General/GeneralHardware.d_raw" --obj_directory="Modules/General" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/General/MachineStatus.obj: ../Modules/General/MachineStatus.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/General/MachineStatus.d_raw" --obj_directory="Modules/General" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/General/Safety.obj: ../Modules/General/Safety.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/General/Safety.d_raw" --obj_directory="Modules/General" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/General/buttons.obj: ../Modules/General/buttons.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/General/buttons.d_raw" --obj_directory="Modules/General" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/General/process.obj: ../Modules/General/process.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/General/process.d_raw" --obj_directory="Modules/General" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/501a9f63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/501a9f63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/501a9f63cc20001a1b70e45700dd4116 @@ -0,0 +1,62 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.c \ +../Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.c \ +../Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.c \ +../Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.c \ +../Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.c \ +../Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.c \ +../Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.c + +C_DEPS += \ +./Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.d \ +./Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.d \ +./Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.d \ +./Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.d \ +./Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.d \ +./Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.d \ +./Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.d + +OBJS += \ +./Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.obj \ +./Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.obj \ +./Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.obj \ +./Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.obj \ +./Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.obj \ +./Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.obj \ +./Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\FirmwareUpgrade\ActivateVersionRequest.pb-c.obj" \ +"Communication\PMR\FirmwareUpgrade\ActivateVersionResponse.pb-c.obj" \ +"Communication\PMR\FirmwareUpgrade\ValidateVersionRequest.pb-c.obj" \ +"Communication\PMR\FirmwareUpgrade\ValidateVersionResponse.pb-c.obj" \ +"Communication\PMR\FirmwareUpgrade\VersionFileDescriptor.pb-c.obj" \ +"Communication\PMR\FirmwareUpgrade\VersionFileDestination.pb-c.obj" \ +"Communication\PMR\FirmwareUpgrade\VersionPackageDescriptor.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\FirmwareUpgrade\ActivateVersionRequest.pb-c.d" \ +"Communication\PMR\FirmwareUpgrade\ActivateVersionResponse.pb-c.d" \ +"Communication\PMR\FirmwareUpgrade\ValidateVersionRequest.pb-c.d" \ +"Communication\PMR\FirmwareUpgrade\ValidateVersionResponse.pb-c.d" \ +"Communication\PMR\FirmwareUpgrade\VersionFileDescriptor.pb-c.d" \ +"Communication\PMR\FirmwareUpgrade\VersionFileDestination.pb-c.d" \ +"Communication\PMR\FirmwareUpgrade\VersionPackageDescriptor.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.c" \ +"../Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.c" \ +"../Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.c" \ +"../Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.c" \ +"../Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.c" \ +"../Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.c" \ +"../Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f063b964cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f063b964cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..c0c254965 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f063b964cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\Head_PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\Head_PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f0a0a063cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f0a0a063cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/f0a0a063cc20001a1b70e45700dd4116 @@ -0,0 +1,57 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.obj: ../Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.d_raw" --obj_directory="Communication/PMR/FirmwareUpgrade" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/80310863cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/80310863cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/80310863cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/report/distributor.obj: ../Common/report/distributor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/report/distributor.d_raw" --obj_directory="Common/report" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/report/filter.obj: ../Common/report/filter.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/report/filter.d_raw" --obj_directory="Common/report" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/report/reportInit.obj: ../Common/report/reportInit.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/report/reportInit.d_raw" --obj_directory="Common/report" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/b09be964cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/b09be964cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/b09be964cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/SSI_Comm/Dancer/Dancer.obj: ../Drivers/SSI_Comm/Dancer/Dancer.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/SSI_Comm/Dancer/Dancer.d_raw" --obj_directory="Drivers/SSI_Comm/Dancer" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e057ff62cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e057ff62cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e057ff62cc20001a1b70e45700dd4116 @@ -0,0 +1,43 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/Utilities/RFIDTagHandling.obj: ../Common/Utilities/RFIDTagHandling.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Utilities/RFIDTagHandling.d_raw" --obj_directory="Common/Utilities" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/Utilities/Update.obj: ../Common/Utilities/Update.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Utilities/Update.d_raw" --obj_directory="Common/Utilities" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/Utilities/Utils.obj: ../Common/Utilities/Utils.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Utilities/Utils.d_raw" --obj_directory="Common/Utilities" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/Utilities/idle_task.obj: ../Common/Utilities/idle_task.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Utilities/idle_task.d_raw" --obj_directory="Common/Utilities" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/Utilities/ustdlib.obj: ../Common/Utilities/ustdlib.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Utilities/ustdlib.d_raw" --obj_directory="Common/Utilities" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/103bbe63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/103bbe63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/103bbe63cc20001a1b70e45700dd4116 @@ -0,0 +1,155 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Hardware/HardwareBlower.pb-c.obj: ../Communication/PMR/Hardware/HardwareBlower.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareBlower.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareBlowerType.pb-c.obj: ../Communication/PMR/Hardware/HardwareBlowerType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareBlowerType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareBreakSensor.pb-c.obj: ../Communication/PMR/Hardware/HardwareBreakSensor.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareBreakSensor.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.obj: ../Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareConfiguration.pb-c.obj: ../Communication/PMR/Hardware/HardwareConfiguration.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareConfiguration.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareDancer.pb-c.obj: ../Communication/PMR/Hardware/HardwareDancer.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareDancer.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareDancerType.pb-c.obj: ../Communication/PMR/Hardware/HardwareDancerType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareDancerType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareDispenser.pb-c.obj: ../Communication/PMR/Hardware/HardwareDispenser.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareDispenser.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareDispenserType.pb-c.obj: ../Communication/PMR/Hardware/HardwareDispenserType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareDispenserType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareMotor.pb-c.obj: ../Communication/PMR/Hardware/HardwareMotor.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareMotor.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareMotorType.pb-c.obj: ../Communication/PMR/Hardware/HardwareMotorType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareMotorType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwarePidControl.pb-c.obj: ../Communication/PMR/Hardware/HardwarePidControl.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwarePidControl.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwarePidControlType.pb-c.obj: ../Communication/PMR/Hardware/HardwarePidControlType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwarePidControlType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.obj: ../Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.obj: ../Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareWinder.pb-c.obj: ../Communication/PMR/Hardware/HardwareWinder.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareWinder.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/HardwareWinderType.pb-c.obj: ../Communication/PMR/Hardware/HardwareWinderType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/HardwareWinderType.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/SystemResetRequest.pb-c.obj: ../Communication/PMR/Hardware/SystemResetRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/SystemResetRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/SystemResetResponse.pb-c.obj: ../Communication/PMR/Hardware/SystemResetResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/SystemResetResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.obj: ../Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.obj: ../Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Hardware" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/30c8f862cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/30c8f862cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/30c8f862cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/Sys_PinOut_Config/MCU_MAIN_pinout.obj: ../Common/Sys_PinOut_Config/MCU_MAIN_pinout.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Sys_PinOut_Config/MCU_MAIN_pinout.d_raw" --obj_directory="Common/Sys_PinOut_Config" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/Sys_PinOut_Config/Pin.obj: ../Common/Sys_PinOut_Config/Pin.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Sys_PinOut_Config/Pin.d_raw" --obj_directory="Common/Sys_PinOut_Config" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/Sys_PinOut_Config/Pin_config.obj: ../Common/Sys_PinOut_Config/Pin_config.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Sys_PinOut_Config/Pin_config.d_raw" --obj_directory="Common/Sys_PinOut_Config" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/d0b12863cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/d0b12863cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..50c4bbea0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/d0b12863cc20001a1b70e45700dd4116 @@ -0,0 +1,86 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Debugging/DebugDistributor.pb-c.c \ +../Communication/PMR/Debugging/DebugDistributorType.pb-c.c \ +../Communication/PMR/Debugging/DebugLogCategory.pb-c.c \ +../Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c \ +../Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c \ +../Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c \ +../Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c \ +../Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c \ +../Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c \ +../Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c \ +../Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/Debugging/DebugDistributor.pb-c.d \ +./Communication/PMR/Debugging/DebugDistributorType.pb-c.d \ +./Communication/PMR/Debugging/DebugLogCategory.pb-c.d \ +./Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.d \ +./Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.d \ +./Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.d \ +./Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.d \ +./Communication/PMR/Debugging/StartDebugLogRequest.pb-c.d \ +./Communication/PMR/Debugging/StartDebugLogResponse.pb-c.d \ +./Communication/PMR/Debugging/StopDebugLogRequest.pb-c.d \ +./Communication/PMR/Debugging/StopDebugLogResponse.pb-c.d + +OBJS += \ +./Communication/PMR/Debugging/DebugDistributor.pb-c.obj \ +./Communication/PMR/Debugging/DebugDistributorType.pb-c.obj \ +./Communication/PMR/Debugging/DebugLogCategory.pb-c.obj \ +./Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.obj \ +./Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.obj \ +./Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.obj \ +./Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.obj \ +./Communication/PMR/Debugging/StartDebugLogRequest.pb-c.obj \ +./Communication/PMR/Debugging/StartDebugLogResponse.pb-c.obj \ +./Communication/PMR/Debugging/StopDebugLogRequest.pb-c.obj \ +./Communication/PMR/Debugging/StopDebugLogResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Debugging\DebugDistributor.pb-c.obj" \ +"Communication\PMR\Debugging\DebugDistributorType.pb-c.obj" \ +"Communication\PMR\Debugging\DebugLogCategory.pb-c.obj" \ +"Communication\PMR\Debugging\SetDebugLogCategoryRequest.pb-c.obj" \ +"Communication\PMR\Debugging\SetDebugLogCategoryResponse.pb-c.obj" \ +"Communication\PMR\Debugging\SetupDebugDisributorsRequest.pb-c.obj" \ +"Communication\PMR\Debugging\SetupDebugDisributorsResponse.pb-c.obj" \ +"Communication\PMR\Debugging\StartDebugLogRequest.pb-c.obj" \ +"Communication\PMR\Debugging\StartDebugLogResponse.pb-c.obj" \ +"Communication\PMR\Debugging\StopDebugLogRequest.pb-c.obj" \ +"Communication\PMR\Debugging\StopDebugLogResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Debugging\DebugDistributor.pb-c.d" \ +"Communication\PMR\Debugging\DebugDistributorType.pb-c.d" \ +"Communication\PMR\Debugging\DebugLogCategory.pb-c.d" \ +"Communication\PMR\Debugging\SetDebugLogCategoryRequest.pb-c.d" \ +"Communication\PMR\Debugging\SetDebugLogCategoryResponse.pb-c.d" \ +"Communication\PMR\Debugging\SetupDebugDisributorsRequest.pb-c.d" \ +"Communication\PMR\Debugging\SetupDebugDisributorsResponse.pb-c.d" \ +"Communication\PMR\Debugging\StartDebugLogRequest.pb-c.d" \ +"Communication\PMR\Debugging\StartDebugLogResponse.pb-c.d" \ +"Communication\PMR\Debugging\StopDebugLogRequest.pb-c.d" \ +"Communication\PMR\Debugging\StopDebugLogResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Debugging/DebugDistributor.pb-c.c" \ +"../Communication/PMR/Debugging/DebugDistributorType.pb-c.c" \ +"../Communication/PMR/Debugging/DebugLogCategory.pb-c.c" \ +"../Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c" \ +"../Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c" \ +"../Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c" \ +"../Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c" \ +"../Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c" \ +"../Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c" \ +"../Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c" \ +"../Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/c0679663cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/c0679663cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/c0679663cc20001a1b70e45700dd4116 @@ -0,0 +1,104 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.c \ +../Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.c \ +../Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.c \ +../Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.c \ +../Communication/PMR/EmbeddedParameters/DispenserData.pb-c.c \ +../Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.c \ +../Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.c \ +../Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.c \ +../Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.c \ +../Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.c \ +../Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.c \ +../Communication/PMR/EmbeddedParameters/MidTankData.pb-c.c \ +../Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.c \ +../Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.d \ +./Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.d \ +./Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.d \ +./Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.d \ +./Communication/PMR/EmbeddedParameters/DispenserData.pb-c.d \ +./Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.d \ +./Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.d \ +./Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.d \ +./Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.d \ +./Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.d \ +./Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.d \ +./Communication/PMR/EmbeddedParameters/MidTankData.pb-c.d \ +./Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.d \ +./Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.d + +OBJS += \ +./Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/DispenserData.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/MidTankData.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.obj \ +./Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\EmbeddedParameters\AlarmHandlingItem.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\AlarmParameters.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\AlarmSourceType.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\ConfigurationParameters.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\DispenserData.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\DispenserDataRequest.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\MachineCalibrationDataRequest.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\MachineCalibrationDataResponse.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\MidTankData.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\MidTankDataSetupRequest.pb-c.obj" \ +"Communication\PMR\EmbeddedParameters\MidTankDataSetupResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\EmbeddedParameters\AlarmHandlingItem.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\AlarmParameters.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\AlarmSourceType.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\ConfigurationParameters.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\DispenserData.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\DispenserDataRequest.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\MachineCalibrationDataRequest.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\MachineCalibrationDataResponse.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\MidTankData.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\MidTankDataSetupRequest.pb-c.d" \ +"Communication\PMR\EmbeddedParameters\MidTankDataSetupResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/DispenserData.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/MidTankData.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.c" \ +"../Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/00b09e64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/00b09e64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/00b09e64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.obj: ../Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/EEPROM" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90c5d564cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90c5d564cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5b3c1fab3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90c5d564cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.c + +C_DEPS += \ +./Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.d + +OBJS += \ +./Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\WHS_Card\D_TCA9546\TCA9546_Driver.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\WHS_Card\D_TCA9546\TCA9546_Driver.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/205bd463cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/205bd463cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/205bd463cc20001a1b70e45700dd4116 @@ -0,0 +1,162 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/IO/CreateRequest.pb-c.obj: ../Communication/PMR/IO/CreateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/CreateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/CreateResponse.pb-c.obj: ../Communication/PMR/IO/CreateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/CreateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/DeleteRequest.pb-c.obj: ../Communication/PMR/IO/DeleteRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/DeleteRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/DeleteResponse.pb-c.obj: ../Communication/PMR/IO/DeleteResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/DeleteResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/ExecuteProcessRequest.pb-c.obj: ../Communication/PMR/IO/ExecuteProcessRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/ExecuteProcessRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/ExecuteProcessResponse.pb-c.obj: ../Communication/PMR/IO/ExecuteProcessResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/ExecuteProcessResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileAttribute.pb-c.obj: ../Communication/PMR/IO/FileAttribute.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileAttribute.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileChunkDownloadRequest.pb-c.obj: ../Communication/PMR/IO/FileChunkDownloadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileChunkDownloadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileChunkDownloadResponse.pb-c.obj: ../Communication/PMR/IO/FileChunkDownloadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileChunkDownloadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileChunkUploadRequest.pb-c.obj: ../Communication/PMR/IO/FileChunkUploadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileChunkUploadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileChunkUploadResponse.pb-c.obj: ../Communication/PMR/IO/FileChunkUploadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileChunkUploadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileDownloadRequest.pb-c.obj: ../Communication/PMR/IO/FileDownloadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileDownloadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileDownloadResponse.pb-c.obj: ../Communication/PMR/IO/FileDownloadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileDownloadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileInfo.pb-c.obj: ../Communication/PMR/IO/FileInfo.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileInfo.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileUploadRequest.pb-c.obj: ../Communication/PMR/IO/FileUploadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileUploadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/FileUploadResponse.pb-c.obj: ../Communication/PMR/IO/FileUploadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/FileUploadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/GetFilesRequest.pb-c.obj: ../Communication/PMR/IO/GetFilesRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/GetFilesRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/GetFilesResponse.pb-c.obj: ../Communication/PMR/IO/GetFilesResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/GetFilesResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/GetStorageInfoRequest.pb-c.obj: ../Communication/PMR/IO/GetStorageInfoRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/GetStorageInfoRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/GetStorageInfoResponse.pb-c.obj: ../Communication/PMR/IO/GetStorageInfoResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/GetStorageInfoResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/KillProcessRequest.pb-c.obj: ../Communication/PMR/IO/KillProcessRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/KillProcessRequest.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/IO/KillProcessResponse.pb-c.obj: ../Communication/PMR/IO/KillProcessResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/IO/KillProcessResponse.pb-c.d_raw" --obj_directory="Communication/PMR/IO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/e0aa0663cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/e0aa0663cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/e0aa0663cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/report/distributor.c \ +../Common/report/filter.c \ +../Common/report/reportInit.c + +C_DEPS += \ +./Common/report/distributor.d \ +./Common/report/filter.d \ +./Common/report/reportInit.d + +OBJS += \ +./Common/report/distributor.obj \ +./Common/report/filter.obj \ +./Common/report/reportInit.obj + +OBJS__QUOTED += \ +"Common\report\distributor.obj" \ +"Common\report\filter.obj" \ +"Common\report\reportInit.obj" + +C_DEPS__QUOTED += \ +"Common\report\distributor.d" \ +"Common\report\filter.d" \ +"Common\report\reportInit.d" + +C_SRCS__QUOTED += \ +"../Common/report/distributor.c" \ +"../Common/report/filter.c" \ +"../Common/report/reportInit.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/e022f362cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/e022f362cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/e022f362cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/Software_CRC/sw_crc.obj: ../Common/Software_CRC/sw_crc.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/Software_CRC/sw_crc.d_raw" --obj_directory="Common/Software_CRC" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/6060fc64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/6060fc64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/6060fc64cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/flash_ram/FlashProgram.c \ +../Drivers/flash_ram/MCU_E2Prom.c + +C_DEPS += \ +./Drivers/flash_ram/FlashProgram.d \ +./Drivers/flash_ram/MCU_E2Prom.d + +OBJS += \ +./Drivers/flash_ram/FlashProgram.obj \ +./Drivers/flash_ram/MCU_E2Prom.obj + +OBJS__QUOTED += \ +"Drivers\flash_ram\FlashProgram.obj" \ +"Drivers\flash_ram\MCU_E2Prom.obj" + +C_DEPS__QUOTED += \ +"Drivers\flash_ram\FlashProgram.d" \ +"Drivers\flash_ram\MCU_E2Prom.d" + +C_SRCS__QUOTED += \ +"../Drivers/flash_ram/FlashProgram.c" \ +"../Drivers/flash_ram/MCU_E2Prom.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/60c8c164cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/60c8c164cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..cfcf6fe0b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/60c8c164cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.c + +C_DEPS += \ +./Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.d + +OBJS += \ +./Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Main_Board_EEPROM\Main_EEPROM.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Main_Board_EEPROM\Main_EEPROM.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/c0a04864cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/c0a04864cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/c0a04864cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/FPGA/FPGA.obj: ../Drivers/FPGA/FPGA.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/FPGA.d_raw" --obj_directory="Drivers/FPGA" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/FPGA/FPGA_SPI_Comm.obj: ../Drivers/FPGA/FPGA_SPI_Comm.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/FPGA_SPI_Comm.d_raw" --obj_directory="Drivers/FPGA" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/FPGA/FPGA_SSI_Comm.obj: ../Drivers/FPGA/FPGA_SSI_Comm.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/FPGA_SSI_Comm.d_raw" --obj_directory="Drivers/FPGA" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/30f43865cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/30f43865cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..93a09e27b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/30f43865cc20001a1b70e45700dd4116 @@ -0,0 +1,188 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/Stubs_Handler/Calculate.c \ +../Modules/Stubs_Handler/Progress.c \ +../Modules/Stubs_Handler/StubRealTimeUsage.c \ +../Modules/Stubs_Handler/Stub_Cartridge.c \ +../Modules/Stubs_Handler/Stub_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadBackReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_HW_Version.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_L6470.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_OptLimitSwitch.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_SpeedSensor.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_SteperMotor.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_TivaReg.c \ +../Modules/Stubs_Handler/Stub_Valve.c \ +../Modules/Stubs_Handler/User_Leds.c \ +../Modules/Stubs_Handler/temperature_sensor.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.d \ +./Modules/Stubs_Handler/Stub_Cartridge.d \ +./Modules/Stubs_Handler/Stub_Dancer.d \ +./Modules/Stubs_Handler/Stub_Dispenser.d \ +./Modules/Stubs_Handler/Stub_ExtFlash.d \ +./Modules/Stubs_Handler/Stub_FPGARWReg.d \ +./Modules/Stubs_Handler/Stub_FPGAReadBackReg.d \ +./Modules/Stubs_Handler/Stub_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_HW_Version.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_L6470.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_OptLimitSwitch.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_SpeedSensor.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_SteperMotor.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_TivaReg.d \ +./Modules/Stubs_Handler/Stub_Valve.d \ +./Modules/Stubs_Handler/User_Leds.d \ +./Modules/Stubs_Handler/temperature_sensor.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.obj \ +./Modules/Stubs_Handler/Stub_Cartridge.obj \ +./Modules/Stubs_Handler/Stub_Dancer.obj \ +./Modules/Stubs_Handler/Stub_Dispenser.obj \ +./Modules/Stubs_Handler/Stub_ExtFlash.obj \ +./Modules/Stubs_Handler/Stub_FPGARWReg.obj \ +./Modules/Stubs_Handler/Stub_FPGAReadBackReg.obj \ +./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_HW_Version.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_L6470.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_OptLimitSwitch.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_SpeedSensor.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_SteperMotor.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_TivaReg.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj \ +./Modules/Stubs_Handler/User_Leds.obj \ +./Modules/Stubs_Handler/temperature_sensor.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.obj" \ +"Modules\Stubs_Handler\Stub_Cartridge.obj" \ +"Modules\Stubs_Handler\Stub_Dancer.obj" \ +"Modules\Stubs_Handler\Stub_Dispenser.obj" \ +"Modules\Stubs_Handler\Stub_ExtFlash.obj" \ +"Modules\Stubs_Handler\Stub_FPGARWReg.obj" \ +"Modules\Stubs_Handler\Stub_FPGAReadBackReg.obj" \ +"Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_HW_Version.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_L6470.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_OptLimitSwitch.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_SpeedSensor.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_SteperMotor.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_TivaReg.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" \ +"Modules\Stubs_Handler\User_Leds.obj" \ +"Modules\Stubs_Handler\temperature_sensor.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.d" \ +"Modules\Stubs_Handler\Stub_Cartridge.d" \ +"Modules\Stubs_Handler\Stub_Dancer.d" \ +"Modules\Stubs_Handler\Stub_Dispenser.d" \ +"Modules\Stubs_Handler\Stub_ExtFlash.d" \ +"Modules\Stubs_Handler\Stub_FPGARWReg.d" \ +"Modules\Stubs_Handler\Stub_FPGAReadBackReg.d" \ +"Modules\Stubs_Handler\Stub_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_HW_Version.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_L6470.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_OptLimitSwitch.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_SpeedSensor.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_SteperMotor.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_TivaReg.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" \ +"Modules\Stubs_Handler\User_Leds.d" \ +"Modules\Stubs_Handler\temperature_sensor.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.c" \ +"../Modules/Stubs_Handler/Stub_Cartridge.c" \ +"../Modules/Stubs_Handler/Stub_Dancer.c" \ +"../Modules/Stubs_Handler/Stub_Dispenser.c" \ +"../Modules/Stubs_Handler/Stub_ExtFlash.c" \ +"../Modules/Stubs_Handler/Stub_FPGARWReg.c" \ +"../Modules/Stubs_Handler/Stub_FPGAReadBackReg.c" \ +"../Modules/Stubs_Handler/Stub_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_HW_Version.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_L6470.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_OptLimitSwitch.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_SpeedSensor.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_SteperMotor.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_TivaReg.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" \ +"../Modules/Stubs_Handler/User_Leds.c" \ +"../Modules/Stubs_Handler/temperature_sensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/50b51d63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/50b51d63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/50b51d63cc20001a1b70e45700dd4116 @@ -0,0 +1,57 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Connection/ConnectRequest.pb-c.obj: ../Communication/PMR/Connection/ConnectRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/ConnectRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Connection/ConnectResponse.pb-c.obj: ../Communication/PMR/Connection/ConnectResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/ConnectResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Connection/DeviceInformation.pb-c.obj: ../Communication/PMR/Connection/DeviceInformation.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/DeviceInformation.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Connection/DisconnectRequest.pb-c.obj: ../Communication/PMR/Connection/DisconnectRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/DisconnectRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Connection/DisconnectResponse.pb-c.obj: ../Communication/PMR/Connection/DisconnectResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/DisconnectResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Connection/KeepAliveRequest.pb-c.obj: ../Communication/PMR/Connection/KeepAliveRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/KeepAliveRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Connection/KeepAliveResponse.pb-c.obj: ../Communication/PMR/Connection/KeepAliveResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Connection/KeepAliveResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Connection" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b05aeb62cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b05aeb62cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b05aeb62cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/SWUpdate/FileSystem.obj: ../Common/SWUpdate/FileSystem.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/SWUpdate/FileSystem.d_raw" --obj_directory="Common/SWUpdate" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Common/SWUpdate/FirmwareUpgrade.obj: ../Common/SWUpdate/FirmwareUpgrade.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/SWUpdate/FirmwareUpgrade.d_raw" --obj_directory="Common/SWUpdate" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2a/b0d58c64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2a/b0d58c64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2a/b0d58c64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.obj: ../Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.d_raw" --obj_directory="Drivers/I2C_Communication/Dispenser_Card/EEPROM" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/505fd263cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/505fd263cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/505fd263cc20001a1b70e45700dd4116 @@ -0,0 +1,152 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/IO/CreateRequest.pb-c.c \ +../Communication/PMR/IO/CreateResponse.pb-c.c \ +../Communication/PMR/IO/DeleteRequest.pb-c.c \ +../Communication/PMR/IO/DeleteResponse.pb-c.c \ +../Communication/PMR/IO/ExecuteProcessRequest.pb-c.c \ +../Communication/PMR/IO/ExecuteProcessResponse.pb-c.c \ +../Communication/PMR/IO/FileAttribute.pb-c.c \ +../Communication/PMR/IO/FileChunkDownloadRequest.pb-c.c \ +../Communication/PMR/IO/FileChunkDownloadResponse.pb-c.c \ +../Communication/PMR/IO/FileChunkUploadRequest.pb-c.c \ +../Communication/PMR/IO/FileChunkUploadResponse.pb-c.c \ +../Communication/PMR/IO/FileDownloadRequest.pb-c.c \ +../Communication/PMR/IO/FileDownloadResponse.pb-c.c \ +../Communication/PMR/IO/FileInfo.pb-c.c \ +../Communication/PMR/IO/FileUploadRequest.pb-c.c \ +../Communication/PMR/IO/FileUploadResponse.pb-c.c \ +../Communication/PMR/IO/GetFilesRequest.pb-c.c \ +../Communication/PMR/IO/GetFilesResponse.pb-c.c \ +../Communication/PMR/IO/GetStorageInfoRequest.pb-c.c \ +../Communication/PMR/IO/GetStorageInfoResponse.pb-c.c \ +../Communication/PMR/IO/KillProcessRequest.pb-c.c \ +../Communication/PMR/IO/KillProcessResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/IO/CreateRequest.pb-c.d \ +./Communication/PMR/IO/CreateResponse.pb-c.d \ +./Communication/PMR/IO/DeleteRequest.pb-c.d \ +./Communication/PMR/IO/DeleteResponse.pb-c.d \ +./Communication/PMR/IO/ExecuteProcessRequest.pb-c.d \ +./Communication/PMR/IO/ExecuteProcessResponse.pb-c.d \ +./Communication/PMR/IO/FileAttribute.pb-c.d \ +./Communication/PMR/IO/FileChunkDownloadRequest.pb-c.d \ +./Communication/PMR/IO/FileChunkDownloadResponse.pb-c.d \ +./Communication/PMR/IO/FileChunkUploadRequest.pb-c.d \ +./Communication/PMR/IO/FileChunkUploadResponse.pb-c.d \ +./Communication/PMR/IO/FileDownloadRequest.pb-c.d \ +./Communication/PMR/IO/FileDownloadResponse.pb-c.d \ +./Communication/PMR/IO/FileInfo.pb-c.d \ +./Communication/PMR/IO/FileUploadRequest.pb-c.d \ +./Communication/PMR/IO/FileUploadResponse.pb-c.d \ +./Communication/PMR/IO/GetFilesRequest.pb-c.d \ +./Communication/PMR/IO/GetFilesResponse.pb-c.d \ +./Communication/PMR/IO/GetStorageInfoRequest.pb-c.d \ +./Communication/PMR/IO/GetStorageInfoResponse.pb-c.d \ +./Communication/PMR/IO/KillProcessRequest.pb-c.d \ +./Communication/PMR/IO/KillProcessResponse.pb-c.d + +OBJS += \ +./Communication/PMR/IO/CreateRequest.pb-c.obj \ +./Communication/PMR/IO/CreateResponse.pb-c.obj \ +./Communication/PMR/IO/DeleteRequest.pb-c.obj \ +./Communication/PMR/IO/DeleteResponse.pb-c.obj \ +./Communication/PMR/IO/ExecuteProcessRequest.pb-c.obj \ +./Communication/PMR/IO/ExecuteProcessResponse.pb-c.obj \ +./Communication/PMR/IO/FileAttribute.pb-c.obj \ +./Communication/PMR/IO/FileChunkDownloadRequest.pb-c.obj \ +./Communication/PMR/IO/FileChunkDownloadResponse.pb-c.obj \ +./Communication/PMR/IO/FileChunkUploadRequest.pb-c.obj \ +./Communication/PMR/IO/FileChunkUploadResponse.pb-c.obj \ +./Communication/PMR/IO/FileDownloadRequest.pb-c.obj \ +./Communication/PMR/IO/FileDownloadResponse.pb-c.obj \ +./Communication/PMR/IO/FileInfo.pb-c.obj \ +./Communication/PMR/IO/FileUploadRequest.pb-c.obj \ +./Communication/PMR/IO/FileUploadResponse.pb-c.obj \ +./Communication/PMR/IO/GetFilesRequest.pb-c.obj \ +./Communication/PMR/IO/GetFilesResponse.pb-c.obj \ +./Communication/PMR/IO/GetStorageInfoRequest.pb-c.obj \ +./Communication/PMR/IO/GetStorageInfoResponse.pb-c.obj \ +./Communication/PMR/IO/KillProcessRequest.pb-c.obj \ +./Communication/PMR/IO/KillProcessResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\IO\CreateRequest.pb-c.obj" \ +"Communication\PMR\IO\CreateResponse.pb-c.obj" \ +"Communication\PMR\IO\DeleteRequest.pb-c.obj" \ +"Communication\PMR\IO\DeleteResponse.pb-c.obj" \ +"Communication\PMR\IO\ExecuteProcessRequest.pb-c.obj" \ +"Communication\PMR\IO\ExecuteProcessResponse.pb-c.obj" \ +"Communication\PMR\IO\FileAttribute.pb-c.obj" \ +"Communication\PMR\IO\FileChunkDownloadRequest.pb-c.obj" \ +"Communication\PMR\IO\FileChunkDownloadResponse.pb-c.obj" \ +"Communication\PMR\IO\FileChunkUploadRequest.pb-c.obj" \ +"Communication\PMR\IO\FileChunkUploadResponse.pb-c.obj" \ +"Communication\PMR\IO\FileDownloadRequest.pb-c.obj" \ +"Communication\PMR\IO\FileDownloadResponse.pb-c.obj" \ +"Communication\PMR\IO\FileInfo.pb-c.obj" \ +"Communication\PMR\IO\FileUploadRequest.pb-c.obj" \ +"Communication\PMR\IO\FileUploadResponse.pb-c.obj" \ +"Communication\PMR\IO\GetFilesRequest.pb-c.obj" \ +"Communication\PMR\IO\GetFilesResponse.pb-c.obj" \ +"Communication\PMR\IO\GetStorageInfoRequest.pb-c.obj" \ +"Communication\PMR\IO\GetStorageInfoResponse.pb-c.obj" \ +"Communication\PMR\IO\KillProcessRequest.pb-c.obj" \ +"Communication\PMR\IO\KillProcessResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\IO\CreateRequest.pb-c.d" \ +"Communication\PMR\IO\CreateResponse.pb-c.d" \ +"Communication\PMR\IO\DeleteRequest.pb-c.d" \ +"Communication\PMR\IO\DeleteResponse.pb-c.d" \ +"Communication\PMR\IO\ExecuteProcessRequest.pb-c.d" \ +"Communication\PMR\IO\ExecuteProcessResponse.pb-c.d" \ +"Communication\PMR\IO\FileAttribute.pb-c.d" \ +"Communication\PMR\IO\FileChunkDownloadRequest.pb-c.d" \ +"Communication\PMR\IO\FileChunkDownloadResponse.pb-c.d" \ +"Communication\PMR\IO\FileChunkUploadRequest.pb-c.d" \ +"Communication\PMR\IO\FileChunkUploadResponse.pb-c.d" \ +"Communication\PMR\IO\FileDownloadRequest.pb-c.d" \ +"Communication\PMR\IO\FileDownloadResponse.pb-c.d" \ +"Communication\PMR\IO\FileInfo.pb-c.d" \ +"Communication\PMR\IO\FileUploadRequest.pb-c.d" \ +"Communication\PMR\IO\FileUploadResponse.pb-c.d" \ +"Communication\PMR\IO\GetFilesRequest.pb-c.d" \ +"Communication\PMR\IO\GetFilesResponse.pb-c.d" \ +"Communication\PMR\IO\GetStorageInfoRequest.pb-c.d" \ +"Communication\PMR\IO\GetStorageInfoResponse.pb-c.d" \ +"Communication\PMR\IO\KillProcessRequest.pb-c.d" \ +"Communication\PMR\IO\KillProcessResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/IO/CreateRequest.pb-c.c" \ +"../Communication/PMR/IO/CreateResponse.pb-c.c" \ +"../Communication/PMR/IO/DeleteRequest.pb-c.c" \ +"../Communication/PMR/IO/DeleteResponse.pb-c.c" \ +"../Communication/PMR/IO/ExecuteProcessRequest.pb-c.c" \ +"../Communication/PMR/IO/ExecuteProcessResponse.pb-c.c" \ +"../Communication/PMR/IO/FileAttribute.pb-c.c" \ +"../Communication/PMR/IO/FileChunkDownloadRequest.pb-c.c" \ +"../Communication/PMR/IO/FileChunkDownloadResponse.pb-c.c" \ +"../Communication/PMR/IO/FileChunkUploadRequest.pb-c.c" \ +"../Communication/PMR/IO/FileChunkUploadResponse.pb-c.c" \ +"../Communication/PMR/IO/FileDownloadRequest.pb-c.c" \ +"../Communication/PMR/IO/FileDownloadResponse.pb-c.c" \ +"../Communication/PMR/IO/FileInfo.pb-c.c" \ +"../Communication/PMR/IO/FileUploadRequest.pb-c.c" \ +"../Communication/PMR/IO/FileUploadResponse.pb-c.c" \ +"../Communication/PMR/IO/GetFilesRequest.pb-c.c" \ +"../Communication/PMR/IO/GetFilesResponse.pb-c.c" \ +"../Communication/PMR/IO/GetStorageInfoRequest.pb-c.c" \ +"../Communication/PMR/IO/GetStorageInfoResponse.pb-c.c" \ +"../Communication/PMR/IO/KillProcessRequest.pb-c.c" \ +"../Communication/PMR/IO/KillProcessResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/30ed4e65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/30ed4e65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/30ed4e65cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +StateMachines/Printing/JobSTM.obj: ../StateMachines/Printing/JobSTM.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="StateMachines/Printing/JobSTM.d_raw" --obj_directory="StateMachines/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +StateMachines/Printing/PrintingSTM.obj: ../StateMachines/Printing/PrintingSTM.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="StateMachines/Printing/PrintingSTM.d_raw" --obj_directory="StateMachines/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/10f93f65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/10f93f65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/10f93f65cc20001a1b70e45700dd4116 @@ -0,0 +1,56 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/Thread/ThreadLoad.c \ +../Modules/Thread/Thread_BIT.c \ +../Modules/Thread/Thread_Winder.c \ +../Modules/Thread/Thread_init.c \ +../Modules/Thread/Thread_maint.c \ +../Modules/Thread/Thread_print.c + +C_DEPS += \ +./Modules/Thread/ThreadLoad.d \ +./Modules/Thread/Thread_BIT.d \ +./Modules/Thread/Thread_Winder.d \ +./Modules/Thread/Thread_init.d \ +./Modules/Thread/Thread_maint.d \ +./Modules/Thread/Thread_print.d + +OBJS += \ +./Modules/Thread/ThreadLoad.obj \ +./Modules/Thread/Thread_BIT.obj \ +./Modules/Thread/Thread_Winder.obj \ +./Modules/Thread/Thread_init.obj \ +./Modules/Thread/Thread_maint.obj \ +./Modules/Thread/Thread_print.obj + +OBJS__QUOTED += \ +"Modules\Thread\ThreadLoad.obj" \ +"Modules\Thread\Thread_BIT.obj" \ +"Modules\Thread\Thread_Winder.obj" \ +"Modules\Thread\Thread_init.obj" \ +"Modules\Thread\Thread_maint.obj" \ +"Modules\Thread\Thread_print.obj" + +C_DEPS__QUOTED += \ +"Modules\Thread\ThreadLoad.d" \ +"Modules\Thread\Thread_BIT.d" \ +"Modules\Thread\Thread_Winder.d" \ +"Modules\Thread\Thread_init.d" \ +"Modules\Thread\Thread_maint.d" \ +"Modules\Thread\Thread_print.d" + +C_SRCS__QUOTED += \ +"../Modules/Thread/ThreadLoad.c" \ +"../Modules/Thread/Thread_BIT.c" \ +"../Modules/Thread/Thread_Winder.c" \ +"../Modules/Thread/Thread_init.c" \ +"../Modules/Thread/Thread_maint.c" \ +"../Modules/Thread/Thread_print.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/409d5364cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/409d5364cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/409d5364cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/FPGA/Full_Vme/FPGA_Programming_Up.c + +C_DEPS += \ +./Drivers/FPGA/Full_Vme/FPGA_Programming_Up.d + +OBJS += \ +./Drivers/FPGA/Full_Vme/FPGA_Programming_Up.obj + +OBJS__QUOTED += \ +"Drivers\FPGA\Full_Vme\FPGA_Programming_Up.obj" + +C_DEPS__QUOTED += \ +"Drivers\FPGA\Full_Vme\FPGA_Programming_Up.d" + +C_SRCS__QUOTED += \ +"../Drivers/FPGA/Full_Vme/FPGA_Programming_Up.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/707ebf64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/707ebf64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..ee720251a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/707ebf64cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/I2C.obj: ../Drivers/I2C_Communication/I2C.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/I2C.d_raw" --obj_directory="Drivers/I2C_Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/I2C_Communication/I2C_Comm.obj: ../Drivers/I2C_Communication/I2C_Comm.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/I2C_Comm.d_raw" --obj_directory="Drivers/I2C_Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/I2C_Communication/I2C_Task.obj: ../Drivers/I2C_Communication/I2C_Task.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/I2C_Task.d_raw" --obj_directory="Drivers/I2C_Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/909b5965cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/909b5965cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..0db48ae06 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/909b5965cc20001a1b70e45700dd4116 @@ -0,0 +1,799 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +CG_TOOL_ROOT := C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS + +GEN_OPTS__FLAG := --cmd_file="configPkg/compiler.opt" +GEN_CMDS__FLAG := -l"configPkg/linker.cmd" + +ORDERED_OBJS += \ +"./Main.obj" \ +"./delay.obj" \ +"./Common/SWUpdate/FileSystem.obj" \ +"./Common/SWUpdate/FirmwareUpgrade.obj" \ +"./Common/SW_Info/SW_Info.obj" \ +"./Common/Software_CRC/sw_crc.obj" \ +"./Common/Sys_PinOut_Config/MCU_MAIN_pinout.obj" \ +"./Common/Sys_PinOut_Config/Pin.obj" \ +"./Common/Sys_PinOut_Config/Pin_config.obj" \ +"./Common/Utilities/RFIDTagHandling.obj" \ +"./Common/Utilities/Update.obj" \ +"./Common/Utilities/Utils.obj" \ +"./Common/Utilities/idle_task.obj" \ +"./Common/Utilities/ustdlib.obj" \ +"./Common/protobuf-c/protobuf-c.obj" \ +"./Common/report/distributor.obj" \ +"./Common/report/filter.obj" \ +"./Common/report/reportInit.obj" \ +"./Communication/CommunicationTask.obj" \ +"./Communication/Connection.obj" \ +"./Communication/Container.obj" \ +"./Communication/PMR/Common/ErrorCode.pb-c.obj" \ +"./Communication/PMR/Common/ErrorResponse.pb-c.obj" \ +"./Communication/PMR/Common/MessageContainer.pb-c.obj" \ +"./Communication/PMR/Common/MessageType.pb-c.obj" \ +"./Communication/PMR/Connection/ConnectRequest.pb-c.obj" \ +"./Communication/PMR/Connection/ConnectResponse.pb-c.obj" \ +"./Communication/PMR/Connection/DeviceInformation.pb-c.obj" \ +"./Communication/PMR/Connection/DisconnectRequest.pb-c.obj" \ +"./Communication/PMR/Connection/DisconnectResponse.pb-c.obj" \ +"./Communication/PMR/Connection/KeepAliveRequest.pb-c.obj" \ +"./Communication/PMR/Connection/KeepAliveResponse.pb-c.obj" \ +"./Communication/PMR/Debugging/DebugDistributor.pb-c.obj" \ +"./Communication/PMR/Debugging/DebugDistributorType.pb-c.obj" \ +"./Communication/PMR/Debugging/DebugLogCategory.pb-c.obj" \ +"./Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.obj" \ +"./Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.obj" \ +"./Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.obj" \ +"./Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.obj" \ +"./Communication/PMR/Debugging/StartDebugLogRequest.pb-c.obj" \ +"./Communication/PMR/Debugging/StartDebugLogResponse.pb-c.obj" \ +"./Communication/PMR/Debugging/StopDebugLogRequest.pb-c.obj" \ +"./Communication/PMR/Debugging/StopDebugLogResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/Cartridge.pb-c.obj" \ +"./Communication/PMR/Diagnostics/CartridgeAction.pb-c.obj" \ +"./Communication/PMR/Diagnostics/CartridgeSlot.pb-c.obj" \ +"./Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.obj" \ +"./Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DataFileFrame.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/DoubleArray.pb-c.obj" \ +"./Communication/PMR/Diagnostics/Event.pb-c.obj" \ +"./Communication/PMR/Diagnostics/EventType.pb-c.obj" \ +"./Communication/PMR/Diagnostics/HeaterState.pb-c.obj" \ +"./Communication/PMR/Diagnostics/HeaterType.pb-c.obj" \ +"./Communication/PMR/Diagnostics/InterfaceIOs.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorDirection.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ValueComponent.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ValueComponentState.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ValveState.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ValveStateCode.pb-c.obj" \ +"./Communication/PMR/Diagnostics/ValveType.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/DispenserData.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/MidTankData.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.obj" \ +"./Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/ActivateVersionRequest.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/ActivateVersionResponse.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/ValidateVersionRequest.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/ValidateVersionResponse.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/VersionFileDescriptor.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/VersionFileDestination.pb-c.obj" \ +"./Communication/PMR/FirmwareUpgrade/VersionPackageDescriptor.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareBlower.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareBlowerType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareBreakSensor.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareConfiguration.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareDancer.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareDancerType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareDispenser.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareDispenserType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareMotor.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareMotorType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwarePidControl.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwarePidControlType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareWinder.pb-c.obj" \ +"./Communication/PMR/Hardware/HardwareWinderType.pb-c.obj" \ +"./Communication/PMR/Hardware/SystemResetRequest.pb-c.obj" \ +"./Communication/PMR/Hardware/SystemResetResponse.pb-c.obj" \ +"./Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.obj" \ +"./Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.obj" \ +"./Communication/PMR/IO/CreateRequest.pb-c.obj" \ +"./Communication/PMR/IO/CreateResponse.pb-c.obj" \ +"./Communication/PMR/IO/DeleteRequest.pb-c.obj" \ +"./Communication/PMR/IO/DeleteResponse.pb-c.obj" \ +"./Communication/PMR/IO/ExecuteProcessRequest.pb-c.obj" \ +"./Communication/PMR/IO/ExecuteProcessResponse.pb-c.obj" \ +"./Communication/PMR/IO/FileAttribute.pb-c.obj" \ +"./Communication/PMR/IO/FileChunkDownloadRequest.pb-c.obj" \ +"./Communication/PMR/IO/FileChunkDownloadResponse.pb-c.obj" \ +"./Communication/PMR/IO/FileChunkUploadRequest.pb-c.obj" \ +"./Communication/PMR/IO/FileChunkUploadResponse.pb-c.obj" \ +"./Communication/PMR/IO/FileDownloadRequest.pb-c.obj" \ +"./Communication/PMR/IO/FileDownloadResponse.pb-c.obj" \ +"./Communication/PMR/IO/FileInfo.pb-c.obj" \ +"./Communication/PMR/IO/FileUploadRequest.pb-c.obj" \ +"./Communication/PMR/IO/FileUploadResponse.pb-c.obj" \ +"./Communication/PMR/IO/GetFilesRequest.pb-c.obj" \ +"./Communication/PMR/IO/GetFilesResponse.pb-c.obj" \ +"./Communication/PMR/IO/GetStorageInfoRequest.pb-c.obj" \ +"./Communication/PMR/IO/GetStorageInfoResponse.pb-c.obj" \ +"./Communication/PMR/IO/KillProcessRequest.pb-c.obj" \ +"./Communication/PMR/IO/KillProcessResponse.pb-c.obj" \ +"./Communication/PMR/MachineStatus/IDSPackLevel.pb-c.obj" \ +"./Communication/PMR/MachineStatus/MachineState.pb-c.obj" \ +"./Communication/PMR/MachineStatus/MachineStatus.pb-c.obj" \ +"./Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.obj" \ +"./Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.obj" \ +"./Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.obj" \ +"./Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.obj" \ +"./Communication/PMR/Printing/AbortJobRequest.pb-c.obj" \ +"./Communication/PMR/Printing/AbortJobResponse.pb-c.obj" \ +"./Communication/PMR/Printing/CurrentJobRequest.pb-c.obj" \ +"./Communication/PMR/Printing/CurrentJobResponse.pb-c.obj" \ +"./Communication/PMR/Printing/DispenserLiquidType.pb-c.obj" \ +"./Communication/PMR/Printing/DispenserStepDivision.pb-c.obj" \ +"./Communication/PMR/Printing/JobBrushStop.pb-c.obj" \ +"./Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.obj" \ +"./Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.obj" \ +"./Communication/PMR/Printing/JobDispenser.pb-c.obj" \ +"./Communication/PMR/Printing/JobRequest.pb-c.obj" \ +"./Communication/PMR/Printing/JobResponse.pb-c.obj" \ +"./Communication/PMR/Printing/JobSegment.pb-c.obj" \ +"./Communication/PMR/Printing/JobSpool.pb-c.obj" \ +"./Communication/PMR/Printing/JobSpoolType.pb-c.obj" \ +"./Communication/PMR/Printing/JobStatus.pb-c.obj" \ +"./Communication/PMR/Printing/JobTicket.pb-c.obj" \ +"./Communication/PMR/Printing/JobUploadStrategy.pb-c.obj" \ +"./Communication/PMR/Printing/JobWindingMethod.pb-c.obj" \ +"./Communication/PMR/Printing/ProcessParameters.pb-c.obj" \ +"./Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.obj" \ +"./Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.obj" \ +"./Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.obj" \ +"./Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/CalculateRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/CalculateResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/ProgressRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/ProgressResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubAbortJobRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubAbortJobResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubDispenserRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubDispenserResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHWVersionRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHWVersionResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHeaterRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHeaterResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubI2CRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubI2CResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubJobRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubJobResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorInitRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorInitResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorMovRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorMovResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorRunRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorRunResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorStopRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubMotorStopResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubTempSensorRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubTempSensorResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.obj" \ +"./Communication/PMR/Stubs/StubValveRequest.pb-c.obj" \ +"./Communication/PMR/Stubs/StubValveResponse.pb-c.obj" \ +"./Drivers/ADC_Sampling/ADC.obj" \ +"./Drivers/ADC_Sampling/ADC_VOC_Sensor.obj" \ +"./Drivers/FPGA/FPGA.obj" \ +"./Drivers/FPGA/FPGA_SPI_Comm.obj" \ +"./Drivers/FPGA/FPGA_SSI_Comm.obj" \ +"./Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.obj" \ +"./Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.obj" \ +"./Drivers/FPGA/Full_Vme/FPGA_Programming_Up.obj" \ +"./Drivers/FPGA/Full_Vme/ispvme/hardware.obj" \ +"./Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.obj" \ +"./Drivers/FPGA/Full_Vme/ispvme/ivm_core.obj" \ +"./Drivers/FPGA/Motors_Driver/L6470.obj" \ +"./Drivers/Flash_Memory/FATFS/Control_File_System.obj" \ +"./Drivers/Flash_Memory/FATFS/cc932.obj" \ +"./Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.obj" \ +"./Drivers/Flash_Memory/FATFS/ff.obj" \ +"./Drivers/Flash_Memory/FATFS/mx66l51235f.obj" \ +"./Drivers/Flash_Memory/FATFS/spi_flash.obj" \ +"./Drivers/Flash_Memory/Flash_Memory.obj" \ +"./Drivers/Heater/ADS1220.obj" \ +"./Drivers/Heater/Heater.obj" \ +"./Drivers/Heater/TemperatureSensor.obj" \ +"./Drivers/I2C_Communication/ADC_MUX/ADC_MUX.obj" \ +"./Drivers/I2C_Communication/DAC/Blower.obj" \ +"./Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.obj" \ +"./Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.obj" \ +"./Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.obj" \ +"./Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.obj" \ +"./Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/fan_click.obj" \ +"./Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.obj" \ +"./Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.obj" \ +"./Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.obj" \ +"./Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.obj" \ +"./Drivers/I2C_Communication/I2C_Task.obj" \ +"./Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.obj" \ +"./Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.obj" \ +"./Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.obj" \ +"./Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.obj" \ +"./Drivers/I2C_Communication/Thermo_K/MCP9600.obj" \ +"./Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.obj" \ +"./Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.obj" \ +"./Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.obj" \ +"./Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.obj" \ +"./Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.obj" \ +"./Drivers/Motors/Motor.obj" \ +"./Drivers/Motors/MotorActions.obj" \ +"./Drivers/On_Chip_Flash/Flashstore.obj" \ +"./Drivers/SPI/SPI_Comm.obj" \ +"./Drivers/SSI_Comm/Dancer/Dancer.obj" \ +"./Drivers/SSI_Comm/SSI_Comm.obj" \ +"./Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.obj" \ +"./Drivers/USB_Communication/USBCDCD.obj" \ +"./Drivers/Uart_Comm/Uart.obj" \ +"./Drivers/Valves/Valve.obj" \ +"./Drivers/flash_ram/FlashProgram.obj" \ +"./Drivers/flash_ram/MCU_E2Prom.obj" \ +"./Drivers/logi-tag/LT_NFC.obj" \ +"./Drivers/logi-tag/LT_RFID.obj" \ +"./Modules/AlarmHandling/AlarmHandling.obj" \ +"./Modules/Control/DriverWithCallbackExample.obj" \ +"./Modules/Control/MillisecTask.obj" \ +"./Modules/Control/PIDAlgo.obj" \ +"./Modules/Control/control.obj" \ +"./Modules/Diagnostics/DiagnosticActions.obj" \ +"./Modules/Diagnostics/Diagnostics.obj" \ +"./Modules/Diagnostics/DiagnosticsHoming.obj" \ +"./Modules/Diagnostics/DiagnosticsJogging.obj" \ +"./Modules/General/GeneralHardware.obj" \ +"./Modules/General/MachineStatus.obj" \ +"./Modules/General/Safety.obj" \ +"./Modules/General/buttons.obj" \ +"./Modules/General/process.obj" \ +"./Modules/Heaters/Heaters_bit.obj" \ +"./Modules/Heaters/Heaters_init.obj" \ +"./Modules/Heaters/Heaters_maint.obj" \ +"./Modules/Heaters/Heaters_print.obj" \ +"./Modules/IDS/IDS_BIT.obj" \ +"./Modules/IDS/IDS_Cleaning.obj" \ +"./Modules/IDS/IDS_dispenser.obj" \ +"./Modules/IDS/IDS_init.obj" \ +"./Modules/IDS/IDS_maint.obj" \ +"./Modules/IDS/IDS_print.obj" \ +"./Modules/IFS/ifs.obj" \ +"./Modules/Stubs_Handler/Calculate.obj" \ +"./Modules/Stubs_Handler/Progress.obj" \ +"./Modules/Stubs_Handler/StubRealTimeUsage.obj" \ +"./Modules/Stubs_Handler/Stub_Cartridge.obj" \ +"./Modules/Stubs_Handler/Stub_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadBackReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_HW_Version.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_L6470.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_OptLimitSwitch.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_SpeedSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_SteperMotor.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_TivaReg.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.obj" \ +"./Modules/Stubs_Handler/User_Leds.obj" \ +"./Modules/Stubs_Handler/temperature_sensor.obj" \ +"./Modules/Thread/ThreadLoad.obj" \ +"./Modules/Thread/Thread_BIT.obj" \ +"./Modules/Thread/Thread_Winder.obj" \ +"./Modules/Thread/Thread_init.obj" \ +"./Modules/Thread/Thread_maint.obj" \ +"./Modules/Thread/Thread_print.obj" \ +"./Modules/Waste/Waste_BIT.obj" \ +"./Modules/Waste/Waste_init.obj" \ +"./Modules/Waste/Waste_maint.obj" \ +"./Modules/Waste/Waste_print.obj" \ +"./StateMachines/Initialization/InitSequence.obj" \ +"./StateMachines/Initialization/PowerIdle.obj" \ +"./StateMachines/Initialization/PowerOffSequence.obj" \ +"./StateMachines/Printing/JobSTM.obj" \ +"./StateMachines/Printing/PrintingSTM.obj" \ +"../tm4c129xnczad.cmd" \ +$(GEN_CMDS__FLAG) \ +-l"C:/ti/TivaWare_C_Series-2.1.2.111/grlib/ccs/Debug/grlib.lib" \ +-l"C:/ti/TivaWare_C_Series-2.1.2.111/driverlib/ccs/Debug/driverlib.lib" \ +-l"C:/ti/TivaWare_C_Series-2.1.2.111/usblib/ccs/Debug/usblib.lib" \ +-llibc.a \ + +-include ../makefile.init + +RM := DEL /F +RMDIR := RMDIR /S/Q + +# All of the sources participating in the build are defined here +-include sources.mk +-include subdir_vars.mk +-include Common/SWUpdate/subdir_vars.mk +-include Common/SW_Info/subdir_vars.mk +-include Common/Software_CRC/subdir_vars.mk +-include Common/Sys_PinOut_Config/subdir_vars.mk +-include Common/Utilities/subdir_vars.mk +-include Common/protobuf-c/subdir_vars.mk +-include Common/report/subdir_vars.mk +-include Communication/subdir_vars.mk +-include Communication/PMR/Common/subdir_vars.mk +-include Communication/PMR/Connection/subdir_vars.mk +-include Communication/PMR/Debugging/subdir_vars.mk +-include Communication/PMR/Diagnostics/subdir_vars.mk +-include Communication/PMR/EmbeddedParameters/subdir_vars.mk +-include Communication/PMR/FirmwareUpgrade/subdir_vars.mk +-include Communication/PMR/Hardware/subdir_vars.mk +-include Communication/PMR/IO/subdir_vars.mk +-include Communication/PMR/MachineStatus/subdir_vars.mk +-include Communication/PMR/Printing/subdir_vars.mk +-include Communication/PMR/Stubs/subdir_vars.mk +-include Drivers/ADC_Sampling/subdir_vars.mk +-include Drivers/FPGA/subdir_vars.mk +-include Drivers/FPGA/FPGA_GPIO/subdir_vars.mk +-include Drivers/FPGA/FPGA_INTERRUPTS/subdir_vars.mk +-include Drivers/FPGA/Full_Vme/subdir_vars.mk +-include Drivers/FPGA/Full_Vme/ispvme/subdir_vars.mk +-include Drivers/FPGA/Motors_Driver/subdir_vars.mk +-include Drivers/Flash_Memory/FATFS/subdir_vars.mk +-include Drivers/Flash_Memory/subdir_vars.mk +-include Drivers/Heater/subdir_vars.mk +-include Drivers/I2C_Communication/ADC_MUX/subdir_vars.mk +-include Drivers/I2C_Communication/DAC/subdir_vars.mk +-include Drivers/I2C_Communication/Dispenser_Card/EEPROM/subdir_vars.mk +-include Drivers/I2C_Communication/Dispenser_Card/subdir_vars.mk +-include Drivers/I2C_Communication/Dispenser_Card/IO_Ports/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/ADC/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/EEPROM/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/Fan/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/Heaters/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/IO_Ports/subdir_vars.mk +-include Drivers/I2C_Communication/Head_Card/PT100/subdir_vars.mk +-include Drivers/I2C_Communication/subdir_vars.mk +-include Drivers/I2C_Communication/Main_Board_EEPROM/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/subdir_vars.mk +-include Drivers/I2C_Communication/Thermo_K/subdir_vars.mk +-include Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/subdir_vars.mk +-include Drivers/I2C_Communication/WHS_Card/D_TCA9546/subdir_vars.mk +-include Drivers/I2C_Communication/WHS_Card/subdir_vars.mk +-include Drivers/Motors/subdir_vars.mk +-include Drivers/On_Chip_Flash/subdir_vars.mk +-include Drivers/SPI/subdir_vars.mk +-include Drivers/SSI_Comm/Dancer/subdir_vars.mk +-include Drivers/SSI_Comm/subdir_vars.mk +-include Drivers/SSI_Comm/Speed_Sensor/subdir_vars.mk +-include Drivers/USB_Communication/subdir_vars.mk +-include Drivers/Uart_Comm/subdir_vars.mk +-include Drivers/Valves/subdir_vars.mk +-include Drivers/flash_ram/subdir_vars.mk +-include Drivers/logi-tag/subdir_vars.mk +-include Modules/AlarmHandling/subdir_vars.mk +-include Modules/Control/subdir_vars.mk +-include Modules/Diagnostics/subdir_vars.mk +-include Modules/General/subdir_vars.mk +-include Modules/Heaters/subdir_vars.mk +-include Modules/IDS/subdir_vars.mk +-include Modules/IFS/subdir_vars.mk +-include Modules/Stubs_Handler/subdir_vars.mk +-include Modules/Thread/subdir_vars.mk +-include Modules/Waste/subdir_vars.mk +-include StateMachines/Initialization/subdir_vars.mk +-include StateMachines/Printing/subdir_vars.mk +-include subdir_rules.mk +-include Common/SWUpdate/subdir_rules.mk +-include Common/SW_Info/subdir_rules.mk +-include Common/Software_CRC/subdir_rules.mk +-include Common/Sys_PinOut_Config/subdir_rules.mk +-include Common/Utilities/subdir_rules.mk +-include Common/protobuf-c/subdir_rules.mk +-include Common/report/subdir_rules.mk +-include Communication/subdir_rules.mk +-include Communication/PMR/Common/subdir_rules.mk +-include Communication/PMR/Connection/subdir_rules.mk +-include Communication/PMR/Debugging/subdir_rules.mk +-include Communication/PMR/Diagnostics/subdir_rules.mk +-include Communication/PMR/EmbeddedParameters/subdir_rules.mk +-include Communication/PMR/FirmwareUpgrade/subdir_rules.mk +-include Communication/PMR/Hardware/subdir_rules.mk +-include Communication/PMR/IO/subdir_rules.mk +-include Communication/PMR/MachineStatus/subdir_rules.mk +-include Communication/PMR/Printing/subdir_rules.mk +-include Communication/PMR/Stubs/subdir_rules.mk +-include Drivers/ADC_Sampling/subdir_rules.mk +-include Drivers/FPGA/subdir_rules.mk +-include Drivers/FPGA/FPGA_GPIO/subdir_rules.mk +-include Drivers/FPGA/FPGA_INTERRUPTS/subdir_rules.mk +-include Drivers/FPGA/Full_Vme/subdir_rules.mk +-include Drivers/FPGA/Full_Vme/ispvme/subdir_rules.mk +-include Drivers/FPGA/Motors_Driver/subdir_rules.mk +-include Drivers/Flash_Memory/FATFS/subdir_rules.mk +-include Drivers/Flash_Memory/subdir_rules.mk +-include Drivers/Heater/subdir_rules.mk +-include Drivers/I2C_Communication/ADC_MUX/subdir_rules.mk +-include Drivers/I2C_Communication/DAC/subdir_rules.mk +-include Drivers/I2C_Communication/Dispenser_Card/EEPROM/subdir_rules.mk +-include Drivers/I2C_Communication/Dispenser_Card/subdir_rules.mk +-include Drivers/I2C_Communication/Dispenser_Card/IO_Ports/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/ADC/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/EEPROM/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/Fan/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/Heaters/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/IO_Ports/subdir_rules.mk +-include Drivers/I2C_Communication/Head_Card/PT100/subdir_rules.mk +-include Drivers/I2C_Communication/subdir_rules.mk +-include Drivers/I2C_Communication/Main_Board_EEPROM/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/subdir_rules.mk +-include Drivers/I2C_Communication/Thermo_K/subdir_rules.mk +-include Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/subdir_rules.mk +-include Drivers/I2C_Communication/WHS_Card/D_TCA9546/subdir_rules.mk +-include Drivers/I2C_Communication/WHS_Card/subdir_rules.mk +-include Drivers/Motors/subdir_rules.mk +-include Drivers/On_Chip_Flash/subdir_rules.mk +-include Drivers/SPI/subdir_rules.mk +-include Drivers/SSI_Comm/Dancer/subdir_rules.mk +-include Drivers/SSI_Comm/subdir_rules.mk +-include Drivers/SSI_Comm/Speed_Sensor/subdir_rules.mk +-include Drivers/USB_Communication/subdir_rules.mk +-include Drivers/Uart_Comm/subdir_rules.mk +-include Drivers/Valves/subdir_rules.mk +-include Drivers/flash_ram/subdir_rules.mk +-include Drivers/logi-tag/subdir_rules.mk +-include Modules/AlarmHandling/subdir_rules.mk +-include Modules/Control/subdir_rules.mk +-include Modules/Diagnostics/subdir_rules.mk +-include Modules/General/subdir_rules.mk +-include Modules/Heaters/subdir_rules.mk +-include Modules/IDS/subdir_rules.mk +-include Modules/IFS/subdir_rules.mk +-include Modules/Stubs_Handler/subdir_rules.mk +-include Modules/Thread/subdir_rules.mk +-include Modules/Waste/subdir_rules.mk +-include StateMachines/Initialization/subdir_rules.mk +-include StateMachines/Printing/subdir_rules.mk +-include objects.mk + +ifneq ($(MAKECMDGOALS),clean) +ifneq ($(strip $(C55_DEPS)),) +-include $(C55_DEPS) +endif +ifneq ($(strip $(C_UPPER_DEPS)),) +-include $(C_UPPER_DEPS) +endif +ifneq ($(strip $(S67_DEPS)),) +-include $(S67_DEPS) +endif +ifneq ($(strip $(S62_DEPS)),) +-include $(S62_DEPS) +endif +ifneq ($(strip $(S_DEPS)),) +-include $(S_DEPS) +endif +ifneq ($(strip $(OPT_DEPS)),) +-include $(OPT_DEPS) +endif +ifneq ($(strip $(C??_DEPS)),) +-include $(C??_DEPS) +endif +ifneq ($(strip $(ASM_UPPER_DEPS)),) +-include $(ASM_UPPER_DEPS) +endif +ifneq ($(strip $(S??_DEPS)),) +-include $(S??_DEPS) +endif +ifneq ($(strip $(C64_DEPS)),) +-include $(C64_DEPS) +endif +ifneq ($(strip $(CXX_DEPS)),) +-include $(CXX_DEPS) +endif +ifneq ($(strip $(S64_DEPS)),) +-include $(S64_DEPS) +endif +ifneq ($(strip $(INO_DEPS)),) +-include $(INO_DEPS) +endif +ifneq ($(strip $(CLA_DEPS)),) +-include $(CLA_DEPS) +endif +ifneq ($(strip $(S55_DEPS)),) +-include $(S55_DEPS) +endif +ifneq ($(strip $(SV7A_DEPS)),) +-include $(SV7A_DEPS) +endif +ifneq ($(strip $(C62_DEPS)),) +-include $(C62_DEPS) +endif +ifneq ($(strip $(C67_DEPS)),) +-include $(C67_DEPS) +endif +ifneq ($(strip $(PDE_DEPS)),) +-include $(PDE_DEPS) +endif +ifneq ($(strip $(K_DEPS)),) +-include $(K_DEPS) +endif +ifneq ($(strip $(C_DEPS)),) +-include $(C_DEPS) +endif +ifneq ($(strip $(CC_DEPS)),) +-include $(CC_DEPS) +endif +ifneq ($(strip $(C++_DEPS)),) +-include $(C++_DEPS) +endif +ifneq ($(strip $(C43_DEPS)),) +-include $(C43_DEPS) +endif +ifneq ($(strip $(S43_DEPS)),) +-include $(S43_DEPS) +endif +ifneq ($(strip $(ASM_DEPS)),) +-include $(ASM_DEPS) +endif +ifneq ($(strip $(S_UPPER_DEPS)),) +-include $(S_UPPER_DEPS) +endif +ifneq ($(strip $(CPP_DEPS)),) +-include $(CPP_DEPS) +endif +ifneq ($(strip $(SA_DEPS)),) +-include $(SA_DEPS) +endif +endif + +-include ../makefile.defs + +# Add inputs and outputs from these tool invocations to the build variables +EXE_OUTPUTS += \ +Embedded.out \ + +EXE_OUTPUTS__QUOTED += \ +"Embedded.out" \ + +BIN_OUTPUTS += \ +Embedded.bin \ + +BIN_OUTPUTS__QUOTED += \ +"Embedded.bin" \ + + +# All Target +all: $(OBJS) $(CMD_SRCS) $(GEN_CMDS) + @$(MAKE) --no-print-directory -Onone "Embedded.out" + +# Tool invocations +Embedded.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS) + @echo 'Building target: $@' + @echo 'Invoking: ARM Linker' + @echo 'Flags: -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi -z -m"Embedded.map" --heap_size=0 --stack_size=16384 -i"C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS" -i"C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/lib" --priority --reread_libs --disable_auto_rts --diag_wrap=off --display_error_number --warn_sections --xml_link_info="Embedded_linkInfo.xml" --rom_model' + $(shell echo -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi -z -m"Embedded.map" --heap_size=0 --stack_size=16384 -i"C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS" -i"C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/lib" --priority --reread_libs --disable_auto_rts --diag_wrap=off --display_error_number --warn_sections --xml_link_info="Embedded_linkInfo.xml" --rom_model > "ccsLinker.opt") + $(shell type "ccsObjs.opt" >> "ccsLinker.opt") + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -@"ccsLinker.opt" -o "Embedded.out" + @echo 'Finished building target: $@' + @echo ' ' + @$(MAKE) --no-print-directory post-build + +Embedded.bin: $(EXE_OUTPUTS) + @echo 'Invoking: ARM Hex Utility' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armhex" -o "Embedded.bin" $(EXE_OUTPUTS__QUOTED) + @echo 'Finished building: $@' + @echo ' ' + @$(MAKE) --no-print-directory post-build + +# Other Targets +clean: + -$(RM) $(GEN_CMDS__QUOTED)$(GEN_MISC_FILES__QUOTED)$(BIN_OUTPUTS__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)$(GEN_OPTS__QUOTED) + -$(RMDIR) $(GEN_MISC_DIRS__QUOTED) + -$(RM) "Main.obj" "delay.obj" "Common\SWUpdate\FileSystem.obj" "Common\SWUpdate\FirmwareUpgrade.obj" "Common\SW_Info\SW_Info.obj" "Common\Software_CRC\sw_crc.obj" "Common\Sys_PinOut_Config\MCU_MAIN_pinout.obj" "Common\Sys_PinOut_Config\Pin.obj" "Common\Sys_PinOut_Config\Pin_config.obj" "Common\Utilities\RFIDTagHandling.obj" "Common\Utilities\Update.obj" "Common\Utilities\Utils.obj" "Common\Utilities\idle_task.obj" "Common\Utilities\ustdlib.obj" "Common\protobuf-c\protobuf-c.obj" "Common\report\distributor.obj" "Common\report\filter.obj" "Common\report\reportInit.obj" "Communication\CommunicationTask.obj" "Communication\Connection.obj" "Communication\Container.obj" "Communication\PMR\Common\ErrorCode.pb-c.obj" "Communication\PMR\Common\ErrorResponse.pb-c.obj" "Communication\PMR\Common\MessageContainer.pb-c.obj" "Communication\PMR\Common\MessageType.pb-c.obj" "Communication\PMR\Connection\ConnectRequest.pb-c.obj" "Communication\PMR\Connection\ConnectResponse.pb-c.obj" "Communication\PMR\Connection\DeviceInformation.pb-c.obj" + -$(RM) "Communication\PMR\Connection\DisconnectRequest.pb-c.obj" "Communication\PMR\Connection\DisconnectResponse.pb-c.obj" "Communication\PMR\Connection\KeepAliveRequest.pb-c.obj" "Communication\PMR\Connection\KeepAliveResponse.pb-c.obj" "Communication\PMR\Debugging\DebugDistributor.pb-c.obj" "Communication\PMR\Debugging\DebugDistributorType.pb-c.obj" "Communication\PMR\Debugging\DebugLogCategory.pb-c.obj" "Communication\PMR\Debugging\SetDebugLogCategoryRequest.pb-c.obj" "Communication\PMR\Debugging\SetDebugLogCategoryResponse.pb-c.obj" "Communication\PMR\Debugging\SetupDebugDisributorsRequest.pb-c.obj" "Communication\PMR\Debugging\SetupDebugDisributorsResponse.pb-c.obj" "Communication\PMR\Debugging\StartDebugLogRequest.pb-c.obj" "Communication\PMR\Debugging\StartDebugLogResponse.pb-c.obj" "Communication\PMR\Debugging\StopDebugLogRequest.pb-c.obj" "Communication\PMR\Debugging\StopDebugLogResponse.pb-c.obj" "Communication\PMR\Diagnostics\Cartridge.pb-c.obj" "Communication\PMR\Diagnostics\CartridgeAction.pb-c.obj" + -$(RM) "Communication\PMR\Diagnostics\CartridgeSlot.pb-c.obj" "Communication\PMR\Diagnostics\CartridgeTagContent.pb-c.obj" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.obj" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.obj" "Communication\PMR\Diagnostics\DataFileFrame.pb-c.obj" "Communication\PMR\Diagnostics\DiagnosticsMonitors.pb-c.obj" "Communication\PMR\Diagnostics\DigitalInterfaceState.pb-c.obj" "Communication\PMR\Diagnostics\DispenserAbortHomingRequest.pb-c.obj" "Communication\PMR\Diagnostics\DispenserAbortHomingResponse.pb-c.obj" "Communication\PMR\Diagnostics\DispenserAbortJoggingRequest.pb-c.obj" "Communication\PMR\Diagnostics\DispenserAbortJoggingResponse.pb-c.obj" "Communication\PMR\Diagnostics\DispenserHomingRequest.pb-c.obj" "Communication\PMR\Diagnostics\DispenserHomingResponse.pb-c.obj" "Communication\PMR\Diagnostics\DispenserJoggingRequest.pb-c.obj" "Communication\PMR\Diagnostics\DispenserJoggingResponse.pb-c.obj" "Communication\PMR\Diagnostics\DoubleArray.pb-c.obj" + -$(RM) "Communication\PMR\Diagnostics\Event.pb-c.obj" "Communication\PMR\Diagnostics\EventType.pb-c.obj" "Communication\PMR\Diagnostics\HeaterState.pb-c.obj" "Communication\PMR\Diagnostics\HeaterType.pb-c.obj" "Communication\PMR\Diagnostics\InterfaceIOs.pb-c.obj" "Communication\PMR\Diagnostics\MotorAbortHomingRequest.pb-c.obj" "Communication\PMR\Diagnostics\MotorAbortHomingResponse.pb-c.obj" "Communication\PMR\Diagnostics\MotorAbortJoggingRequest.pb-c.obj" "Communication\PMR\Diagnostics\MotorAbortJoggingResponse.pb-c.obj" "Communication\PMR\Diagnostics\MotorDirection.pb-c.obj" "Communication\PMR\Diagnostics\MotorHomingRequest.pb-c.obj" "Communication\PMR\Diagnostics\MotorHomingResponse.pb-c.obj" "Communication\PMR\Diagnostics\MotorJoggingRequest.pb-c.obj" "Communication\PMR\Diagnostics\MotorJoggingResponse.pb-c.obj" "Communication\PMR\Diagnostics\ResolveEventRequest.pb-c.obj" "Communication\PMR\Diagnostics\ResolveEventResponse.pb-c.obj" "Communication\PMR\Diagnostics\SetBlowerStateRequest.pb-c.obj" + -$(RM) "Communication\PMR\Diagnostics\SetBlowerStateResponse.pb-c.obj" "Communication\PMR\Diagnostics\SetComponentValueRequest.pb-c.obj" "Communication\PMR\Diagnostics\SetComponentValueResponse.pb-c.obj" "Communication\PMR\Diagnostics\SetDigitalOutRequest.pb-c.obj" "Communication\PMR\Diagnostics\SetDigitalOutResponse.pb-c.obj" "Communication\PMR\Diagnostics\SetHeaterStateRequest.pb-c.obj" "Communication\PMR\Diagnostics\SetHeaterStateResponse.pb-c.obj" "Communication\PMR\Diagnostics\SetValveStateRequest.pb-c.obj" "Communication\PMR\Diagnostics\SetValveStateResponse.pb-c.obj" "Communication\PMR\Diagnostics\StartCartridgesUpdateRequest.pb-c.obj" "Communication\PMR\Diagnostics\StartCartridgesUpdateResponse.pb-c.obj" "Communication\PMR\Diagnostics\StartDiagnosticsRequest.pb-c.obj" "Communication\PMR\Diagnostics\StartDiagnosticsResponse.pb-c.obj" "Communication\PMR\Diagnostics\StartEventsNotificationRequest.pb-c.obj" "Communication\PMR\Diagnostics\StartEventsNotificationResponse.pb-c.obj" "Communication\PMR\Diagnostics\StopCartridgesUpdateRequest.pb-c.obj" + -$(RM) "Communication\PMR\Diagnostics\StopCartridgesUpdateResponse.pb-c.obj" "Communication\PMR\Diagnostics\StopDiagnosticsRequest.pb-c.obj" "Communication\PMR\Diagnostics\StopDiagnosticsResponse.pb-c.obj" "Communication\PMR\Diagnostics\StopEventsNotificationRequest.pb-c.obj" "Communication\PMR\Diagnostics\StopEventsNotificationResponse.pb-c.obj" "Communication\PMR\Diagnostics\ThreadAbortJoggingRequest.pb-c.obj" "Communication\PMR\Diagnostics\ThreadAbortJoggingResponse.pb-c.obj" "Communication\PMR\Diagnostics\ThreadJoggingRequest.pb-c.obj" "Communication\PMR\Diagnostics\ThreadJoggingResponse.pb-c.obj" "Communication\PMR\Diagnostics\ValueComponent.pb-c.obj" "Communication\PMR\Diagnostics\ValueComponentState.pb-c.obj" "Communication\PMR\Diagnostics\ValveState.pb-c.obj" "Communication\PMR\Diagnostics\ValveStateCode.pb-c.obj" "Communication\PMR\Diagnostics\ValveType.pb-c.obj" "Communication\PMR\EmbeddedParameters\AlarmHandlingItem.pb-c.obj" "Communication\PMR\EmbeddedParameters\AlarmParameters.pb-c.obj" + -$(RM) "Communication\PMR\EmbeddedParameters\AlarmSourceType.pb-c.obj" "Communication\PMR\EmbeddedParameters\ConfigurationParameters.pb-c.obj" "Communication\PMR\EmbeddedParameters\DispenserData.pb-c.obj" "Communication\PMR\EmbeddedParameters\DispenserDataRequest.pb-c.obj" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.obj" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.obj" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.obj" "Communication\PMR\EmbeddedParameters\MachineCalibrationDataRequest.pb-c.obj" "Communication\PMR\EmbeddedParameters\MachineCalibrationDataResponse.pb-c.obj" "Communication\PMR\EmbeddedParameters\MidTankData.pb-c.obj" "Communication\PMR\EmbeddedParameters\MidTankDataSetupRequest.pb-c.obj" "Communication\PMR\EmbeddedParameters\MidTankDataSetupResponse.pb-c.obj" "Communication\PMR\FirmwareUpgrade\ActivateVersionRequest.pb-c.obj" "Communication\PMR\FirmwareUpgrade\ActivateVersionResponse.pb-c.obj" "Communication\PMR\FirmwareUpgrade\ValidateVersionRequest.pb-c.obj" + -$(RM) "Communication\PMR\FirmwareUpgrade\ValidateVersionResponse.pb-c.obj" "Communication\PMR\FirmwareUpgrade\VersionFileDescriptor.pb-c.obj" "Communication\PMR\FirmwareUpgrade\VersionFileDestination.pb-c.obj" "Communication\PMR\FirmwareUpgrade\VersionPackageDescriptor.pb-c.obj" "Communication\PMR\Hardware\HardwareBlower.pb-c.obj" "Communication\PMR\Hardware\HardwareBlowerType.pb-c.obj" "Communication\PMR\Hardware\HardwareBreakSensor.pb-c.obj" "Communication\PMR\Hardware\HardwareBreakSensorType.pb-c.obj" "Communication\PMR\Hardware\HardwareConfiguration.pb-c.obj" "Communication\PMR\Hardware\HardwareDancer.pb-c.obj" "Communication\PMR\Hardware\HardwareDancerType.pb-c.obj" "Communication\PMR\Hardware\HardwareDispenser.pb-c.obj" "Communication\PMR\Hardware\HardwareDispenserType.pb-c.obj" "Communication\PMR\Hardware\HardwareMotor.pb-c.obj" "Communication\PMR\Hardware\HardwareMotorType.pb-c.obj" "Communication\PMR\Hardware\HardwarePidControl.pb-c.obj" "Communication\PMR\Hardware\HardwarePidControlType.pb-c.obj" + -$(RM) "Communication\PMR\Hardware\HardwareSpeedSensor.pb-c.obj" "Communication\PMR\Hardware\HardwareSpeedSensorType.pb-c.obj" "Communication\PMR\Hardware\HardwareWinder.pb-c.obj" "Communication\PMR\Hardware\HardwareWinderType.pb-c.obj" "Communication\PMR\Hardware\SystemResetRequest.pb-c.obj" "Communication\PMR\Hardware\SystemResetResponse.pb-c.obj" "Communication\PMR\Hardware\UploadHardwareConfigurationRequest.pb-c.obj" "Communication\PMR\Hardware\UploadHardwareConfigurationResponse.pb-c.obj" "Communication\PMR\IO\CreateRequest.pb-c.obj" "Communication\PMR\IO\CreateResponse.pb-c.obj" "Communication\PMR\IO\DeleteRequest.pb-c.obj" "Communication\PMR\IO\DeleteResponse.pb-c.obj" "Communication\PMR\IO\ExecuteProcessRequest.pb-c.obj" "Communication\PMR\IO\ExecuteProcessResponse.pb-c.obj" "Communication\PMR\IO\FileAttribute.pb-c.obj" "Communication\PMR\IO\FileChunkDownloadRequest.pb-c.obj" "Communication\PMR\IO\FileChunkDownloadResponse.pb-c.obj" "Communication\PMR\IO\FileChunkUploadRequest.pb-c.obj" + -$(RM) "Communication\PMR\IO\FileChunkUploadResponse.pb-c.obj" "Communication\PMR\IO\FileDownloadRequest.pb-c.obj" "Communication\PMR\IO\FileDownloadResponse.pb-c.obj" "Communication\PMR\IO\FileInfo.pb-c.obj" "Communication\PMR\IO\FileUploadRequest.pb-c.obj" "Communication\PMR\IO\FileUploadResponse.pb-c.obj" "Communication\PMR\IO\GetFilesRequest.pb-c.obj" "Communication\PMR\IO\GetFilesResponse.pb-c.obj" "Communication\PMR\IO\GetStorageInfoRequest.pb-c.obj" "Communication\PMR\IO\GetStorageInfoResponse.pb-c.obj" "Communication\PMR\IO\KillProcessRequest.pb-c.obj" "Communication\PMR\IO\KillProcessResponse.pb-c.obj" "Communication\PMR\MachineStatus\IDSPackLevel.pb-c.obj" "Communication\PMR\MachineStatus\MachineState.pb-c.obj" "Communication\PMR\MachineStatus\MachineStatus.pb-c.obj" "Communication\PMR\MachineStatus\StartMachineStatusUpdateRequest.pb-c.obj" "Communication\PMR\MachineStatus\StartMachineStatusUpdateResponse.pb-c.obj" "Communication\PMR\MachineStatus\StopMachineStatusUpdateRequest.pb-c.obj" + -$(RM) "Communication\PMR\MachineStatus\StopMachineStatusUpdateResponse.pb-c.obj" "Communication\PMR\Printing\AbortJobRequest.pb-c.obj" "Communication\PMR\Printing\AbortJobResponse.pb-c.obj" "Communication\PMR\Printing\CurrentJobRequest.pb-c.obj" "Communication\PMR\Printing\CurrentJobResponse.pb-c.obj" "Communication\PMR\Printing\DispenserLiquidType.pb-c.obj" "Communication\PMR\Printing\DispenserStepDivision.pb-c.obj" "Communication\PMR\Printing\JobBrushStop.pb-c.obj" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.obj" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.obj" "Communication\PMR\Printing\JobDispenser.pb-c.obj" "Communication\PMR\Printing\JobRequest.pb-c.obj" "Communication\PMR\Printing\JobResponse.pb-c.obj" "Communication\PMR\Printing\JobSegment.pb-c.obj" "Communication\PMR\Printing\JobSpool.pb-c.obj" "Communication\PMR\Printing\JobSpoolType.pb-c.obj" "Communication\PMR\Printing\JobStatus.pb-c.obj" "Communication\PMR\Printing\JobTicket.pb-c.obj" "Communication\PMR\Printing\JobUploadStrategy.pb-c.obj" + -$(RM) "Communication\PMR\Printing\JobWindingMethod.pb-c.obj" "Communication\PMR\Printing\ProcessParameters.pb-c.obj" "Communication\PMR\Printing\ResumeCurrentJobRequest.pb-c.obj" "Communication\PMR\Printing\ResumeCurrentJobResponse.pb-c.obj" "Communication\PMR\Printing\UploadProcessParametersRequest.pb-c.obj" "Communication\PMR\Printing\UploadProcessParametersResponse.pb-c.obj" "Communication\PMR\Stubs\CalculateRequest.pb-c.obj" "Communication\PMR\Stubs\CalculateResponse.pb-c.obj" "Communication\PMR\Stubs\ProgressRequest.pb-c.obj" "Communication\PMR\Stubs\ProgressResponse.pb-c.obj" "Communication\PMR\Stubs\StubAbortJobRequest.pb-c.obj" "Communication\PMR\Stubs\StubAbortJobResponse.pb-c.obj" "Communication\PMR\Stubs\StubCartridgeReadRequest.pb-c.obj" "Communication\PMR\Stubs\StubCartridgeReadResponse.pb-c.obj" "Communication\PMR\Stubs\StubCartridgeWriteRequest.pb-c.obj" "Communication\PMR\Stubs\StubCartridgeWriteResponse.pb-c.obj" "Communication\PMR\Stubs\StubDancerPositionRequest.pb-c.obj" "Communication\PMR\Stubs\StubDancerPositionResponse.pb-c.obj" + -$(RM) "Communication\PMR\Stubs\StubDispenserRequest.pb-c.obj" "Communication\PMR\Stubs\StubDispenserResponse.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashReadRequest.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashReadResponse.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashReadWordsRequest.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashReadWordsResponse.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashWriteRequest.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashWriteResponse.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashWriteWordsRequest.pb-c.obj" "Communication\PMR\Stubs\StubExtFlashWriteWordsResponse.pb-c.obj" "Communication\PMR\Stubs\StubF3Gpo01WriteRequest.pb-c.obj" "Communication\PMR\Stubs\StubF3Gpo01WriteResponse.pb-c.obj" "Communication\PMR\Stubs\StubFPGAReadBackRegRequest.pb-c.obj" "Communication\PMR\Stubs\StubFPGAReadBackRegResponse.pb-c.obj" "Communication\PMR\Stubs\StubFPGAReadVersionRequest.pb-c.obj" "Communication\PMR\Stubs\StubFPGAReadVersionResponse.pb-c.obj" "Communication\PMR\Stubs\StubFpgaReadRegRequest.pb-c.obj" + -$(RM) "Communication\PMR\Stubs\StubFpgaReadRegResponse.pb-c.obj" "Communication\PMR\Stubs\StubFpgaWriteRegRequest.pb-c.obj" "Communication\PMR\Stubs\StubFpgaWriteRegResponse.pb-c.obj" "Communication\PMR\Stubs\StubGPIOInputSetupRequest.pb-c.obj" "Communication\PMR\Stubs\StubGPIOInputSetupResponse.pb-c.obj" "Communication\PMR\Stubs\StubGPIOReadBitRequest.pb-c.obj" "Communication\PMR\Stubs\StubGPIOReadBitResponse.pb-c.obj" "Communication\PMR\Stubs\StubGPIOReadByteRequest.pb-c.obj" "Communication\PMR\Stubs\StubGPIOReadByteResponse.pb-c.obj" "Communication\PMR\Stubs\StubGPIOWriteBitRequest.pb-c.obj" "Communication\PMR\Stubs\StubGPIOWriteBitResponse.pb-c.obj" "Communication\PMR\Stubs\StubGPIOWriteByteRequest.pb-c.obj" "Communication\PMR\Stubs\StubGPIOWriteByteResponse.pb-c.obj" "Communication\PMR\Stubs\StubHWVersionRequest.pb-c.obj" "Communication\PMR\Stubs\StubHWVersionResponse.pb-c.obj" "Communication\PMR\Stubs\StubHeaterRequest.pb-c.obj" "Communication\PMR\Stubs\StubHeaterResponse.pb-c.obj" "Communication\PMR\Stubs\StubHeatingTestPollRequest.pb-c.obj" + -$(RM) "Communication\PMR\Stubs\StubHeatingTestPollResponse.pb-c.obj" "Communication\PMR\Stubs\StubHeatingTestRequest.pb-c.obj" "Communication\PMR\Stubs\StubHeatingTestResponse.pb-c.obj" "Communication\PMR\Stubs\StubI2CReadBytesRequest.pb-c.obj" "Communication\PMR\Stubs\StubI2CReadBytesResponse.pb-c.obj" "Communication\PMR\Stubs\StubI2CRequest.pb-c.obj" "Communication\PMR\Stubs\StubI2CResponse.pb-c.obj" "Communication\PMR\Stubs\StubI2CWriteBytesRequest.pb-c.obj" "Communication\PMR\Stubs\StubI2CWriteBytesResponse.pb-c.obj" "Communication\PMR\Stubs\StubIntADCReadRequest.pb-c.obj" "Communication\PMR\Stubs\StubIntADCReadResponse.pb-c.obj" "Communication\PMR\Stubs\StubJobRequest.pb-c.obj" "Communication\PMR\Stubs\StubJobResponse.pb-c.obj" "Communication\PMR\Stubs\StubL6470DriverRequest.pb-c.obj" "Communication\PMR\Stubs\StubL6470DriverResponse.pb-c.obj" "Communication\PMR\Stubs\StubMidTankPressureSensorRequest.pb-c.obj" "Communication\PMR\Stubs\StubMidTankPressureSensorResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorHomeMarkRequest.pb-c.obj" + -$(RM) "Communication\PMR\Stubs\StubMotorHomeMarkResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorInitRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorInitResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorMovRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorMovResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorPositionRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorPositionResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorRunRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorRunResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorRunStepTickRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorRunStepTickResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorSpeedRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorSpeedResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorStatusRequest.pb-c.obj" "Communication\PMR\Stubs\StubMotorStatusResponse.pb-c.obj" "Communication\PMR\Stubs\StubMotorStopRequest.pb-c.obj" + -$(RM) "Communication\PMR\Stubs\StubMotorStopResponse.pb-c.obj" "Communication\PMR\Stubs\StubOptLimitSwitchRequest.pb-c.obj" "Communication\PMR\Stubs\StubOptLimitSwitchResponse.pb-c.obj" "Communication\PMR\Stubs\StubReadEmbeddedVersionRequest.pb-c.obj" "Communication\PMR\Stubs\StubReadEmbeddedVersionResponse.pb-c.obj" "Communication\PMR\Stubs\StubRealTimeUsageRequest.pb-c.obj" "Communication\PMR\Stubs\StubRealTimeUsageResponse.pb-c.obj" "Communication\PMR\Stubs\StubSpeedSensorRequest.pb-c.obj" "Communication\PMR\Stubs\StubSpeedSensorResponse.pb-c.obj" "Communication\PMR\Stubs\StubSteperMotorRequest.pb-c.obj" "Communication\PMR\Stubs\StubSteperMotorResponse.pb-c.obj" "Communication\PMR\Stubs\StubTempSensorRequest.pb-c.obj" "Communication\PMR\Stubs\StubTempSensorResponse.pb-c.obj" "Communication\PMR\Stubs\StubTivaReadRegRequest.pb-c.obj" "Communication\PMR\Stubs\StubTivaReadRegResponse.pb-c.obj" "Communication\PMR\Stubs\StubTivaWriteRegRequest.pb-c.obj" "Communication\PMR\Stubs\StubTivaWriteRegResponse.pb-c.obj" + -$(RM) "Communication\PMR\Stubs\StubValveRequest.pb-c.obj" "Communication\PMR\Stubs\StubValveResponse.pb-c.obj" "Drivers\ADC_Sampling\ADC.obj" "Drivers\ADC_Sampling\ADC_VOC_Sensor.obj" "Drivers\FPGA\FPGA.obj" "Drivers\FPGA\FPGA_SPI_Comm.obj" "Drivers\FPGA\FPGA_SSI_Comm.obj" "Drivers\FPGA\FPGA_GPIO\FPGA_GPIO.obj" "Drivers\FPGA\FPGA_INTERRUPTS\FPGA_Interrupts.obj" "Drivers\FPGA\Full_Vme\FPGA_Programming_Up.obj" "Drivers\FPGA\Full_Vme\ispvme\hardware.obj" "Drivers\FPGA\Full_Vme\ispvme\ispvm_ui.obj" "Drivers\FPGA\Full_Vme\ispvme\ivm_core.obj" "Drivers\FPGA\Motors_Driver\L6470.obj" "Drivers\Flash_Memory\FATFS\Control_File_System.obj" "Drivers\Flash_Memory\FATFS\cc932.obj" "Drivers\Flash_Memory\FATFS\fatfs_port_mx66l51235f.obj" "Drivers\Flash_Memory\FATFS\ff.obj" "Drivers\Flash_Memory\FATFS\mx66l51235f.obj" "Drivers\Flash_Memory\FATFS\spi_flash.obj" "Drivers\Flash_Memory\Flash_Memory.obj" "Drivers\Heater\ADS1220.obj" "Drivers\Heater\Heater.obj" "Drivers\Heater\TemperatureSensor.obj" "Drivers\I2C_Communication\ADC_MUX\ADC_MUX.obj" + -$(RM) "Drivers\I2C_Communication\DAC\Blower.obj" "Drivers\I2C_Communication\Dispenser_Card\EEPROM\Dispenser_EEPROM.obj" "Drivers\I2C_Communication\Dispenser_Card\I2C_Dispenser_Card_Mux.obj" "Drivers\I2C_Communication\Dispenser_Card\IO_Ports\Dispenser_IO.obj" "Drivers\I2C_Communication\Head_Card\ADC\Head_ADC.obj" "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" "Drivers\I2C_Communication\Head_Card\Fan\fan_click.obj" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.obj" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.obj" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.obj" "Drivers\I2C_Communication\Head_Card\PT100\Head_PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.obj" "Drivers\I2C_Communication\I2C_Task.obj" "Drivers\I2C_Communication\Main_Board_EEPROM\Main_EEPROM.obj" "Drivers\I2C_Communication\RFID_NFC\NFC_I2C\NFC_I2C.obj" "Drivers\I2C_Communication\RFID_NFC\NFC_I2C\Test_NFC.obj" + -$(RM) "Drivers\I2C_Communication\RFID_NFC\PN7150\PN7150.obj" "Drivers\I2C_Communication\Thermo_K\MCP9600.obj" "Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_EMC2302_fan.obj" "Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_Fan.obj" "Drivers\I2C_Communication\WHS_Card\D_TCA9546\TCA9546_Driver.obj" "Drivers\I2C_Communication\WHS_Card\I2C_WHS_Fan_Mux.obj" "Drivers\I2C_Communication\WHS_Card\I2C_WHS_Mux.obj" "Drivers\Motors\Motor.obj" "Drivers\Motors\MotorActions.obj" "Drivers\On_Chip_Flash\Flashstore.obj" "Drivers\SPI\SPI_Comm.obj" "Drivers\SSI_Comm\Dancer\Dancer.obj" "Drivers\SSI_Comm\SSI_Comm.obj" "Drivers\SSI_Comm\Speed_Sensor\Speed_Sensor.obj" "Drivers\USB_Communication\USBCDCD.obj" "Drivers\Uart_Comm\Uart.obj" "Drivers\Valves\Valve.obj" "Drivers\flash_ram\FlashProgram.obj" "Drivers\flash_ram\MCU_E2Prom.obj" "Drivers\logi-tag\LT_NFC.obj" "Drivers\logi-tag\LT_RFID.obj" "Modules\AlarmHandling\AlarmHandling.obj" "Modules\Control\DriverWithCallbackExample.obj" "Modules\Control\MillisecTask.obj" + -$(RM) "Modules\Control\PIDAlgo.obj" "Modules\Control\control.obj" "Modules\Diagnostics\DiagnosticActions.obj" "Modules\Diagnostics\Diagnostics.obj" "Modules\Diagnostics\DiagnosticsHoming.obj" "Modules\Diagnostics\DiagnosticsJogging.obj" "Modules\General\GeneralHardware.obj" "Modules\General\MachineStatus.obj" "Modules\General\Safety.obj" "Modules\General\buttons.obj" "Modules\General\process.obj" "Modules\Heaters\Heaters_bit.obj" "Modules\Heaters\Heaters_init.obj" "Modules\Heaters\Heaters_maint.obj" "Modules\Heaters\Heaters_print.obj" "Modules\IDS\IDS_BIT.obj" "Modules\IDS\IDS_Cleaning.obj" "Modules\IDS\IDS_dispenser.obj" "Modules\IDS\IDS_init.obj" "Modules\IDS\IDS_maint.obj" "Modules\IDS\IDS_print.obj" "Modules\IFS\ifs.obj" "Modules\Stubs_Handler\Calculate.obj" "Modules\Stubs_Handler\Progress.obj" "Modules\Stubs_Handler\StubRealTimeUsage.obj" "Modules\Stubs_Handler\Stub_Cartridge.obj" "Modules\Stubs_Handler\Stub_Dancer.obj" "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" + -$(RM) "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadBackReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_HW_Version.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_L6470.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_OptLimitSwitch.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_SpeedSensor.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_SteperMotor.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_TivaReg.obj" "Modules\Stubs_Handler\Stub_Valve.obj" "Modules\Stubs_Handler\User_Leds.obj" "Modules\Stubs_Handler\temperature_sensor.obj" "Modules\Thread\ThreadLoad.obj" "Modules\Thread\Thread_BIT.obj" "Modules\Thread\Thread_Winder.obj" + -$(RM) "Modules\Thread\Thread_init.obj" "Modules\Thread\Thread_maint.obj" "Modules\Thread\Thread_print.obj" "Modules\Waste\Waste_BIT.obj" "Modules\Waste\Waste_init.obj" "Modules\Waste\Waste_maint.obj" "Modules\Waste\Waste_print.obj" "StateMachines\Initialization\InitSequence.obj" "StateMachines\Initialization\PowerIdle.obj" "StateMachines\Initialization\PowerOffSequence.obj" "StateMachines\Printing\JobSTM.obj" "StateMachines\Printing\PrintingSTM.obj" + -$(RM) "Main.d" "delay.d" "Common\SWUpdate\FileSystem.d" "Common\SWUpdate\FirmwareUpgrade.d" "Common\SW_Info\SW_Info.d" "Common\Software_CRC\sw_crc.d" "Common\Sys_PinOut_Config\MCU_MAIN_pinout.d" "Common\Sys_PinOut_Config\Pin.d" "Common\Sys_PinOut_Config\Pin_config.d" "Common\Utilities\RFIDTagHandling.d" "Common\Utilities\Update.d" "Common\Utilities\Utils.d" "Common\Utilities\idle_task.d" "Common\Utilities\ustdlib.d" "Common\protobuf-c\protobuf-c.d" "Common\report\distributor.d" "Common\report\filter.d" "Common\report\reportInit.d" "Communication\CommunicationTask.d" "Communication\Connection.d" "Communication\Container.d" "Communication\PMR\Common\ErrorCode.pb-c.d" "Communication\PMR\Common\ErrorResponse.pb-c.d" "Communication\PMR\Common\MessageContainer.pb-c.d" "Communication\PMR\Common\MessageType.pb-c.d" "Communication\PMR\Connection\ConnectRequest.pb-c.d" "Communication\PMR\Connection\ConnectResponse.pb-c.d" "Communication\PMR\Connection\DeviceInformation.pb-c.d" "Communication\PMR\Connection\DisconnectRequest.pb-c.d" + -$(RM) "Communication\PMR\Connection\DisconnectResponse.pb-c.d" "Communication\PMR\Connection\KeepAliveRequest.pb-c.d" "Communication\PMR\Connection\KeepAliveResponse.pb-c.d" "Communication\PMR\Debugging\DebugDistributor.pb-c.d" "Communication\PMR\Debugging\DebugDistributorType.pb-c.d" "Communication\PMR\Debugging\DebugLogCategory.pb-c.d" "Communication\PMR\Debugging\SetDebugLogCategoryRequest.pb-c.d" "Communication\PMR\Debugging\SetDebugLogCategoryResponse.pb-c.d" "Communication\PMR\Debugging\SetupDebugDisributorsRequest.pb-c.d" "Communication\PMR\Debugging\SetupDebugDisributorsResponse.pb-c.d" "Communication\PMR\Debugging\StartDebugLogRequest.pb-c.d" "Communication\PMR\Debugging\StartDebugLogResponse.pb-c.d" "Communication\PMR\Debugging\StopDebugLogRequest.pb-c.d" "Communication\PMR\Debugging\StopDebugLogResponse.pb-c.d" "Communication\PMR\Diagnostics\Cartridge.pb-c.d" "Communication\PMR\Diagnostics\CartridgeAction.pb-c.d" "Communication\PMR\Diagnostics\CartridgeSlot.pb-c.d" "Communication\PMR\Diagnostics\CartridgeTagContent.pb-c.d" + -$(RM) "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" "Communication\PMR\Diagnostics\DataFileFrame.pb-c.d" "Communication\PMR\Diagnostics\DiagnosticsMonitors.pb-c.d" "Communication\PMR\Diagnostics\DigitalInterfaceState.pb-c.d" "Communication\PMR\Diagnostics\DispenserAbortHomingRequest.pb-c.d" "Communication\PMR\Diagnostics\DispenserAbortHomingResponse.pb-c.d" "Communication\PMR\Diagnostics\DispenserAbortJoggingRequest.pb-c.d" "Communication\PMR\Diagnostics\DispenserAbortJoggingResponse.pb-c.d" "Communication\PMR\Diagnostics\DispenserHomingRequest.pb-c.d" "Communication\PMR\Diagnostics\DispenserHomingResponse.pb-c.d" "Communication\PMR\Diagnostics\DispenserJoggingRequest.pb-c.d" "Communication\PMR\Diagnostics\DispenserJoggingResponse.pb-c.d" "Communication\PMR\Diagnostics\DoubleArray.pb-c.d" "Communication\PMR\Diagnostics\Event.pb-c.d" "Communication\PMR\Diagnostics\EventType.pb-c.d" "Communication\PMR\Diagnostics\HeaterState.pb-c.d" + -$(RM) "Communication\PMR\Diagnostics\HeaterType.pb-c.d" "Communication\PMR\Diagnostics\InterfaceIOs.pb-c.d" "Communication\PMR\Diagnostics\MotorAbortHomingRequest.pb-c.d" "Communication\PMR\Diagnostics\MotorAbortHomingResponse.pb-c.d" "Communication\PMR\Diagnostics\MotorAbortJoggingRequest.pb-c.d" "Communication\PMR\Diagnostics\MotorAbortJoggingResponse.pb-c.d" "Communication\PMR\Diagnostics\MotorDirection.pb-c.d" "Communication\PMR\Diagnostics\MotorHomingRequest.pb-c.d" "Communication\PMR\Diagnostics\MotorHomingResponse.pb-c.d" "Communication\PMR\Diagnostics\MotorJoggingRequest.pb-c.d" "Communication\PMR\Diagnostics\MotorJoggingResponse.pb-c.d" "Communication\PMR\Diagnostics\ResolveEventRequest.pb-c.d" "Communication\PMR\Diagnostics\ResolveEventResponse.pb-c.d" "Communication\PMR\Diagnostics\SetBlowerStateRequest.pb-c.d" "Communication\PMR\Diagnostics\SetBlowerStateResponse.pb-c.d" "Communication\PMR\Diagnostics\SetComponentValueRequest.pb-c.d" "Communication\PMR\Diagnostics\SetComponentValueResponse.pb-c.d" + -$(RM) "Communication\PMR\Diagnostics\SetDigitalOutRequest.pb-c.d" "Communication\PMR\Diagnostics\SetDigitalOutResponse.pb-c.d" "Communication\PMR\Diagnostics\SetHeaterStateRequest.pb-c.d" "Communication\PMR\Diagnostics\SetHeaterStateResponse.pb-c.d" "Communication\PMR\Diagnostics\SetValveStateRequest.pb-c.d" "Communication\PMR\Diagnostics\SetValveStateResponse.pb-c.d" "Communication\PMR\Diagnostics\StartCartridgesUpdateRequest.pb-c.d" "Communication\PMR\Diagnostics\StartCartridgesUpdateResponse.pb-c.d" "Communication\PMR\Diagnostics\StartDiagnosticsRequest.pb-c.d" "Communication\PMR\Diagnostics\StartDiagnosticsResponse.pb-c.d" "Communication\PMR\Diagnostics\StartEventsNotificationRequest.pb-c.d" "Communication\PMR\Diagnostics\StartEventsNotificationResponse.pb-c.d" "Communication\PMR\Diagnostics\StopCartridgesUpdateRequest.pb-c.d" "Communication\PMR\Diagnostics\StopCartridgesUpdateResponse.pb-c.d" "Communication\PMR\Diagnostics\StopDiagnosticsRequest.pb-c.d" "Communication\PMR\Diagnostics\StopDiagnosticsResponse.pb-c.d" + -$(RM) "Communication\PMR\Diagnostics\StopEventsNotificationRequest.pb-c.d" "Communication\PMR\Diagnostics\StopEventsNotificationResponse.pb-c.d" "Communication\PMR\Diagnostics\ThreadAbortJoggingRequest.pb-c.d" "Communication\PMR\Diagnostics\ThreadAbortJoggingResponse.pb-c.d" "Communication\PMR\Diagnostics\ThreadJoggingRequest.pb-c.d" "Communication\PMR\Diagnostics\ThreadJoggingResponse.pb-c.d" "Communication\PMR\Diagnostics\ValueComponent.pb-c.d" "Communication\PMR\Diagnostics\ValueComponentState.pb-c.d" "Communication\PMR\Diagnostics\ValveState.pb-c.d" "Communication\PMR\Diagnostics\ValveStateCode.pb-c.d" "Communication\PMR\Diagnostics\ValveType.pb-c.d" "Communication\PMR\EmbeddedParameters\AlarmHandlingItem.pb-c.d" "Communication\PMR\EmbeddedParameters\AlarmParameters.pb-c.d" "Communication\PMR\EmbeddedParameters\AlarmSourceType.pb-c.d" "Communication\PMR\EmbeddedParameters\ConfigurationParameters.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserData.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserDataRequest.pb-c.d" + -$(RM) "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationDataRequest.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\MidTankData.pb-c.d" "Communication\PMR\EmbeddedParameters\MidTankDataSetupRequest.pb-c.d" "Communication\PMR\EmbeddedParameters\MidTankDataSetupResponse.pb-c.d" "Communication\PMR\FirmwareUpgrade\ActivateVersionRequest.pb-c.d" "Communication\PMR\FirmwareUpgrade\ActivateVersionResponse.pb-c.d" "Communication\PMR\FirmwareUpgrade\ValidateVersionRequest.pb-c.d" "Communication\PMR\FirmwareUpgrade\ValidateVersionResponse.pb-c.d" "Communication\PMR\FirmwareUpgrade\VersionFileDescriptor.pb-c.d" "Communication\PMR\FirmwareUpgrade\VersionFileDestination.pb-c.d" "Communication\PMR\FirmwareUpgrade\VersionPackageDescriptor.pb-c.d" + -$(RM) "Communication\PMR\Hardware\HardwareBlower.pb-c.d" "Communication\PMR\Hardware\HardwareBlowerType.pb-c.d" "Communication\PMR\Hardware\HardwareBreakSensor.pb-c.d" "Communication\PMR\Hardware\HardwareBreakSensorType.pb-c.d" "Communication\PMR\Hardware\HardwareConfiguration.pb-c.d" "Communication\PMR\Hardware\HardwareDancer.pb-c.d" "Communication\PMR\Hardware\HardwareDancerType.pb-c.d" "Communication\PMR\Hardware\HardwareDispenser.pb-c.d" "Communication\PMR\Hardware\HardwareDispenserType.pb-c.d" "Communication\PMR\Hardware\HardwareMotor.pb-c.d" "Communication\PMR\Hardware\HardwareMotorType.pb-c.d" "Communication\PMR\Hardware\HardwarePidControl.pb-c.d" "Communication\PMR\Hardware\HardwarePidControlType.pb-c.d" "Communication\PMR\Hardware\HardwareSpeedSensor.pb-c.d" "Communication\PMR\Hardware\HardwareSpeedSensorType.pb-c.d" "Communication\PMR\Hardware\HardwareWinder.pb-c.d" "Communication\PMR\Hardware\HardwareWinderType.pb-c.d" "Communication\PMR\Hardware\SystemResetRequest.pb-c.d" "Communication\PMR\Hardware\SystemResetResponse.pb-c.d" + -$(RM) "Communication\PMR\Hardware\UploadHardwareConfigurationRequest.pb-c.d" "Communication\PMR\Hardware\UploadHardwareConfigurationResponse.pb-c.d" "Communication\PMR\IO\CreateRequest.pb-c.d" "Communication\PMR\IO\CreateResponse.pb-c.d" "Communication\PMR\IO\DeleteRequest.pb-c.d" "Communication\PMR\IO\DeleteResponse.pb-c.d" "Communication\PMR\IO\ExecuteProcessRequest.pb-c.d" "Communication\PMR\IO\ExecuteProcessResponse.pb-c.d" "Communication\PMR\IO\FileAttribute.pb-c.d" "Communication\PMR\IO\FileChunkDownloadRequest.pb-c.d" "Communication\PMR\IO\FileChunkDownloadResponse.pb-c.d" "Communication\PMR\IO\FileChunkUploadRequest.pb-c.d" "Communication\PMR\IO\FileChunkUploadResponse.pb-c.d" "Communication\PMR\IO\FileDownloadRequest.pb-c.d" "Communication\PMR\IO\FileDownloadResponse.pb-c.d" "Communication\PMR\IO\FileInfo.pb-c.d" "Communication\PMR\IO\FileUploadRequest.pb-c.d" "Communication\PMR\IO\FileUploadResponse.pb-c.d" "Communication\PMR\IO\GetFilesRequest.pb-c.d" "Communication\PMR\IO\GetFilesResponse.pb-c.d" + -$(RM) "Communication\PMR\IO\GetStorageInfoRequest.pb-c.d" "Communication\PMR\IO\GetStorageInfoResponse.pb-c.d" "Communication\PMR\IO\KillProcessRequest.pb-c.d" "Communication\PMR\IO\KillProcessResponse.pb-c.d" "Communication\PMR\MachineStatus\IDSPackLevel.pb-c.d" "Communication\PMR\MachineStatus\MachineState.pb-c.d" "Communication\PMR\MachineStatus\MachineStatus.pb-c.d" "Communication\PMR\MachineStatus\StartMachineStatusUpdateRequest.pb-c.d" "Communication\PMR\MachineStatus\StartMachineStatusUpdateResponse.pb-c.d" "Communication\PMR\MachineStatus\StopMachineStatusUpdateRequest.pb-c.d" "Communication\PMR\MachineStatus\StopMachineStatusUpdateResponse.pb-c.d" "Communication\PMR\Printing\AbortJobRequest.pb-c.d" "Communication\PMR\Printing\AbortJobResponse.pb-c.d" "Communication\PMR\Printing\CurrentJobRequest.pb-c.d" "Communication\PMR\Printing\CurrentJobResponse.pb-c.d" "Communication\PMR\Printing\DispenserLiquidType.pb-c.d" "Communication\PMR\Printing\DispenserStepDivision.pb-c.d" "Communication\PMR\Printing\JobBrushStop.pb-c.d" + -$(RM) "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" "Communication\PMR\Printing\JobRequest.pb-c.d" "Communication\PMR\Printing\JobResponse.pb-c.d" "Communication\PMR\Printing\JobSegment.pb-c.d" "Communication\PMR\Printing\JobSpool.pb-c.d" "Communication\PMR\Printing\JobSpoolType.pb-c.d" "Communication\PMR\Printing\JobStatus.pb-c.d" "Communication\PMR\Printing\JobTicket.pb-c.d" "Communication\PMR\Printing\JobUploadStrategy.pb-c.d" "Communication\PMR\Printing\JobWindingMethod.pb-c.d" "Communication\PMR\Printing\ProcessParameters.pb-c.d" "Communication\PMR\Printing\ResumeCurrentJobRequest.pb-c.d" "Communication\PMR\Printing\ResumeCurrentJobResponse.pb-c.d" "Communication\PMR\Printing\UploadProcessParametersRequest.pb-c.d" "Communication\PMR\Printing\UploadProcessParametersResponse.pb-c.d" "Communication\PMR\Stubs\CalculateRequest.pb-c.d" "Communication\PMR\Stubs\CalculateResponse.pb-c.d" + -$(RM) "Communication\PMR\Stubs\ProgressRequest.pb-c.d" "Communication\PMR\Stubs\ProgressResponse.pb-c.d" "Communication\PMR\Stubs\StubAbortJobRequest.pb-c.d" "Communication\PMR\Stubs\StubAbortJobResponse.pb-c.d" "Communication\PMR\Stubs\StubCartridgeReadRequest.pb-c.d" "Communication\PMR\Stubs\StubCartridgeReadResponse.pb-c.d" "Communication\PMR\Stubs\StubCartridgeWriteRequest.pb-c.d" "Communication\PMR\Stubs\StubCartridgeWriteResponse.pb-c.d" "Communication\PMR\Stubs\StubDancerPositionRequest.pb-c.d" "Communication\PMR\Stubs\StubDancerPositionResponse.pb-c.d" "Communication\PMR\Stubs\StubDispenserRequest.pb-c.d" "Communication\PMR\Stubs\StubDispenserResponse.pb-c.d" "Communication\PMR\Stubs\StubExtFlashReadRequest.pb-c.d" "Communication\PMR\Stubs\StubExtFlashReadResponse.pb-c.d" "Communication\PMR\Stubs\StubExtFlashReadWordsRequest.pb-c.d" "Communication\PMR\Stubs\StubExtFlashReadWordsResponse.pb-c.d" "Communication\PMR\Stubs\StubExtFlashWriteRequest.pb-c.d" "Communication\PMR\Stubs\StubExtFlashWriteResponse.pb-c.d" + -$(RM) "Communication\PMR\Stubs\StubExtFlashWriteWordsRequest.pb-c.d" "Communication\PMR\Stubs\StubExtFlashWriteWordsResponse.pb-c.d" "Communication\PMR\Stubs\StubF3Gpo01WriteRequest.pb-c.d" "Communication\PMR\Stubs\StubF3Gpo01WriteResponse.pb-c.d" "Communication\PMR\Stubs\StubFPGAReadBackRegRequest.pb-c.d" "Communication\PMR\Stubs\StubFPGAReadBackRegResponse.pb-c.d" "Communication\PMR\Stubs\StubFPGAReadVersionRequest.pb-c.d" "Communication\PMR\Stubs\StubFPGAReadVersionResponse.pb-c.d" "Communication\PMR\Stubs\StubFpgaReadRegRequest.pb-c.d" "Communication\PMR\Stubs\StubFpgaReadRegResponse.pb-c.d" "Communication\PMR\Stubs\StubFpgaWriteRegRequest.pb-c.d" "Communication\PMR\Stubs\StubFpgaWriteRegResponse.pb-c.d" "Communication\PMR\Stubs\StubGPIOInputSetupRequest.pb-c.d" "Communication\PMR\Stubs\StubGPIOInputSetupResponse.pb-c.d" "Communication\PMR\Stubs\StubGPIOReadBitRequest.pb-c.d" "Communication\PMR\Stubs\StubGPIOReadBitResponse.pb-c.d" "Communication\PMR\Stubs\StubGPIOReadByteRequest.pb-c.d" + -$(RM) "Communication\PMR\Stubs\StubGPIOReadByteResponse.pb-c.d" "Communication\PMR\Stubs\StubGPIOWriteBitRequest.pb-c.d" "Communication\PMR\Stubs\StubGPIOWriteBitResponse.pb-c.d" "Communication\PMR\Stubs\StubGPIOWriteByteRequest.pb-c.d" "Communication\PMR\Stubs\StubGPIOWriteByteResponse.pb-c.d" "Communication\PMR\Stubs\StubHWVersionRequest.pb-c.d" "Communication\PMR\Stubs\StubHWVersionResponse.pb-c.d" "Communication\PMR\Stubs\StubHeaterRequest.pb-c.d" "Communication\PMR\Stubs\StubHeaterResponse.pb-c.d" "Communication\PMR\Stubs\StubHeatingTestPollRequest.pb-c.d" "Communication\PMR\Stubs\StubHeatingTestPollResponse.pb-c.d" "Communication\PMR\Stubs\StubHeatingTestRequest.pb-c.d" "Communication\PMR\Stubs\StubHeatingTestResponse.pb-c.d" "Communication\PMR\Stubs\StubI2CReadBytesRequest.pb-c.d" "Communication\PMR\Stubs\StubI2CReadBytesResponse.pb-c.d" "Communication\PMR\Stubs\StubI2CRequest.pb-c.d" "Communication\PMR\Stubs\StubI2CResponse.pb-c.d" "Communication\PMR\Stubs\StubI2CWriteBytesRequest.pb-c.d" + -$(RM) "Communication\PMR\Stubs\StubI2CWriteBytesResponse.pb-c.d" "Communication\PMR\Stubs\StubIntADCReadRequest.pb-c.d" "Communication\PMR\Stubs\StubIntADCReadResponse.pb-c.d" "Communication\PMR\Stubs\StubJobRequest.pb-c.d" "Communication\PMR\Stubs\StubJobResponse.pb-c.d" "Communication\PMR\Stubs\StubL6470DriverRequest.pb-c.d" "Communication\PMR\Stubs\StubL6470DriverResponse.pb-c.d" "Communication\PMR\Stubs\StubMidTankPressureSensorRequest.pb-c.d" "Communication\PMR\Stubs\StubMidTankPressureSensorResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorHomeMarkRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorHomeMarkResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorInitRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorInitResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorMovRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorMovResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorPositionRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorPositionResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorRequest.pb-c.d" + -$(RM) "Communication\PMR\Stubs\StubMotorResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorRunRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorRunResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorRunStepTickRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorRunStepTickResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorSpeedRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorSpeedResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorStatusRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorStatusResponse.pb-c.d" "Communication\PMR\Stubs\StubMotorStopRequest.pb-c.d" "Communication\PMR\Stubs\StubMotorStopResponse.pb-c.d" "Communication\PMR\Stubs\StubOptLimitSwitchRequest.pb-c.d" "Communication\PMR\Stubs\StubOptLimitSwitchResponse.pb-c.d" "Communication\PMR\Stubs\StubReadEmbeddedVersionRequest.pb-c.d" "Communication\PMR\Stubs\StubReadEmbeddedVersionResponse.pb-c.d" "Communication\PMR\Stubs\StubRealTimeUsageRequest.pb-c.d" "Communication\PMR\Stubs\StubRealTimeUsageResponse.pb-c.d" "Communication\PMR\Stubs\StubSpeedSensorRequest.pb-c.d" + -$(RM) "Communication\PMR\Stubs\StubSpeedSensorResponse.pb-c.d" "Communication\PMR\Stubs\StubSteperMotorRequest.pb-c.d" "Communication\PMR\Stubs\StubSteperMotorResponse.pb-c.d" "Communication\PMR\Stubs\StubTempSensorRequest.pb-c.d" "Communication\PMR\Stubs\StubTempSensorResponse.pb-c.d" "Communication\PMR\Stubs\StubTivaReadRegRequest.pb-c.d" "Communication\PMR\Stubs\StubTivaReadRegResponse.pb-c.d" "Communication\PMR\Stubs\StubTivaWriteRegRequest.pb-c.d" "Communication\PMR\Stubs\StubTivaWriteRegResponse.pb-c.d" "Communication\PMR\Stubs\StubValveRequest.pb-c.d" "Communication\PMR\Stubs\StubValveResponse.pb-c.d" "Drivers\ADC_Sampling\ADC.d" "Drivers\ADC_Sampling\ADC_VOC_Sensor.d" "Drivers\FPGA\FPGA.d" "Drivers\FPGA\FPGA_SPI_Comm.d" "Drivers\FPGA\FPGA_SSI_Comm.d" "Drivers\FPGA\FPGA_GPIO\FPGA_GPIO.d" "Drivers\FPGA\FPGA_INTERRUPTS\FPGA_Interrupts.d" "Drivers\FPGA\Full_Vme\FPGA_Programming_Up.d" "Drivers\FPGA\Full_Vme\ispvme\hardware.d" "Drivers\FPGA\Full_Vme\ispvme\ispvm_ui.d" "Drivers\FPGA\Full_Vme\ispvme\ivm_core.d" + -$(RM) "Drivers\FPGA\Motors_Driver\L6470.d" "Drivers\Flash_Memory\FATFS\Control_File_System.d" "Drivers\Flash_Memory\FATFS\cc932.d" "Drivers\Flash_Memory\FATFS\fatfs_port_mx66l51235f.d" "Drivers\Flash_Memory\FATFS\ff.d" "Drivers\Flash_Memory\FATFS\mx66l51235f.d" "Drivers\Flash_Memory\FATFS\spi_flash.d" "Drivers\Flash_Memory\Flash_Memory.d" "Drivers\Heater\ADS1220.d" "Drivers\Heater\Heater.d" "Drivers\Heater\TemperatureSensor.d" "Drivers\I2C_Communication\ADC_MUX\ADC_MUX.d" "Drivers\I2C_Communication\DAC\Blower.d" "Drivers\I2C_Communication\Dispenser_Card\EEPROM\Dispenser_EEPROM.d" "Drivers\I2C_Communication\Dispenser_Card\I2C_Dispenser_Card_Mux.d" "Drivers\I2C_Communication\Dispenser_Card\IO_Ports\Dispenser_IO.d" "Drivers\I2C_Communication\Head_Card\ADC\Head_ADC.d" "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Fan\fan_click.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" + -$(RM) "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\Head_PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.d" "Drivers\I2C_Communication\I2C_Task.d" "Drivers\I2C_Communication\Main_Board_EEPROM\Main_EEPROM.d" "Drivers\I2C_Communication\RFID_NFC\NFC_I2C\NFC_I2C.d" "Drivers\I2C_Communication\RFID_NFC\NFC_I2C\Test_NFC.d" "Drivers\I2C_Communication\RFID_NFC\PN7150\PN7150.d" "Drivers\I2C_Communication\Thermo_K\MCP9600.d" "Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_EMC2302_fan.d" "Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_Fan.d" "Drivers\I2C_Communication\WHS_Card\D_TCA9546\TCA9546_Driver.d" "Drivers\I2C_Communication\WHS_Card\I2C_WHS_Fan_Mux.d" "Drivers\I2C_Communication\WHS_Card\I2C_WHS_Mux.d" "Drivers\Motors\Motor.d" "Drivers\Motors\MotorActions.d" "Drivers\On_Chip_Flash\Flashstore.d" "Drivers\SPI\SPI_Comm.d" "Drivers\SSI_Comm\Dancer\Dancer.d" "Drivers\SSI_Comm\SSI_Comm.d" "Drivers\SSI_Comm\Speed_Sensor\Speed_Sensor.d" + -$(RM) "Drivers\USB_Communication\USBCDCD.d" "Drivers\Uart_Comm\Uart.d" "Drivers\Valves\Valve.d" "Drivers\flash_ram\FlashProgram.d" "Drivers\flash_ram\MCU_E2Prom.d" "Drivers\logi-tag\LT_NFC.d" "Drivers\logi-tag\LT_RFID.d" "Modules\AlarmHandling\AlarmHandling.d" "Modules\Control\DriverWithCallbackExample.d" "Modules\Control\MillisecTask.d" "Modules\Control\PIDAlgo.d" "Modules\Control\control.d" "Modules\Diagnostics\DiagnosticActions.d" "Modules\Diagnostics\Diagnostics.d" "Modules\Diagnostics\DiagnosticsHoming.d" "Modules\Diagnostics\DiagnosticsJogging.d" "Modules\General\GeneralHardware.d" "Modules\General\MachineStatus.d" "Modules\General\Safety.d" "Modules\General\buttons.d" "Modules\General\process.d" "Modules\Heaters\Heaters_bit.d" "Modules\Heaters\Heaters_init.d" "Modules\Heaters\Heaters_maint.d" "Modules\Heaters\Heaters_print.d" "Modules\IDS\IDS_BIT.d" "Modules\IDS\IDS_Cleaning.d" "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" + -$(RM) "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.d" "Modules\Stubs_Handler\Stub_Cartridge.d" "Modules\Stubs_Handler\Stub_Dancer.d" "Modules\Stubs_Handler\Stub_Dispenser.d" "Modules\Stubs_Handler\Stub_ExtFlash.d" "Modules\Stubs_Handler\Stub_FPGARWReg.d" "Modules\Stubs_Handler\Stub_FPGAReadBackReg.d" "Modules\Stubs_Handler\Stub_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_HW_Version.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_L6470.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_OptLimitSwitch.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_SpeedSensor.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_SteperMotor.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_TivaReg.d" + -$(RM) "Modules\Stubs_Handler\Stub_Valve.d" "Modules\Stubs_Handler\User_Leds.d" "Modules\Stubs_Handler\temperature_sensor.d" "Modules\Thread\ThreadLoad.d" "Modules\Thread\Thread_BIT.d" "Modules\Thread\Thread_Winder.d" "Modules\Thread\Thread_init.d" "Modules\Thread\Thread_maint.d" "Modules\Thread\Thread_print.d" "Modules\Waste\Waste_BIT.d" "Modules\Waste\Waste_init.d" "Modules\Waste\Waste_maint.d" "Modules\Waste\Waste_print.d" "StateMachines\Initialization\InitSequence.d" "StateMachines\Initialization\PowerIdle.d" "StateMachines\Initialization\PowerOffSequence.d" "StateMachines\Printing\JobSTM.d" "StateMachines\Printing\PrintingSTM.d" + -@echo 'Finished clean' + -@echo ' ' + +post-build: + -"C:/TI/ccsv7/utils/tiobj2bin/tiobj2bin" "Embedded.out" "Embedded.bin" "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armofd" "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armhex" "C:/TI/ccsv7/utils/tiobj2bin/mkhex4bin" + -@echo ' ' + +.PHONY: all clean dependents +.SECONDARY: + +-include ../makefile.targets + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/101e2565cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/101e2565cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/101e2565cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/IFS/ifs.obj: ../Modules/IFS/ifs.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IFS/ifs.d_raw" --obj_directory="Modules/IFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/80b48463cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/80b48463cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/80b48463cc20001a1b70e45700dd4116 @@ -0,0 +1,463 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Diagnostics/Cartridge.pb-c.obj: ../Communication/PMR/Diagnostics/Cartridge.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/Cartridge.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/CartridgeAction.pb-c.obj: ../Communication/PMR/Diagnostics/CartridgeAction.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/CartridgeAction.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/CartridgeSlot.pb-c.obj: ../Communication/PMR/Diagnostics/CartridgeSlot.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/CartridgeSlot.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.obj: ../Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.obj: ../Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.obj: ../Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DataFileFrame.pb-c.obj: ../Communication/PMR/Diagnostics/DataFileFrame.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DataFileFrame.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.obj: ../Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.obj: ../Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/DoubleArray.pb-c.obj: ../Communication/PMR/Diagnostics/DoubleArray.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/DoubleArray.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/Event.pb-c.obj: ../Communication/PMR/Diagnostics/Event.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/Event.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/EventType.pb-c.obj: ../Communication/PMR/Diagnostics/EventType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/EventType.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/HeaterState.pb-c.obj: ../Communication/PMR/Diagnostics/HeaterState.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/HeaterState.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/HeaterType.pb-c.obj: ../Communication/PMR/Diagnostics/HeaterType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/HeaterType.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/InterfaceIOs.pb-c.obj: ../Communication/PMR/Diagnostics/InterfaceIOs.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/InterfaceIOs.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorDirection.pb-c.obj: ../Communication/PMR/Diagnostics/MotorDirection.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorDirection.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.obj: ../Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.obj: ../Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.obj: ../Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.obj: ../Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.obj: ../Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.obj: ../Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.obj: ../Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.obj: ../Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.obj: ../Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.obj: ../Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.obj: ../Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.obj: ../Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.obj: ../Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.obj: ../Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.obj: ../Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.obj: ../Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.obj: ../Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.obj: ../Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.obj: ../Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.obj: ../Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.obj: ../Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.obj: ../Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.obj: ../Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.obj: ../Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.obj: ../Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.obj: ../Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ValueComponent.pb-c.obj: ../Communication/PMR/Diagnostics/ValueComponent.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ValueComponent.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ValueComponentState.pb-c.obj: ../Communication/PMR/Diagnostics/ValueComponentState.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ValueComponentState.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ValveState.pb-c.obj: ../Communication/PMR/Diagnostics/ValveState.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ValveState.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ValveStateCode.pb-c.obj: ../Communication/PMR/Diagnostics/ValveStateCode.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ValveStateCode.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Diagnostics/ValveType.pb-c.obj: ../Communication/PMR/Diagnostics/ValveType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Diagnostics/ValveType.pb-c.d_raw" --obj_directory="Communication/PMR/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/9097b364cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/9097b364cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/9097b364cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.obj: ../Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f08af164cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f08af164cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f08af164cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/USB_Communication/USBCDCD.c + +C_DEPS += \ +./Drivers/USB_Communication/USBCDCD.d + +OBJS += \ +./Drivers/USB_Communication/USBCDCD.obj + +OBJS__QUOTED += \ +"Drivers\USB_Communication\USBCDCD.obj" + +C_DEPS__QUOTED += \ +"Drivers\USB_Communication\USBCDCD.d" + +C_SRCS__QUOTED += \ +"../Drivers/USB_Communication/USBCDCD.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/b0725e64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/b0725e64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/b0725e64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/FPGA/Motors_Driver/L6470.obj: ../Drivers/FPGA/Motors_Driver/L6470.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/Motors_Driver/L6470.d_raw" --obj_directory="Drivers/FPGA/Motors_Driver" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/30a81b65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/30a81b65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/30a81b65cc20001a1b70e45700dd4116 @@ -0,0 +1,44 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/Heaters/Heaters_bit.c \ +../Modules/Heaters/Heaters_init.c \ +../Modules/Heaters/Heaters_maint.c \ +../Modules/Heaters/Heaters_print.c + +C_DEPS += \ +./Modules/Heaters/Heaters_bit.d \ +./Modules/Heaters/Heaters_init.d \ +./Modules/Heaters/Heaters_maint.d \ +./Modules/Heaters/Heaters_print.d + +OBJS += \ +./Modules/Heaters/Heaters_bit.obj \ +./Modules/Heaters/Heaters_init.obj \ +./Modules/Heaters/Heaters_maint.obj \ +./Modules/Heaters/Heaters_print.obj + +OBJS__QUOTED += \ +"Modules\Heaters\Heaters_bit.obj" \ +"Modules\Heaters\Heaters_init.obj" \ +"Modules\Heaters\Heaters_maint.obj" \ +"Modules\Heaters\Heaters_print.obj" + +C_DEPS__QUOTED += \ +"Modules\Heaters\Heaters_bit.d" \ +"Modules\Heaters\Heaters_init.d" \ +"Modules\Heaters\Heaters_maint.d" \ +"Modules\Heaters\Heaters_print.d" + +C_SRCS__QUOTED += \ +"../Modules/Heaters/Heaters_bit.c" \ +"../Modules/Heaters/Heaters_init.c" \ +"../Modules/Heaters/Heaters_maint.c" \ +"../Modules/Heaters/Heaters_print.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/c024b663cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/c024b663cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/c024b663cc20001a1b70e45700dd4116 @@ -0,0 +1,146 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Hardware/HardwareBlower.pb-c.c \ +../Communication/PMR/Hardware/HardwareBlowerType.pb-c.c \ +../Communication/PMR/Hardware/HardwareBreakSensor.pb-c.c \ +../Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.c \ +../Communication/PMR/Hardware/HardwareConfiguration.pb-c.c \ +../Communication/PMR/Hardware/HardwareDancer.pb-c.c \ +../Communication/PMR/Hardware/HardwareDancerType.pb-c.c \ +../Communication/PMR/Hardware/HardwareDispenser.pb-c.c \ +../Communication/PMR/Hardware/HardwareDispenserType.pb-c.c \ +../Communication/PMR/Hardware/HardwareMotor.pb-c.c \ +../Communication/PMR/Hardware/HardwareMotorType.pb-c.c \ +../Communication/PMR/Hardware/HardwarePidControl.pb-c.c \ +../Communication/PMR/Hardware/HardwarePidControlType.pb-c.c \ +../Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.c \ +../Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.c \ +../Communication/PMR/Hardware/HardwareWinder.pb-c.c \ +../Communication/PMR/Hardware/HardwareWinderType.pb-c.c \ +../Communication/PMR/Hardware/SystemResetRequest.pb-c.c \ +../Communication/PMR/Hardware/SystemResetResponse.pb-c.c \ +../Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.c \ +../Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/Hardware/HardwareBlower.pb-c.d \ +./Communication/PMR/Hardware/HardwareBlowerType.pb-c.d \ +./Communication/PMR/Hardware/HardwareBreakSensor.pb-c.d \ +./Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.d \ +./Communication/PMR/Hardware/HardwareConfiguration.pb-c.d \ +./Communication/PMR/Hardware/HardwareDancer.pb-c.d \ +./Communication/PMR/Hardware/HardwareDancerType.pb-c.d \ +./Communication/PMR/Hardware/HardwareDispenser.pb-c.d \ +./Communication/PMR/Hardware/HardwareDispenserType.pb-c.d \ +./Communication/PMR/Hardware/HardwareMotor.pb-c.d \ +./Communication/PMR/Hardware/HardwareMotorType.pb-c.d \ +./Communication/PMR/Hardware/HardwarePidControl.pb-c.d \ +./Communication/PMR/Hardware/HardwarePidControlType.pb-c.d \ +./Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.d \ +./Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.d \ +./Communication/PMR/Hardware/HardwareWinder.pb-c.d \ +./Communication/PMR/Hardware/HardwareWinderType.pb-c.d \ +./Communication/PMR/Hardware/SystemResetRequest.pb-c.d \ +./Communication/PMR/Hardware/SystemResetResponse.pb-c.d \ +./Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.d \ +./Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.d + +OBJS += \ +./Communication/PMR/Hardware/HardwareBlower.pb-c.obj \ +./Communication/PMR/Hardware/HardwareBlowerType.pb-c.obj \ +./Communication/PMR/Hardware/HardwareBreakSensor.pb-c.obj \ +./Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.obj \ +./Communication/PMR/Hardware/HardwareConfiguration.pb-c.obj \ +./Communication/PMR/Hardware/HardwareDancer.pb-c.obj \ +./Communication/PMR/Hardware/HardwareDancerType.pb-c.obj \ +./Communication/PMR/Hardware/HardwareDispenser.pb-c.obj \ +./Communication/PMR/Hardware/HardwareDispenserType.pb-c.obj \ +./Communication/PMR/Hardware/HardwareMotor.pb-c.obj \ +./Communication/PMR/Hardware/HardwareMotorType.pb-c.obj \ +./Communication/PMR/Hardware/HardwarePidControl.pb-c.obj \ +./Communication/PMR/Hardware/HardwarePidControlType.pb-c.obj \ +./Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.obj \ +./Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.obj \ +./Communication/PMR/Hardware/HardwareWinder.pb-c.obj \ +./Communication/PMR/Hardware/HardwareWinderType.pb-c.obj \ +./Communication/PMR/Hardware/SystemResetRequest.pb-c.obj \ +./Communication/PMR/Hardware/SystemResetResponse.pb-c.obj \ +./Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.obj \ +./Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Hardware\HardwareBlower.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareBlowerType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareBreakSensor.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareBreakSensorType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareConfiguration.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareDancer.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareDancerType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareDispenser.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareDispenserType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareMotor.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareMotorType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwarePidControl.pb-c.obj" \ +"Communication\PMR\Hardware\HardwarePidControlType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareSpeedSensor.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareSpeedSensorType.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareWinder.pb-c.obj" \ +"Communication\PMR\Hardware\HardwareWinderType.pb-c.obj" \ +"Communication\PMR\Hardware\SystemResetRequest.pb-c.obj" \ +"Communication\PMR\Hardware\SystemResetResponse.pb-c.obj" \ +"Communication\PMR\Hardware\UploadHardwareConfigurationRequest.pb-c.obj" \ +"Communication\PMR\Hardware\UploadHardwareConfigurationResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Hardware\HardwareBlower.pb-c.d" \ +"Communication\PMR\Hardware\HardwareBlowerType.pb-c.d" \ +"Communication\PMR\Hardware\HardwareBreakSensor.pb-c.d" \ +"Communication\PMR\Hardware\HardwareBreakSensorType.pb-c.d" \ +"Communication\PMR\Hardware\HardwareConfiguration.pb-c.d" \ +"Communication\PMR\Hardware\HardwareDancer.pb-c.d" \ +"Communication\PMR\Hardware\HardwareDancerType.pb-c.d" \ +"Communication\PMR\Hardware\HardwareDispenser.pb-c.d" \ +"Communication\PMR\Hardware\HardwareDispenserType.pb-c.d" \ +"Communication\PMR\Hardware\HardwareMotor.pb-c.d" \ +"Communication\PMR\Hardware\HardwareMotorType.pb-c.d" \ +"Communication\PMR\Hardware\HardwarePidControl.pb-c.d" \ +"Communication\PMR\Hardware\HardwarePidControlType.pb-c.d" \ +"Communication\PMR\Hardware\HardwareSpeedSensor.pb-c.d" \ +"Communication\PMR\Hardware\HardwareSpeedSensorType.pb-c.d" \ +"Communication\PMR\Hardware\HardwareWinder.pb-c.d" \ +"Communication\PMR\Hardware\HardwareWinderType.pb-c.d" \ +"Communication\PMR\Hardware\SystemResetRequest.pb-c.d" \ +"Communication\PMR\Hardware\SystemResetResponse.pb-c.d" \ +"Communication\PMR\Hardware\UploadHardwareConfigurationRequest.pb-c.d" \ +"Communication\PMR\Hardware\UploadHardwareConfigurationResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Hardware/HardwareBlower.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareBlowerType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareBreakSensor.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareBreakSensorType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareConfiguration.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareDancer.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareDancerType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareDispenser.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareDispenserType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareMotor.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareMotorType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwarePidControl.pb-c.c" \ +"../Communication/PMR/Hardware/HardwarePidControlType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareSpeedSensor.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareSpeedSensorType.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareWinder.pb-c.c" \ +"../Communication/PMR/Hardware/HardwareWinderType.pb-c.c" \ +"../Communication/PMR/Hardware/SystemResetRequest.pb-c.c" \ +"../Communication/PMR/Hardware/SystemResetResponse.pb-c.c" \ +"../Communication/PMR/Hardware/UploadHardwareConfigurationRequest.pb-c.c" \ +"../Communication/PMR/Hardware/UploadHardwareConfigurationResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/5065cb64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/5065cb64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/5065cb64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.obj: ../Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/RFID_NFC/PN7150/PN7150.d_raw" --obj_directory="Drivers/I2C_Communication/RFID_NFC/PN7150" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/20058964cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/20058964cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/20058964cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/DAC/Blower.obj: ../Drivers/I2C_Communication/DAC/Blower.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/DAC/Blower.d_raw" --obj_directory="Drivers/I2C_Communication/DAC" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/201a4764cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/201a4764cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/201a4764cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/FPGA/FPGA.c \ +../Drivers/FPGA/FPGA_SPI_Comm.c \ +../Drivers/FPGA/FPGA_SSI_Comm.c + +C_DEPS += \ +./Drivers/FPGA/FPGA.d \ +./Drivers/FPGA/FPGA_SPI_Comm.d \ +./Drivers/FPGA/FPGA_SSI_Comm.d + +OBJS += \ +./Drivers/FPGA/FPGA.obj \ +./Drivers/FPGA/FPGA_SPI_Comm.obj \ +./Drivers/FPGA/FPGA_SSI_Comm.obj + +OBJS__QUOTED += \ +"Drivers\FPGA\FPGA.obj" \ +"Drivers\FPGA\FPGA_SPI_Comm.obj" \ +"Drivers\FPGA\FPGA_SSI_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\FPGA\FPGA.d" \ +"Drivers\FPGA\FPGA_SPI_Comm.d" \ +"Drivers\FPGA\FPGA_SSI_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/FPGA/FPGA.c" \ +"../Drivers/FPGA/FPGA_SPI_Comm.c" \ +"../Drivers/FPGA/FPGA_SSI_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/70a74a65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/70a74a65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/70a74a65cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +StateMachines/Initialization/InitSequence.obj: ../StateMachines/Initialization/InitSequence.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="StateMachines/Initialization/InitSequence.d_raw" --obj_directory="StateMachines/Initialization" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +StateMachines/Initialization/PowerIdle.obj: ../StateMachines/Initialization/PowerIdle.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="StateMachines/Initialization/PowerIdle.d_raw" --obj_directory="StateMachines/Initialization" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +StateMachines/Initialization/PowerOffSequence.obj: ../StateMachines/Initialization/PowerOffSequence.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="StateMachines/Initialization/PowerOffSequence.d_raw" --obj_directory="StateMachines/Initialization" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/a0a20b65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/a0a20b65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/a0a20b65cc20001a1b70e45700dd4116 @@ -0,0 +1,44 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/Control/DriverWithCallbackExample.c \ +../Modules/Control/MillisecTask.c \ +../Modules/Control/PIDAlgo.c \ +../Modules/Control/control.c + +C_DEPS += \ +./Modules/Control/DriverWithCallbackExample.d \ +./Modules/Control/MillisecTask.d \ +./Modules/Control/PIDAlgo.d \ +./Modules/Control/control.d + +OBJS += \ +./Modules/Control/DriverWithCallbackExample.obj \ +./Modules/Control/MillisecTask.obj \ +./Modules/Control/PIDAlgo.obj \ +./Modules/Control/control.obj + +OBJS__QUOTED += \ +"Modules\Control\DriverWithCallbackExample.obj" \ +"Modules\Control\MillisecTask.obj" \ +"Modules\Control\PIDAlgo.obj" \ +"Modules\Control\control.obj" + +C_DEPS__QUOTED += \ +"Modules\Control\DriverWithCallbackExample.d" \ +"Modules\Control\MillisecTask.d" \ +"Modules\Control\PIDAlgo.d" \ +"Modules\Control\control.d" + +C_SRCS__QUOTED += \ +"../Modules/Control/DriverWithCallbackExample.c" \ +"../Modules/Control/MillisecTask.c" \ +"../Modules/Control/PIDAlgo.c" \ +"../Modules/Control/control.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/80ccf764cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/80ccf764cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/80ccf764cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/Valves/Valve.c + +C_DEPS += \ +./Drivers/Valves/Valve.d + +OBJS += \ +./Drivers/Valves/Valve.obj + +OBJS__QUOTED += \ +"Drivers\Valves\Valve.obj" + +C_DEPS__QUOTED += \ +"Drivers\Valves\Valve.d" + +C_SRCS__QUOTED += \ +"../Drivers/Valves/Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/40ca1363cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/40ca1363cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/40ca1363cc20001a1b70e45700dd4116 @@ -0,0 +1,44 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Common/ErrorCode.pb-c.c \ +../Communication/PMR/Common/ErrorResponse.pb-c.c \ +../Communication/PMR/Common/MessageContainer.pb-c.c \ +../Communication/PMR/Common/MessageType.pb-c.c + +C_DEPS += \ +./Communication/PMR/Common/ErrorCode.pb-c.d \ +./Communication/PMR/Common/ErrorResponse.pb-c.d \ +./Communication/PMR/Common/MessageContainer.pb-c.d \ +./Communication/PMR/Common/MessageType.pb-c.d + +OBJS += \ +./Communication/PMR/Common/ErrorCode.pb-c.obj \ +./Communication/PMR/Common/ErrorResponse.pb-c.obj \ +./Communication/PMR/Common/MessageContainer.pb-c.obj \ +./Communication/PMR/Common/MessageType.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Common\ErrorCode.pb-c.obj" \ +"Communication\PMR\Common\ErrorResponse.pb-c.obj" \ +"Communication\PMR\Common\MessageContainer.pb-c.obj" \ +"Communication\PMR\Common\MessageType.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Common\ErrorCode.pb-c.d" \ +"Communication\PMR\Common\ErrorResponse.pb-c.d" \ +"Communication\PMR\Common\MessageContainer.pb-c.d" \ +"Communication\PMR\Common\MessageType.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Common/ErrorCode.pb-c.c" \ +"../Communication/PMR/Common/ErrorResponse.pb-c.c" \ +"../Communication/PMR/Common/MessageContainer.pb-c.c" \ +"../Communication/PMR/Common/MessageType.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/209a0e63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/209a0e63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/209a0e63cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/CommunicationTask.obj: ../Communication/CommunicationTask.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/CommunicationTask.d_raw" --obj_directory="Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/Connection.obj: ../Communication/Connection.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/Connection.d_raw" --obj_directory="Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/Container.obj: ../Communication/Container.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/Container.d_raw" --obj_directory="Communication" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/60f49064cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/60f49064cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/60f49064cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.obj: ../Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.d_raw" --obj_directory="Drivers/I2C_Communication/Dispenser_Card" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c094c764cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c094c764cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c094c764cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.obj: ../Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.d_raw" --obj_directory="Drivers/I2C_Communication/RFID_NFC/NFC_I2C" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.obj: ../Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.d_raw" --obj_directory="Drivers/I2C_Communication/RFID_NFC/NFC_I2C" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/70df9a64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/70df9a64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..c2aaaeb6f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/70df9a64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.obj: ../Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/ADC" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/60026564cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/60026564cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/60026564cc20001a1b70e45700dd4116 @@ -0,0 +1,56 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/Flash_Memory/FATFS/Control_File_System.c \ +../Drivers/Flash_Memory/FATFS/cc932.c \ +../Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.c \ +../Drivers/Flash_Memory/FATFS/ff.c \ +../Drivers/Flash_Memory/FATFS/mx66l51235f.c \ +../Drivers/Flash_Memory/FATFS/spi_flash.c + +C_DEPS += \ +./Drivers/Flash_Memory/FATFS/Control_File_System.d \ +./Drivers/Flash_Memory/FATFS/cc932.d \ +./Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.d \ +./Drivers/Flash_Memory/FATFS/ff.d \ +./Drivers/Flash_Memory/FATFS/mx66l51235f.d \ +./Drivers/Flash_Memory/FATFS/spi_flash.d + +OBJS += \ +./Drivers/Flash_Memory/FATFS/Control_File_System.obj \ +./Drivers/Flash_Memory/FATFS/cc932.obj \ +./Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.obj \ +./Drivers/Flash_Memory/FATFS/ff.obj \ +./Drivers/Flash_Memory/FATFS/mx66l51235f.obj \ +./Drivers/Flash_Memory/FATFS/spi_flash.obj + +OBJS__QUOTED += \ +"Drivers\Flash_Memory\FATFS\Control_File_System.obj" \ +"Drivers\Flash_Memory\FATFS\cc932.obj" \ +"Drivers\Flash_Memory\FATFS\fatfs_port_mx66l51235f.obj" \ +"Drivers\Flash_Memory\FATFS\ff.obj" \ +"Drivers\Flash_Memory\FATFS\mx66l51235f.obj" \ +"Drivers\Flash_Memory\FATFS\spi_flash.obj" + +C_DEPS__QUOTED += \ +"Drivers\Flash_Memory\FATFS\Control_File_System.d" \ +"Drivers\Flash_Memory\FATFS\cc932.d" \ +"Drivers\Flash_Memory\FATFS\fatfs_port_mx66l51235f.d" \ +"Drivers\Flash_Memory\FATFS\ff.d" \ +"Drivers\Flash_Memory\FATFS\mx66l51235f.d" \ +"Drivers\Flash_Memory\FATFS\spi_flash.d" + +C_SRCS__QUOTED += \ +"../Drivers/Flash_Memory/FATFS/Control_File_System.c" \ +"../Drivers/Flash_Memory/FATFS/cc932.c" \ +"../Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.c" \ +"../Drivers/Flash_Memory/FATFS/ff.c" \ +"../Drivers/Flash_Memory/FATFS/mx66l51235f.c" \ +"../Drivers/Flash_Memory/FATFS/spi_flash.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/208fef64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/208fef64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/208fef64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.obj: ../Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.d_raw" --obj_directory="Drivers/SSI_Comm/Speed_Sensor" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/90f63b64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/90f63b64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/90f63b64cc20001a1b70e45700dd4116 @@ -0,0 +1,632 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Stubs/CalculateRequest.pb-c.c \ +../Communication/PMR/Stubs/CalculateResponse.pb-c.c \ +../Communication/PMR/Stubs/ProgressRequest.pb-c.c \ +../Communication/PMR/Stubs/ProgressResponse.pb-c.c \ +../Communication/PMR/Stubs/StubAbortJobRequest.pb-c.c \ +../Communication/PMR/Stubs/StubAbortJobResponse.pb-c.c \ +../Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.c \ +../Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.c \ +../Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.c \ +../Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.c \ +../Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.c \ +../Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.c \ +../Communication/PMR/Stubs/StubDispenserRequest.pb-c.c \ +../Communication/PMR/Stubs/StubDispenserResponse.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.c \ +../Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.c \ +../Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.c \ +../Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.c \ +../Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.c \ +../Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.c \ +../Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.c \ +../Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.c \ +../Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.c \ +../Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.c \ +../Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.c \ +../Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.c \ +../Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.c \ +../Communication/PMR/Stubs/StubHWVersionRequest.pb-c.c \ +../Communication/PMR/Stubs/StubHWVersionResponse.pb-c.c \ +../Communication/PMR/Stubs/StubHeaterRequest.pb-c.c \ +../Communication/PMR/Stubs/StubHeaterResponse.pb-c.c \ +../Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.c \ +../Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.c \ +../Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.c \ +../Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.c \ +../Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.c \ +../Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.c \ +../Communication/PMR/Stubs/StubI2CRequest.pb-c.c \ +../Communication/PMR/Stubs/StubI2CResponse.pb-c.c \ +../Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.c \ +../Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.c \ +../Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.c \ +../Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.c \ +../Communication/PMR/Stubs/StubJobRequest.pb-c.c \ +../Communication/PMR/Stubs/StubJobResponse.pb-c.c \ +../Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.c \ +../Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorInitRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorInitResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorMovRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorMovResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorRunRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorRunResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.c \ +../Communication/PMR/Stubs/StubMotorStopRequest.pb-c.c \ +../Communication/PMR/Stubs/StubMotorStopResponse.pb-c.c \ +../Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.c \ +../Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.c \ +../Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.c \ +../Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.c \ +../Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.c \ +../Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.c \ +../Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.c \ +../Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.c \ +../Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.c \ +../Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.c \ +../Communication/PMR/Stubs/StubTempSensorRequest.pb-c.c \ +../Communication/PMR/Stubs/StubTempSensorResponse.pb-c.c \ +../Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.c \ +../Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.c \ +../Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.c \ +../Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.c \ +../Communication/PMR/Stubs/StubValveRequest.pb-c.c \ +../Communication/PMR/Stubs/StubValveResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/Stubs/CalculateRequest.pb-c.d \ +./Communication/PMR/Stubs/CalculateResponse.pb-c.d \ +./Communication/PMR/Stubs/ProgressRequest.pb-c.d \ +./Communication/PMR/Stubs/ProgressResponse.pb-c.d \ +./Communication/PMR/Stubs/StubAbortJobRequest.pb-c.d \ +./Communication/PMR/Stubs/StubAbortJobResponse.pb-c.d \ +./Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.d \ +./Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.d \ +./Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.d \ +./Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.d \ +./Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.d \ +./Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.d \ +./Communication/PMR/Stubs/StubDispenserRequest.pb-c.d \ +./Communication/PMR/Stubs/StubDispenserResponse.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.d \ +./Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.d \ +./Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.d \ +./Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.d \ +./Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.d \ +./Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.d \ +./Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.d \ +./Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.d \ +./Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.d \ +./Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.d \ +./Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.d \ +./Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.d \ +./Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.d \ +./Communication/PMR/Stubs/StubHWVersionRequest.pb-c.d \ +./Communication/PMR/Stubs/StubHWVersionResponse.pb-c.d \ +./Communication/PMR/Stubs/StubHeaterRequest.pb-c.d \ +./Communication/PMR/Stubs/StubHeaterResponse.pb-c.d \ +./Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.d \ +./Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.d \ +./Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.d \ +./Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.d \ +./Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.d \ +./Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.d \ +./Communication/PMR/Stubs/StubI2CRequest.pb-c.d \ +./Communication/PMR/Stubs/StubI2CResponse.pb-c.d \ +./Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.d \ +./Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.d \ +./Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.d \ +./Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.d \ +./Communication/PMR/Stubs/StubJobRequest.pb-c.d \ +./Communication/PMR/Stubs/StubJobResponse.pb-c.d \ +./Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.d \ +./Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorInitRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorInitResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorMovRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorMovResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorRunRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorRunResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.d \ +./Communication/PMR/Stubs/StubMotorStopRequest.pb-c.d \ +./Communication/PMR/Stubs/StubMotorStopResponse.pb-c.d \ +./Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.d \ +./Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.d \ +./Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.d \ +./Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.d \ +./Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.d \ +./Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.d \ +./Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.d \ +./Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.d \ +./Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.d \ +./Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.d \ +./Communication/PMR/Stubs/StubTempSensorRequest.pb-c.d \ +./Communication/PMR/Stubs/StubTempSensorResponse.pb-c.d \ +./Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.d \ +./Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.d \ +./Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.d \ +./Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.d \ +./Communication/PMR/Stubs/StubValveRequest.pb-c.d \ +./Communication/PMR/Stubs/StubValveResponse.pb-c.d + +OBJS += \ +./Communication/PMR/Stubs/CalculateRequest.pb-c.obj \ +./Communication/PMR/Stubs/CalculateResponse.pb-c.obj \ +./Communication/PMR/Stubs/ProgressRequest.pb-c.obj \ +./Communication/PMR/Stubs/ProgressResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubAbortJobRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubAbortJobResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubDispenserRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubDispenserResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubHWVersionRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubHWVersionResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubHeaterRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubHeaterResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubI2CRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubI2CResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubJobRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubJobResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorInitRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorInitResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorMovRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorMovResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorRunRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorRunResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorStopRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubMotorStopResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubTempSensorRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubTempSensorResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.obj \ +./Communication/PMR/Stubs/StubValveRequest.pb-c.obj \ +./Communication/PMR/Stubs/StubValveResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Stubs\CalculateRequest.pb-c.obj" \ +"Communication\PMR\Stubs\CalculateResponse.pb-c.obj" \ +"Communication\PMR\Stubs\ProgressRequest.pb-c.obj" \ +"Communication\PMR\Stubs\ProgressResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubAbortJobRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubAbortJobResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubCartridgeReadRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubCartridgeReadResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubCartridgeWriteRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubCartridgeWriteResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubDancerPositionRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubDancerPositionResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubDispenserRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubDispenserResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashReadRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashReadResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashReadWordsRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashReadWordsResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashWriteRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashWriteResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashWriteWordsRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubExtFlashWriteWordsResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubF3Gpo01WriteRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubF3Gpo01WriteResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubFPGAReadBackRegRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubFPGAReadBackRegResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubFPGAReadVersionRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubFPGAReadVersionResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubFpgaReadRegRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubFpgaReadRegResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubFpgaWriteRegRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubFpgaWriteRegResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOInputSetupRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOInputSetupResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOReadBitRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOReadBitResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOReadByteRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOReadByteResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOWriteBitRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOWriteBitResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOWriteByteRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubGPIOWriteByteResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubHWVersionRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubHWVersionResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubHeaterRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubHeaterResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubHeatingTestPollRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubHeatingTestPollResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubHeatingTestRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubHeatingTestResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubI2CReadBytesRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubI2CReadBytesResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubI2CRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubI2CResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubI2CWriteBytesRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubI2CWriteBytesResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubIntADCReadRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubIntADCReadResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubJobRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubJobResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubL6470DriverRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubL6470DriverResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMidTankPressureSensorRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMidTankPressureSensorResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorHomeMarkRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorHomeMarkResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorInitRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorInitResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorMovRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorMovResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorPositionRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorPositionResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorRunRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorRunResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorRunStepTickRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorRunStepTickResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorSpeedRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorSpeedResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorStatusRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorStatusResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorStopRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubMotorStopResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubOptLimitSwitchRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubOptLimitSwitchResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubReadEmbeddedVersionRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubReadEmbeddedVersionResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubRealTimeUsageRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubRealTimeUsageResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubSpeedSensorRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubSpeedSensorResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubSteperMotorRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubSteperMotorResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubTempSensorRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubTempSensorResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubTivaReadRegRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubTivaReadRegResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubTivaWriteRegRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubTivaWriteRegResponse.pb-c.obj" \ +"Communication\PMR\Stubs\StubValveRequest.pb-c.obj" \ +"Communication\PMR\Stubs\StubValveResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Stubs\CalculateRequest.pb-c.d" \ +"Communication\PMR\Stubs\CalculateResponse.pb-c.d" \ +"Communication\PMR\Stubs\ProgressRequest.pb-c.d" \ +"Communication\PMR\Stubs\ProgressResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubAbortJobRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubAbortJobResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubCartridgeReadRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubCartridgeReadResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubCartridgeWriteRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubCartridgeWriteResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubDancerPositionRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubDancerPositionResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubDispenserRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubDispenserResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashReadRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashReadResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashReadWordsRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashReadWordsResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashWriteRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashWriteResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashWriteWordsRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubExtFlashWriteWordsResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubF3Gpo01WriteRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubF3Gpo01WriteResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubFPGAReadBackRegRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubFPGAReadBackRegResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubFPGAReadVersionRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubFPGAReadVersionResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubFpgaReadRegRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubFpgaReadRegResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubFpgaWriteRegRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubFpgaWriteRegResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOInputSetupRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOInputSetupResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOReadBitRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOReadBitResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOReadByteRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOReadByteResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOWriteBitRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOWriteBitResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOWriteByteRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubGPIOWriteByteResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubHWVersionRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubHWVersionResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubHeaterRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubHeaterResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubHeatingTestPollRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubHeatingTestPollResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubHeatingTestRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubHeatingTestResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubI2CReadBytesRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubI2CReadBytesResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubI2CRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubI2CResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubI2CWriteBytesRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubI2CWriteBytesResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubIntADCReadRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubIntADCReadResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubJobRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubJobResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubL6470DriverRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubL6470DriverResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMidTankPressureSensorRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMidTankPressureSensorResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorHomeMarkRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorHomeMarkResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorInitRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorInitResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorMovRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorMovResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorPositionRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorPositionResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorRunRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorRunResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorRunStepTickRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorRunStepTickResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorSpeedRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorSpeedResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorStatusRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorStatusResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorStopRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubMotorStopResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubOptLimitSwitchRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubOptLimitSwitchResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubReadEmbeddedVersionRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubReadEmbeddedVersionResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubRealTimeUsageRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubRealTimeUsageResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubSpeedSensorRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubSpeedSensorResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubSteperMotorRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubSteperMotorResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubTempSensorRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubTempSensorResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubTivaReadRegRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubTivaReadRegResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubTivaWriteRegRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubTivaWriteRegResponse.pb-c.d" \ +"Communication\PMR\Stubs\StubValveRequest.pb-c.d" \ +"Communication\PMR\Stubs\StubValveResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Stubs/CalculateRequest.pb-c.c" \ +"../Communication/PMR/Stubs/CalculateResponse.pb-c.c" \ +"../Communication/PMR/Stubs/ProgressRequest.pb-c.c" \ +"../Communication/PMR/Stubs/ProgressResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubAbortJobRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubAbortJobResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubDispenserRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubDispenserResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubHWVersionRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubHWVersionResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubHeaterRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubHeaterResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubI2CRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubI2CResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubJobRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubJobResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorInitRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorInitResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorMovRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorMovResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorRunRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorRunResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorStopRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubMotorStopResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubTempSensorRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubTempSensorResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.c" \ +"../Communication/PMR/Stubs/StubValveRequest.pb-c.c" \ +"../Communication/PMR/Stubs/StubValveResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/1033e364cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/1033e364cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/1033e364cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/On_Chip_Flash/Flashstore.obj: ../Drivers/On_Chip_Flash/Flashstore.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/On_Chip_Flash/Flashstore.d_raw" --obj_directory="Drivers/On_Chip_Flash" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b08ff762cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b08ff762cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b08ff762cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/Sys_PinOut_Config/MCU_MAIN_pinout.c \ +../Common/Sys_PinOut_Config/Pin.c \ +../Common/Sys_PinOut_Config/Pin_config.c + +C_DEPS += \ +./Common/Sys_PinOut_Config/MCU_MAIN_pinout.d \ +./Common/Sys_PinOut_Config/Pin.d \ +./Common/Sys_PinOut_Config/Pin_config.d + +OBJS += \ +./Common/Sys_PinOut_Config/MCU_MAIN_pinout.obj \ +./Common/Sys_PinOut_Config/Pin.obj \ +./Common/Sys_PinOut_Config/Pin_config.obj + +OBJS__QUOTED += \ +"Common\Sys_PinOut_Config\MCU_MAIN_pinout.obj" \ +"Common\Sys_PinOut_Config\Pin.obj" \ +"Common\Sys_PinOut_Config\Pin_config.obj" + +C_DEPS__QUOTED += \ +"Common\Sys_PinOut_Config\MCU_MAIN_pinout.d" \ +"Common\Sys_PinOut_Config\Pin.d" \ +"Common\Sys_PinOut_Config\Pin_config.d" + +C_SRCS__QUOTED += \ +"../Common/Sys_PinOut_Config/MCU_MAIN_pinout.c" \ +"../Common/Sys_PinOut_Config/Pin.c" \ +"../Common/Sys_PinOut_Config/Pin_config.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/00f37e64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/00f37e64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/00f37e64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/ADC_MUX/ADC_MUX.obj: ../Drivers/I2C_Communication/ADC_MUX/ADC_MUX.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/ADC_MUX/ADC_MUX.d_raw" --obj_directory="Drivers/I2C_Communication/ADC_MUX" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/307af964cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/307af964cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/307af964cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/Valves/Valve.obj: ../Drivers/Valves/Valve.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Valves/Valve.d_raw" --obj_directory="Drivers/Valves" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/9080a264cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/9080a264cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..4b547970d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/9080a264cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c \ +../Drivers/I2C_Communication/Head_Card/Fan/fan_click.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d \ +./Drivers/I2C_Communication/Head_Card/Fan/fan_click.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj \ +./Drivers/I2C_Communication/Head_Card/Fan/fan_click.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" \ +"Drivers\I2C_Communication\Head_Card\Fan\fan_click.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" \ +"Drivers\I2C_Communication\Head_Card\Fan\fan_click.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" \ +"../Drivers/I2C_Communication/Head_Card/Fan/fan_click.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e00e9764cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e00e9764cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e00e9764cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.obj: ../Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.d_raw" --obj_directory="Drivers/I2C_Communication/Dispenser_Card/IO_Ports" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e0235564cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e0235564cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e0235564cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/FPGA/Full_Vme/FPGA_Programming_Up.obj: ../Drivers/FPGA/Full_Vme/FPGA_Programming_Up.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/Full_Vme/FPGA_Programming_Up.d_raw" --obj_directory="Drivers/FPGA/Full_Vme" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/d0589964cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/d0589964cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..2c8a0951f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/d0589964cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\ADC\Head_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\ADC\Head_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/ADC/Head_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/00827c64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/00827c64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/00827c64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/ADC_MUX/ADC_MUX.c + +C_DEPS += \ +./Drivers/I2C_Communication/ADC_MUX/ADC_MUX.d + +OBJS += \ +./Drivers/I2C_Communication/ADC_MUX/ADC_MUX.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\ADC_MUX\ADC_MUX.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\ADC_MUX\ADC_MUX.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/ADC_MUX/ADC_MUX.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/40a78163cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/40a78163cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/40a78163cc20001a1b70e45700dd4116 @@ -0,0 +1,410 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Diagnostics/Cartridge.pb-c.c \ +../Communication/PMR/Diagnostics/CartridgeAction.pb-c.c \ +../Communication/PMR/Diagnostics/CartridgeSlot.pb-c.c \ +../Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.c \ +../Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.c \ +../Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.c \ +../Communication/PMR/Diagnostics/DataFileFrame.pb-c.c \ +../Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.c \ +../Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/DoubleArray.pb-c.c \ +../Communication/PMR/Diagnostics/Event.pb-c.c \ +../Communication/PMR/Diagnostics/EventType.pb-c.c \ +../Communication/PMR/Diagnostics/HeaterState.pb-c.c \ +../Communication/PMR/Diagnostics/HeaterType.pb-c.c \ +../Communication/PMR/Diagnostics/InterfaceIOs.pb-c.c \ +../Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/MotorDirection.pb-c.c \ +../Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.c \ +../Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.c \ +../Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.c \ +../Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.c \ +../Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.c \ +../Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.c \ +../Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.c \ +../Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.c \ +../Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.c \ +../Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.c \ +../Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.c \ +../Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.c \ +../Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.c \ +../Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.c \ +../Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.c \ +../Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.c \ +../Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.c \ +../Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.c \ +../Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.c \ +../Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.c \ +../Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.c \ +../Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.c \ +../Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.c \ +../Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.c \ +../Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.c \ +../Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.c \ +../Communication/PMR/Diagnostics/ValueComponent.pb-c.c \ +../Communication/PMR/Diagnostics/ValueComponentState.pb-c.c \ +../Communication/PMR/Diagnostics/ValveState.pb-c.c \ +../Communication/PMR/Diagnostics/ValveStateCode.pb-c.c \ +../Communication/PMR/Diagnostics/ValveType.pb-c.c + +C_DEPS += \ +./Communication/PMR/Diagnostics/Cartridge.pb-c.d \ +./Communication/PMR/Diagnostics/CartridgeAction.pb-c.d \ +./Communication/PMR/Diagnostics/CartridgeSlot.pb-c.d \ +./Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.d \ +./Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.d \ +./Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.d \ +./Communication/PMR/Diagnostics/DataFileFrame.pb-c.d \ +./Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.d \ +./Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/DoubleArray.pb-c.d \ +./Communication/PMR/Diagnostics/Event.pb-c.d \ +./Communication/PMR/Diagnostics/EventType.pb-c.d \ +./Communication/PMR/Diagnostics/HeaterState.pb-c.d \ +./Communication/PMR/Diagnostics/HeaterType.pb-c.d \ +./Communication/PMR/Diagnostics/InterfaceIOs.pb-c.d \ +./Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/MotorDirection.pb-c.d \ +./Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.d \ +./Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.d \ +./Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.d \ +./Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.d \ +./Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.d \ +./Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.d \ +./Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.d \ +./Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.d \ +./Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.d \ +./Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.d \ +./Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.d \ +./Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.d \ +./Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.d \ +./Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.d \ +./Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.d \ +./Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.d \ +./Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.d \ +./Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.d \ +./Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.d \ +./Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.d \ +./Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.d \ +./Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.d \ +./Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.d \ +./Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.d \ +./Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.d \ +./Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.d \ +./Communication/PMR/Diagnostics/ValueComponent.pb-c.d \ +./Communication/PMR/Diagnostics/ValueComponentState.pb-c.d \ +./Communication/PMR/Diagnostics/ValveState.pb-c.d \ +./Communication/PMR/Diagnostics/ValveStateCode.pb-c.d \ +./Communication/PMR/Diagnostics/ValveType.pb-c.d + +OBJS += \ +./Communication/PMR/Diagnostics/Cartridge.pb-c.obj \ +./Communication/PMR/Diagnostics/CartridgeAction.pb-c.obj \ +./Communication/PMR/Diagnostics/CartridgeSlot.pb-c.obj \ +./Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.obj \ +./Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/DataFileFrame.pb-c.obj \ +./Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.obj \ +./Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/DoubleArray.pb-c.obj \ +./Communication/PMR/Diagnostics/Event.pb-c.obj \ +./Communication/PMR/Diagnostics/EventType.pb-c.obj \ +./Communication/PMR/Diagnostics/HeaterState.pb-c.obj \ +./Communication/PMR/Diagnostics/HeaterType.pb-c.obj \ +./Communication/PMR/Diagnostics/InterfaceIOs.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorDirection.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.obj \ +./Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.obj \ +./Communication/PMR/Diagnostics/ValueComponent.pb-c.obj \ +./Communication/PMR/Diagnostics/ValueComponentState.pb-c.obj \ +./Communication/PMR/Diagnostics/ValveState.pb-c.obj \ +./Communication/PMR/Diagnostics/ValveStateCode.pb-c.obj \ +./Communication/PMR/Diagnostics/ValveType.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Diagnostics\Cartridge.pb-c.obj" \ +"Communication\PMR\Diagnostics\CartridgeAction.pb-c.obj" \ +"Communication\PMR\Diagnostics\CartridgeSlot.pb-c.obj" \ +"Communication\PMR\Diagnostics\CartridgeTagContent.pb-c.obj" \ +"Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\DataFileFrame.pb-c.obj" \ +"Communication\PMR\Diagnostics\DiagnosticsMonitors.pb-c.obj" \ +"Communication\PMR\Diagnostics\DigitalInterfaceState.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserAbortHomingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserAbortHomingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserAbortJoggingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserAbortJoggingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserHomingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserHomingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserJoggingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\DispenserJoggingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\DoubleArray.pb-c.obj" \ +"Communication\PMR\Diagnostics\Event.pb-c.obj" \ +"Communication\PMR\Diagnostics\EventType.pb-c.obj" \ +"Communication\PMR\Diagnostics\HeaterState.pb-c.obj" \ +"Communication\PMR\Diagnostics\HeaterType.pb-c.obj" \ +"Communication\PMR\Diagnostics\InterfaceIOs.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorAbortHomingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorAbortHomingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorAbortJoggingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorAbortJoggingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorDirection.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorHomingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorHomingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorJoggingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\MotorJoggingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\ResolveEventRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\ResolveEventResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetBlowerStateRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetBlowerStateResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetComponentValueRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetComponentValueResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetDigitalOutRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetDigitalOutResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetHeaterStateRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetHeaterStateResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetValveStateRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\SetValveStateResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\StartCartridgesUpdateRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\StartCartridgesUpdateResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\StartDiagnosticsRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\StartDiagnosticsResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\StartEventsNotificationRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\StartEventsNotificationResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\StopCartridgesUpdateRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\StopCartridgesUpdateResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\StopDiagnosticsRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\StopDiagnosticsResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\StopEventsNotificationRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\StopEventsNotificationResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\ThreadAbortJoggingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\ThreadAbortJoggingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\ThreadJoggingRequest.pb-c.obj" \ +"Communication\PMR\Diagnostics\ThreadJoggingResponse.pb-c.obj" \ +"Communication\PMR\Diagnostics\ValueComponent.pb-c.obj" \ +"Communication\PMR\Diagnostics\ValueComponentState.pb-c.obj" \ +"Communication\PMR\Diagnostics\ValveState.pb-c.obj" \ +"Communication\PMR\Diagnostics\ValveStateCode.pb-c.obj" \ +"Communication\PMR\Diagnostics\ValveType.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Diagnostics\Cartridge.pb-c.d" \ +"Communication\PMR\Diagnostics\CartridgeAction.pb-c.d" \ +"Communication\PMR\Diagnostics\CartridgeSlot.pb-c.d" \ +"Communication\PMR\Diagnostics\CartridgeTagContent.pb-c.d" \ +"Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\DataFileFrame.pb-c.d" \ +"Communication\PMR\Diagnostics\DiagnosticsMonitors.pb-c.d" \ +"Communication\PMR\Diagnostics\DigitalInterfaceState.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserAbortHomingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserAbortHomingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserAbortJoggingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserAbortJoggingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserHomingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserHomingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserJoggingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\DispenserJoggingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\DoubleArray.pb-c.d" \ +"Communication\PMR\Diagnostics\Event.pb-c.d" \ +"Communication\PMR\Diagnostics\EventType.pb-c.d" \ +"Communication\PMR\Diagnostics\HeaterState.pb-c.d" \ +"Communication\PMR\Diagnostics\HeaterType.pb-c.d" \ +"Communication\PMR\Diagnostics\InterfaceIOs.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorAbortHomingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorAbortHomingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorAbortJoggingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorAbortJoggingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorDirection.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorHomingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorHomingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorJoggingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\MotorJoggingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\ResolveEventRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\ResolveEventResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\SetBlowerStateRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\SetBlowerStateResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\SetComponentValueRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\SetComponentValueResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\SetDigitalOutRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\SetDigitalOutResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\SetHeaterStateRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\SetHeaterStateResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\SetValveStateRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\SetValveStateResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\StartCartridgesUpdateRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\StartCartridgesUpdateResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\StartDiagnosticsRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\StartDiagnosticsResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\StartEventsNotificationRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\StartEventsNotificationResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\StopCartridgesUpdateRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\StopCartridgesUpdateResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\StopDiagnosticsRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\StopDiagnosticsResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\StopEventsNotificationRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\StopEventsNotificationResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\ThreadAbortJoggingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\ThreadAbortJoggingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\ThreadJoggingRequest.pb-c.d" \ +"Communication\PMR\Diagnostics\ThreadJoggingResponse.pb-c.d" \ +"Communication\PMR\Diagnostics\ValueComponent.pb-c.d" \ +"Communication\PMR\Diagnostics\ValueComponentState.pb-c.d" \ +"Communication\PMR\Diagnostics\ValveState.pb-c.d" \ +"Communication\PMR\Diagnostics\ValveStateCode.pb-c.d" \ +"Communication\PMR\Diagnostics\ValveType.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Diagnostics/Cartridge.pb-c.c" \ +"../Communication/PMR/Diagnostics/CartridgeAction.pb-c.c" \ +"../Communication/PMR/Diagnostics/CartridgeSlot.pb-c.c" \ +"../Communication/PMR/Diagnostics/CartridgeTagContent.pb-c.c" \ +"../Communication/PMR/Diagnostics/CartridgeValidationRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/CartridgeValidationResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/DataFileFrame.pb-c.c" \ +"../Communication/PMR/Diagnostics/DiagnosticsMonitors.pb-c.c" \ +"../Communication/PMR/Diagnostics/DigitalInterfaceState.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserAbortHomingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserAbortHomingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserAbortJoggingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserAbortJoggingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserHomingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserHomingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserJoggingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/DispenserJoggingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/DoubleArray.pb-c.c" \ +"../Communication/PMR/Diagnostics/Event.pb-c.c" \ +"../Communication/PMR/Diagnostics/EventType.pb-c.c" \ +"../Communication/PMR/Diagnostics/HeaterState.pb-c.c" \ +"../Communication/PMR/Diagnostics/HeaterType.pb-c.c" \ +"../Communication/PMR/Diagnostics/InterfaceIOs.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorAbortHomingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorAbortHomingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorAbortJoggingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorAbortJoggingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorDirection.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorHomingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorHomingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorJoggingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/MotorJoggingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/ResolveEventRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/ResolveEventResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetBlowerStateRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetBlowerStateResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetComponentValueRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetComponentValueResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetDigitalOutRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetDigitalOutResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetHeaterStateRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetHeaterStateResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetValveStateRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/SetValveStateResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/StartCartridgesUpdateRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/StartCartridgesUpdateResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/StartDiagnosticsRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/StartDiagnosticsResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/StartEventsNotificationRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/StartEventsNotificationResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/StopCartridgesUpdateRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/StopCartridgesUpdateResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/StopDiagnosticsRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/StopDiagnosticsResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/StopEventsNotificationRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/StopEventsNotificationResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/ThreadAbortJoggingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/ThreadAbortJoggingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/ThreadJoggingRequest.pb-c.c" \ +"../Communication/PMR/Diagnostics/ThreadJoggingResponse.pb-c.c" \ +"../Communication/PMR/Diagnostics/ValueComponent.pb-c.c" \ +"../Communication/PMR/Diagnostics/ValueComponentState.pb-c.c" \ +"../Communication/PMR/Diagnostics/ValveState.pb-c.c" \ +"../Communication/PMR/Diagnostics/ValveStateCode.pb-c.c" \ +"../Communication/PMR/Diagnostics/ValveType.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/40ed1665cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/40ed1665cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/40ed1665cc20001a1b70e45700dd4116 @@ -0,0 +1,50 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/General/GeneralHardware.c \ +../Modules/General/MachineStatus.c \ +../Modules/General/Safety.c \ +../Modules/General/buttons.c \ +../Modules/General/process.c + +C_DEPS += \ +./Modules/General/GeneralHardware.d \ +./Modules/General/MachineStatus.d \ +./Modules/General/Safety.d \ +./Modules/General/buttons.d \ +./Modules/General/process.d + +OBJS += \ +./Modules/General/GeneralHardware.obj \ +./Modules/General/MachineStatus.obj \ +./Modules/General/Safety.obj \ +./Modules/General/buttons.obj \ +./Modules/General/process.obj + +OBJS__QUOTED += \ +"Modules\General\GeneralHardware.obj" \ +"Modules\General\MachineStatus.obj" \ +"Modules\General\Safety.obj" \ +"Modules\General\buttons.obj" \ +"Modules\General\process.obj" + +C_DEPS__QUOTED += \ +"Modules\General\GeneralHardware.d" \ +"Modules\General\MachineStatus.d" \ +"Modules\General\Safety.d" \ +"Modules\General\buttons.d" \ +"Modules\General\process.d" + +C_SRCS__QUOTED += \ +"../Modules/General/GeneralHardware.c" \ +"../Modules/General/MachineStatus.c" \ +"../Modules/General/Safety.c" \ +"../Modules/General/buttons.c" \ +"../Modules/General/process.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/2037e062cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/2037e062cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..fc0a9cf27 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/2037e062cc20001a1b70e45700dd4116 @@ -0,0 +1,199 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +C55_SRCS := +A_SRCS := +CFG_UPPER_SRCS := +CFG_SRCS := +ASM_UPPER_SRCS := +EXE_SRCS := +LDS_UPPER_SRCS := +CPP_SRCS := +CMD_SRCS := +O_SRCS := +ELF_SRCS := +C??_SRCS := +C64_SRCS := +C67_SRCS := +SA_SRCS := +S64_SRCS := +OPT_SRCS := +CXX_SRCS := +S67_SRCS := +S??_SRCS := +PDE_SRCS := +SV7A_SRCS := +K_SRCS := +CLA_SRCS := +S55_SRCS := +LD_UPPER_SRCS := +OUT_SRCS := +INO_SRCS := +LIB_SRCS := +ASM_SRCS := +S_UPPER_SRCS := +S43_SRCS := +LD_SRCS := +CMD_UPPER_SRCS := +C_UPPER_SRCS := +C++_SRCS := +C43_SRCS := +OBJ_SRCS := +LDS_SRCS := +S_SRCS := +CC_SRCS := +S62_SRCS := +C62_SRCS := +C_SRCS := +C55_DEPS := +C_UPPER_DEPS := +S67_DEPS := +S62_DEPS := +S_DEPS := +OPT_DEPS := +C??_DEPS := +ASM_UPPER_DEPS := +S??_DEPS := +C64_DEPS := +CXX_DEPS := +S64_DEPS := +INO_DEPS := +GEN_CMDS := +GEN_FILES := +CLA_DEPS := +S55_DEPS := +SV7A_DEPS := +EXE_OUTPUTS := +C62_DEPS := +C67_DEPS := +PDE_DEPS := +GEN_MISC_DIRS := +K_DEPS := +C_DEPS := +CC_DEPS := +BIN_OUTPUTS := +GEN_OPTS := +C++_DEPS := +C43_DEPS := +S43_DEPS := +OBJS := +ASM_DEPS := +GEN_MISC_FILES := +S_UPPER_DEPS := +CPP_DEPS := +SA_DEPS := +C++_DEPS__QUOTED := +OPT_DEPS__QUOTED := +S_UPPER_DEPS__QUOTED := +SA_DEPS__QUOTED := +C??_DEPS__QUOTED := +S67_DEPS__QUOTED := +GEN_MISC_DIRS__QUOTED := +C55_DEPS__QUOTED := +CC_DEPS__QUOTED := +ASM_UPPER_DEPS__QUOTED := +SV7A_DEPS__QUOTED := +S??_DEPS__QUOTED := +OBJS__QUOTED := +C67_DEPS__QUOTED := +K_DEPS__QUOTED := +S55_DEPS__QUOTED := +GEN_CMDS__QUOTED := +GEN_MISC_FILES__QUOTED := +INO_DEPS__QUOTED := +C62_DEPS__QUOTED := +C_DEPS__QUOTED := +C_UPPER_DEPS__QUOTED := +C43_DEPS__QUOTED := +CPP_DEPS__QUOTED := +BIN_OUTPUTS__QUOTED := +GEN_FILES__QUOTED := +C64_DEPS__QUOTED := +CXX_DEPS__QUOTED := +CLA_DEPS__QUOTED := +S_DEPS__QUOTED := +ASM_DEPS__QUOTED := +S43_DEPS__QUOTED := +EXE_OUTPUTS__QUOTED := +S64_DEPS__QUOTED := +S62_DEPS__QUOTED := +PDE_DEPS__QUOTED := +GEN_OPTS__QUOTED := + +# Every subdirectory with source files must be described here +SUBDIRS := \ +. \ +Common/SWUpdate \ +Common/SW_Info \ +Common/Software_CRC \ +Common/Sys_PinOut_Config \ +Common/Utilities \ +Common/protobuf-c \ +Common/report \ +Communication \ +Communication/PMR/Common \ +Communication/PMR/Connection \ +Communication/PMR/Debugging \ +Communication/PMR/Diagnostics \ +Communication/PMR/EmbeddedParameters \ +Communication/PMR/FirmwareUpgrade \ +Communication/PMR/Hardware \ +Communication/PMR/IO \ +Communication/PMR/MachineStatus \ +Communication/PMR/Printing \ +Communication/PMR/Stubs \ +Drivers/ADC_Sampling \ +Drivers/FPGA \ +Drivers/FPGA/FPGA_GPIO \ +Drivers/FPGA/FPGA_INTERRUPTS \ +Drivers/FPGA/Full_Vme \ +Drivers/FPGA/Full_Vme/ispvme \ +Drivers/FPGA/Motors_Driver \ +Drivers/Flash_Memory/FATFS \ +Drivers/Flash_Memory \ +Drivers/Heater \ +Drivers/I2C_Communication/ADC_MUX \ +Drivers/I2C_Communication/DAC \ +Drivers/I2C_Communication/Dispenser_Card/EEPROM \ +Drivers/I2C_Communication/Dispenser_Card \ +Drivers/I2C_Communication/Dispenser_Card/IO_Ports \ +Drivers/I2C_Communication/Head_Card/ADC \ +Drivers/I2C_Communication/Head_Card/EEPROM \ +Drivers/I2C_Communication/Head_Card/Fan \ +Drivers/I2C_Communication/Head_Card/Heaters \ +Drivers/I2C_Communication/Head_Card \ +Drivers/I2C_Communication/Head_Card/IO_Ports \ +Drivers/I2C_Communication/Head_Card/PT100 \ +Drivers/I2C_Communication \ +Drivers/I2C_Communication/Main_Board_EEPROM \ +Drivers/I2C_Communication/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +Drivers/I2C_Communication/Thermo_K \ +Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan \ +Drivers/I2C_Communication/WHS_Card/D_TCA9546 \ +Drivers/I2C_Communication/WHS_Card \ +Drivers/Motors \ +Drivers/On_Chip_Flash \ +Drivers/SPI \ +Drivers/SSI_Comm/Dancer \ +Drivers/SSI_Comm \ +Drivers/SSI_Comm/Speed_Sensor \ +Drivers/USB_Communication \ +Drivers/Uart_Comm \ +Drivers/Valves \ +Drivers/flash_ram \ +Drivers/logi-tag \ +Modules/AlarmHandling \ +Modules/Control \ +Modules/Diagnostics \ +Modules/General \ +Modules/Heaters \ +Modules/IDS \ +Modules/IFS \ +Modules/Stubs_Handler \ +Modules/Thread \ +Modules/Waste \ +StateMachines/Initialization \ +StateMachines/Printing \ + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/3075f162cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/3075f162cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/3075f162cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/Software_CRC/sw_crc.c + +C_DEPS += \ +./Common/Software_CRC/sw_crc.d + +OBJS += \ +./Common/Software_CRC/sw_crc.obj + +OBJS__QUOTED += \ +"Common\Software_CRC\sw_crc.obj" + +C_DEPS__QUOTED += \ +"Common\Software_CRC\sw_crc.d" + +C_SRCS__QUOTED += \ +"../Common/Software_CRC/sw_crc.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/b0530163cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/b0530163cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/b0530163cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/protobuf-c/protobuf-c.c + +C_DEPS += \ +./Common/protobuf-c/protobuf-c.d + +OBJS += \ +./Common/protobuf-c/protobuf-c.obj + +OBJS__QUOTED += \ +"Common\protobuf-c\protobuf-c.obj" + +C_DEPS__QUOTED += \ +"Common\protobuf-c\protobuf-c.d" + +C_SRCS__QUOTED += \ +"../Common/protobuf-c/protobuf-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/c06d8f64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/c06d8f64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/c06d8f64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.c + +C_DEPS += \ +./Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.d + +OBJS += \ +./Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Dispenser_Card\I2C_Dispenser_Card_Mux.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Dispenser_Card\I2C_Dispenser_Card_Mux.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Dispenser_Card/I2C_Dispenser_Card_Mux.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/10db4465cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/10db4465cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/10db4465cc20001a1b70e45700dd4116 @@ -0,0 +1,44 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/Waste/Waste_BIT.c \ +../Modules/Waste/Waste_init.c \ +../Modules/Waste/Waste_maint.c \ +../Modules/Waste/Waste_print.c + +C_DEPS += \ +./Modules/Waste/Waste_BIT.d \ +./Modules/Waste/Waste_init.d \ +./Modules/Waste/Waste_maint.d \ +./Modules/Waste/Waste_print.d + +OBJS += \ +./Modules/Waste/Waste_BIT.obj \ +./Modules/Waste/Waste_init.obj \ +./Modules/Waste/Waste_maint.obj \ +./Modules/Waste/Waste_print.obj + +OBJS__QUOTED += \ +"Modules\Waste\Waste_BIT.obj" \ +"Modules\Waste\Waste_init.obj" \ +"Modules\Waste\Waste_maint.obj" \ +"Modules\Waste\Waste_print.obj" + +C_DEPS__QUOTED += \ +"Modules\Waste\Waste_BIT.d" \ +"Modules\Waste\Waste_init.d" \ +"Modules\Waste\Waste_maint.d" \ +"Modules\Waste\Waste_print.d" + +C_SRCS__QUOTED += \ +"../Modules/Waste/Waste_BIT.c" \ +"../Modules/Waste/Waste_init.c" \ +"../Modules/Waste/Waste_maint.c" \ +"../Modules/Waste/Waste_print.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/404a4c64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/404a4c64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/404a4c64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.obj: ../Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.d_raw" --obj_directory="Drivers/FPGA/FPGA_GPIO" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/20b28164cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/20b28164cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/20b28164cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/DAC/Blower.c + +C_DEPS += \ +./Drivers/I2C_Communication/DAC/Blower.d + +OBJS += \ +./Drivers/I2C_Communication/DAC/Blower.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\DAC\Blower.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\DAC\Blower.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/DAC/Blower.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/104f8b64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/104f8b64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/104f8b64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.c + +C_DEPS += \ +./Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.d + +OBJS += \ +./Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Dispenser_Card\EEPROM\Dispenser_EEPROM.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Dispenser_Card\EEPROM\Dispenser_EEPROM.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Dispenser_Card/EEPROM/Dispenser_EEPROM.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/e01c6b64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/e01c6b64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/e01c6b64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/Flash_Memory/Flash_Memory.obj: ../Drivers/Flash_Memory/Flash_Memory.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/Flash_Memory.d_raw" --obj_directory="Drivers/Flash_Memory" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0071d65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0071d65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0071d65cc20001a1b70e45700dd4116 @@ -0,0 +1,36 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/Heaters/Heaters_bit.obj: ../Modules/Heaters/Heaters_bit.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Heaters/Heaters_bit.d_raw" --obj_directory="Modules/Heaters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Heaters/Heaters_init.obj: ../Modules/Heaters/Heaters_init.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Heaters/Heaters_init.d_raw" --obj_directory="Modules/Heaters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Heaters/Heaters_maint.obj: ../Modules/Heaters/Heaters_maint.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Heaters/Heaters_maint.d_raw" --obj_directory="Modules/Heaters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Heaters/Heaters_print.obj: ../Modules/Heaters/Heaters_print.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Heaters/Heaters_print.d_raw" --obj_directory="Modules/Heaters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/b0a2d364cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/b0a2d364cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..3b0918530 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/b0a2d364cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.obj: ../Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.d_raw" --obj_directory="Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.obj: ../Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.d_raw" --obj_directory="Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/80c3ba64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/80c3ba64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..d8f8fc711 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/80c3ba64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/PT100/Head_PT100_ADC.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/PT100" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/c0551c63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/c0551c63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/c0551c63cc20001a1b70e45700dd4116 @@ -0,0 +1,62 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Connection/ConnectRequest.pb-c.c \ +../Communication/PMR/Connection/ConnectResponse.pb-c.c \ +../Communication/PMR/Connection/DeviceInformation.pb-c.c \ +../Communication/PMR/Connection/DisconnectRequest.pb-c.c \ +../Communication/PMR/Connection/DisconnectResponse.pb-c.c \ +../Communication/PMR/Connection/KeepAliveRequest.pb-c.c \ +../Communication/PMR/Connection/KeepAliveResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/Connection/ConnectRequest.pb-c.d \ +./Communication/PMR/Connection/ConnectResponse.pb-c.d \ +./Communication/PMR/Connection/DeviceInformation.pb-c.d \ +./Communication/PMR/Connection/DisconnectRequest.pb-c.d \ +./Communication/PMR/Connection/DisconnectResponse.pb-c.d \ +./Communication/PMR/Connection/KeepAliveRequest.pb-c.d \ +./Communication/PMR/Connection/KeepAliveResponse.pb-c.d + +OBJS += \ +./Communication/PMR/Connection/ConnectRequest.pb-c.obj \ +./Communication/PMR/Connection/ConnectResponse.pb-c.obj \ +./Communication/PMR/Connection/DeviceInformation.pb-c.obj \ +./Communication/PMR/Connection/DisconnectRequest.pb-c.obj \ +./Communication/PMR/Connection/DisconnectResponse.pb-c.obj \ +./Communication/PMR/Connection/KeepAliveRequest.pb-c.obj \ +./Communication/PMR/Connection/KeepAliveResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Connection\ConnectRequest.pb-c.obj" \ +"Communication\PMR\Connection\ConnectResponse.pb-c.obj" \ +"Communication\PMR\Connection\DeviceInformation.pb-c.obj" \ +"Communication\PMR\Connection\DisconnectRequest.pb-c.obj" \ +"Communication\PMR\Connection\DisconnectResponse.pb-c.obj" \ +"Communication\PMR\Connection\KeepAliveRequest.pb-c.obj" \ +"Communication\PMR\Connection\KeepAliveResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Connection\ConnectRequest.pb-c.d" \ +"Communication\PMR\Connection\ConnectResponse.pb-c.d" \ +"Communication\PMR\Connection\DeviceInformation.pb-c.d" \ +"Communication\PMR\Connection\DisconnectRequest.pb-c.d" \ +"Communication\PMR\Connection\DisconnectResponse.pb-c.d" \ +"Communication\PMR\Connection\KeepAliveRequest.pb-c.d" \ +"Communication\PMR\Connection\KeepAliveResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Connection/ConnectRequest.pb-c.c" \ +"../Communication/PMR/Connection/ConnectResponse.pb-c.c" \ +"../Communication/PMR/Connection/DeviceInformation.pb-c.c" \ +"../Communication/PMR/Connection/DisconnectRequest.pb-c.c" \ +"../Communication/PMR/Connection/DisconnectResponse.pb-c.c" \ +"../Communication/PMR/Connection/KeepAliveRequest.pb-c.c" \ +"../Communication/PMR/Connection/KeepAliveResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8a/b0d7df64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8a/b0d7df64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8a/b0d7df64cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/Motors/Motor.obj: ../Drivers/Motors/Motor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Motors/Motor.d_raw" --obj_directory="Drivers/Motors" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Motors/MotorActions.obj: ../Drivers/Motors/MotorActions.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Motors/MotorActions.d_raw" --obj_directory="Drivers/Motors" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/10f00265cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/10f00265cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..eddfd2ee0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/10f00265cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/logi-tag/LT_NFC.c \ +../Drivers/logi-tag/LT_RFID.c + +C_DEPS += \ +./Drivers/logi-tag/LT_NFC.d \ +./Drivers/logi-tag/LT_RFID.d + +OBJS += \ +./Drivers/logi-tag/LT_NFC.obj \ +./Drivers/logi-tag/LT_RFID.obj + +OBJS__QUOTED += \ +"Drivers\logi-tag\LT_NFC.obj" \ +"Drivers\logi-tag\LT_RFID.obj" + +C_DEPS__QUOTED += \ +"Drivers\logi-tag\LT_NFC.d" \ +"Drivers\logi-tag\LT_RFID.d" + +C_SRCS__QUOTED += \ +"../Drivers/logi-tag/LT_NFC.c" \ +"../Drivers/logi-tag/LT_RFID.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/5040e664cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/5040e664cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/5040e664cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/SPI/SPI_Comm.obj: ../Drivers/SPI/SPI_Comm.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/SPI/SPI_Comm.d_raw" --obj_directory="Drivers/SPI" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30020d65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30020d65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30020d65cc20001a1b70e45700dd4116 @@ -0,0 +1,36 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/Control/DriverWithCallbackExample.obj: ../Modules/Control/DriverWithCallbackExample.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Control/DriverWithCallbackExample.d_raw" --obj_directory="Modules/Control" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Control/MillisecTask.obj: ../Modules/Control/MillisecTask.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Control/MillisecTask.d_raw" --obj_directory="Modules/Control" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Control/PIDAlgo.obj: ../Modules/Control/PIDAlgo.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Control/PIDAlgo.d_raw" --obj_directory="Modules/Control" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Control/control.obj: ../Modules/Control/control.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Control/control.d_raw" --obj_directory="Modules/Control" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/902fee64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/902fee64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/902fee64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.c + +C_DEPS += \ +./Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.d + +OBJS += \ +./Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.obj + +OBJS__QUOTED += \ +"Drivers\SSI_Comm\Speed_Sensor\Speed_Sensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\SSI_Comm\Speed_Sensor\Speed_Sensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/SSI_Comm/Speed_Sensor/Speed_Sensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/c09d0465cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/c09d0465cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..82eaade9c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/c09d0465cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/logi-tag/LT_NFC.obj: ../Drivers/logi-tag/LT_NFC.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/logi-tag/LT_NFC.d_raw" --obj_directory="Drivers/logi-tag" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/logi-tag/LT_RFID.obj: ../Drivers/logi-tag/LT_RFID.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/logi-tag/LT_RFID.d_raw" --obj_directory="Drivers/logi-tag" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e081ec64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e081ec64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e081ec64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/SSI_Comm/SSI_Comm.obj: ../Drivers/SSI_Comm/SSI_Comm.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/SSI_Comm/SSI_Comm.d_raw" --obj_directory="Drivers/SSI_Comm" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/3088cd64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/3088cd64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..3a2873b0a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/3088cd64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Thermo_K/MCP9600.c + +C_DEPS += \ +./Drivers/I2C_Communication/Thermo_K/MCP9600.d + +OBJS += \ +./Drivers/I2C_Communication/Thermo_K/MCP9600.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Thermo_K\MCP9600.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Thermo_K\MCP9600.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Thermo_K/MCP9600.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70801265cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70801265cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70801265cc20001a1b70e45700dd4116 @@ -0,0 +1,36 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/Diagnostics/DiagnosticActions.obj: ../Modules/Diagnostics/DiagnosticActions.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Diagnostics/DiagnosticActions.d_raw" --obj_directory="Modules/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Diagnostics/Diagnostics.obj: ../Modules/Diagnostics/Diagnostics.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Diagnostics/Diagnostics.d_raw" --obj_directory="Modules/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Diagnostics/DiagnosticsHoming.obj: ../Modules/Diagnostics/DiagnosticsHoming.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Diagnostics/DiagnosticsHoming.d_raw" --obj_directory="Modules/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Diagnostics/DiagnosticsJogging.obj: ../Modules/Diagnostics/DiagnosticsJogging.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Diagnostics/DiagnosticsJogging.d_raw" --obj_directory="Modules/Diagnostics" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70ace164cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70ace164cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70ace164cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/On_Chip_Flash/Flashstore.c + +C_DEPS += \ +./Drivers/On_Chip_Flash/Flashstore.d + +OBJS += \ +./Drivers/On_Chip_Flash/Flashstore.obj + +OBJS__QUOTED += \ +"Drivers\On_Chip_Flash\Flashstore.obj" + +C_DEPS__QUOTED += \ +"Drivers\On_Chip_Flash\Flashstore.d" + +C_SRCS__QUOTED += \ +"../Drivers/On_Chip_Flash/Flashstore.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/1041b764cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/1041b764cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/1041b764cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.obj: ../Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/IO_Ports" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/b092ac64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/b092ac64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..0d151c449 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/b092ac64cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj: ../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/Fan" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/I2C_Communication/Head_Card/Fan/fan_click.obj: ../Drivers/I2C_Communication/Head_Card/Fan/fan_click.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/Fan/fan_click.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/Fan" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/40179364cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/40179364cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/40179364cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.c + +C_DEPS += \ +./Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.d + +OBJS += \ +./Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Dispenser_Card\IO_Ports\Dispenser_IO.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Dispenser_Card\IO_Ports\Dispenser_IO.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Dispenser_Card/IO_Ports/Dispenser_IO.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/80857164cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/80857164cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..54dde83fa --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/80857164cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/Heater/ADS1220.obj: ../Drivers/Heater/ADS1220.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Heater/ADS1220.d_raw" --obj_directory="Drivers/Heater" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Heater/Heater.obj: ../Drivers/Heater/Heater.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Heater/Heater.d_raw" --obj_directory="Drivers/Heater" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Heater/TemperatureSensor.obj: ../Drivers/Heater/TemperatureSensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Heater/TemperatureSensor.d_raw" --obj_directory="Drivers/Heater" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/50ad4264cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/50ad4264cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/50ad4264cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/ADC_Sampling/ADC.c \ +../Drivers/ADC_Sampling/ADC_VOC_Sensor.c + +C_DEPS += \ +./Drivers/ADC_Sampling/ADC.d \ +./Drivers/ADC_Sampling/ADC_VOC_Sensor.d + +OBJS += \ +./Drivers/ADC_Sampling/ADC.obj \ +./Drivers/ADC_Sampling/ADC_VOC_Sensor.obj + +OBJS__QUOTED += \ +"Drivers\ADC_Sampling\ADC.obj" \ +"Drivers\ADC_Sampling\ADC_VOC_Sensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\ADC_Sampling\ADC.d" \ +"Drivers\ADC_Sampling\ADC_VOC_Sensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/ADC_Sampling/ADC.c" \ +"../Drivers/ADC_Sampling/ADC_VOC_Sensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/107b5a64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/107b5a64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/107b5a64cc20001a1b70e45700dd4116 @@ -0,0 +1,29 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/FPGA/Full_Vme/ispvme/hardware.obj: ../Drivers/FPGA/Full_Vme/ispvme/hardware.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/Full_Vme/ispvme/hardware.d_raw" --obj_directory="Drivers/FPGA/Full_Vme/ispvme" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.obj: ../Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.d_raw" --obj_directory="Drivers/FPGA/Full_Vme/ispvme" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/FPGA/Full_Vme/ispvme/ivm_core.obj: ../Drivers/FPGA/Full_Vme/ispvme/ivm_core.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/Full_Vme/ispvme/ivm_core.d_raw" --obj_directory="Drivers/FPGA/Full_Vme/ispvme" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/903a0d63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/903a0d63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a/903a0d63cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/CommunicationTask.c \ +../Communication/Connection.c \ +../Communication/Container.c + +C_DEPS += \ +./Communication/CommunicationTask.d \ +./Communication/Connection.d \ +./Communication/Container.d + +OBJS += \ +./Communication/CommunicationTask.obj \ +./Communication/Connection.obj \ +./Communication/Container.obj + +OBJS__QUOTED += \ +"Communication\CommunicationTask.obj" \ +"Communication\Connection.obj" \ +"Communication\Container.obj" + +C_DEPS__QUOTED += \ +"Communication\CommunicationTask.d" \ +"Communication\Connection.d" \ +"Communication\Container.d" + +C_SRCS__QUOTED += \ +"../Communication/CommunicationTask.c" \ +"../Communication/Connection.c" \ +"../Communication/Container.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/f091db64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/f091db64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..4897c67e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/f091db64cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.obj: ../Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.d_raw" --obj_directory="Drivers/I2C_Communication/WHS_Card" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.obj: ../Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.d_raw" --obj_directory="Drivers/I2C_Communication/WHS_Card" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/e02ee564cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/e02ee564cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/e02ee564cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/SPI/SPI_Comm.c + +C_DEPS += \ +./Drivers/SPI/SPI_Comm.d + +OBJS += \ +./Drivers/SPI/SPI_Comm.obj + +OBJS__QUOTED += \ +"Drivers\SPI\SPI_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\SPI\SPI_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/SPI/SPI_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/d0f91065cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/d0f91065cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/d0f91065cc20001a1b70e45700dd4116 @@ -0,0 +1,44 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/Diagnostics/DiagnosticActions.c \ +../Modules/Diagnostics/Diagnostics.c \ +../Modules/Diagnostics/DiagnosticsHoming.c \ +../Modules/Diagnostics/DiagnosticsJogging.c + +C_DEPS += \ +./Modules/Diagnostics/DiagnosticActions.d \ +./Modules/Diagnostics/Diagnostics.d \ +./Modules/Diagnostics/DiagnosticsHoming.d \ +./Modules/Diagnostics/DiagnosticsJogging.d + +OBJS += \ +./Modules/Diagnostics/DiagnosticActions.obj \ +./Modules/Diagnostics/Diagnostics.obj \ +./Modules/Diagnostics/DiagnosticsHoming.obj \ +./Modules/Diagnostics/DiagnosticsJogging.obj + +OBJS__QUOTED += \ +"Modules\Diagnostics\DiagnosticActions.obj" \ +"Modules\Diagnostics\Diagnostics.obj" \ +"Modules\Diagnostics\DiagnosticsHoming.obj" \ +"Modules\Diagnostics\DiagnosticsJogging.obj" + +C_DEPS__QUOTED += \ +"Modules\Diagnostics\DiagnosticActions.d" \ +"Modules\Diagnostics\Diagnostics.d" \ +"Modules\Diagnostics\DiagnosticsHoming.d" \ +"Modules\Diagnostics\DiagnosticsJogging.d" + +C_SRCS__QUOTED += \ +"../Modules/Diagnostics/DiagnosticActions.c" \ +"../Modules/Diagnostics/Diagnostics.c" \ +"../Modules/Diagnostics/DiagnosticsHoming.c" \ +"../Modules/Diagnostics/DiagnosticsJogging.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/305cfe64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/305cfe64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/305cfe64cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/flash_ram/FlashProgram.obj: ../Drivers/flash_ram/FlashProgram.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/flash_ram/FlashProgram.d_raw" --obj_directory="Drivers/flash_ram" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/flash_ram/MCU_E2Prom.obj: ../Drivers/flash_ram/MCU_E2Prom.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/flash_ram/MCU_E2Prom.d_raw" --obj_directory="Drivers/flash_ram" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/a08e3e64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/a08e3e64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/a08e3e64cc20001a1b70e45700dd4116 @@ -0,0 +1,722 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Stubs/CalculateRequest.pb-c.obj: ../Communication/PMR/Stubs/CalculateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/CalculateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/CalculateResponse.pb-c.obj: ../Communication/PMR/Stubs/CalculateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/CalculateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/ProgressRequest.pb-c.obj: ../Communication/PMR/Stubs/ProgressRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/ProgressRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/ProgressResponse.pb-c.obj: ../Communication/PMR/Stubs/ProgressResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/ProgressResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubAbortJobRequest.pb-c.obj: ../Communication/PMR/Stubs/StubAbortJobRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubAbortJobRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubAbortJobResponse.pb-c.obj: ../Communication/PMR/Stubs/StubAbortJobResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubAbortJobResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.obj: ../Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubCartridgeReadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.obj: ../Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubCartridgeReadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.obj: ../Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubCartridgeWriteRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.obj: ../Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubCartridgeWriteResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.obj: ../Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubDancerPositionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.obj: ../Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubDancerPositionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubDispenserRequest.pb-c.obj: ../Communication/PMR/Stubs/StubDispenserRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubDispenserRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubDispenserResponse.pb-c.obj: ../Communication/PMR/Stubs/StubDispenserResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubDispenserResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashReadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashReadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashReadWordsRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashReadWordsResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashWriteRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashWriteResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashWriteWordsRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.obj: ../Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubExtFlashWriteWordsResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.obj: ../Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubF3Gpo01WriteRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.obj: ../Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubF3Gpo01WriteResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.obj: ../Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFPGAReadBackRegRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.obj: ../Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFPGAReadBackRegResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.obj: ../Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFPGAReadVersionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.obj: ../Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFPGAReadVersionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.obj: ../Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFpgaReadRegRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.obj: ../Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFpgaReadRegResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.obj: ../Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFpgaWriteRegRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.obj: ../Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubFpgaWriteRegResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOInputSetupRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOInputSetupResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOReadBitRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOReadBitResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOReadByteRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOReadByteResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOWriteBitRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOWriteBitResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOWriteByteRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.obj: ../Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubGPIOWriteByteResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHWVersionRequest.pb-c.obj: ../Communication/PMR/Stubs/StubHWVersionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHWVersionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHWVersionResponse.pb-c.obj: ../Communication/PMR/Stubs/StubHWVersionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHWVersionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHeaterRequest.pb-c.obj: ../Communication/PMR/Stubs/StubHeaterRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHeaterRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHeaterResponse.pb-c.obj: ../Communication/PMR/Stubs/StubHeaterResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHeaterResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.obj: ../Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHeatingTestPollRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.obj: ../Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHeatingTestPollResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.obj: ../Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHeatingTestRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.obj: ../Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubHeatingTestResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.obj: ../Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubI2CReadBytesRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.obj: ../Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubI2CReadBytesResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubI2CRequest.pb-c.obj: ../Communication/PMR/Stubs/StubI2CRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubI2CRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubI2CResponse.pb-c.obj: ../Communication/PMR/Stubs/StubI2CResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubI2CResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.obj: ../Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubI2CWriteBytesRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.obj: ../Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubI2CWriteBytesResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.obj: ../Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubIntADCReadRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.obj: ../Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubIntADCReadResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubJobRequest.pb-c.obj: ../Communication/PMR/Stubs/StubJobRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubJobRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubJobResponse.pb-c.obj: ../Communication/PMR/Stubs/StubJobResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubJobResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.obj: ../Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubL6470DriverRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.obj: ../Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubL6470DriverResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMidTankPressureSensorRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMidTankPressureSensorResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorHomeMarkRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorHomeMarkResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorInitRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorInitRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorInitRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorInitResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorInitResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorInitResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorMovRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorMovRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorMovRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorMovResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorMovResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorMovResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorPositionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorPositionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorRunRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorRunRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorRunRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorRunResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorRunResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorRunResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorRunStepTickRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorRunStepTickResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorSpeedRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorSpeedResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorStatusRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorStatusResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorStopRequest.pb-c.obj: ../Communication/PMR/Stubs/StubMotorStopRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorStopRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubMotorStopResponse.pb-c.obj: ../Communication/PMR/Stubs/StubMotorStopResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubMotorStopResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.obj: ../Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubOptLimitSwitchRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.obj: ../Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubOptLimitSwitchResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.obj: ../Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubReadEmbeddedVersionRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.obj: ../Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubReadEmbeddedVersionResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.obj: ../Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubRealTimeUsageRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.obj: ../Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubRealTimeUsageResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.obj: ../Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubSpeedSensorRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.obj: ../Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubSpeedSensorResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.obj: ../Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubSteperMotorRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.obj: ../Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubSteperMotorResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubTempSensorRequest.pb-c.obj: ../Communication/PMR/Stubs/StubTempSensorRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubTempSensorRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubTempSensorResponse.pb-c.obj: ../Communication/PMR/Stubs/StubTempSensorResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubTempSensorResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.obj: ../Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubTivaReadRegRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.obj: ../Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubTivaReadRegResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.obj: ../Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubTivaWriteRegRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.obj: ../Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubTivaWriteRegResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubValveRequest.pb-c.obj: ../Communication/PMR/Stubs/StubValveRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubValveRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Stubs/StubValveResponse.pb-c.obj: ../Communication/PMR/Stubs/StubValveResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Stubs/StubValveResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Stubs" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/f0334464cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/f0334464cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/f0334464cc20001a1b70e45700dd4116 @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/ADC_Sampling/ADC.obj: ../Drivers/ADC_Sampling/ADC.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/ADC_Sampling/ADC.d_raw" --obj_directory="Drivers/ADC_Sampling" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/ADC_Sampling/ADC_VOC_Sensor.obj: ../Drivers/ADC_Sampling/ADC_VOC_Sensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/ADC_Sampling/ADC_VOC_Sensor.d_raw" --obj_directory="Drivers/ADC_Sampling" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/909c4a64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/909c4a64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/909c4a64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c + +C_DEPS += \ +./Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.d + +OBJS += \ +./Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.obj + +OBJS__QUOTED += \ +"Drivers\FPGA\FPGA_GPIO\FPGA_GPIO.obj" + +C_DEPS__QUOTED += \ +"Drivers\FPGA\FPGA_GPIO\FPGA_GPIO.d" + +C_SRCS__QUOTED += \ +"../Drivers/FPGA/FPGA_GPIO/FPGA_GPIO.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/90862a63cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/90862a63cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..55839a6f0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/90862a63cc20001a1b70e45700dd4116 @@ -0,0 +1,85 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Debugging/DebugDistributor.pb-c.obj: ../Communication/PMR/Debugging/DebugDistributor.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/DebugDistributor.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/DebugDistributorType.pb-c.obj: ../Communication/PMR/Debugging/DebugDistributorType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/DebugDistributorType.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/DebugLogCategory.pb-c.obj: ../Communication/PMR/Debugging/DebugLogCategory.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/DebugLogCategory.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.obj: ../Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/SetDebugLogCategoryRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.obj: ../Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/SetDebugLogCategoryResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.obj: ../Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/SetupDebugDisributorsRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.obj: ../Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/SetupDebugDisributorsResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/StartDebugLogRequest.pb-c.obj: ../Communication/PMR/Debugging/StartDebugLogRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/StartDebugLogRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/StartDebugLogResponse.pb-c.obj: ../Communication/PMR/Debugging/StartDebugLogResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/StartDebugLogResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/StopDebugLogRequest.pb-c.obj: ../Communication/PMR/Debugging/StopDebugLogRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/StopDebugLogRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Debugging/StopDebugLogResponse.pb-c.obj: ../Communication/PMR/Debugging/StopDebugLogResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Debugging/StopDebugLogResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Debugging" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/f045be64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/f045be64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b471c40c7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/f045be64cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c \ +../Drivers/I2C_Communication/I2C_Task.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d \ +./Drivers/I2C_Communication/I2C_Task.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj \ +./Drivers/I2C_Communication/I2C_Task.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" \ +"Drivers\I2C_Communication\I2C_Task.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" \ +"Drivers\I2C_Communication\I2C_Task.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" \ +"../Drivers/I2C_Communication/I2C_Task.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/1051de64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/1051de64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/1051de64cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/Motors/Motor.c \ +../Drivers/Motors/MotorActions.c + +C_DEPS += \ +./Drivers/Motors/Motor.d \ +./Drivers/Motors/MotorActions.d + +OBJS += \ +./Drivers/Motors/Motor.obj \ +./Drivers/Motors/MotorActions.obj + +OBJS__QUOTED += \ +"Drivers\Motors\Motor.obj" \ +"Drivers\Motors\MotorActions.obj" + +C_DEPS__QUOTED += \ +"Drivers\Motors\Motor.d" \ +"Drivers\Motors\MotorActions.d" + +C_SRCS__QUOTED += \ +"../Drivers/Motors/Motor.c" \ +"../Drivers/Motors/MotorActions.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/004fc364cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/004fc364cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..431533061 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/004fc364cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.obj: ../Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Main_Board_EEPROM/Main_EEPROM.d_raw" --obj_directory="Drivers/I2C_Communication/Main_Board_EEPROM" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/70f45864cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/70f45864cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/70f45864cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/FPGA/Full_Vme/ispvme/hardware.c \ +../Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.c \ +../Drivers/FPGA/Full_Vme/ispvme/ivm_core.c + +C_DEPS += \ +./Drivers/FPGA/Full_Vme/ispvme/hardware.d \ +./Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.d \ +./Drivers/FPGA/Full_Vme/ispvme/ivm_core.d + +OBJS += \ +./Drivers/FPGA/Full_Vme/ispvme/hardware.obj \ +./Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.obj \ +./Drivers/FPGA/Full_Vme/ispvme/ivm_core.obj + +OBJS__QUOTED += \ +"Drivers\FPGA\Full_Vme\ispvme\hardware.obj" \ +"Drivers\FPGA\Full_Vme\ispvme\ispvm_ui.obj" \ +"Drivers\FPGA\Full_Vme\ispvme\ivm_core.obj" + +C_DEPS__QUOTED += \ +"Drivers\FPGA\Full_Vme\ispvme\hardware.d" \ +"Drivers\FPGA\Full_Vme\ispvme\ispvm_ui.d" \ +"Drivers\FPGA\Full_Vme\ispvme\ivm_core.d" + +C_SRCS__QUOTED += \ +"../Drivers/FPGA/Full_Vme/ispvme/hardware.c" \ +"../Drivers/FPGA/Full_Vme/ispvme/ispvm_ui.c" \ +"../Drivers/FPGA/Full_Vme/ispvme/ivm_core.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/2025d764cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/2025d764cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..c8afb42a7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/2025d764cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.obj: ../Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/WHS_Card/D_TCA9546/TCA9546_Driver.d_raw" --obj_directory="Drivers/I2C_Communication/WHS_Card/D_TCA9546" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/5022eb64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/5022eb64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/5022eb64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/SSI_Comm/SSI_Comm.c + +C_DEPS += \ +./Drivers/SSI_Comm/SSI_Comm.d + +OBJS += \ +./Drivers/SSI_Comm/SSI_Comm.obj + +OBJS__QUOTED += \ +"Drivers\SSI_Comm\SSI_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\SSI_Comm\SSI_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/SSI_Comm/SSI_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/a00c2465cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/a00c2465cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/a00c2465cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/IFS/ifs.c + +C_DEPS += \ +./Modules/IFS/ifs.d + +OBJS += \ +./Modules/IFS/ifs.obj + +OBJS__QUOTED += \ +"Modules\IFS\ifs.obj" + +C_DEPS__QUOTED += \ +"Modules\IFS\ifs.d" + +C_SRCS__QUOTED += \ +"../Modules/IFS/ifs.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/d0291563cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/d0291563cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/d0291563cc20001a1b70e45700dd4116 @@ -0,0 +1,36 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Common/ErrorCode.pb-c.obj: ../Communication/PMR/Common/ErrorCode.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Common/ErrorCode.pb-c.d_raw" --obj_directory="Communication/PMR/Common" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Common/ErrorResponse.pb-c.obj: ../Communication/PMR/Common/ErrorResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Common/ErrorResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Common" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Common/MessageContainer.pb-c.obj: ../Communication/PMR/Common/MessageContainer.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Common/MessageContainer.pb-c.d_raw" --obj_directory="Communication/PMR/Common" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Common/MessageType.pb-c.obj: ../Communication/PMR/Common/MessageType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Common/MessageType.pb-c.d_raw" --obj_directory="Communication/PMR/Common" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/80146f64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/80146f64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..368691401 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/80146f64cc20001a1b70e45700dd4116 @@ -0,0 +1,38 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/Heater/ADS1220.c \ +../Drivers/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/ADS1220.d \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/ADS1220.obj \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\ADS1220.obj" \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\ADS1220.d" \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/ADS1220.c" \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/2015b064cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/2015b064cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/2015b064cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.obj: ../Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.d_raw" --obj_directory="Drivers/I2C_Communication/Head_Card/Heaters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0038b264cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0038b264cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0038b264cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/e0a13a65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/e0a13a65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5712cfaab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/e0a13a65cc20001a1b70e45700dd4116 @@ -0,0 +1,204 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/Stubs_Handler/Calculate.obj: ../Modules/Stubs_Handler/Calculate.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Calculate.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Progress.obj: ../Modules/Stubs_Handler/Progress.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Progress.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/StubRealTimeUsage.obj: ../Modules/Stubs_Handler/StubRealTimeUsage.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/StubRealTimeUsage.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Cartridge.obj: ../Modules/Stubs_Handler/Stub_Cartridge.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Cartridge.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Dancer.obj: ../Modules/Stubs_Handler/Stub_Dancer.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Dancer.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Dispenser.obj: ../Modules/Stubs_Handler/Stub_Dispenser.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Dispenser.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_ExtFlash.obj: ../Modules/Stubs_Handler/Stub_ExtFlash.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_ExtFlash.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_FPGARWReg.obj: ../Modules/Stubs_Handler/Stub_FPGARWReg.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_FPGARWReg.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_FPGAReadBackReg.obj: ../Modules/Stubs_Handler/Stub_FPGAReadBackReg.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_FPGAReadBackReg.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_FPGAReadVersion.obj: ../Modules/Stubs_Handler/Stub_FPGAReadVersion.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_FPGAReadVersion.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_GPIO.obj: ../Modules/Stubs_Handler/Stub_GPIO.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_GPIO.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_HW_Version.obj: ../Modules/Stubs_Handler/Stub_HW_Version.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_HW_Version.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Heater.obj: ../Modules/Stubs_Handler/Stub_Heater.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Heater.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_I2C.obj: ../Modules/Stubs_Handler/Stub_I2C.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_I2C.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_IntADC.obj: ../Modules/Stubs_Handler/Stub_IntADC.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_IntADC.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_L6470.obj: ../Modules/Stubs_Handler/Stub_L6470.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_L6470.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj: ../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_MidTankPressureSensor.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Motor.obj: ../Modules/Stubs_Handler/Stub_Motor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Motor.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_OptLimitSwitch.obj: ../Modules/Stubs_Handler/Stub_OptLimitSwitch.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_OptLimitSwitch.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj: ../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_SpeedSensor.obj: ../Modules/Stubs_Handler/Stub_SpeedSensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_SpeedSensor.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Status.obj: ../Modules/Stubs_Handler/Stub_Status.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Status.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_SteperMotor.obj: ../Modules/Stubs_Handler/Stub_SteperMotor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_SteperMotor.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_TempSensor.obj: ../Modules/Stubs_Handler/Stub_TempSensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_TempSensor.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_TivaReg.obj: ../Modules/Stubs_Handler/Stub_TivaReg.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_TivaReg.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/Stub_Valve.obj: ../Modules/Stubs_Handler/Stub_Valve.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/Stub_Valve.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/User_Leds.obj: ../Modules/Stubs_Handler/User_Leds.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/User_Leds.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Stubs_Handler/temperature_sensor.obj: ../Modules/Stubs_Handler/temperature_sensor.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Stubs_Handler/temperature_sensor.d_raw" --obj_directory="Modules/Stubs_Handler" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/40bff464cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/40bff464cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/40bff464cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/Uart_Comm/Uart.c + +C_DEPS += \ +./Drivers/Uart_Comm/Uart.d + +OBJS += \ +./Drivers/Uart_Comm/Uart.obj + +OBJS__QUOTED += \ +"Drivers\Uart_Comm\Uart.obj" + +C_DEPS__QUOTED += \ +"Drivers\Uart_Comm\Uart.d" + +C_SRCS__QUOTED += \ +"../Drivers/Uart_Comm/Uart.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/3004ef62cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/3004ef62cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/3004ef62cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Common/SW_Info/SW_Info.obj: ../Common/SW_Info/SW_Info.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Common/SW_Info/SW_Info.d_raw" --obj_directory="Common/SW_Info" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/1096ae36cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/1096ae36cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..4d7259bd3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/1096ae36cc20001a1b70e45700dd4116 @@ -0,0 +1,55 @@ +/* + * I2C_Head_Mux.c + * + * Created on: Jul 2, 2019 + * Author: avi + */ + +#include "include.h" +#include +#include "I2C_Head_Mux.h" +#include "drivers/I2C_Communication/I2C.h" + +#include "Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.h" + +uint32_t Select_Main_Head_Mux_Channel() +{ + uint32_t status= OK; + + uint8_t Write_Buf[1]; + + //Block_Main_WHS_Mux_Channel(); + + Write_Buf[0] = 0x01 << 4;//Channel 4 + + status = I2C_Write(I2C_ID_HEAD_CARD, I2C3_MAIN_MUX_TCA9548A_0xE2, Write_Buf, 1); + + return status; +} + +uint32_t Select_Main_Head_Mux_Channel_test() +{ + uint32_t status= OK; + + uint8_t Write_Buf[1]; + + Write_Buf[0] = 0x01 << 0;//Channel 0 + + status = I2C_Write(I2C_ID_HEAD_CARD, I2C3_MAIN_MUX_TCA9548A_0xE2, Write_Buf, 1); + + return status; +} + +uint32_t Block_Main_Head_Mux_Channel() +{ + uint32_t status= OK; + + uint8_t Write_Buf[1]; + + Write_Buf[0] = 0x00;//Block all + + status = I2C_Write(I2C_ID_HEAD_CARD, I2C3_MAIN_MUX_TCA9548A_0xE2, Write_Buf, 1); + + return status; +} + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/b0cbed62cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/b0cbed62cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/b0cbed62cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/SW_Info/SW_Info.c + +C_DEPS += \ +./Common/SW_Info/SW_Info.d + +OBJS += \ +./Common/SW_Info/SW_Info.obj + +OBJS__QUOTED += \ +"Common\SW_Info\SW_Info.obj" + +C_DEPS__QUOTED += \ +"Common\SW_Info\SW_Info.d" + +C_SRCS__QUOTED += \ +"../Common/SW_Info/SW_Info.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/808eae64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/808eae64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/808eae64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Heaters/Head_Heaters.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/30b7e063cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/30b7e063cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/30b7e063cc20001a1b70e45700dd4116 @@ -0,0 +1,57 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/MachineStatus/IDSPackLevel.pb-c.obj: ../Communication/PMR/MachineStatus/IDSPackLevel.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/IDSPackLevel.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/MachineStatus/MachineState.pb-c.obj: ../Communication/PMR/MachineStatus/MachineState.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/MachineState.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/MachineStatus/MachineStatus.pb-c.obj: ../Communication/PMR/MachineStatus/MachineStatus.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/MachineStatus.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.obj: ../Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/StartMachineStatusUpdateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.obj: ../Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/StartMachineStatusUpdateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.obj: ../Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/StopMachineStatusUpdateRequest.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.obj: ../Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/MachineStatus/StopMachineStatusUpdateResponse.pb-c.d_raw" --obj_directory="Communication/PMR/MachineStatus" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/803c9863cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/803c9863cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/803c9863cc20001a1b70e45700dd4116 @@ -0,0 +1,106 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.obj: ../Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/AlarmHandlingItem.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.obj: ../Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/AlarmParameters.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.obj: ../Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/AlarmSourceType.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.obj: ../Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/ConfigurationParameters.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/DispenserData.pb-c.obj: ../Communication/PMR/EmbeddedParameters/DispenserData.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/DispenserData.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.obj: ../Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/DispenserDataRequest.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.obj: ../Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/DispenserDataResponse.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.obj: ../Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/DispenserRunningData.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.obj: ../Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/MachineCalibrationData.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.obj: ../Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/MachineCalibrationDataRequest.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.obj: ../Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/MachineCalibrationDataResponse.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/MidTankData.pb-c.obj: ../Communication/PMR/EmbeddedParameters/MidTankData.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/MidTankData.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.obj: ../Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/MidTankDataSetupRequest.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.obj: ../Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/EmbeddedParameters/MidTankDataSetupResponse.pb-c.d_raw" --obj_directory="Communication/PMR/EmbeddedParameters" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/60ff2065cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/60ff2065cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/60ff2065cc20001a1b70e45700dd4116 @@ -0,0 +1,56 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Modules/IDS/IDS_BIT.c \ +../Modules/IDS/IDS_Cleaning.c \ +../Modules/IDS/IDS_dispenser.c \ +../Modules/IDS/IDS_init.c \ +../Modules/IDS/IDS_maint.c \ +../Modules/IDS/IDS_print.c + +C_DEPS += \ +./Modules/IDS/IDS_BIT.d \ +./Modules/IDS/IDS_Cleaning.d \ +./Modules/IDS/IDS_dispenser.d \ +./Modules/IDS/IDS_init.d \ +./Modules/IDS/IDS_maint.d \ +./Modules/IDS/IDS_print.d + +OBJS += \ +./Modules/IDS/IDS_BIT.obj \ +./Modules/IDS/IDS_Cleaning.obj \ +./Modules/IDS/IDS_dispenser.obj \ +./Modules/IDS/IDS_init.obj \ +./Modules/IDS/IDS_maint.obj \ +./Modules/IDS/IDS_print.obj + +OBJS__QUOTED += \ +"Modules\IDS\IDS_BIT.obj" \ +"Modules\IDS\IDS_Cleaning.obj" \ +"Modules\IDS\IDS_dispenser.obj" \ +"Modules\IDS\IDS_init.obj" \ +"Modules\IDS\IDS_maint.obj" \ +"Modules\IDS\IDS_print.obj" + +C_DEPS__QUOTED += \ +"Modules\IDS\IDS_BIT.d" \ +"Modules\IDS\IDS_Cleaning.d" \ +"Modules\IDS\IDS_dispenser.d" \ +"Modules\IDS\IDS_init.d" \ +"Modules\IDS\IDS_maint.d" \ +"Modules\IDS\IDS_print.d" + +C_SRCS__QUOTED += \ +"../Modules/IDS/IDS_BIT.c" \ +"../Modules/IDS/IDS_Cleaning.c" \ +"../Modules/IDS/IDS_dispenser.c" \ +"../Modules/IDS/IDS_init.c" \ +"../Modules/IDS/IDS_maint.c" \ +"../Modules/IDS/IDS_print.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/d00ecf64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/d00ecf64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..0a0915c73 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/d00ecf64cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/I2C_Communication/Thermo_K/MCP9600.obj: ../Drivers/I2C_Communication/Thermo_K/MCP9600.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/I2C_Communication/Thermo_K/MCP9600.d_raw" --obj_directory="Drivers/I2C_Communication/Thermo_K" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/30cef163cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/30cef163cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/30cef163cc20001a1b70e45700dd4116 @@ -0,0 +1,176 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Communication/PMR/Printing/AbortJobRequest.pb-c.obj: ../Communication/PMR/Printing/AbortJobRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/AbortJobRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/AbortJobResponse.pb-c.obj: ../Communication/PMR/Printing/AbortJobResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/AbortJobResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/CurrentJobRequest.pb-c.obj: ../Communication/PMR/Printing/CurrentJobRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/CurrentJobRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/CurrentJobResponse.pb-c.obj: ../Communication/PMR/Printing/CurrentJobResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/CurrentJobResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/DispenserLiquidType.pb-c.obj: ../Communication/PMR/Printing/DispenserLiquidType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/DispenserLiquidType.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/DispenserStepDivision.pb-c.obj: ../Communication/PMR/Printing/DispenserStepDivision.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/DispenserStepDivision.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobBrushStop.pb-c.obj: ../Communication/PMR/Printing/JobBrushStop.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobBrushStop.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.obj: ../Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.obj: ../Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobDispenser.pb-c.obj: ../Communication/PMR/Printing/JobDispenser.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobDispenser.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobRequest.pb-c.obj: ../Communication/PMR/Printing/JobRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobResponse.pb-c.obj: ../Communication/PMR/Printing/JobResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobSegment.pb-c.obj: ../Communication/PMR/Printing/JobSegment.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobSegment.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobSpool.pb-c.obj: ../Communication/PMR/Printing/JobSpool.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobSpool.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobSpoolType.pb-c.obj: ../Communication/PMR/Printing/JobSpoolType.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobSpoolType.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobStatus.pb-c.obj: ../Communication/PMR/Printing/JobStatus.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobStatus.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobTicket.pb-c.obj: ../Communication/PMR/Printing/JobTicket.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobTicket.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobUploadStrategy.pb-c.obj: ../Communication/PMR/Printing/JobUploadStrategy.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobUploadStrategy.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/JobWindingMethod.pb-c.obj: ../Communication/PMR/Printing/JobWindingMethod.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/JobWindingMethod.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/ProcessParameters.pb-c.obj: ../Communication/PMR/Printing/ProcessParameters.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/ProcessParameters.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.obj: ../Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.obj: ../Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.obj: ../Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.obj: ../Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.d_raw" --obj_directory="Communication/PMR/Printing" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/10f2e462cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/10f2e462cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/10f2e462cc20001a1b70e45700dd4116 @@ -0,0 +1,58 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +CFG_SRCS += \ +../Embedded.cfg + +CMD_SRCS += \ +../tm4c129xnczad.cmd + +C_SRCS += \ +../Main.c \ +../delay.c + +GEN_CMDS += \ +./configPkg/linker.cmd + +GEN_FILES += \ +./configPkg/linker.cmd \ +./configPkg/compiler.opt + +GEN_MISC_DIRS += \ +./configPkg/ + +C_DEPS += \ +./Main.d \ +./delay.d + +GEN_OPTS += \ +./configPkg/compiler.opt + +OBJS += \ +./Main.obj \ +./delay.obj + +GEN_MISC_DIRS__QUOTED += \ +"configPkg\" + +OBJS__QUOTED += \ +"Main.obj" \ +"delay.obj" + +C_DEPS__QUOTED += \ +"Main.d" \ +"delay.d" + +GEN_FILES__QUOTED += \ +"configPkg\linker.cmd" \ +"configPkg\compiler.opt" + +C_SRCS__QUOTED += \ +"../Main.c" \ +"../delay.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/60299d64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/60299d64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/60299d64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/EEPROM/Head_EEPROM.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/c0bcf063cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/c0bcf063cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/c0bcf063cc20001a1b70e45700dd4116 @@ -0,0 +1,164 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Communication/PMR/Printing/AbortJobRequest.pb-c.c \ +../Communication/PMR/Printing/AbortJobResponse.pb-c.c \ +../Communication/PMR/Printing/CurrentJobRequest.pb-c.c \ +../Communication/PMR/Printing/CurrentJobResponse.pb-c.c \ +../Communication/PMR/Printing/DispenserLiquidType.pb-c.c \ +../Communication/PMR/Printing/DispenserStepDivision.pb-c.c \ +../Communication/PMR/Printing/JobBrushStop.pb-c.c \ +../Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.c \ +../Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.c \ +../Communication/PMR/Printing/JobDispenser.pb-c.c \ +../Communication/PMR/Printing/JobRequest.pb-c.c \ +../Communication/PMR/Printing/JobResponse.pb-c.c \ +../Communication/PMR/Printing/JobSegment.pb-c.c \ +../Communication/PMR/Printing/JobSpool.pb-c.c \ +../Communication/PMR/Printing/JobSpoolType.pb-c.c \ +../Communication/PMR/Printing/JobStatus.pb-c.c \ +../Communication/PMR/Printing/JobTicket.pb-c.c \ +../Communication/PMR/Printing/JobUploadStrategy.pb-c.c \ +../Communication/PMR/Printing/JobWindingMethod.pb-c.c \ +../Communication/PMR/Printing/ProcessParameters.pb-c.c \ +../Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.c \ +../Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.c \ +../Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.c \ +../Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.c + +C_DEPS += \ +./Communication/PMR/Printing/AbortJobRequest.pb-c.d \ +./Communication/PMR/Printing/AbortJobResponse.pb-c.d \ +./Communication/PMR/Printing/CurrentJobRequest.pb-c.d \ +./Communication/PMR/Printing/CurrentJobResponse.pb-c.d \ +./Communication/PMR/Printing/DispenserLiquidType.pb-c.d \ +./Communication/PMR/Printing/DispenserStepDivision.pb-c.d \ +./Communication/PMR/Printing/JobBrushStop.pb-c.d \ +./Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.d \ +./Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.d \ +./Communication/PMR/Printing/JobDispenser.pb-c.d \ +./Communication/PMR/Printing/JobRequest.pb-c.d \ +./Communication/PMR/Printing/JobResponse.pb-c.d \ +./Communication/PMR/Printing/JobSegment.pb-c.d \ +./Communication/PMR/Printing/JobSpool.pb-c.d \ +./Communication/PMR/Printing/JobSpoolType.pb-c.d \ +./Communication/PMR/Printing/JobStatus.pb-c.d \ +./Communication/PMR/Printing/JobTicket.pb-c.d \ +./Communication/PMR/Printing/JobUploadStrategy.pb-c.d \ +./Communication/PMR/Printing/JobWindingMethod.pb-c.d \ +./Communication/PMR/Printing/ProcessParameters.pb-c.d \ +./Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.d \ +./Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.d \ +./Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.d \ +./Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.d + +OBJS += \ +./Communication/PMR/Printing/AbortJobRequest.pb-c.obj \ +./Communication/PMR/Printing/AbortJobResponse.pb-c.obj \ +./Communication/PMR/Printing/CurrentJobRequest.pb-c.obj \ +./Communication/PMR/Printing/CurrentJobResponse.pb-c.obj \ +./Communication/PMR/Printing/DispenserLiquidType.pb-c.obj \ +./Communication/PMR/Printing/DispenserStepDivision.pb-c.obj \ +./Communication/PMR/Printing/JobBrushStop.pb-c.obj \ +./Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.obj \ +./Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.obj \ +./Communication/PMR/Printing/JobDispenser.pb-c.obj \ +./Communication/PMR/Printing/JobRequest.pb-c.obj \ +./Communication/PMR/Printing/JobResponse.pb-c.obj \ +./Communication/PMR/Printing/JobSegment.pb-c.obj \ +./Communication/PMR/Printing/JobSpool.pb-c.obj \ +./Communication/PMR/Printing/JobSpoolType.pb-c.obj \ +./Communication/PMR/Printing/JobStatus.pb-c.obj \ +./Communication/PMR/Printing/JobTicket.pb-c.obj \ +./Communication/PMR/Printing/JobUploadStrategy.pb-c.obj \ +./Communication/PMR/Printing/JobWindingMethod.pb-c.obj \ +./Communication/PMR/Printing/ProcessParameters.pb-c.obj \ +./Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.obj \ +./Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.obj \ +./Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.obj \ +./Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.obj + +OBJS__QUOTED += \ +"Communication\PMR\Printing\AbortJobRequest.pb-c.obj" \ +"Communication\PMR\Printing\AbortJobResponse.pb-c.obj" \ +"Communication\PMR\Printing\CurrentJobRequest.pb-c.obj" \ +"Communication\PMR\Printing\CurrentJobResponse.pb-c.obj" \ +"Communication\PMR\Printing\DispenserLiquidType.pb-c.obj" \ +"Communication\PMR\Printing\DispenserStepDivision.pb-c.obj" \ +"Communication\PMR\Printing\JobBrushStop.pb-c.obj" \ +"Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.obj" \ +"Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.obj" \ +"Communication\PMR\Printing\JobDispenser.pb-c.obj" \ +"Communication\PMR\Printing\JobRequest.pb-c.obj" \ +"Communication\PMR\Printing\JobResponse.pb-c.obj" \ +"Communication\PMR\Printing\JobSegment.pb-c.obj" \ +"Communication\PMR\Printing\JobSpool.pb-c.obj" \ +"Communication\PMR\Printing\JobSpoolType.pb-c.obj" \ +"Communication\PMR\Printing\JobStatus.pb-c.obj" \ +"Communication\PMR\Printing\JobTicket.pb-c.obj" \ +"Communication\PMR\Printing\JobUploadStrategy.pb-c.obj" \ +"Communication\PMR\Printing\JobWindingMethod.pb-c.obj" \ +"Communication\PMR\Printing\ProcessParameters.pb-c.obj" \ +"Communication\PMR\Printing\ResumeCurrentJobRequest.pb-c.obj" \ +"Communication\PMR\Printing\ResumeCurrentJobResponse.pb-c.obj" \ +"Communication\PMR\Printing\UploadProcessParametersRequest.pb-c.obj" \ +"Communication\PMR\Printing\UploadProcessParametersResponse.pb-c.obj" + +C_DEPS__QUOTED += \ +"Communication\PMR\Printing\AbortJobRequest.pb-c.d" \ +"Communication\PMR\Printing\AbortJobResponse.pb-c.d" \ +"Communication\PMR\Printing\CurrentJobRequest.pb-c.d" \ +"Communication\PMR\Printing\CurrentJobResponse.pb-c.d" \ +"Communication\PMR\Printing\DispenserLiquidType.pb-c.d" \ +"Communication\PMR\Printing\DispenserStepDivision.pb-c.d" \ +"Communication\PMR\Printing\JobBrushStop.pb-c.d" \ +"Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" \ +"Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" \ +"Communication\PMR\Printing\JobDispenser.pb-c.d" \ +"Communication\PMR\Printing\JobRequest.pb-c.d" \ +"Communication\PMR\Printing\JobResponse.pb-c.d" \ +"Communication\PMR\Printing\JobSegment.pb-c.d" \ +"Communication\PMR\Printing\JobSpool.pb-c.d" \ +"Communication\PMR\Printing\JobSpoolType.pb-c.d" \ +"Communication\PMR\Printing\JobStatus.pb-c.d" \ +"Communication\PMR\Printing\JobTicket.pb-c.d" \ +"Communication\PMR\Printing\JobUploadStrategy.pb-c.d" \ +"Communication\PMR\Printing\JobWindingMethod.pb-c.d" \ +"Communication\PMR\Printing\ProcessParameters.pb-c.d" \ +"Communication\PMR\Printing\ResumeCurrentJobRequest.pb-c.d" \ +"Communication\PMR\Printing\ResumeCurrentJobResponse.pb-c.d" \ +"Communication\PMR\Printing\UploadProcessParametersRequest.pb-c.d" \ +"Communication\PMR\Printing\UploadProcessParametersResponse.pb-c.d" + +C_SRCS__QUOTED += \ +"../Communication/PMR/Printing/AbortJobRequest.pb-c.c" \ +"../Communication/PMR/Printing/AbortJobResponse.pb-c.c" \ +"../Communication/PMR/Printing/CurrentJobRequest.pb-c.c" \ +"../Communication/PMR/Printing/CurrentJobResponse.pb-c.c" \ +"../Communication/PMR/Printing/DispenserLiquidType.pb-c.c" \ +"../Communication/PMR/Printing/DispenserStepDivision.pb-c.c" \ +"../Communication/PMR/Printing/JobBrushStop.pb-c.c" \ +"../Communication/PMR/Printing/JobDescriptionFileBrushStop.pb-c.c" \ +"../Communication/PMR/Printing/JobDescriptionFileSegment.pb-c.c" \ +"../Communication/PMR/Printing/JobDispenser.pb-c.c" \ +"../Communication/PMR/Printing/JobRequest.pb-c.c" \ +"../Communication/PMR/Printing/JobResponse.pb-c.c" \ +"../Communication/PMR/Printing/JobSegment.pb-c.c" \ +"../Communication/PMR/Printing/JobSpool.pb-c.c" \ +"../Communication/PMR/Printing/JobSpoolType.pb-c.c" \ +"../Communication/PMR/Printing/JobStatus.pb-c.c" \ +"../Communication/PMR/Printing/JobTicket.pb-c.c" \ +"../Communication/PMR/Printing/JobUploadStrategy.pb-c.c" \ +"../Communication/PMR/Printing/JobWindingMethod.pb-c.c" \ +"../Communication/PMR/Printing/ProcessParameters.pb-c.c" \ +"../Communication/PMR/Printing/ResumeCurrentJobRequest.pb-c.c" \ +"../Communication/PMR/Printing/ResumeCurrentJobResponse.pb-c.c" \ +"../Communication/PMR/Printing/UploadProcessParametersRequest.pb-c.c" \ +"../Communication/PMR/Printing/UploadProcessParametersResponse.pb-c.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/30200865cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/30200865cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/30200865cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/AlarmHandling/AlarmHandling.obj: ../Modules/AlarmHandling/AlarmHandling.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/AlarmHandling/AlarmHandling.d_raw" --obj_directory="Modules/AlarmHandling" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/7059da64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/7059da64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..1c8fe48c2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/7059da64cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.c \ +../Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.c + +C_DEPS += \ +./Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.d \ +./Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.d + +OBJS += \ +./Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.obj \ +./Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\WHS_Card\I2C_WHS_Fan_Mux.obj" \ +"Drivers\I2C_Communication\WHS_Card\I2C_WHS_Mux.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\WHS_Card\I2C_WHS_Fan_Mux.d" \ +"Drivers\I2C_Communication\WHS_Card\I2C_WHS_Mux.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/WHS_Card/I2C_WHS_Fan_Mux.c" \ +"../Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/a08d4d65cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/a08d4d65cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/a08d4d65cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../StateMachines/Printing/JobSTM.c \ +../StateMachines/Printing/PrintingSTM.c + +C_DEPS += \ +./StateMachines/Printing/JobSTM.d \ +./StateMachines/Printing/PrintingSTM.d + +OBJS += \ +./StateMachines/Printing/JobSTM.obj \ +./StateMachines/Printing/PrintingSTM.obj + +OBJS__QUOTED += \ +"StateMachines\Printing\JobSTM.obj" \ +"StateMachines\Printing\PrintingSTM.obj" + +C_DEPS__QUOTED += \ +"StateMachines\Printing\JobSTM.d" \ +"StateMachines\Printing\PrintingSTM.d" + +C_SRCS__QUOTED += \ +"../StateMachines/Printing/JobSTM.c" \ +"../StateMachines/Printing/PrintingSTM.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/00c55c64cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/00c55c64cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/00c55c64cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/FPGA/Motors_Driver/L6470.c + +C_DEPS += \ +./Drivers/FPGA/Motors_Driver/L6470.d + +OBJS += \ +./Drivers/FPGA/Motors_Driver/L6470.obj + +OBJS__QUOTED += \ +"Drivers\FPGA\Motors_Driver\L6470.obj" + +C_DEPS__QUOTED += \ +"Drivers\FPGA\Motors_Driver\L6470.d" + +C_SRCS__QUOTED += \ +"../Drivers/FPGA/Motors_Driver/L6470.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/10d4e962cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/10d4e962cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/10d4e962cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Common/SWUpdate/FileSystem.c \ +../Common/SWUpdate/FirmwareUpgrade.c + +C_DEPS += \ +./Common/SWUpdate/FileSystem.d \ +./Common/SWUpdate/FirmwareUpgrade.d + +OBJS += \ +./Common/SWUpdate/FileSystem.obj \ +./Common/SWUpdate/FirmwareUpgrade.obj + +OBJS__QUOTED += \ +"Common\SWUpdate\FileSystem.obj" \ +"Common\SWUpdate\FirmwareUpgrade.obj" + +C_DEPS__QUOTED += \ +"Common\SWUpdate\FileSystem.d" \ +"Common\SWUpdate\FirmwareUpgrade.d" + +C_SRCS__QUOTED += \ +"../Common/SWUpdate/FileSystem.c" \ +"../Common/SWUpdate/FirmwareUpgrade.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/70bab564cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/70bab564cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/70bab564cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/IO_Ports/Head_IO.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/101cd264cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/101cd264cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..a00d4f320 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/101cd264cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.c \ +../Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.d \ +./Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.obj \ +./Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_EMC2302_fan.obj" \ +"Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_EMC2302_fan.d" \ +"Drivers\I2C_Communication\WHS_Card\D_EMC2302_Fan\D_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_EMC2302_fan.c" \ +"../Drivers/I2C_Communication/WHS_Card/D_EMC2302_Fan/D_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e045f664cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e045f664cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e045f664cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/Uart_Comm/Uart.obj: ../Drivers/Uart_Comm/Uart.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Uart_Comm/Uart.d_raw" --obj_directory="Drivers/Uart_Comm" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/402c5164cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/402c5164cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/402c5164cc20001a1b70e45700dd4116 @@ -0,0 +1,15 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.obj: ../Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/FPGA/FPGA_INTERRUPTS/FPGA_Interrupts.d_raw" --obj_directory="Drivers/FPGA/FPGA_INTERRUPTS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/f05e2265cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/f05e2265cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/f05e2265cc20001a1b70e45700dd4116 @@ -0,0 +1,50 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/IDS/IDS_BIT.obj: ../Modules/IDS/IDS_BIT.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IDS/IDS_BIT.d_raw" --obj_directory="Modules/IDS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/IDS/IDS_Cleaning.obj: ../Modules/IDS/IDS_Cleaning.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IDS/IDS_Cleaning.d_raw" --obj_directory="Modules/IDS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/IDS/IDS_dispenser.obj: ../Modules/IDS/IDS_dispenser.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IDS/IDS_dispenser.d_raw" --obj_directory="Modules/IDS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/IDS/IDS_init.obj: ../Modules/IDS/IDS_init.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IDS/IDS_init.d_raw" --obj_directory="Modules/IDS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/IDS/IDS_maint.obj: ../Modules/IDS/IDS_maint.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IDS/IDS_maint.d_raw" --obj_directory="Modules/IDS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/IDS/IDS_print.obj: ../Modules/IDS/IDS_print.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/IDS/IDS_print.d_raw" --obj_directory="Modules/IDS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/b0614665cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/b0614665cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/b0614665cc20001a1b70e45700dd4116 @@ -0,0 +1,36 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/Waste/Waste_BIT.obj: ../Modules/Waste/Waste_BIT.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Waste/Waste_BIT.d_raw" --obj_directory="Modules/Waste" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Waste/Waste_init.obj: ../Modules/Waste/Waste_init.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Waste/Waste_init.d_raw" --obj_directory="Modules/Waste" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Waste/Waste_maint.obj: ../Modules/Waste/Waste_maint.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Waste/Waste_maint.d_raw" --obj_directory="Modules/Waste" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Waste/Waste_print.obj: ../Modules/Waste/Waste_print.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Waste/Waste_print.d_raw" --obj_directory="Modules/Waste" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/203ce864cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/203ce864cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/203ce864cc20001a1b70e45700dd4116 @@ -0,0 +1,26 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/SSI_Comm/Dancer/Dancer.c + +C_DEPS += \ +./Drivers/SSI_Comm/Dancer/Dancer.d + +OBJS += \ +./Drivers/SSI_Comm/Dancer/Dancer.obj + +OBJS__QUOTED += \ +"Drivers\SSI_Comm\Dancer\Dancer.obj" + +C_DEPS__QUOTED += \ +"Drivers\SSI_Comm\Dancer\Dancer.d" + +C_SRCS__QUOTED += \ +"../Drivers/SSI_Comm/Dancer/Dancer.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/00896664cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/00896664cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/00896664cc20001a1b70e45700dd4116 @@ -0,0 +1,50 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Drivers/Flash_Memory/FATFS/Control_File_System.obj: ../Drivers/Flash_Memory/FATFS/Control_File_System.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/FATFS/Control_File_System.d_raw" --obj_directory="Drivers/Flash_Memory/FATFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Flash_Memory/FATFS/cc932.obj: ../Drivers/Flash_Memory/FATFS/cc932.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/FATFS/cc932.d_raw" --obj_directory="Drivers/Flash_Memory/FATFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.obj: ../Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/FATFS/fatfs_port_mx66l51235f.d_raw" --obj_directory="Drivers/Flash_Memory/FATFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Flash_Memory/FATFS/ff.obj: ../Drivers/Flash_Memory/FATFS/ff.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/FATFS/ff.d_raw" --obj_directory="Drivers/Flash_Memory/FATFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Flash_Memory/FATFS/mx66l51235f.obj: ../Drivers/Flash_Memory/FATFS/mx66l51235f.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/FATFS/mx66l51235f.d_raw" --obj_directory="Drivers/Flash_Memory/FATFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Drivers/Flash_Memory/FATFS/spi_flash.obj: ../Drivers/Flash_Memory/FATFS/spi_flash.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Drivers/Flash_Memory/FATFS/spi_flash.d_raw" --obj_directory="Drivers/Flash_Memory/FATFS" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/10e7c564cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/10e7c564cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/10e7c564cc20001a1b70e45700dd4116 @@ -0,0 +1,32 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.c \ +../Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.c + +C_DEPS += \ +./Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.d \ +./Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.d + +OBJS += \ +./Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.obj \ +./Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\RFID_NFC\NFC_I2C\NFC_I2C.obj" \ +"Drivers\I2C_Communication\RFID_NFC\NFC_I2C\Test_NFC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\RFID_NFC\NFC_I2C\NFC_I2C.d" \ +"Drivers\I2C_Communication\RFID_NFC\NFC_I2C\Test_NFC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/RFID_NFC/NFC_I2C/NFC_I2C.c" \ +"../Drivers/I2C_Communication/RFID_NFC/NFC_I2C/Test_NFC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/a0584165cc20001a1b70e45700dd4116 b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/a0584165cc20001a1b70e45700dd4116 new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/a0584165cc20001a1b70e45700dd4116 @@ -0,0 +1,50 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +Modules/Thread/ThreadLoad.obj: ../Modules/Thread/ThreadLoad.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Thread/ThreadLoad.d_raw" --obj_directory="Modules/Thread" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Thread/Thread_BIT.obj: ../Modules/Thread/Thread_BIT.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Thread/Thread_BIT.d_raw" --obj_directory="Modules/Thread" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Thread/Thread_Winder.obj: ../Modules/Thread/Thread_Winder.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Thread/Thread_Winder.d_raw" --obj_directory="Modules/Thread" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Thread/Thread_init.obj: ../Modules/Thread/Thread_init.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Thread/Thread_init.d_raw" --obj_directory="Modules/Thread" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Thread/Thread_maint.obj: ../Modules/Thread/Thread_maint.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Thread/Thread_maint.d_raw" --obj_directory="Modules/Thread" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + +Modules/Thread/Thread_print.obj: ../Modules/Thread/Thread_print.c $(GEN_OPTS) | $(GEN_HDRS) + @echo 'Building file: $<' + @echo 'Invoking: ARM Compiler' + "C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me -Ooff --opt_for_speed=0 --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common/protobuf-c" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Diagnostics" --include_path="C:/Tango/Software/Embedded_SW/Embedded" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Hardware" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Printing" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR/Debugging" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication/PMR" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Communication" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Common" --include_path="C:/Tango/Software/Embedded_SW/Embedded/Modules" --include_path="C:/TI/ccsv7/tools/compiler/ti-cgt-arm_16.9.4.LTS/include" --include_path="C:/ti/TivaWare_C_Series-2.1.2.111" --include_path="C:/ti/xdctools_3_32_00_06_core/include" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08" --define=ENABLE_LFN --define=TARGET_IS_TM4C129_RA0 --define=ccs="ccs" --define=ccs --define=TIVAWARE --define=PART_TM4C129XNCZAD -g --gcc --diag_suppress=190 --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --embedded_constants=off --abi=eabi --preproc_with_compile --preproc_dependency="Modules/Thread/Thread_print.d_raw" --obj_directory="Modules/Thread" $(GEN_OPTS__FLAG) "$<" + @echo 'Finished building: $<' + @echo ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/26/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/26/history.index index 45046d528..bc117ce21 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/26/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/26/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/34/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/34/history.index index b72772cd2..a408da38f 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/34/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/34/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/3f/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/3f/history.index index e5c3b8826..fb0b5a3a1 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/3f/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/3f/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/65/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/65/history.index index e2a33c819..55b2223ee 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/65/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/65/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8/history.index index 87a34ce86..deb80685d 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8c/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8c/history.index index 74f23aa22..78c367e80 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8c/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/8c/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/b/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/b/history.index index 3ed2a3434..09aa4e35e 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/b/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/b/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/cb/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/cb/history.index index ed08d9003..5127f54aa 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/cb/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/cb/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/ce/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/ce/history.index index f027c3404..f21a9864d 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/ce/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/ce/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/f9/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/f9/history.index index 3c51182bb..28cb28beb 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/f9/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/f9/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/fe/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/fe/history.index index b9371dca9..ffb6d9feb 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/fe/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/f5/fe/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/history.index index 5f7b07c3b..c031ec893 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/4a/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/36/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/36/history.index index 8bc6e2e87..cb2ee4ad4 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/36/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/36/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/50/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/50/history.index index fb37b92bd..af3685527 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/50/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/50/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/8c/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/8c/history.index index 39b67c28d..be99bd944 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/8c/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/8c/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/98/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/98/history.index index 5a5f724e4..4dcfeaa3e 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/98/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/98/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/aa/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/aa/history.index index 968241717..fa0eb17d3 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/aa/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/aa/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c3/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c3/history.index index 34a415726..c1e218490 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c3/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c3/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c8/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c8/history.index index 187c8ac73..3e3554476 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c8/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/c8/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/d6/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/d6/history.index index 88499bf1a..065f28fc4 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/d6/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/d6/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/fa/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/fa/history.index index 7b8c27dcc..576c43852 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/fa/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/99/fa/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/c0/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/c0/history.index index defb962ef..a2a4fe116 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/c0/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/c0/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/cb/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/cb/history.index index e2c4607f1..3041cc1bf 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/cb/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/9d/cb/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/16/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/16/history.index index b537667a0..a15cbc36a 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/16/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/16/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/37/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/37/history.index index 887900092..0551565c2 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/37/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/37/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4a/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4a/history.index index 1f469910e..bd3c7e3a2 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4a/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4a/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4d/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4d/history.index index a7606ef70..5380606d4 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4d/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/4d/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/5f/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/5f/history.index index 2f06bf519..8d75a339c 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/5f/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/5f/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/c4/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/c4/history.index index 7106832a7..1844b59da 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/c4/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/c4/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/cc/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/cc/history.index index 747cf9ab9..4251c7e40 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/cc/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/b/cc/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/1a/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/1a/history.index index 583718cc9..b7e618b1b 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/1a/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/1a/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/23/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/23/history.index index 14f621970..4c3a309e2 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/23/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/23/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/6b/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/6b/history.index index ed41cc686..c63632fab 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/6b/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/6b/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/a/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/a/history.index index af5c7dd51..b8143b926 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/a/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/a/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/b8/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/b8/history.index index e14d9984d..8bf00bbcd 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/b8/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/b8/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/history.index index b4d10a32e..b57dc4869 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/de/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/e9/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/e9/history.index index d8c376337..e7e4bd7f6 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/e9/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/e9/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/history.index index 563557d04..d98ad2699 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/24/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/42/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/42/history.index index 0ae32fcdb..308fb06ef 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/42/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/42/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/43/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/43/history.index index 60a5c0d0a..fece39b30 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/43/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/43/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/86/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/86/history.index index 2e92c5855..ca5037f51 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/86/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/86/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/history.index index a1071b66c..27d438404 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/70/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/72/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/72/history.index index 32a2db139..17fcc058c 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/72/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/72/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/83/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/83/history.index index a77785a1e..1adbdfbf0 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/83/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/83/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/8c/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/8c/history.index index 8c2440d2d..61c38dd96 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/8c/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/8c/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/29/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/29/history.index index f471a4bef..d8af19848 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/29/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/29/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/ab/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/ab/history.index index 629d1d3bd..8aa0b5b20 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/ab/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/ab/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/history.index index d9bc1b401..acb721fd0 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/53/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/0/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/0/history.index index 6c8c35f61..25d84290f 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/0/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/0/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/67/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/67/history.index index 1003bc660..714d4b46a 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/67/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/67/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/history.index index 109aa9b5c..f6c09ce45 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/8f/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/8f/history.index index d2ebc14e3..92ed5c02d 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/8f/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/8f/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/5a/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/5a/history.index index d41563cb5..422f5f82e 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/5a/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/5a/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/d/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/d/history.index index fd3190042..96182af87 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/d/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/9b/d/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/af/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/af/history.index index bacd14057..5f8387e1b 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/af/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/af/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/c1/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/c1/history.index index 627649bd4..5b9d583c3 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/c1/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/c1/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/0/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/0/history.index index 142273d39..e514d77bc 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/0/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/0/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/67/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/67/history.index index ea3640b5f..98f1aa8f0 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/67/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/67/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/6d/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/6d/history.index index 857b9e2c9..1bca6fc5e 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/6d/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/6d/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/80/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/80/history.index index 76727c1e2..4edba0636 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/80/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/80/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/aa/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/aa/history.index index 17cdcf622..6b899f2b6 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/aa/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/aa/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/f3/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/f3/history.index index b3497bd29..f18daba0b 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/f3/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/f3/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/history.index index aedc8b686..bfe295ab0 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/history.index index 6a9952970..d57ff68d0 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/b1/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/b1/history.index index 01da5f377..54d880adb 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/b1/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/b1/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/3f/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/3f/history.index index dba0f0831..0fb3c41b9 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/3f/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/3f/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/f2/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/f2/history.index index 22ddff0b7..2e6308b55 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/f2/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/f2/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/history.index index a9bba7ea1..23046d8ab 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/c2/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/e5/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/e5/history.index index 4946b8295..5439e7d6a 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/e5/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/e5/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/fd/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/fd/history.index index 83b70c889..5f2fd5353 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/fd/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/fd/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/history.index index af18c70a5..3965b909f 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/4a/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/4a/properties.index index 35d121d67..e972ebbdd 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/4a/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/4a/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/8c/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/8c/properties.index index 1bd9f4969..07b8adc83 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/8c/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/8c/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c3/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c3/history.index index 0623cb206..9fc151089 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c3/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c3/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c8/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c8/properties.index index 179167dcd..07e18856b 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c8/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/c8/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/d6/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/d6/properties.index index 9f2c3ffc8..aac98b6a7 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/d6/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/d6/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/c0/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/c0/properties.index index 5724116f4..b958c739c 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/c0/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/c0/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/cb/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/cb/properties.index index 81d2e5c1e..82f4464ff 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/cb/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/9d/cb/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/91/f/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/91/f/history.index index 9b9373fe2..e0eb62803 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/91/f/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/91/f/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/fd/properties.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/fd/properties.index index 0549c2a90..727786db4 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/fd/properties.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/fd/properties.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/history.index index da71219c1..151bc227a 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.markers.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.markers.snap index f72b80073..08046c9eb 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.markers.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.markers.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.syncinfo.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.syncinfo.snap index 85b1b5f57..d16f3ec12 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.syncinfo.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.syncinfo.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap index 85b1b5f57..d16f3ec12 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap index 85b1b5f57..d16f3ec12 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap index 85b1b5f57..d16f3ec12 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources b/Software/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources index c4a947bc3..c291fd7d3 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources and b/Software/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/35.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/35.snap index ce76d52c0..542922365 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/35.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/35.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs b/Software/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs index 1d08d0951..049407624 100644 --- a/Software/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs +++ b/Software/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.cdt.managedbuilder.core.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 properties/Jig.com.ti.ccstudio.buildDefinitions.TMS470.ProjectType.418505826/com.ti.ccstudio.buildDefinitions.TMS470.Debug.87225697=com.ti.ccstudio.buildDefinitions.TMS470.Debug.87225697\=rcState\\\=-1\\r\\nrebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.1552867542.2061539131\=rebuildState\\\=true\\r\\n\r\ncom.ti.rtsc.buildDefinitions.XDC_3.16.tool.437055464\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.linkerDebug.2079256084\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.DebugToolchain.627960570\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.hex.604449639\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.DebugToolchain.1083174985\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.linkerDebug.383707052\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.1552867542\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.2049506076\=rebuildState\\\=false\\r\\n\r\ncom.ti.rtsc.buildDefinitions.XDC_3.16.tool.877121938\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.hex.2029334343\=rebuildState\\\=false\\r\\n\r\n -properties/Jig.com.ti.ccstudio.buildDefinitions.TMS470.ProjectType.418505826/com.ti.ccstudio.buildDefinitions.TMS470.Debug.87225697.838615887=com.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.DebugToolchain.374121404\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.hex.1807780762\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.DebugToolchain.57149553\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.linkerDebug.2015775392\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.hex.1924596764\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.639620890\=rebuildState\\\=false\\r\\n\r\ncom.ti.rtsc.buildDefinitions.XDC_3.16.tool.249827648\=rebuildState\\\=false\\r\\n\r\ncom.ti.rtsc.buildDefinitions.XDC_3.16.tool.788123529\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.linkerDebug.107094389\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470.Debug.87225697.838615887\=rcState\\\=4\\r\\nrebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.1272439107\=rebuildState\\\=false\\r\\n\r\n -properties/Jig.com.ti.ccstudio.buildDefinitions.TMS470.ProjectType.418505826/com.ti.ccstudio.buildDefinitions.TMS470.Release.998083265=com.ti.rtsc.buildDefinitions.XDC_3.16.tool.171091468\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470.Release.998083265\=rcState\\\=4\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.hex.1430899260\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.exe.ReleaseToolchain.6908301\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.exe.compilerRelease.1358938316\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.exe.linkerRelease.914941675\=rebuildState\\\=true\\r\\n\r\n +properties/Jig.com.ti.ccstudio.buildDefinitions.TMS470.ProjectType.418505826/com.ti.ccstudio.buildDefinitions.TMS470.Debug.87225697.838615887=com.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.DebugToolchain.374121404\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.hex.1807780762\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.DebugToolchain.57149553\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.linkerDebug.2015775392\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.hex.1924596764\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.639620890\=rebuildState\\\=false\\r\\n\r\ncom.ti.rtsc.buildDefinitions.XDC_3.16.tool.249827648\=rebuildState\\\=false\\r\\n\r\ncom.ti.rtsc.buildDefinitions.XDC_3.16.tool.788123529\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.linkerDebug.107094389\=rebuildState\\\=false\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470.Debug.87225697.838615887\=rcState\\\=5\\r\\nrebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_16.9.exe.compilerDebug.1272439107\=rebuildState\\\=false\\r\\n\r\n +properties/Jig.com.ti.ccstudio.buildDefinitions.TMS470.ProjectType.418505826/com.ti.ccstudio.buildDefinitions.TMS470.Release.998083265=com.ti.rtsc.buildDefinitions.XDC_3.16.tool.171091468\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470.Release.998083265\=rcState\\\=5\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.hex.1430899260\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.exe.ReleaseToolchain.6908301\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.exe.compilerRelease.1358938316\=rebuildState\\\=true\\r\\n\r\ncom.ti.ccstudio.buildDefinitions.TMS470_15.12.exe.linkerRelease.914941675\=rebuildState\\\=true\\r\\n\r\n diff --git a/Software/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/Software/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi index c7d45ba4b..ba5eb03ee 100644 --- a/Software/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi +++ b/Software/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi @@ -1,9 +1,9 @@ - - + + activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration ModelMigrationProcessor.001 - + @@ -12,9 +12,9 @@ topLevel shellMaximized - - - + + + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet persp.actionSet:org.eclipse.rse.core.search.searchActionSet @@ -64,70 +64,70 @@ persp.newWizSC:org.eclipse.rtsc.builddefinitions.dspbios.ui.DSPBIOSCreateNew persp.newWizSC:org.eclipse.rtsc.xdctools.ui.cdt.wizards.configfile.RTSCConfigFileWizard persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView - - - - + + + + - - + + - - - - + + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + + - - + + - - - + + + - + General C/C++ - - - - - - - - + + + + + + + + - + persp.actionSet:org.eclipse.ui.cheatsheets.actionSet persp.actionSet:org.eclipse.rse.core.search.searchActionSet @@ -174,51 +174,51 @@ persp.actionSet:com.ti.dvt.rovsupport persp.actionSet:com.ti.dvt.via.plugin.ActionSet persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView - - - + + + - - - - + + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - - + + + + - + General Other Code Composer Studio RTSC - - - - - + + + + + @@ -227,5287 +227,5289 @@ - - - - + + + + - + View categoryTag:Help - + View categoryTag:General - + ViewMenu menuContribution:menu - + - + View categoryTag:Help - - + + org.eclipse.e4.primaryDataStack EditorStack Maximized active noFocus - - - + + + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - active - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor com.ti.ccstudio.debug.ui.SourceNotFoundEditor removeOnHide - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor com.ti.ccstudio.debug.ui.SourceNotFoundEditor removeOnHide - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.ui.DefaultTextEditor removeOnHide - + menuContribution:popup popup:#TextEditorContext popup:org.eclipse.ui.DefaultTextEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#TextRulerContext popup:org.eclipse.ui.DefaultTextEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + menuContribution:popup popup:#TextEditorContext popup:org.eclipse.ui.DefaultTextEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#TextRulerContext popup:org.eclipse.ui.DefaultTextEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - - + + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + active + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - - + + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor com.ti.ccstudio.debug.ui.SourceNotFoundEditor removeOnHide - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + Editor org.eclipse.cdt.ui.editor.CEditor removeOnHide - + menuContribution:popup popup:#CEditorContext popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#CEditorRulerContext popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext popup:#AbstractTextEditorRulerContext - + menuContribution:popup popup:#OverviewRulerContext - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + menuContribution:popup popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMenu - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + menuContribution:popup popup:org.eclipse.debug.ui.DebugView - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + menuContribution:popup popup:org.eclipse.debug.ui.VariableView - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + menuContribution:popup popup:org.eclipse.debug.ui.ExpressionView - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.RegisterView - + menuContribution:popup popup:org.eclipse.debug.ui.RegisterView - + menuContribution:popup popup:org.eclipse.debug.ui.RegisterView - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + menuContribution:popup popup:org.eclipse.debug.ui.BreakpointView - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTGlobalBuildConsole - + menuContribution:popup popup:org.eclipse.cdt.ui.CDTBuildConsole - + menuContribution:popup popup:#ContextMenu - + menuContribution:popup popup:#ContextMenu - + - + View categoryTag:General - + busy + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:org.eclipse.ui.views.ProblemView popup:org.eclipse.ui.ide.MarkersView - + - + View categoryTag:Code Composer Studio - + busy + ViewMenu menuContribution:menu - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + menuContribution:popup popup:com.ti.ccstudio.project.ui.views.AdviceView popup:org.eclipse.ui.ide.MarkersView - + - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:Code Composer Studio - + View categoryTag:Code Composer Studio - + ViewMenu menuContribution:menu - + - + View categoryTag:Code Composer Studio - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + menuContribution:popup popup:#TranslationUnitOutlinerContext - + - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Grace - + View categoryTag:RTSC - + ViewMenu menuContribution:menu - + - + View categoryTag:Debug - + View categoryTag:General highlighted - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + menuContribution:popup popup:org.eclipse.search.ui.views.SearchView - + - + View categoryTag:Other - + ViewMenu menuContribution:menu - + - + View categoryTag:C/C++ - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.cdt.ui.callHierarchy - + - + View categoryTag:General - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.ui.views.ProgressView - + - + View categoryTag:C/C++ - + ViewMenu menuContribution:menu - + menuContribution:popup popup:org.eclipse.cdt.ui.typeHierarchy - + menuContribution:popup popup:org.eclipse.cdt.ui.typeHierarchy.members - + - - + + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - - + + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - - + + Opaque - + Opaque - + Opaque - + Draggable - + Draggable - + toolbarSeparator - + - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + stretch SHOW_RESTORE_MENU - + Draggable HIDEABLE SHOW_RESTORE_MENU - - + + stretch - + Draggable - + Draggable - - + + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - - + + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - + TrimStack Draggable - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + platform:win32 - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - + + + + + + + + + - - + + - - - + + + - - - - - - - - - - + + + + + + + + + + - - - - + + + + - - - - - - + + + + + + - - - - - + + + + + - - - + + + - - + + - - - - + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - + + platform:win32 - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Editor - + View categoryTag:C/C++ - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Make - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:C/C++ - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:Git - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:Connections - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:Remote Systems - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Team - + View categoryTag:Team - + View categoryTag:Terminal - + View categoryTag:Other - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Help - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Debug - + View categoryTag:Code Composer Studio - + View categoryTag:Code Composer Studio - + View categoryTag:Code Composer Studio - + View categoryTag:Code Composer Studio - + View categoryTag:General - + View categoryTag:Debug - + View categoryTag:General - + View categoryTag:DVT - + View categoryTag:Analysis Views - + View categoryTag:DVT - + View categoryTag:EnergyTrace - + View categoryTag:Analysis Views - + View categoryTag:Profiling - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:Analysis Views - + View categoryTag:UIA - + View categoryTag:Grace - + View categoryTag:Other - + View categoryTag:RTSC - + View categoryTag:RTSC - + View categoryTag:RTSC - - - - - + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - + + + - - - + + + - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c b/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c index 4d7259bd3..f290a8ef3 100644 --- a/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c +++ b/Software/Embedded_SW/Embedded/Drivers/I2C_Communication/Head_Card/I2C_Head_Mux.c @@ -12,18 +12,24 @@ #include "Drivers/I2C_Communication/WHS_Card/I2C_WHS_Mux.h" +uint8_t Main_Mux_Flag = UNKNOWN; + uint32_t Select_Main_Head_Mux_Channel() { uint32_t status= OK; uint8_t Write_Buf[1]; - //Block_Main_WHS_Mux_Channel(); + if(Main_Mux_Flag != HEAD) + { + Block_Main_WHS_Mux_Channel(); - Write_Buf[0] = 0x01 << 4;//Channel 4 + Write_Buf[0] = 0x01 << 4;//Channel 4 - status = I2C_Write(I2C_ID_HEAD_CARD, I2C3_MAIN_MUX_TCA9548A_0xE2, Write_Buf, 1); + status = I2C_Write(I2C_ID_HEAD_CARD, I2C3_MAIN_MUX_TCA9548A_0xE2, Write_Buf, 1); + Main_Mux_Flag = HEAD; + } return status; } diff --git a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c index 76b7aa7a1..920accda8 100644 --- a/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c +++ b/Software/Embedded_SW/Embedded/Modules/Control/MillisecTask.c @@ -581,10 +581,11 @@ uint32_t MillisecLowLoop(uint32_t tick) //call all modules Millisec functions //test dancers and speed encoders //check all callback units (state machine waiting for completion of a change) - bool Ten_msTick, Hundred_msTick , m20msecTick,m70msecTick,m90msecTick, Onesecond_Tick,OneMinute_Tick,OneHourTick; + bool Ten_msTick, Fifty_msTick, Hundred_msTick , m20msecTick,m70msecTick,m90msecTick, Onesecond_Tick,OneMinute_Tick,OneHourTick; bool O100Millisecond_Tick,O200Millisecond_Tick,O400Millisecond_Tick,O500Millisecond_Tick,O600Millisecond_Tick; //bool O100Millisecond_Tick,O200Millisecond_Tick,O400Millisecond_Tick,O500Millisecond_Tick,O600Millisecond_Tick,O800Millisecond_Tick,O900Millisecond_Tick; Ten_msTick = (tick%eTenMillisecond == 0) ?true:false; + Fifty_msTick = (tick%eHundredMillisecond == 0) ?true:false; //eFiftyMillisecond Hundred_msTick = (tick%eHundredMillisecond == 0) ?true:false; m20msecTick = (tick%eHundredMillisecond == 20) ?true:false; m70msecTick = (tick%eHundredMillisecond == 70) ?true:false; @@ -612,6 +613,12 @@ uint32_t MillisecLowLoop(uint32_t tick) if(Machine_Idle_Mode == true) Machine_Idle_Breathing_Led(); } +#ifdef Use_Head_Card + if(Fifty_msTick) + { + Set_HeadCard_PT100();//call every 50mSec (minimum delay 30mSec) + } +#endif #ifdef Use_Head_Card if (m20msecTick) //read odd PT1000 { @@ -671,6 +678,10 @@ uint32_t MillisecLowLoop(uint32_t tick) } DispensersCollectionCall(); +#ifdef Use_Head_Card + Head_Read_IO_Reg(0x46, HIGH);//READ HEAD CARD LS +#endif + } if (O100Millisecond_Tick) { -- cgit v1.3.1