From 567b8f9e17fe8bbc6077e6c8c77f0f68a9bb88af Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Tue, 10 Sep 2019 13:36:07 +0300 Subject: update Powerstep01 logic + add logs --- Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Modules') diff --git a/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c b/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c index 11ac84ea8..1baf9ceb9 100644 --- a/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c +++ b/Software/Embedded_SW/Embedded/Modules/IDS/IDS_maint.c @@ -150,7 +150,7 @@ uint32_t IDS_HomeDispenserBackMoveCallback(uint32_t motorId, uint32_t ReadValue) MotorStop(motorId,Hard_Hiz); CurrentDispenserSpeed[DispenserId] = 0; if (Extended_Motor_Param == true) - Combined_dispenser_Driver_Mode(DispenserId,Voltage); + Power_Step_01_Dispenser_Mode(DispenserId,Voltage); MotorSetMicroStep(motorId, KeepMicrostep[DispenserId]); HomingActive[DispenserId]= false; PrimingActive[DispenserId]= false; @@ -226,7 +226,7 @@ uint32_t IDS_HomeDispenser (uint32_t DispenserId, uint32_t speed , callback_fptr Control3WayValvesWithCallback ((Valves_t)DispenserId, MidTank_Dispenser, NULL); //direction: MidTank_Dispenser or Dispenser_Mixer KeepMicrostep[DispenserId] = MotorsCfg[MotorId].microstep; if (Extended_Motor_Param == true) - Combined_dispenser_Driver_Mode(DispenserId,Current); + Power_Step_01_Dispenser_Mode(DispenserId,Current); MotorSetMicroStep(MotorId, 1); SysCtlDelay(180000); //open dry air valve in the dispenser @@ -253,7 +253,7 @@ uint32_t IDS_Dispenser_Alarm_On (uint8_t DispenserId) Valve_Set(IDS_Id_to_AirValve[DispenserId], Atm_MidTank_OFF); Enable_MidTank_Pressure_Reading(DispenserId); if (Extended_Motor_Param == true) - Combined_dispenser_Driver_Mode(DispenserId,Voltage); + Power_Step_01_Dispenser_Mode(DispenserId,Voltage); status |= MotorSetMicroStep(MotorId, KeepMicrostep[DispenserId]); status |= MotorStop(DispenserId, Hard_Hiz); CurrentDispenserSpeed[DispenserId] = 0; @@ -298,7 +298,7 @@ uint32_t IDS_StopHomeDispenser (uint32_t DispenserId) } PrimingActive[DispenserId] = false; if (Extended_Motor_Param == true) - Combined_dispenser_Driver_Mode(DispenserId,Voltage); + Power_Step_01_Dispenser_Mode(DispenserId,Voltage); MotorSetMicroStep(MotorId, KeepMicrostep[DispenserId]); CurrentDispenserSpeed[DispenserId] = 0; CurrentDispenserSpeed[DispenserId] = 0; @@ -373,7 +373,7 @@ uint32_t IDS_EmptyDispenserCallback(uint32_t motorId, uint32_t ReadValue) MotorStop(motorId,Hard_Hiz); CurrentDispenserSpeed[DispenserId] = 0; if (Extended_Motor_Param == true) - Combined_dispenser_Driver_Mode(DispenserId,Voltage); + Power_Step_01_Dispenser_Mode(DispenserId,Voltage); MotorSetMicroStep(motorId, KeepMicrostep[DispenserId]); PrimingActive[DispenserId]= false; if (DispenserId == LUBRICANT_DISPENSER) @@ -408,7 +408,7 @@ uint32_t IDS_EmptyDispenser (uint32_t DispenserId, uint32_t speed , callback_fpt //open dispenser valve dispenser to midtank direction Control3WayValvesWithCallback ((Valves_t)DispenserId, Dispenser_Mixer, NULL); //direction: MidTank_Dispenser or Dispenser_Mixer if (Extended_Motor_Param == true) - Combined_dispenser_Driver_Mode(DispenserId,Current); + Power_Step_01_Dispenser_Mode(DispenserId,Current); //Valve_Set((Valves_t) request->index, Dispenser_Mixer); KeepMicrostep[DispenserId] = MotorsCfg[MotorId].microstep; MotorSetMicroStep(MotorId, 1); -- cgit v1.3.1 From 1ad6305093d93897c0eea59ace3ad0a1113cc09f Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Wed, 11 Sep 2019 17:25:23 +0300 Subject: Remove the log messege: close cartridge cover --- .../Embedded.1560423654045.pdom | Bin 17395712 -> 17399808 bytes .../.history/0/4000f41780d4001919daccf07d3853fc | 38 + .../.history/0/801f5e0772d4001919daccf07d3853fc | 15 + .../.history/0/b0a9ac589fd4001919daccf07d3853fc | 15 + .../.history/0/d0ed4cb683d4001919daccf07d3853fc | 162 + .../.history/0/e090b3057fd4001919daccf07d3853fc | 26 + .../.history/1/90c6695f84d4001919daccf07d3853fc | 32 + .../.history/1/b0d367b783d4001919daccf07d3853fc | 44 + .../.history/1/d0beee1980d4001919daccf07d3853fc | 758 +++ .../.history/1/f0fde6c97dd4001919daccf07d3853fc | 62 + .../.history/10/8096b7b683d4001919daccf07d3853fc | 26 + .../.history/10/a09426599fd4001919daccf07d3853fc | 104 + .../.history/10/e07110fad4d3001919daccf07d3853fc | 2035 ++++++++ .../.history/11/90012b0772d4001919daccf07d3853fc | 26 + .../.history/11/90d1e62cd5d3001919daccf07d3853fc | 15 + .../.history/12/20baff5e84d4001919daccf07d3853fc | 38 + .../.history/12/508729b683d4001919daccf07d3853fc | 57 + .../.history/12/e0ec985f84d4001919daccf07d3853fc | 26 + .../.history/13/00fcaa589fd4001919daccf07d3853fc | 26 + .../.history/13/10e1fab683d4001919daccf07d3853fc | 26 + .../.history/13/803eed057fd4001919daccf07d3853fc | 50 + .../.history/13/9043a90572d4001919daccf07d3853fc | 71 + .../.history/13/a061dd0772d4001919daccf07d3853fc | 22 + .../.history/13/c02b435f84d4001919daccf07d3853fc | 15 + .../.history/13/f082a7057fd4001919daccf07d3853fc | 22 + .../.history/14/a095885a9fd4001919daccf07d3853fc | 15 + .../.history/14/d09701b783d4001919daccf07d3853fc | 32 + .../.history/14/f0bbfa5f84d4001919daccf07d3853fc | 29 + .../.history/15/10d63d2ed5d3001919daccf07d3853fc | 26 + .../.history/15/204372c97dd4001919daccf07d3853fc | 38 + .../.history/15/900b28b783d4001919daccf07d3853fc | 15 + .../.history/15/e098bab583d4001919daccf07d3853fc | 36 + .../.history/16/20ead3057fd4001919daccf07d3853fc | 36 + .../.history/16/30c8f92dd5d3001919daccf07d3853fc | 26 + .../.history/16/605fc8b683d4001919daccf07d3853fc | 26 + .../.history/16/9002bf057fd4001919daccf07d3853fc | 26 + .../.history/16/90714f1980d4001919daccf07d3853fc | 26 + .../.history/16/c0fceb0672d4001919daccf07d3853fc | 632 +++ .../.history/16/e064855f84d4001919daccf07d3853fc | 26 + .../.history/16/e0963b047fd4001919daccf07d3853fc | 22 + .../.history/17/10bf2c2ed5d3001919daccf07d3853fc | 15 + .../.history/17/606686057fd4001919daccf07d3853fc | 26 + .../.history/17/c028ff5f84d4001919daccf07d3853fc | 22 + .../.history/17/d0259db583d4001919daccf07d3853fc | 26 + .../.history/17/d0e1405f84d4001919daccf07d3853fc | 26 + .../.history/18/70b9f65e84d4001919daccf07d3853fc | 32 + .../.history/18/b046ee0672d4001919daccf07d3853fc | 722 +++ .../.history/18/e017642dd5d3001919daccf07d3853fc | 57 + .../.history/19/00dfa7419fd4001919daccf07d3853fc | 2036 ++++++++ .../.history/19/30f9be589fd4001919daccf07d3853fc | 36 + .../.history/19/a064210772d4001919daccf07d3853fc | 26 + .../.history/19/b07e825f84d4001919daccf07d3853fc | 26 + .../.history/19/c038f51780d4001919daccf07d3853fc | 29 + .../.history/19/c0dc4fcb7dd4001919daccf07d3853fc | 22 + .../.history/1a/1076b2589fd4001919daccf07d3853fc | 29 + .../.history/1a/20401e2ed5d3001919daccf07d3853fc | 26 + .../.history/1a/8042031880d4001919daccf07d3853fc | 57 + .../.history/1a/d078a4b583d4001919daccf07d3853fc | 38 + .../.history/1b/60ba4c0772d4001919daccf07d3853fc | 26 + .../.history/1b/70f63c047fd4001919daccf07d3853fc | 26 + .../.history/1b/8001365e84d4001919daccf07d3853fc | 155 + .../.history/1c/10d449599fd4001919daccf07d3853fc | 146 + .../.history/1c/50af35c97dd4001919daccf07d3853fc | 22 + .../.history/1c/706081b583d4001919daccf07d3853fc | 15 + .../.history/1c/b0f57ac97dd4001919daccf07d3853fc | 44 + .../.history/1c/c003e91780d4001919daccf07d3853fc | 26 + .../.history/1c/c0f12ab783d4001919daccf07d3853fc | 32 + .../.history/1d/00bc4db783d4001919daccf07d3853fc | 56 + .../.history/1d/806270047fd4001919daccf07d3853fc | 57 + .../.history/1d/d0aa3f2ed5d3001919daccf07d3853fc | 15 + .../.history/1d/d0f073c97dd4001919daccf07d3853fc | 29 + .../.history/1d/e0985c0772d4001919daccf07d3853fc | 26 + .../.history/1d/f004d1c97dd4001919daccf07d3853fc | 410 ++ .../.history/1e/109eee057fd4001919daccf07d3853fc | 26 + .../.history/1e/705b5f5e84d4001919daccf07d3853fc | 57 + .../.history/1f/30ca4c2ed5d3001919daccf07d3853fc | 26 + .../.history/1f/f0f0d51780d4001919daccf07d3853fc | 32 + .../.history/2/00dbdb0772d4001919daccf07d3853fc | 32 + .../.history/2/50655b2dd5d3001919daccf07d3853fc | 104 + .../.history/2/e071240772d4001919daccf07d3853fc | 26 + .../.history/20/104b885f84d4001919daccf07d3853fc | 26 + .../.history/20/70f54a2ed5d3001919daccf07d3853fc | 15 + .../.history/20/90440b0772d4001919daccf07d3853fc | 29 + .../.history/20/b049b61980d4001919daccf07d3853fc | 50 + .../.history/20/c0f6365f84d4001919daccf07d3853fc | 22 + .../.history/21/2047082ed5d3001919daccf07d3853fc | 26 + .../.history/21/506d495f84d4001919daccf07d3853fc | 15 + .../.history/21/b0a85d057fd4001919daccf07d3853fc | 38 + .../.history/21/d0504e2ed5d3001919daccf07d3853fc | 15 + .../.history/21/f074ffb683d4001919daccf07d3853fc | 15 + .../.history/22/009e845a9fd4001919daccf07d3853fc | 15 + .../.history/22/70fa0eb683d4001919daccf07d3853fc | 463 ++ .../.history/22/80a147b783d4001919daccf07d3853fc | 36 + .../.history/22/b08a035f84d4001919daccf07d3853fc | 29 + .../.history/22/d04bb8057fd4001919daccf07d3853fc | 15 + .../.history/23/10231b0772d4001919daccf07d3853fc | 32 + .../.history/23/40f937c97dd4001919daccf07d3853fc | 26 + .../.history/23/904e08b783d4001919daccf07d3853fc | 26 + .../.history/23/d002de2dd5d3001919daccf07d3853fc | 32 + .../.history/23/f0178b589fd4001919daccf07d3853fc | 15 + .../.history/23/f060d40772d4001919daccf07d3853fc | 36 + .../.history/24/006ec0ca7dd4001919daccf07d3853fc | 50 + .../.history/25/50be3d1980d4001919daccf07d3853fc | 15 + .../.history/25/708d852ed5d3001919daccf07d3853fc | 56 + .../.history/25/c0328b2ed5d3001919daccf07d3853fc | 36 + .../.history/26/1070cc057fd4001919daccf07d3853fc | 22 + .../.history/26/6015feb683d4001919daccf07d3853fc | 26 + .../.history/26/707b690572d4001919daccf07d3853fc | 50 + .../.history/27/700b9c5d84d4001919daccf07d3853fc | 57 + .../.history/27/708cf20672d4001919daccf07d3853fc | 32 + .../.history/27/c09d630772d4001919daccf07d3853fc | 26 + .../.history/27/d048d25a9fd4001919daccf07d3853fc | 36 + .../.history/28/002be0ca7dd4001919daccf07d3853fc | 26 + .../.history/28/301cd41780d4001919daccf07d3853fc | 36 + .../.history/28/30a2c55f84d4001919daccf07d3853fc | 26 + .../.history/28/403f5f5f84d4001919daccf07d3853fc | 26 + .../.history/28/7053415a9fd4001919daccf07d3853fc | 50 + .../.history/28/b0cadf1980d4001919daccf07d3853fc | 36 + .../.history/28/c04d6fb783d4001919daccf07d3853fc | 32 + .../.history/28/e096090772d4001919daccf07d3853fc | 38 + .../.history/29/10265f0672d4001919daccf07d3853fc | 57 + .../.history/29/4086e55f84d4001919daccf07d3853fc | 56 + .../.history/29/40f45f0772d4001919daccf07d3853fc | 26 + .../.history/29/8073da1980d4001919daccf07d3853fc | 56 + .../.history/29/a012ae057fd4001919daccf07d3853fc | 15 + .../.history/29/b066eecb7dd4001919daccf07d3853fc | 758 +++ .../.history/29/c06798057fd4001919daccf07d3853fc | 15 + .../.history/2b/20955a1980d4001919daccf07d3853fc | 15 + .../.history/2b/40ce195a9fd4001919daccf07d3853fc | 32 + .../.history/2b/50b9c5057fd4001919daccf07d3853fc | 15 + .../.history/2b/90471eb783d4001919daccf07d3853fc | 15 + .../.history/2b/f0f3a9057fd4001919daccf07d3853fc | 32 + .../.history/2c/604c5db783d4001919daccf07d3853fc | 134 + .../.history/2d/405ae51780d4001919daccf07d3853fc | 50 + .../.history/2d/6008fec97dd4001919daccf07d3853fc | 146 + .../.history/2d/90b8955f84d4001919daccf07d3853fc | 32 + .../.history/2e/000b245f84d4001919daccf07d3853fc | 15 + .../.history/2e/1016bc1980d4001919daccf07d3853fc | 44 + .../.history/2e/a03f9ab583d4001919daccf07d3853fc | 43 + .../.history/2e/c0f19f5f84d4001919daccf07d3853fc | 36 + .../.history/2e/f099c7ca7dd4001919daccf07d3853fc | 32 + .../.history/2f/30eaaaca7dd4001919daccf07d3853fc | 15 + .../.history/2f/501255047fd4001919daccf07d3853fc | 38 + .../.history/2f/6024650772d4001919daccf07d3853fc | 15 + .../.history/2f/a025e70772d4001919daccf07d3853fc | 758 +++ .../.history/2f/a0eb561980d4001919daccf07d3853fc | 26 + .../.history/2f/d0a58a1980d4001919daccf07d3853fc | 15 + .../.history/2f/e08e60057fd4001919daccf07d3853fc | 26 + .../.history/3/00e2f62dd5d3001919daccf07d3853fc | 56 + .../.history/3/90ebd9b683d4001919daccf07d3853fc | 15 + .../.history/3/a010fc5e84d4001919daccf07d3853fc | 22 + .../.history/3/c0ed391980d4001919daccf07d3853fc | 26 + .../.history/3/e0498a0572d4001919daccf07d3853fc | 38 + .../.history/3/f0d44c047fd4001919daccf07d3853fc | 43 + .../.history/30/30d38a057fd4001919daccf07d3853fc | 15 + .../.history/30/40a6a1cb7dd4001919daccf07d3853fc | 44 + .../.history/30/80f5122ed5d3001919daccf07d3853fc | 15 + .../.history/30/906065cb7dd4001919daccf07d3853fc | 26 + .../.history/30/d014582ed5d3001919daccf07d3853fc | 26 + .../.history/31/309ad8047fd4001919daccf07d3853fc | 146 + .../.history/31/50ad70b783d4001919daccf07d3853fc | 22 + .../.history/31/c01c0d5e84d4001919daccf07d3853fc | 106 + .../.history/31/c080fc057fd4001919daccf07d3853fc | 134 + .../.history/31/f098d6cb7dd4001919daccf07d3853fc | 29 + .../.history/31/f0a221b783d4001919daccf07d3853fc | 15 + .../.history/32/10ae41b783d4001919daccf07d3853fc | 43 + .../.history/32/300c4ccb7dd4001919daccf07d3853fc | 15 + .../.history/32/4091622dd5d3001919daccf07d3853fc | 62 + .../.history/32/a03e7d057fd4001919daccf07d3853fc | 26 + .../.history/32/f0ca2dca7dd4001919daccf07d3853fc | 164 + .../.history/33/1015470772d4001919daccf07d3853fc | 32 + .../.history/33/50dad20772d4001919daccf07d3853fc | 44 + .../.history/33/701003067fd4001919daccf07d3853fc | 50 + .../.history/33/8094372ed5d3001919daccf07d3853fc | 26 + .../.history/34/00f8755a9fd4001919daccf07d3853fc | 22 + .../.history/34/106f380772d4001919daccf07d3853fc | 26 + .../.history/34/4052282ed5d3001919daccf07d3853fc | 22 + .../.history/34/40bfb1b583d4001919daccf07d3853fc | 38 + .../.history/34/a0a18c1980d4001919daccf07d3853fc | 26 + .../.history/34/d0b048cb7dd4001919daccf07d3853fc | 22 + .../.history/35/8045b81980d4001919daccf07d3853fc | 43 + .../.history/35/c0b3565f84d4001919daccf07d3853fc | 15 + .../.history/35/d062275a9fd4001919daccf07d3853fc | 15 + .../.history/35/f0026f047fd4001919daccf07d3853fc | 62 + .../.history/36/4054a8b683d4001919daccf07d3853fc | 632 +++ .../.history/36/408884589fd4001919daccf07d3853fc | 32 + .../.history/36/904a352ed5d3001919daccf07d3853fc | 15 + .../.history/36/906147057fd4001919daccf07d3853fc | 632 +++ .../.history/36/d0c251c97dd4001919daccf07d3853fc | 29 + .../.history/37/0059515a9fd4001919daccf07d3853fc | 26 + .../.history/37/30d78e5a9fd4001919daccf07d3853fc | 26 + .../.history/37/409accb583d4001919daccf07d3853fc | 71 + .../.history/37/50dd472dd5d3001919daccf07d3853fc | 410 ++ .../.history/37/806551b783d4001919daccf07d3853fc | 15 + .../.history/37/b032225a9fd4001919daccf07d3853fc | 26 + .../.history/38/50e1ed2dd5d3001919daccf07d3853fc | 38 + .../.history/38/f0c587057fd4001919daccf07d3853fc | 15 + .../.history/39/406d0cb783d4001919daccf07d3853fc | 32 + .../.history/39/506136cb7dd4001919daccf07d3853fc | 26 + .../.history/39/701a302ed5d3001919daccf07d3853fc | 32 + .../.history/3a/0083501980d4001919daccf07d3853fc | 15 + .../.history/3a/00cfb8b683d4001919daccf07d3853fc | 15 + .../.history/3a/201aa75a9fd4001919daccf07d3853fc | 32 + .../.history/3a/c0b7b95a9fd4001919daccf07d3853fc | 15 + .../.history/3c/1038ac5d84d4001919daccf07d3853fc | 71 + .../.history/3c/80fccb0772d4001919daccf07d3853fc | 56 + .../.history/3c/f0b7941980d4001919daccf07d3853fc | 15 + .../.history/3d/1024901980d4001919daccf07d3853fc | 26 + .../.history/3d/60e86e0772d4001919daccf07d3853fc | 15 + .../.history/3d/c092042dd5d3001919daccf07d3853fc | 71 + .../.history/3e/109c3c5f84d4001919daccf07d3853fc | 26 + .../.history/3e/504d592ed5d3001919daccf07d3853fc | 15 + .../.history/3e/50c6050772d4001919daccf07d3853fc | 15 + .../.history/3e/70a0f02dd5d3001919daccf07d3853fc | 26 + .../.history/3e/802a011980d4001919daccf07d3853fc | 722 +++ .../.history/3e/a034dd2cd5d3001919daccf07d3853fc | 38 + .../.history/3e/c0634f0572d4001919daccf07d3853fc | 26 + .../.history/3e/c08bea5a9fd4001919daccf07d3853fc | 50 + .../.history/3f/103a5d2dd5d3001919daccf07d3853fc | 106 + .../.history/3f/404f11b783d4001919daccf07d3853fc | 15 + .../.history/3f/a05c591980d4001919daccf07d3853fc | 26 + .../.history/3f/f025d05a9fd4001919daccf07d3853fc | 44 + .../.history/3f/f0ba540572d4001919daccf07d3853fc | 15 + .../.history/4/0048c8589fd4001919daccf07d3853fc | 57 + .../.history/4/206bde1980d4001919daccf07d3853fc | 44 + .../.history/4/306379047fd4001919daccf07d3853fc | 74 + .../.history/4/50646a2ed5d3001919daccf07d3853fc | 44 + .../.history/4/804f620572d4001919daccf07d3853fc | 29 + .../.history/4/f059790572d4001919daccf07d3853fc | 26 + .../.history/40/101153cb7dd4001919daccf07d3853fc | 15 + .../.history/40/3072beca7dd4001919daccf07d3853fc | 56 + .../.history/40/508fd72cd5d3001919daccf07d3853fc | 15 + .../.history/40/f067ffc97dd4001919daccf07d3853fc | 155 + .../.history/40/f0b8851880d4001919daccf07d3853fc | 152 + .../.history/41/1067701980d4001919daccf07d3853fc | 32 + .../.history/41/4074ab1980d4001919daccf07d3853fc | 36 + .../.history/42/30004a2dd5d3001919daccf07d3853fc | 463 ++ .../.history/42/6073d91780d4001919daccf07d3853fc | 15 + .../.history/42/7029d71780d4001919daccf07d3853fc | 22 + .../.history/42/b09f2fca7dd4001919daccf07d3853fc | 176 + .../.history/42/c0a50db783d4001919daccf07d3853fc | 22 + .../.history/42/d0e3d31980d4001919daccf07d3853fc | 128 + .../.history/43/00c056047fd4001919daccf07d3853fc | 29 + .../.history/43/3097355f84d4001919daccf07d3853fc | 32 + .../.history/43/4056cf057fd4001919daccf07d3853fc | 15 + .../.history/43/40ac192ed5d3001919daccf07d3853fc | 15 + .../.history/43/50512cb783d4001919daccf07d3853fc | 22 + .../.history/43/50bbb95f84d4001919daccf07d3853fc | 36 + .../.history/44/308b715a9fd4001919daccf07d3853fc | 22 + .../.history/44/501aa1057fd4001919daccf07d3853fc | 15 + .../.history/44/505e400772d4001919daccf07d3853fc | 15 + .../.history/44/80ad9c057fd4001919daccf07d3853fc | 26 + .../.history/44/d0a8ed047fd4001919daccf07d3853fc | 62 + .../.history/45/40e152b683d4001919daccf07d3853fc | 57 + .../.history/45/c02728b683d4001919daccf07d3853fc | 62 + .../.history/46/0082ee1780d4001919daccf07d3853fc | 38 + .../.history/46/40d3512ed5d3001919daccf07d3853fc | 15 + .../.history/46/8010295a9fd4001919daccf07d3853fc | 26 + .../.history/47/40e379057fd4001919daccf07d3853fc | 56 + .../.history/47/50f2a75d84d4001919daccf07d3853fc | 74 + .../.history/47/80fef15e84d4001919daccf07d3853fc | 722 +++ .../.history/47/900e9d0572d4001919daccf07d3853fc | 57 + .../.history/47/a0c80fb783d4001919daccf07d3853fc | 26 + .../.history/47/e09e681980d4001919daccf07d3853fc | 26 + .../.history/48/40553b0772d4001919daccf07d3853fc | 26 + .../.history/48/50b9235a9fd4001919daccf07d3853fc | 15 + .../.history/48/d0c93bc97dd4001919daccf07d3853fc | 26 + .../.history/49/20116a5a9fd4001919daccf07d3853fc | 15 + .../.history/49/50e1ee047fd4001919daccf07d3853fc | 57 + .../.history/49/909f8f2ed5d3001919daccf07d3853fc | 29 + .../.history/49/90cc7cb583d4001919daccf07d3853fc | 32 + .../.history/49/b00a0b1880d4001919daccf07d3853fc | 71 + .../.history/49/b0d1895f84d4001919daccf07d3853fc | 15 + .../.history/49/d03345047fd4001919daccf07d3853fc | 29 + .../.history/4a/200f5a5f84d4001919daccf07d3853fc | 15 + .../.history/4a/2021635d84d4001919daccf07d3853fc | 26 + .../.history/4a/3051e01780d4001919daccf07d3853fc | 29 + .../.history/4a/c04c0db683d4001919daccf07d3853fc | 410 ++ .../.history/4b/007121b683d4001919daccf07d3853fc | 106 + .../.history/4b/109b085b9fd4001919daccf07d3853fc | 56 + .../.history/4c/50e09e5f84d4001919daccf07d3853fc | 44 + .../.history/4c/702cab057fd4001919daccf07d3853fc | 22 + .../.history/4c/808e3f047fd4001919daccf07d3853fc | 26 + .../.history/4c/a057c21980d4001919daccf07d3853fc | 56 + .../.history/4d/50a407067fd4001919daccf07d3853fc | 36 + .../.history/4d/b0c1a21980d4001919daccf07d3853fc | 22 + .../.history/4d/c0de80589fd4001919daccf07d3853fc | 36 + .../.history/4e/00d594cb7dd4001919daccf07d3853fc | 44 + .../.history/4e/20a9d42cd5d3001919daccf07d3853fc | 22 + .../.history/4e/30448d057fd4001919daccf07d3853fc | 15 + .../.history/4e/30e3ddb683d4001919daccf07d3853fc | 22 + .../.history/4e/5095e0c97dd4001919daccf07d3853fc | 106 + .../.history/4e/60b8abcb7dd4001919daccf07d3853fc | 26 + .../.history/4f/20d21afad4d3001919daccf07d3853fc | 510 ++ .../.history/4f/304158cb7dd4001919daccf07d3853fc | 26 + .../.history/4f/50b7135f84d4001919daccf07d3853fc | 15 + .../.history/4f/50f73ab783d4001919daccf07d3853fc | 36 + .../.history/4f/6016910772d4001919daccf07d3853fc | 50 + .../.history/4f/a018040772d4001919daccf07d3853fc | 26 + .../.history/5/2005e95a9fd4001919daccf07d3853fc | 56 + .../.history/5/2016a3057fd4001919daccf07d3853fc | 26 + .../.history/5/20afddc97dd4001919daccf07d3853fc | 104 + .../.history/5/40c51f5f84d4001919daccf07d3853fc | 29 + .../.history/5/802f850772d4001919daccf07d3853fc | 36 + .../.history/5/8088e3b683d4001919daccf07d3853fc | 15 + .../.history/5/a0ac6b5d84d4001919daccf07d3853fc | 38 + .../.history/5/c0a630599fd4001919daccf07d3853fc | 57 + .../.history/50/505cee5a9fd4001919daccf07d3853fc | 15 + .../.history/50/709f00067fd4001919daccf07d3853fc | 56 + .../.history/50/b074c2cb7dd4001919daccf07d3853fc | 134 + .../.history/50/f0e5e4ca7dd4001919daccf07d3853fc | 15 + .../.history/51/000d775f84d4001919daccf07d3853fc | 26 + .../.history/51/b08a62057fd4001919daccf07d3853fc | 15 + .../.history/51/c0763e1880d4001919daccf07d3853fc | 463 ++ .../.history/51/d088cbb583d4001919daccf07d3853fc | 74 + .../.history/52/304df6b683d4001919daccf07d3853fc | 15 + .../.history/52/40af8ab583d4001919daccf07d3853fc | 29 + .../.history/52/9006f32cd5d3001919daccf07d3853fc | 36 + .../.history/53/40616ecb7dd4001919daccf07d3853fc | 15 + .../.history/54/601a4a1980d4001919daccf07d3853fc | 26 + .../.history/54/d0bcba057fd4001919daccf07d3853fc | 15 + .../.history/55/10fd571980d4001919daccf07d3853fc | 15 + .../.history/55/404c8e589fd4001919daccf07d3853fc | 26 + .../.history/55/709e9d2dd5d3001919daccf07d3853fc | 176 + .../.history/55/8081f9b683d4001919daccf07d3853fc | 15 + .../.history/56/40263b1980d4001919daccf07d3853fc | 15 + .../.history/56/f0ab905a9fd4001919daccf07d3853fc | 15 + .../.history/57/605e3a047fd4001919daccf07d3853fc | 32 + .../.history/57/b07d8ec97dd4001919daccf07d3853fc | 74 + .../.history/57/d036585a9fd4001919daccf07d3853fc | 26 + .../.history/58/20523a5f84d4001919daccf07d3853fc | 15 + .../.history/58/b0700d067fd4001919daccf07d3853fc | 32 + .../.history/58/d0bbf95d84d4001919daccf07d3853fc | 463 ++ .../.history/58/e01e4f047fd4001919daccf07d3853fc | 26 + .../.history/58/e0f651b683d4001919daccf07d3853fc | 62 + .../.history/59/f0be9d057fd4001919daccf07d3853fc | 15 + .../.history/5a/a06c801980d4001919daccf07d3853fc | 26 + .../.history/5a/b0dfcbca7dd4001919daccf07d3853fc | 26 + .../.history/5a/f072acb683d4001919daccf07d3853fc | 32 + .../.history/5b/807990c97dd4001919daccf07d3853fc | 71 + .../.history/5c/2083cd0772d4001919daccf07d3853fc | 50 + .../.history/5c/a00ff82cd5d3001919daccf07d3853fc | 62 + .../.history/5c/b0a6092ed5d3001919daccf07d3853fc | 15 + .../.history/5c/f032e32dd5d3001919daccf07d3853fc | 29 + .../.history/5c/f0d29a5d84d4001919daccf07d3853fc | 62 + .../.history/5d/2018975f84d4001919daccf07d3853fc | 22 + .../.history/5d/40c8c2047fd4001919daccf07d3853fc | 104 + .../.history/5d/60400d0772d4001919daccf07d3853fc | 26 + .../.history/5d/b0b1992ed5d3001919daccf07d3853fc | 758 +++ .../.history/5d/f00a5c5f84d4001919daccf07d3853fc | 26 + .../.history/5e/50a0602ed5d3001919daccf07d3853fc | 44 + .../.history/5e/905e2fb783d4001919daccf07d3853fc | 15 + .../.history/5e/a039c71980d4001919daccf07d3853fc | 15 + .../.history/5e/a047c9ca7dd4001919daccf07d3853fc | 22 + .../.history/5e/b09754cb7dd4001919daccf07d3853fc | 26 + .../.history/5e/d0dac4ca7dd4001919daccf07d3853fc | 15 + .../.history/5f/b007e6047fd4001919daccf07d3853fc | 152 + .../.history/5f/c0616d0772d4001919daccf07d3853fc | 26 + .../.history/5f/d027c4047fd4001919daccf07d3853fc | 106 + .../.history/6/202719599fd4001919daccf07d3853fc | 463 ++ .../.history/6/20296b0572d4001919daccf07d3853fc | 43 + .../.history/6/40b0cfca7dd4001919daccf07d3853fc | 26 + .../.history/6/90f78b0572d4001919daccf07d3853fc | 29 + .../.history/6/e04d300672d4001919daccf07d3853fc | 57 + .../.history/60/20275c5e84d4001919daccf07d3853fc | 62 + .../.history/60/706a20b783d4001919daccf07d3853fc | 26 + .../.history/61/80837e5a9fd4001919daccf07d3853fc | 32 + .../.history/62/502d0b2ed5d3001919daccf07d3853fc | 26 + .../.history/62/804384057fd4001919daccf07d3853fc | 22 + .../.history/62/a086c20772d4001919daccf07d3853fc | 128 + .../.history/62/f0e09c5a9fd4001919daccf07d3853fc | 26 + .../.history/63/90e7062ed5d3001919daccf07d3853fc | 15 + .../.history/63/e077f05e84d4001919daccf07d3853fc | 632 +++ .../.history/64/1026605a9fd4001919daccf07d3853fc | 15 + .../.history/64/60fb8bcb7dd4001919daccf07d3853fc | 36 + .../.history/64/80cd8b5f84d4001919daccf07d3853fc | 26 + .../.history/64/a073b5b683d4001919daccf07d3853fc | 15 + .../.history/64/e06e112ed5d3001919daccf07d3853fc | 26 + .../.history/65/1006c3ca7dd4001919daccf07d3853fc | 26 + .../.history/65/b09a2a5f84d4001919daccf07d3853fc | 56 + .../.history/65/f03ce15a9fd4001919daccf07d3853fc | 36 + .../.history/66/000a7f589fd4001919daccf07d3853fc | 58 + .../.history/66/002789599fd4001919daccf07d3853fc | 57 + .../.history/66/d027a51880d4001919daccf07d3853fc | 164 + .../.history/67/00be022dd5d3001919daccf07d3853fc | 74 + .../.history/67/00c2770772d4001919daccf07d3853fc | 15 + .../.history/67/5028742ed5d3001919daccf07d3853fc | 26 + .../.history/67/702714067fd4001919daccf07d3853fc | 758 +++ .../.history/67/707a795a9fd4001919daccf07d3853fc | 26 + .../.history/67/80dd6f5a9fd4001919daccf07d3853fc | 32 + .../.history/67/90893e0772d4001919daccf07d3853fc | 26 + .../.history/67/f0189eca7dd4001919daccf07d3853fc | 22 + .../.history/68/00e81cb783d4001919daccf07d3853fc | 26 + .../.history/68/10c02dc97dd4001919daccf07d3853fc | 58 + .../.history/68/70db545a9fd4001919daccf07d3853fc | 26 + .../.history/69/0023661880d4001919daccf07d3853fc | 155 + .../.history/69/10f92e599fd4001919daccf07d3853fc | 62 + .../.history/69/30e15e057fd4001919daccf07d3853fc | 29 + .../.history/69/809b212ed5d3001919daccf07d3853fc | 32 + .../.history/69/a067a95f84d4001919daccf07d3853fc | 36 + .../.history/6a/0014c0057fd4001919daccf07d3853fc | 15 + .../.history/6a/20d9180772d4001919daccf07d3853fc | 15 + .../.history/6a/5075510772d4001919daccf07d3853fc | 32 + .../.history/6b/6001042ed5d3001919daccf07d3853fc | 15 + .../.history/6b/704aa6057fd4001919daccf07d3853fc | 32 + .../.history/6b/a0abe8c97dd4001919daccf07d3853fc | 57 + .../.history/6c/a014e21980d4001919daccf07d3853fc | 38 + .../.history/6d/80757c5d84d4001919daccf07d3853fc | 15 + .../.history/6d/90e2115f84d4001919daccf07d3853fc | 26 + .../.history/6d/a070755d84d4001919daccf07d3853fc | 50 + .../.history/6d/c04da15a9fd4001919daccf07d3853fc | 26 + .../.history/6e/6025560672d4001919daccf07d3853fc | 162 + .../.history/6e/90d43d5f84d4001919daccf07d3853fc | 15 + .../.history/6e/a0c3ed5f84d4001919daccf07d3853fc | 50 + .../.history/6e/f0a0831980d4001919daccf07d3853fc | 15 + .../.history/6f/10057eb583d4001919daccf07d3853fc | 22 + .../.history/6f/70bd595a9fd4001919daccf07d3853fc | 15 + .../.history/6f/70fe691980d4001919daccf07d3853fc | 15 + .../.history/6f/d056d62cd5d3001919daccf07d3853fc | 26 + .../.history/6f/e0284c5a9fd4001919daccf07d3853fc | 15 + .../.history/6f/f0e482c97dd4001919daccf07d3853fc | 62 + .../.history/7/3082345a9fd4001919daccf07d3853fc | 38 + .../.history/7/b0a1722ed5d3001919daccf07d3853fc | 50 + .../.history/7/c0b5665a9fd4001919daccf07d3853fc | 15 + .../.history/7/e058d31780d4001919daccf07d3853fc | 58 + .../.history/70/30a3142ed5d3001919daccf07d3853fc | 26 + .../.history/70/30a90e067fd4001919daccf07d3853fc | 22 + .../.history/70/50655c047fd4001919daccf07d3853fc | 29 + .../.history/70/909a9a5f84d4001919daccf07d3853fc | 15 + .../.history/70/d04128c97dd4001919daccf07d3853fc | 192 + .../.history/70/e001145a9fd4001919daccf07d3853fc | 632 +++ .../.history/71/30df1aca7dd4001919daccf07d3853fc | 57 + .../.history/71/40a7641980d4001919daccf07d3853fc | 26 + .../.history/71/5070eb2dd5d3001919daccf07d3853fc | 15 + .../.history/71/a09e76cb7dd4001919daccf07d3853fc | 26 + .../.history/71/e07f39c97dd4001919daccf07d3853fc | 15 + .../.history/72/40be751980d4001919daccf07d3853fc | 22 + .../.history/72/d00785c97dd4001919daccf07d3853fc | 57 + .../.history/72/d01d771980d4001919daccf07d3853fc | 26 + .../.history/73/7000bd1980d4001919daccf07d3853fc | 36 + .../.history/73/e09206067fd4001919daccf07d3853fc | 44 + .../.history/73/f0ced3ca7dd4001919daccf07d3853fc | 26 + .../.history/74/10d1b6ca7dd4001919daccf07d3853fc | 15 + .../.history/74/8000455f84d4001919daccf07d3853fc | 26 + .../.history/75/10445b5a9fd4001919daccf07d3853fc | 26 + .../.history/75/203f3dcb7dd4001919daccf07d3853fc | 15 + .../.history/75/308e381980d4001919daccf07d3853fc | 15 + .../.history/75/401a05b783d4001919daccf07d3853fc | 32 + .../.history/75/d0c2115b9fd4001919daccf07d3853fc | 36 + .../.history/76/1008a85f84d4001919daccf07d3853fc | 44 + .../.history/76/105450b783d4001919daccf07d3853fc | 26 + .../.history/76/40bd000772d4001919daccf07d3853fc | 26 + .../.history/76/907858057fd4001919daccf07d3853fc | 15 + .../.history/76/a0e840cb7dd4001919daccf07d3853fc | 15 + .../.history/76/c064e22cd5d3001919daccf07d3853fc | 50 + .../.history/76/e0133fcb7dd4001919daccf07d3853fc | 26 + .../.history/76/e088481880d4001919daccf07d3853fc | 104 + .../.history/76/f0fa922ed5d3001919daccf07d3853fc | 22 + .../.history/77/00068d5f84d4001919daccf07d3853fc | 15 + .../.history/77/c01dce057fd4001919daccf07d3853fc | 26 + .../.history/77/e02ca3cb7dd4001919daccf07d3853fc | 36 + .../.history/78/408fdf5a9fd4001919daccf07d3853fc | 44 + .../.history/78/d07906b783d4001919daccf07d3853fc | 22 + .../.history/79/201b392ed5d3001919daccf07d3853fc | 15 + .../.history/79/2031b85a9fd4001919daccf07d3853fc | 26 + .../.history/79/300cde5f84d4001919daccf07d3853fc | 134 + .../.history/79/30a02e0672d4001919daccf07d3853fc | 62 + .../.history/79/405287599fd4001919daccf07d3853fc | 62 + .../.history/79/90d8d02cd5d3001919daccf07d3853fc | 36 + .../.history/79/c09e540672d4001919daccf07d3853fc | 152 + .../.history/7a/a080dc1780d4001919daccf07d3853fc | 15 + .../.history/7b/006c5d2ed5d3001919daccf07d3853fc | 36 + .../.history/7b/10c4920772d4001919daccf07d3853fc | 43 + .../.history/7b/9003911880d4001919daccf07d3853fc | 57 + .../.history/7b/c0326d1980d4001919daccf07d3853fc | 15 + .../.history/7c/003b565a9fd4001919daccf07d3853fc | 15 + .../.history/7c/10cb8f1880d4001919daccf07d3853fc | 62 + .../.history/7c/30904b5f84d4001919daccf07d3853fc | 26 + .../.history/7c/a025182ed5d3001919daccf07d3853fc | 26 + .../.history/7c/c008b15f84d4001919daccf07d3853fc | 43 + .../.history/7d/a066871880d4001919daccf07d3853fc | 162 + .../.history/7d/a07f850072d4001919daccf07d3853fc | 2035 ++++++++ .../.history/7e/102dec057fd4001919daccf07d3853fc | 56 + .../.history/7e/902551057fd4001919daccf07d3853fc | 29 + .../.history/7e/d0194d0572d4001919daccf07d3853fc | 22 + .../.history/7e/d01eb3b583d4001919daccf07d3853fc | 29 + .../.history/7e/d0a84b599fd4001919daccf07d3853fc | 155 + .../.history/7f/10d2660772d4001919daccf07d3853fc | 26 + .../.history/7f/701d742dd5d3001919daccf07d3853fc | 155 + .../.history/7f/70aea61880d4001919daccf07d3853fc | 176 + .../.history/7f/b0aadcb683d4001919daccf07d3853fc | 32 + .../.history/7f/e06a98b583d4001919daccf07d3853fc | 50 + .../.history/7f/e0c5ebb683d4001919daccf07d3853fc | 26 + .../.history/8/30d2091880d4001919daccf07d3853fc | 74 + .../.history/8/506389cb7dd4001919daccf07d3853fc | 44 + .../.history/8/50a7a9599fd4001919daccf07d3853fc | 176 + .../.history/8/d0427b057fd4001919daccf07d3853fc | 50 + .../.history/8/d0d63bb683d4001919daccf07d3853fc | 146 + .../.history/80/204de31980d4001919daccf07d3853fc | 29 + .../.history/80/30fac2057fd4001919daccf07d3853fc | 15 + .../.history/80/50a2e0b683d4001919daccf07d3853fc | 15 + .../.history/80/80c65e5a9fd4001919daccf07d3853fc | 26 + .../.history/81/10e782b583d4001919daccf07d3853fc | 26 + .../.history/81/2048db1780d4001919daccf07d3853fc | 26 + .../.history/81/6058931980d4001919daccf07d3853fc | 26 + .../.history/81/8063e1ca7dd4001919daccf07d3853fc | 15 + .../.history/81/c06bcc2cd5d3001919daccf07d3853fc | 192 + .../.history/81/e0056bcb7dd4001919daccf07d3853fc | 15 + .../.history/82/10179a0772d4001919daccf07d3853fc | 36 + .../.history/82/206c4b0572d4001919daccf07d3853fc | 32 + .../.history/83/103a6dc97dd4001919daccf07d3853fc | 29 + .../.history/84/30a6270772d4001919daccf07d3853fc | 26 + .../.history/84/80a9c40772d4001919daccf07d3853fc | 134 + .../.history/84/a037a2ca7dd4001919daccf07d3853fc | 38 + .../.history/85/2093071980d4001919daccf07d3853fc | 38 + .../.history/85/d0853c1980d4001919daccf07d3853fc | 26 + .../.history/85/f0b30c2ed5d3001919daccf07d3853fc | 15 + .../.history/86/102f4ecb7dd4001919daccf07d3853fc | 32 + .../.history/86/406a89589fd4001919daccf07d3853fc | 26 + .../.history/86/50c4e32cd5d3001919daccf07d3853fc | 43 + .../.history/86/a0c7621880d4001919daccf07d3853fc | 146 + .../.history/86/c0260b067fd4001919daccf07d3853fc | 29 + .../.history/86/c0f360cb7dd4001919daccf07d3853fc | 26 + .../.history/87/409e452ed5d3001919daccf07d3853fc | 26 + .../.history/87/7063685a9fd4001919daccf07d3853fc | 26 + .../.history/87/907e815d84d4001919daccf07d3853fc | 29 + .../.history/87/90ce710772d4001919daccf07d3853fc | 32 + .../.history/89/20ac6b1980d4001919daccf07d3853fc | 26 + .../.history/89/30018e1980d4001919daccf07d3853fc | 15 + .../.history/89/30317f0672d4001919daccf07d3853fc | 176 + .../.history/89/a0c5fc0672d4001919daccf07d3853fc | 15 + .../.history/8b/30d163b683d4001919daccf07d3853fc | 176 + .../.history/8b/601cbc057fd4001919daccf07d3853fc | 26 + .../.history/8b/70d1250772d4001919daccf07d3853fc | 15 + .../.history/8c/30a5095f84d4001919daccf07d3853fc | 15 + .../.history/8c/30b1e82dd5d3001919daccf07d3853fc | 15 + .../.history/8c/90667f5e84d4001919daccf07d3853fc | 176 + .../.history/8c/90d6ef057fd4001919daccf07d3853fc | 15 + .../.history/8d/307a892dd5d3001919daccf07d3853fc | 62 + .../.history/8d/309e5f1980d4001919daccf07d3853fc | 15 + .../.history/8d/90ddd9057fd4001919daccf07d3853fc | 36 + .../.history/8d/a01f2fc97dd4001919daccf07d3853fc | 36 + .../.history/8d/a0747a047fd4001919daccf07d3853fc | 71 + .../.history/8d/c056f01780d4001919daccf07d3853fc | 29 + .../.history/8d/e0960a5b9fd4001919daccf07d3853fc | 50 + .../.history/8d/e0cb165b9fd4001919daccf07d3853fc | 29 + .../.history/8e/30c4220772d4001919daccf07d3853fc | 15 + .../.history/8e/40ee09067fd4001919daccf07d3853fc | 38 + .../.history/8e/b0b319b783d4001919daccf07d3853fc | 26 + .../.history/8e/e0e7905d84d4001919daccf07d3853fc | 36 + .../.history/8f/20d859057fd4001919daccf07d3853fc | 26 + .../.history/8f/409163047fd4001919daccf07d3853fc | 36 + .../.history/8f/70717f5f84d4001919daccf07d3853fc | 26 + .../.history/8f/70c292057fd4001919daccf07d3853fc | 15 + .../.history/8f/a005cb047fd4001919daccf07d3853fc | 62 + .../.history/8f/e043020772d4001919daccf07d3853fc | 15 + .../.history/8f/f084db1980d4001919daccf07d3853fc | 50 + .../.history/9/10f3785d84d4001919daccf07d3853fc | 43 + .../.history/9/20b5255a9fd4001919daccf07d3853fc | 26 + .../.history/9/7084a7599fd4001919daccf07d3853fc | 164 + .../.history/9/80bc2f0772d4001919daccf07d3853fc | 15 + .../.history/9/b054c35a9fd4001919daccf07d3853fc | 44 + .../.history/9/b090e92cd5d3001919daccf07d3853fc | 38 + .../.history/9/d0be39b783d4001919daccf07d3853fc | 44 + .../.history/90/3035f85d84d4001919daccf07d3853fc | 410 ++ .../.history/90/30751fb683d4001919daccf07d3853fc | 104 + .../.history/90/4008401980d4001919daccf07d3853fc | 38 + .../.history/90/6058535f84d4001919daccf07d3853fc | 15 + .../.history/90/609173cb7dd4001919daccf07d3853fc | 22 + .../.history/90/7087b9b583d4001919daccf07d3853fc | 44 + .../.history/90/9027a4057fd4001919daccf07d3853fc | 15 + .../.history/91/10ca1a0672d4001919daccf07d3853fc | 463 ++ .../.history/91/10cef12cd5d3001919daccf07d3853fc | 44 + .../.history/91/6062df2dd5d3001919daccf07d3853fc | 22 + .../.history/91/80e9731980d4001919daccf07d3853fc | 32 + .../.history/91/c03bbd419fd4001919daccf07d3853fc | 1911 ++++++++ .../.history/92/c0328c057fd4001919daccf07d3853fc | 26 + .../.history/92/c0c0a7cb7dd4001919daccf07d3853fc | 56 + .../.history/93/70f4a85884d4001919daccf07d3853fc | 2035 ++++++++ .../.history/93/8052170772d4001919daccf07d3853fc | 26 + .../.history/93/908314b783d4001919daccf07d3853fc | 15 + .../.history/93/c040411980d4001919daccf07d3853fc | 29 + .../.history/93/d0fa615a9fd4001919daccf07d3853fc | 26 + .../.history/94/008d6b0772d4001919daccf07d3853fc | 15 + .../.history/94/10a1312ed5d3001919daccf07d3853fc | 22 + .../.history/94/c0d87b1980d4001919daccf07d3853fc | 22 + .../.history/94/f002501880d4001919daccf07d3853fc | 57 + .../.history/95/b06c085f84d4001919daccf07d3853fc | 26 + .../.history/95/b0e4341980d4001919daccf07d3853fc | 29 + .../.history/96/60abe5b683d4001919daccf07d3853fc | 26 + .../.history/96/a0ce390772d4001919daccf07d3853fc | 15 + .../.history/96/b020a70572d4001919daccf07d3853fc | 74 + .../.history/96/c07d150772d4001919daccf07d3853fc | 50 + .../.history/96/c0ac280672d4001919daccf07d3853fc | 106 + .../.history/97/20daac057fd4001919daccf07d3853fc | 26 + .../.history/97/70ba72b583d4001919daccf07d3853fc | 192 + .../.history/97/b050605f84d4001919daccf07d3853fc | 15 + .../.history/98/20f7145b9fd4001919daccf07d3853fc | 38 + .../.history/98/90c5340772d4001919daccf07d3853fc | 26 + .../.history/98/a0757d5f84d4001919daccf07d3853fc | 15 + .../.history/98/b055371980d4001919daccf07d3853fc | 26 + .../.history/98/d034485f84d4001919daccf07d3853fc | 26 + .../.history/98/f0d478b583d4001919daccf07d3853fc | 36 + .../.history/99/4018b2b683d4001919daccf07d3853fc | 29 + .../.history/99/5049b4047fd4001919daccf07d3853fc | 410 ++ .../.history/99/60d8a5b583d4001919daccf07d3853fc | 29 + .../.history/99/9037daca7dd4001919daccf07d3853fc | 15 + .../.history/99/9091e8b683d4001919daccf07d3853fc | 26 + .../.history/99/a031680772d4001919daccf07d3853fc | 15 + .../.history/99/c0dc9e5a9fd4001919daccf07d3853fc | 15 + .../.history/9a/305361c97dd4001919daccf07d3853fc | 43 + .../.history/9a/803c9a057fd4001919daccf07d3853fc | 26 + .../.history/9a/d02975599fd4001919daccf07d3853fc | 152 + .../.history/9a/e089aa1980d4001919daccf07d3853fc | 44 + .../.history/9b/3008a6ca7dd4001919daccf07d3853fc | 26 + .../.history/9b/90ae64c97dd4001919daccf07d3853fc | 26 + .../.history/9b/b09a89057fd4001919daccf07d3853fc | 26 + .../.history/9c/20e8215f84d4001919daccf07d3853fc | 26 + .../.history/9c/6023b5ca7dd4001919daccf07d3853fc | 26 + .../.history/9c/a039e6057fd4001919daccf07d3853fc | 44 + .../.history/9d/40d5d1b683d4001919daccf07d3853fc | 56 + .../.history/9d/50656bc97dd4001919daccf07d3853fc | 38 + .../.history/9d/a0da6ccb7dd4001919daccf07d3853fc | 26 + .../.history/9d/b043db2dd5d3001919daccf07d3853fc | 722 +++ .../.history/9d/d0b9e61780d4001919daccf07d3853fc | 43 + .../.history/9d/e0daa9b683d4001919daccf07d3853fc | 722 +++ .../.history/9e/2026270672d4001919daccf07d3853fc | 104 + .../.history/9e/4061ed2cd5d3001919daccf07d3853fc | 38 + .../.history/9e/d006661980d4001919daccf07d3853fc | 15 + .../.history/9e/e0db3c0772d4001919daccf07d3853fc | 15 + .../.history/9f/001aa6589fd4001919daccf07d3853fc | 50 + .../.history/9f/00f7b5047fd4001919daccf07d3853fc | 463 ++ .../.history/9f/503f95ca7dd4001919daccf07d3853fc | 632 +++ .../.history/9f/d069dfb683d4001919daccf07d3853fc | 26 + .../.history/9f/d08ea7ca7dd4001919daccf07d3853fc | 15 + .../.history/a0/30ab70cb7dd4001919daccf07d3853fc | 32 + .../.history/a0/50fb43047fd4001919daccf07d3853fc | 38 + .../.history/a0/a0ccf91780d4001919daccf07d3853fc | 44 + .../.history/a0/e0352e0772d4001919daccf07d3853fc | 26 + .../.history/a1/20c51ab783d4001919daccf07d3853fc | 15 + .../.history/a1/40274b047fd4001919daccf07d3853fc | 50 + .../.history/a1/50a3730772d4001919daccf07d3853fc | 22 + .../.history/a2/00c70f5b9fd4001919daccf07d3853fc | 44 + .../.history/a2/50305fc97dd4001919daccf07d3853fc | 50 + .../.history/a2/50cf420772d4001919daccf07d3853fc | 32 + .../.history/a2/c0b1431980d4001919daccf07d3853fc | 15 + .../.history/a2/f0db36047fd4001919daccf07d3853fc | 36 + .../.history/a3/60785d0672d4001919daccf07d3853fc | 62 + .../.history/a3/706ad51980d4001919daccf07d3853fc | 134 + .../.history/a3/80bb511980d4001919daccf07d3853fc | 26 + .../.history/a4/10ee0e0772d4001919daccf07d3853fc | 15 + .../.history/a4/201d9cca7dd4001919daccf07d3853fc | 32 + .../.history/a4/50ada25a9fd4001919daccf07d3853fc | 15 + .../.history/a4/50c77a1980d4001919daccf07d3853fc | 32 + .../.history/a4/b000fb2dd5d3001919daccf07d3853fc | 15 + .../.history/a4/f08991057fd4001919daccf07d3853fc | 26 + .../.history/a5/5034530572d4001919daccf07d3853fc | 26 + .../.history/a5/f09fc0cb7dd4001919daccf07d3853fc | 128 + .../.history/a6/2069d6b683d4001919daccf07d3853fc | 50 + .../.history/a6/3069712ed5d3001919daccf07d3853fc | 56 + .../.history/a6/4088f40672d4001919daccf07d3853fc | 22 + .../.history/a7/3089a11980d4001919daccf07d3853fc | 32 + .../.history/a7/609d865f84d4001919daccf07d3853fc | 15 + .../.history/a7/a0955a5d84d4001919daccf07d3853fc | 58 + .../.history/a8/50433bcb7dd4001919daccf07d3853fc | 26 + .../.history/a8/601bdacb7dd4001919daccf07d3853fc | 32 + .../.history/a8/602f262ed5d3001919daccf07d3853fc | 32 + .../.history/a8/a0ca62b783d4001919daccf07d3853fc | 56 + .../.history/a9/2048f92cd5d3001919daccf07d3853fc | 57 + .../.history/a9/50ec7e057fd4001919daccf07d3853fc | 15 + .../.history/a9/908ad2057fd4001919daccf07d3853fc | 44 + .../.history/a9/90a3945a9fd4001919daccf07d3853fc | 15 + .../.history/a9/a0270d5f84d4001919daccf07d3853fc | 26 + .../.history/a9/d0d97fb583d4001919daccf07d3853fc | 26 + .../.history/a9/f09f4fc97dd4001919daccf07d3853fc | 38 + .../.history/a9/f0a1610772d4001919daccf07d3853fc | 15 + .../.history/aa/000b83057fd4001919daccf07d3853fc | 32 + .../.history/aa/90df8a5a9fd4001919daccf07d3853fc | 26 + .../.history/aa/b0a91c0772d4001919daccf07d3853fc | 22 + .../.history/aa/e0073e047fd4001919daccf07d3853fc | 15 + .../.history/aa/f055440772d4001919daccf07d3853fc | 22 + .../.history/aa/f0b61f0772d4001919daccf07d3853fc | 15 + .../.history/ab/0035fe2dd5d3001919daccf07d3853fc | 22 + .../.history/ab/2008deca7dd4001919daccf07d3853fc | 15 + .../.history/ab/507864b783d4001919daccf07d3853fc | 50 + .../.history/ab/60c1c6589fd4001919daccf07d3853fc | 62 + .../.history/ac/202f655a9fd4001919daccf07d3853fc | 26 + .../.history/ad/10dc675d84d4001919daccf07d3853fc | 15 + .../.history/ad/202f33b783d4001919daccf07d3853fc | 44 + .../.history/ad/504a745a9fd4001919daccf07d3853fc | 32 + .../.history/ad/9073edb683d4001919daccf07d3853fc | 15 + .../.history/ae/104b13b783d4001919daccf07d3853fc | 26 + .../.history/ae/10730f2ed5d3001919daccf07d3853fc | 15 + .../.history/ae/304c360772d4001919daccf07d3853fc | 15 + .../.history/ae/50b8310772d4001919daccf07d3853fc | 26 + .../.history/ae/c06f722dd5d3001919daccf07d3853fc | 146 + .../.history/af/403fcdca7dd4001919daccf07d3853fc | 15 + .../.history/af/40fa892ed5d3001919daccf07d3853fc | 44 + .../.history/af/50df690772d4001919daccf07d3853fc | 26 + .../.history/af/708a51cb7dd4001919daccf07d3853fc | 26 + .../.history/b/1046de2cd5d3001919daccf07d3853fc | 29 + .../.history/b/60a6805a9fd4001919daccf07d3853fc | 22 + .../.history/b/9055f2b683d4001919daccf07d3853fc | 26 + .../.history/b0/00759b057fd4001919daccf07d3853fc | 15 + .../.history/b0/104be7057fd4001919daccf07d3853fc | 36 + .../.history/b0/508366c97dd4001919daccf07d3853fc | 15 + .../.history/b0/60069b2dd5d3001919daccf07d3853fc | 164 + .../.history/b0/70003a5a9fd4001919daccf07d3853fc | 15 + .../.history/b0/80cb385f84d4001919daccf07d3853fc | 26 + .../.history/b0/c0069e1980d4001919daccf07d3853fc | 15 + .../.history/b0/c0ba9f057fd4001919daccf07d3853fc | 26 + .../.history/b1/009a7f2ed5d3001919daccf07d3853fc | 128 + .../.history/b1/100d7f1980d4001919daccf07d3853fc | 15 + .../.history/b1/20266b5f84d4001919daccf07d3853fc | 22 + .../.history/b1/208dadcb7dd4001919daccf07d3853fc | 15 + .../.history/b1/8021400572d4001919daccf07d3853fc | 192 + .../.history/b1/805e4acb7dd4001919daccf07d3853fc | 26 + .../.history/b1/80c862cb7dd4001919daccf07d3853fc | 15 + .../.history/b1/b02a195e84d4001919daccf07d3853fc | 57 + .../.history/b1/d0ec5f5d84d4001919daccf07d3853fc | 32 + .../.history/b2/2044a61980d4001919daccf07d3853fc | 15 + .../.history/b2/2067562ed5d3001919daccf07d3853fc | 22 + .../.history/b2/402f781980d4001919daccf07d3853fc | 15 + .../.history/b2/50bcd70772d4001919daccf07d3853fc | 38 + .../.history/b2/70d5fc2dd5d3001919daccf07d3853fc | 32 + .../.history/b2/80bd645f84d4001919daccf07d3853fc | 22 + .../.history/b2/90e07a0572d4001919daccf07d3853fc | 15 + .../.history/b3/1066fb0672d4001919daccf07d3853fc | 26 + .../.history/b3/40e044cb7dd4001919daccf07d3853fc | 22 + .../.history/b3/509a491880d4001919daccf07d3853fc | 106 + .../.history/b3/b047812ed5d3001919daccf07d3853fc | 134 + .../.history/b4/0023530772d4001919daccf07d3853fc | 22 + .../.history/b4/505697057fd4001919daccf07d3853fc | 26 + .../.history/b4/506ffb057fd4001919daccf07d3853fc | 128 + .../.history/b4/50b48c5a9fd4001919daccf07d3853fc | 15 + .../.history/b4/902ae8047fd4001919daccf07d3853fc | 162 + .../.history/b4/a040fcb683d4001919daccf07d3853fc | 15 + .../.history/b4/f028e2b683d4001919daccf07d3853fc | 26 + .../.history/b5/00408e2ed5d3001919daccf07d3853fc | 38 + .../.history/b5/20d9cacb7dd4001919daccf07d3853fc | 50 + .../.history/b5/606928599fd4001919daccf07d3853fc | 106 + .../.history/b5/60b8f90672d4001919daccf07d3853fc | 29 + .../.history/b5/70c2912ed5d3001919daccf07d3853fc | 32 + .../.history/b5/80d39eb583d4001919daccf07d3853fc | 15 + .../.history/b5/b00af80672d4001919daccf07d3853fc | 38 + .../.history/b5/c0a996cb7dd4001919daccf07d3853fc | 36 + .../.history/b5/c0fc9dcb7dd4001919daccf07d3853fc | 43 + .../.history/b5/d00f635f84d4001919daccf07d3853fc | 32 + .../.history/b6/708ed5589fd4001919daccf07d3853fc | 71 + .../.history/b6/70d9b2ca7dd4001919daccf07d3853fc | 29 + .../.history/b6/a03d79589fd4001919daccf07d3853fc | 192 + .../.history/b6/c0e1785f84d4001919daccf07d3853fc | 15 + .../.history/b7/80e0542ed5d3001919daccf07d3853fc | 32 + .../.history/b7/90d47d1980d4001919daccf07d3853fc | 26 + .../.history/b8/80f7652ed5d3001919daccf07d3853fc | 50 + .../.history/b8/a051450572d4001919daccf07d3853fc | 58 + .../.history/b9/10684e0772d4001919daccf07d3853fc | 15 + .../.history/b9/6017835a9fd4001919daccf07d3853fc | 26 + .../.history/b9/801af82dd5d3001919daccf07d3853fc | 50 + .../.history/ba/003d7b5d84d4001919daccf07d3853fc | 26 + .../.history/ba/00765a0772d4001919daccf07d3853fc | 15 + .../.history/ba/30e07ccb7dd4001919daccf07d3853fc | 15 + .../.history/ba/70251f5a9fd4001919daccf07d3853fc | 38 + .../.history/ba/706ea9cb7dd4001919daccf07d3853fc | 50 + .../.history/ba/d0ba481980d4001919daccf07d3853fc | 50 + .../.history/ba/e040ef2dd5d3001919daccf07d3853fc | 29 + .../.history/ba/e0ff612ed5d3001919daccf07d3853fc | 36 + .../.history/bb/5005c41980d4001919daccf07d3853fc | 50 + .../.history/bb/5054432ed5d3001919daccf07d3853fc | 15 + .../.history/bb/70921c2ed5d3001919daccf07d3853fc | 15 + .../.history/bb/e034105f84d4001919daccf07d3853fc | 15 + .../.history/bc/0067c7057fd4001919daccf07d3853fc | 26 + .../.history/bc/d02d1b5a9fd4001919daccf07d3853fc | 22 + .../.history/bd/7078c8057fd4001919daccf07d3853fc | 15 + .../.history/bd/809fd7ca7dd4001919daccf07d3853fc | 26 + .../.history/bd/903a0e2ed5d3001919daccf07d3853fc | 26 + .../.history/bd/e053290772d4001919daccf07d3853fc | 15 + .../.history/be/7081635a9fd4001919daccf07d3853fc | 15 + .../.history/be/f021f8b683d4001919daccf07d3853fc | 26 + .../.history/bf/404f435a9fd4001919daccf07d3853fc | 26 + .../.history/bf/70435d5f84d4001919daccf07d3853fc | 15 + .../.history/bf/70cd4eb783d4001919daccf07d3853fc | 50 + .../.history/bf/d0036db783d4001919daccf07d3853fc | 29 + .../.history/bf/e021e51980d4001919daccf07d3853fc | 32 + .../.history/c/708367cb7dd4001919daccf07d3853fc | 15 + .../.history/c/f02e9c589fd4001919daccf07d3853fc | 38 + .../.history/c/f04146b783d4001919daccf07d3853fc | 44 + .../.history/c0/000f875a9fd4001919daccf07d3853fc | 26 + .../.history/c0/10fb041980d4001919daccf07d3853fc | 22 + .../.history/c0/3076855d84d4001919daccf07d3853fc | 38 + .../.history/c0/30e2cfcb7dd4001919daccf07d3853fc | 36 + .../.history/c0/600e450672d4001919daccf07d3853fc | 155 + .../.history/c0/7033a4ca7dd4001919daccf07d3853fc | 29 + .../.history/c0/d0219a5a9fd4001919daccf07d3853fc | 15 + .../.history/c1/0085205a9fd4001919daccf07d3853fc | 29 + .../.history/c1/00c64f057fd4001919daccf07d3853fc | 38 + .../.history/c1/208e305f84d4001919daccf07d3853fc | 26 + .../.history/c1/90b59d589fd4001919daccf07d3853fc | 29 + .../.history/c1/90f135047fd4001919daccf07d3853fc | 58 + .../.history/c1/a0fd4d5a9fd4001919daccf07d3853fc | 26 + .../.history/c1/b072d01780d4001919daccf07d3853fc | 192 + .../.history/c2/20f7130772d4001919daccf07d3853fc | 56 + .../.history/c2/60eaf22dd5d3001919daccf07d3853fc | 15 + .../.history/c2/90f3560772d4001919daccf07d3853fc | 15 + .../.history/c2/d0b9176084d4001919daccf07d3853fc | 758 +++ .../.history/c2/d0be6b5a9fd4001919daccf07d3853fc | 26 + .../.history/c3/20c148057fd4001919daccf07d3853fc | 722 +++ .../.history/c3/307b4a5a9fd4001919daccf07d3853fc | 26 + .../.history/c3/5048efb683d4001919daccf07d3853fc | 26 + .../.history/c3/b040c4b683d4001919daccf07d3853fc | 38 + .../.history/c3/d02dbd057fd4001919daccf07d3853fc | 15 + .../.history/c4/008ba8589fd4001919daccf07d3853fc | 43 + .../.history/c4/60ef580772d4001919daccf07d3853fc | 26 + .../.history/c4/80ed965a9fd4001919daccf07d3853fc | 26 + .../.history/c4/905bcecb7dd4001919daccf07d3853fc | 44 + .../.history/c4/f072611980d4001919daccf07d3853fc | 26 + .../.history/c5/20ea745f84d4001919daccf07d3853fc | 22 + .../.history/c5/607f16b783d4001919daccf07d3853fc | 26 + .../.history/c5/c03bf5b683d4001919daccf07d3853fc | 26 + .../.history/c5/d00b1b2ed5d3001919daccf07d3853fc | 26 + .../.history/c6/c024991980d4001919daccf07d3853fc | 26 + .../.history/c6/c0d98a2dd5d3001919daccf07d3853fc | 57 + .../.history/c7/40f986589fd4001919daccf07d3853fc | 22 + .../.history/c7/80d94c1980d4001919daccf07d3853fc | 32 + .../.history/c7/e04fc75f84d4001919daccf07d3853fc | 15 + .../.history/c8/401ae8ca7dd4001919daccf07d3853fc | 15 + .../.history/c8/a08dac0772d4001919daccf07d3853fc | 15 + .../.history/c8/e0554f5e84d4001919daccf07d3853fc | 152 + .../.history/c8/e0e2275b9fd4001919daccf07d3853fc | 22 + .../.history/c9/0066330772d4001919daccf07d3853fc | 15 + .../.history/c9/f0a9805f84d4001919daccf07d3853fc | 15 + .../.history/c9/f0caff1880d4001919daccf07d3853fc | 632 +++ .../.history/ca/00124e1980d4001919daccf07d3853fc | 22 + .../.history/ca/10702a5a9fd4001919daccf07d3853fc | 15 + .../.history/ca/10b3d8b683d4001919daccf07d3853fc | 26 + .../.history/ca/309d9ccb7dd4001919daccf07d3853fc | 50 + .../.history/ca/700c5c2ed5d3001919daccf07d3853fc | 44 + .../.history/ca/706c56cb7dd4001919daccf07d3853fc | 15 + .../.history/ca/d02b4b1980d4001919daccf07d3853fc | 15 + .../.history/ca/e0d5445a9fd4001919daccf07d3853fc | 15 + .../.history/ca/e0f33f5a9fd4001919daccf07d3853fc | 56 + .../.history/cb/10f2e52dd5d3001919daccf07d3853fc | 15 + .../.history/cb/3065cc047fd4001919daccf07d3853fc | 57 + .../.history/cb/50fe24b783d4001919daccf07d3853fc | 15 + .../.history/cb/a057e1057fd4001919daccf07d3853fc | 43 + .../.history/cb/b0e2ff2dd5d3001919daccf07d3853fc | 26 + .../.history/cb/e075590572d4001919daccf07d3853fc | 38 + .../.history/cc/309794057fd4001919daccf07d3853fc | 26 + .../.history/cc/60fbda5a9fd4001919daccf07d3853fc | 43 + .../.history/cc/80d2621980d4001919daccf07d3853fc | 15 + .../.history/cd/60482c5f84d4001919daccf07d3853fc | 50 + .../.history/cd/a05943cb7dd4001919daccf07d3853fc | 32 + .../.history/cd/e0f5925a9fd4001919daccf07d3853fc | 26 + .../.history/cd/f00ae7b683d4001919daccf07d3853fc | 15 + .../.history/ce/804e40b783d4001919daccf07d3853fc | 50 + .../.history/ce/807578b783d4001919daccf07d3853fc | 758 +++ .../.history/ce/a04c502ed5d3001919daccf07d3853fc | 26 + .../.history/ce/c0da8e5f84d4001919daccf07d3853fc | 26 + .../.history/cf/10a6970772d4001919daccf07d3853fc | 44 + .../.history/cf/60d0adca7dd4001919daccf07d3853fc | 15 + .../.history/cf/905c911980d4001919daccf07d3853fc | 15 + .../.history/d/00d4222ed5d3001919daccf07d3853fc | 22 + .../.history/d/20e56c5d84d4001919daccf07d3853fc | 29 + .../.history/d/20f654057fd4001919daccf07d3853fc | 15 + .../.history/d0/30e7b55a9fd4001919daccf07d3853fc | 22 + .../.history/d0/40ed750772d4001919daccf07d3853fc | 26 + .../.history/d0/50cb6bb783d4001919daccf07d3853fc | 38 + .../.history/d1/20287b5a9fd4001919daccf07d3853fc | 15 + .../.history/d1/70ca7cc97dd4001919daccf07d3853fc | 36 + .../.history/d2/1057672ed5d3001919daccf07d3853fc | 43 + .../.history/d2/b0ae865d84d4001919daccf07d3853fc | 29 + .../.history/d2/d0c4c1b583d4001919daccf07d3853fc | 62 + .../.history/d2/e0609b0572d4001919daccf07d3853fc | 62 + .../.history/d3/2090835f84d4001919daccf07d3853fc | 15 + .../.history/d3/30a79c1980d4001919daccf07d3853fc | 26 + .../.history/d3/70b1ea1780d4001919daccf07d3853fc | 15 + .../.history/d3/a01c7d5e84d4001919daccf07d3853fc | 164 + .../.history/d3/a0b1735f84d4001919daccf07d3853fc | 32 + .../.history/d3/c09e23b783d4001919daccf07d3853fc | 26 + .../.history/d3/d0c0ee2cd5d3001919daccf07d3853fc | 29 + .../.history/d4/0072e52cd5d3001919daccf07d3853fc | 26 + .../.history/d4/6033dcca7dd4001919daccf07d3853fc | 26 + .../.history/d4/a0abd9047fd4001919daccf07d3853fc | 155 + .../.history/d4/d081830772d4001919daccf07d3853fc | 44 + .../.history/d5/00f4521980d4001919daccf07d3853fc | 15 + .../.history/d5/10a4175e84d4001919daccf07d3853fc | 62 + .../.history/d5/9063a9ca7dd4001919daccf07d3853fc | 26 + .../.history/d5/c014bdb683d4001919daccf07d3853fc | 26 + .../.history/d5/e0a0385a9fd4001919daccf07d3853fc | 26 + .../.history/d6/001957057fd4001919daccf07d3853fc | 26 + .../.history/d6/40f4605b9fd4001919daccf07d3853fc | 758 +++ .../.history/d6/60d3e12dd5d3001919daccf07d3853fc | 38 + .../.history/d6/80974a0772d4001919daccf07d3853fc | 22 + .../.history/d6/a0d1c15f84d4001919daccf07d3853fc | 56 + .../.history/d6/b07959cb7dd4001919daccf07d3853fc | 15 + .../.history/d7/9019b11980d4001919daccf07d3853fc | 36 + .../.history/d7/b0ea5bcb7dd4001919daccf07d3853fc | 26 + .../.history/d7/d027d3c97dd4001919daccf07d3853fc | 463 ++ .../.history/d7/f0ea6b2ed5d3001919daccf07d3853fc | 36 + .../.history/d8/20f0dbcb7dd4001919daccf07d3853fc | 22 + .../.history/d8/90ea77b583d4001919daccf07d3853fc | 58 + .../.history/d8/b03162047fd4001919daccf07d3853fc | 44 + .../.history/d9/70456d5a9fd4001919daccf07d3853fc | 15 + .../.history/d9/70abadb683d4001919daccf07d3853fc | 22 + .../.history/d9/80773dc97dd4001919daccf07d3853fc | 15 + .../.history/d9/906ce6ca7dd4001919daccf07d3853fc | 26 + .../.history/d9/a059645d84d4001919daccf07d3853fc | 15 + .../.history/da/40e83cb683d4001919daccf07d3853fc | 155 + .../.history/da/804739cb7dd4001919daccf07d3853fc | 15 + .../.history/db/30c9ea2cd5d3001919daccf07d3853fc | 29 + .../.history/db/30d509b783d4001919daccf07d3853fc | 15 + .../.history/db/5033e61980d4001919daccf07d3853fc | 22 + .../.history/db/e0c6515e84d4001919daccf07d3853fc | 162 + .../.history/dc/00eb332ed5d3001919daccf07d3853fc | 26 + .../.history/dc/30b58f057fd4001919daccf07d3853fc | 15 + .../.history/dc/40554e1880d4001919daccf07d3853fc | 62 + .../.history/dc/8052c9cb7dd4001919daccf07d3853fc | 56 + .../.history/dc/8092e42dd5d3001919daccf07d3853fc | 26 + .../.history/dc/c06aaa0772d4001919daccf07d3853fc | 26 + .../.history/dc/d0ca8e057fd4001919daccf07d3853fc | 26 + .../.history/dd/00baaf1980d4001919daccf07d3853fc | 44 + .../.history/dd/208a460572d4001919daccf07d3853fc | 36 + .../.history/dd/b09f1f2ed5d3001919daccf07d3853fc | 15 + .../.history/dd/f0c5862ed5d3001919daccf07d3853fc | 50 + .../.history/de/0089d81780d4001919daccf07d3853fc | 26 + .../.history/de/100b4b057fd4001919daccf07d3853fc | 32 + .../.history/de/10c93c1880d4001919daccf07d3853fc | 410 ++ .../.history/de/20404bb683d4001919daccf07d3853fc | 152 + .../.history/de/4058c35f84d4001919daccf07d3853fc | 50 + .../.history/de/80f01d5f84d4001919daccf07d3853fc | 38 + .../.history/de/e09eb3b683d4001919daccf07d3853fc | 26 + .../.history/df/5074beb683d4001919daccf07d3853fc | 15 + .../.history/df/60112b2ed5d3001919daccf07d3853fc | 26 + .../.history/df/801c4c057fd4001919daccf07d3853fc | 22 + .../.history/df/8088585f84d4001919daccf07d3853fc | 26 + .../.history/df/b0655e1980d4001919daccf07d3853fc | 26 + .../.history/df/c0055b047fd4001919daccf07d3853fc | 38 + .../.history/df/f0d72db783d4001919daccf07d3853fc | 26 + .../.history/e/20e568b783d4001919daccf07d3853fc | 36 + .../.history/e/6024c3b583d4001919daccf07d3853fc | 57 + .../.history/e/807c665d84d4001919daccf07d3853fc | 26 + .../.history/e/b0ed711980d4001919daccf07d3853fc | 22 + .../.history/e/f07e10ca7dd4001919daccf07d3853fc | 162 + .../.history/e0/3079c5b683d4001919daccf07d3853fc | 29 + .../.history/e0/c047492ed5d3001919daccf07d3853fc | 26 + .../.history/e0/f08ca30772d4001919daccf07d3853fc | 56 + .../.history/e1/9053541980d4001919daccf07d3853fc | 26 + .../.history/e1/a0b7b8589fd4001919daccf07d3853fc | 29 + .../.history/e1/c0bf930572d4001919daccf07d3853fc | 36 + .../.history/e1/f09f40047fd4001919daccf07d3853fc | 15 + .../.history/e2/1048015b9fd4001919daccf07d3853fc | 134 + .../.history/e2/108ef3b683d4001919daccf07d3853fc | 15 + .../.history/e2/701dd3589fd4001919daccf07d3853fc | 74 + .../.history/e2/a07162b683d4001919daccf07d3853fc | 164 + .../.history/e2/d037ea2dd5d3001919daccf07d3853fc | 26 + .../.history/e3/b018df1780d4001919daccf07d3853fc | 38 + .../.history/e3/b0a415599fd4001919daccf07d3853fc | 410 ++ .../.history/e4/30c5b6057fd4001919daccf07d3853fc | 26 + .../.history/e4/60ab9a1980d4001919daccf07d3853fc | 15 + .../.history/e4/a05d0a5e84d4001919daccf07d3853fc | 104 + .../.history/e4/b06d84b583d4001919daccf07d3853fc | 15 + .../.history/e4/b0cd412ed5d3001919daccf07d3853fc | 26 + .../.history/e4/c0eab55f84d4001919daccf07d3853fc | 44 + .../.history/e4/e0557c0772d4001919daccf07d3853fc | 44 + .../.history/e4/f0216d5f84d4001919daccf07d3853fc | 26 + .../.history/e5/100dcab683d4001919daccf07d3853fc | 15 + .../.history/e5/3098842dd5d3001919daccf07d3853fc | 162 + .../.history/e5/b0c1c1057fd4001919daccf07d3853fc | 26 + .../.history/e5/b0cf95057fd4001919daccf07d3853fc | 15 + .../.history/e5/d013c65a9fd4001919daccf07d3853fc | 36 + .../.history/e5/f098255b9fd4001919daccf07d3853fc | 32 + .../.history/e6/601c190672d4001919daccf07d3853fc | 410 ++ .../.history/e6/807d840572d4001919daccf07d3853fc | 38 + .../.history/e7/20830eca7dd4001919daccf07d3853fc | 152 + .../.history/e7/50301e0772d4001919daccf07d3853fc | 26 + .../.history/e7/60357d0672d4001919daccf07d3853fc | 164 + .../.history/e7/a05ecb057fd4001919daccf07d3853fc | 32 + .../.history/e7/a083515f84d4001919daccf07d3853fc | 26 + .../.history/e7/c049acca7dd4001919daccf07d3853fc | 26 + .../.history/e7/e0135cb783d4001919daccf07d3853fc | 128 + .../.history/e8/000618b783d4001919daccf07d3853fc | 15 + .../.history/e8/0039465f84d4001919daccf07d3853fc | 15 + .../.history/e8/50ab4f5a9fd4001919daccf07d3853fc | 15 + .../.history/e8/708c33c97dd4001919daccf07d3853fc | 32 + .../.history/e8/70f0b4057fd4001919daccf07d3853fc | 15 + .../.history/e8/80a550047fd4001919daccf07d3853fc | 15 + .../.history/e8/a0a5f25f84d4001919daccf07d3853fc | 44 + .../.history/e9/30882c0772d4001919daccf07d3853fc | 15 + .../.history/e9/9013a50772d4001919daccf07d3853fc | 50 + .../.history/e9/c07689b583d4001919daccf07d3853fc | 38 + .../.history/e9/c09c851980d4001919daccf07d3853fc | 26 + .../.history/e9/d03001057fd4001919daccf07d3853fc | 176 + .../.history/e9/d03b325f84d4001919daccf07d3853fc | 15 + .../.history/ea/a099bd589fd4001919daccf07d3853fc | 44 + .../.history/ea/b094315e84d4001919daccf07d3853fc | 146 + .../.history/eb/301b012ed5d3001919daccf07d3853fc | 15 + .../.history/eb/4013905f84d4001919daccf07d3853fc | 15 + .../.history/eb/60a9471980d4001919daccf07d3853fc | 56 + .../.history/ec/1095b1057fd4001919daccf07d3853fc | 22 + .../.history/ec/4079421980d4001919daccf07d3853fc | 26 + .../.history/ec/b0fd155a9fd4001919daccf07d3853fc | 722 +++ .../.history/ec/e09c910572d4001919daccf07d3853fc | 44 + .../.history/ed/1076d4cb7dd4001919daccf07d3853fc | 38 + .../.history/ed/609aff5a9fd4001919daccf07d3853fc | 128 + .../.history/ed/c0f8465a9fd4001919daccf07d3853fc | 32 + .../.history/ee/0065551980d4001919daccf07d3853fc | 15 + .../.history/ee/30eecf2cd5d3001919daccf07d3853fc | 58 + .../.history/ee/70efb0589fd4001919daccf07d3853fc | 38 + .../.history/ee/d052b1ca7dd4001919daccf07d3853fc | 38 + .../.history/ee/f009b7589fd4001919daccf07d3853fc | 38 + .../.history/ef/20065d1980d4001919daccf07d3853fc | 15 + .../.history/ef/40f08c5d84d4001919daccf07d3853fc | 44 + .../.history/ef/f0a9df057fd4001919daccf07d3853fc | 50 + .../.history/f/10cae9b683d4001919daccf07d3853fc | 15 + .../.history/f/5025615d84d4001919daccf07d3853fc | 22 + .../.history/f/5035f95f84d4001919daccf07d3853fc | 38 + .../.history/f/a051e72dd5d3001919daccf07d3853fc | 26 + .../.history/f/c07a022ed5d3001919daccf07d3853fc | 26 + .../.history/f0/206f32047fd4001919daccf07d3853fc | 192 + .../.history/f0/c039752ed5d3001919daccf07d3853fc | 15 + .../.history/f0/c0cad5ca7dd4001919daccf07d3853fc | 15 + .../.history/f0/f056cc419fd4001919daccf07d3853fc | 510 ++ .../.history/f1/10acd1ca7dd4001919daccf07d3853fc | 15 + .../.history/f1/402cf45f84d4001919daccf07d3853fc | 36 + .../.history/f1/50b097ca7dd4001919daccf07d3853fc | 722 +++ .../.history/f1/b0517e0772d4001919daccf07d3853fc | 36 + .../.history/f1/b0ca5c5a9fd4001919daccf07d3853fc | 15 + .../.history/f2/80ea822dd5d3001919daccf07d3853fc | 152 + .../.history/f3/007e365a9fd4001919daccf07d3853fc | 29 + .../.history/f3/90e4a41980d4001919daccf07d3853fc | 26 + .../.history/f3/a0aeec5a9fd4001919daccf07d3853fc | 26 + .../.history/f3/d0b0da5f84d4001919daccf07d3853fc | 128 + .../.history/f4/00ac26b783d4001919daccf07d3853fc | 26 + .../.history/f4/70bf5dcb7dd4001919daccf07d3853fc | 15 + .../.history/f4/c074d95a9fd4001919daccf07d3853fc | 50 + .../.history/f4/d080c4057fd4001919daccf07d3853fc | 26 + .../.history/f4/e03d4d5f84d4001919daccf07d3853fc | 15 + .../.history/f5/a083b0057fd4001919daccf07d3853fc | 32 + .../.history/f5/e047d92dd5d3001919daccf07d3853fc | 632 +++ .../.history/f5/f0f98f589fd4001919daccf07d3853fc | 15 + .../.history/f6/302b860572d4001919daccf07d3853fc | 29 + .../.history/f6/d080f0b683d4001919daccf07d3853fc | 15 + .../.history/f6/e00335b783d4001919daccf07d3853fc | 36 + .../.history/f7/107bfd5f84d4001919daccf07d3853fc | 32 + .../.history/f7/203d7c5f84d4001919daccf07d3853fc | 26 + .../.history/f7/206d805d84d4001919daccf07d3853fc | 38 + .../.history/f7/3054555f84d4001919daccf07d3853fc | 26 + .../.history/f7/40a902b783d4001919daccf07d3853fc | 22 + .../.history/f7/60ea500572d4001919daccf07d3853fc | 15 + .../.history/f7/806f53057fd4001919daccf07d3853fc | 26 + .../.history/f7/8075da2cd5d3001919daccf07d3853fc | 15 + .../.history/f7/9049d32cd5d3001919daccf07d3853fc | 32 + .../.history/f8/00da4c5d84d4001919daccf07d3853fc | 192 + .../.history/f9/0088052ed5d3001919daccf07d3853fc | 26 + .../.history/f9/10defa1780d4001919daccf07d3853fc | 36 + .../.history/f9/60e318ca7dd4001919daccf07d3853fc | 62 + .../.history/f9/809b031980d4001919daccf07d3853fc | 32 + .../.history/f9/90e95a057fd4001919daccf07d3853fc | 15 + .../.history/f9/b0f45b1980d4001919daccf07d3853fc | 26 + .../.history/fa/2083ff047fd4001919daccf07d3853fc | 164 + .../.history/fa/60abb9057fd4001919daccf07d3853fc | 26 + .../.history/fa/b0b8b0b683d4001919daccf07d3853fc | 38 + .../.history/fa/d01e550772d4001919daccf07d3853fc | 26 + .../.history/fa/e02fd8057fd4001919daccf07d3853fc | 44 + .../.history/fa/f015d92cd5d3001919daccf07d3853fc | 26 + .../.history/fb/e0bb011880d4001919daccf07d3853fc | 62 + .../.history/fc/b006535a9fd4001919daccf07d3853fc | 15 + .../.history/fc/c07377599fd4001919daccf07d3853fc | 162 + .../.history/fc/c087430672d4001919daccf07d3853fc | 146 + .../.history/fd/505fe3ca7dd4001919daccf07d3853fc | 26 + .../.history/fd/507871b87fd4001919daccf07d3853fc | 2035 ++++++++ .../.history/fd/50a669cb7dd4001919daccf07d3853fc | 26 + .../.history/fd/607f485a9fd4001919daccf07d3853fc | 22 + .../.history/fd/80816e5f84d4001919daccf07d3853fc | 15 + .../.history/fe/2001c61980d4001919daccf07d3853fc | 26 + .../.history/fe/200347cb7dd4001919daccf07d3853fc | 32 + .../.history/fe/e024472ed5d3001919daccf07d3853fc | 15 + .../.history/fe/f042d90772d4001919daccf07d3853fc | 29 + .../.history/ff/0034af5f84d4001919daccf07d3853fc | 50 + .../.history/ff/b02d5d5d84d4001919daccf07d3853fc | 36 + .../.history/ff/d029162ed5d3001919daccf07d3853fc | 15 + .../Embedded/.indexes/33/4a/f5/26/history.index | Bin 3842 -> 4226 bytes .../Embedded/.indexes/33/4a/f5/34/history.index | Bin 3874 -> 4258 bytes .../Embedded/.indexes/33/4a/f5/3f/history.index | Bin 3868 -> 4252 bytes .../Embedded/.indexes/33/4a/f5/65/history.index | Bin 3848 -> 4232 bytes .../Embedded/.indexes/33/4a/f5/8/history.index | Bin 3854 -> 4238 bytes .../Embedded/.indexes/33/4a/f5/8c/history.index | Bin 3860 -> 4244 bytes .../Embedded/.indexes/33/4a/f5/b/history.index | Bin 3850 -> 4234 bytes .../Embedded/.indexes/33/4a/f5/cb/history.index | Bin 3854 -> 4238 bytes .../Embedded/.indexes/33/4a/f5/ce/history.index | Bin 3856 -> 4240 bytes .../Embedded/.indexes/33/4a/f5/f9/history.index | Bin 3864 -> 4248 bytes .../Embedded/.indexes/33/4a/f5/fe/history.index | Bin 3858 -> 4242 bytes .../Embedded/.indexes/33/4a/history.index | Bin 3828 -> 4212 bytes .../Embedded/.indexes/33/99/36/history.index | Bin 3844 -> 4228 bytes .../Embedded/.indexes/33/99/50/history.index | Bin 3844 -> 4228 bytes .../Embedded/.indexes/33/99/8c/history.index | Bin 3840 -> 4224 bytes .../Embedded/.indexes/33/99/98/history.index | Bin 3824 -> 4208 bytes .../Embedded/.indexes/33/99/aa/history.index | Bin 3832 -> 4216 bytes .../Embedded/.indexes/33/99/c3/history.index | Bin 3832 -> 4216 bytes .../Embedded/.indexes/33/99/c8/history.index | Bin 3832 -> 4216 bytes .../Embedded/.indexes/33/99/d6/history.index | Bin 7649 -> 8417 bytes .../Embedded/.indexes/33/99/fa/history.index | Bin 3828 -> 4212 bytes .../Embedded/.indexes/33/9d/c0/history.index | Bin 3858 -> 4242 bytes .../Embedded/.indexes/33/9d/cb/history.index | Bin 3846 -> 4230 bytes .../Embedded/.indexes/33/b/16/history.index | Bin 3834 -> 4218 bytes .../Embedded/.indexes/33/b/37/history.index | Bin 3830 -> 4214 bytes .../Embedded/.indexes/33/b/4a/history.index | Bin 3850 -> 4234 bytes .../Embedded/.indexes/33/b/4d/history.index | Bin 3832 -> 4216 bytes .../Embedded/.indexes/33/b/5f/history.index | Bin 3836 -> 4220 bytes .../Embedded/.indexes/33/b/c4/history.index | Bin 3840 -> 4224 bytes .../Embedded/.indexes/33/b/cc/history.index | Bin 3828 -> 4212 bytes .../Embedded/.indexes/33/d5/1a/history.index | Bin 3842 -> 4226 bytes .../Embedded/.indexes/33/d5/23/history.index | Bin 3836 -> 4220 bytes .../Embedded/.indexes/33/d5/24/6b/history.index | Bin 3858 -> 4242 bytes .../Embedded/.indexes/33/d5/24/a/history.index | Bin 3846 -> 4230 bytes .../Embedded/.indexes/33/d5/24/de/b8/history.index | Bin 3858 -> 4242 bytes .../Embedded/.indexes/33/d5/24/de/history.index | Bin 3844 -> 4228 bytes .../Embedded/.indexes/33/d5/24/e9/history.index | Bin 3854 -> 4238 bytes .../Embedded/.indexes/33/d5/24/history.index | Bin 3826 -> 4210 bytes .../Embedded/.indexes/33/d5/42/history.index | Bin 3830 -> 4214 bytes .../Embedded/.indexes/33/d5/43/history.index | Bin 3830 -> 4214 bytes .../Embedded/.indexes/33/d5/70/86/history.index | Bin 3854 -> 4238 bytes .../Embedded/.indexes/33/d5/70/history.index | Bin 3842 -> 4226 bytes .../Embedded/.indexes/33/d5/83/history.index | Bin 3844 -> 4228 bytes .../Embedded/.indexes/33/d5/8c/history.index | Bin 3824 -> 4208 bytes .../Embedded/.indexes/33/d5/91/66/0/history.index | Bin 3896 -> 4280 bytes .../Embedded/.indexes/33/d5/91/66/67/history.index | Bin 3900 -> 4284 bytes .../Embedded/.indexes/33/d5/91/66/history.index | Bin 7737 -> 8505 bytes .../Embedded/.indexes/33/d5/91/8f/history.index | Bin 3868 -> 4252 bytes .../Embedded/.indexes/33/d5/91/9b/5a/history.index | Bin 3886 -> 4270 bytes .../Embedded/.indexes/33/d5/91/9b/d/history.index | Bin 3884 -> 4268 bytes .../Embedded/.indexes/33/d5/91/f/0/history.index | Bin 3886 -> 4270 bytes .../Embedded/.indexes/33/d5/91/f/67/history.index | Bin 3890 -> 4274 bytes .../Embedded/.indexes/33/d5/91/f/6d/history.index | Bin 3884 -> 4268 bytes .../Embedded/.indexes/33/d5/91/f/aa/history.index | Bin 3888 -> 4272 bytes .../Embedded/.indexes/33/d5/91/f/f3/history.index | Bin 3880 -> 4264 bytes .../Embedded/.indexes/33/d5/91/f/history.index | Bin 3872 -> 4256 bytes .../Embedded/.indexes/33/d5/91/history.index | Bin 3852 -> 4236 bytes .../Embedded/.indexes/33/d5/b1/history.index | Bin 3836 -> 4220 bytes .../Embedded/.indexes/33/d5/c2/3f/history.index | Bin 3848 -> 4232 bytes .../Embedded/.indexes/33/d5/c2/f2/history.index | Bin 3860 -> 4244 bytes .../Embedded/.indexes/33/d5/c2/history.index | Bin 3834 -> 4218 bytes .../Embedded/.indexes/33/d5/e5/history.index | Bin 3852 -> 4236 bytes .../Embedded/.indexes/33/d5/fd/history.index | Bin 3830 -> 4214 bytes .../.projects/Embedded/.indexes/33/history.index | Bin 7584 -> 8352 bytes .../Embedded/.indexes/99/fa/history.index | Bin 0 -> 60 bytes .../Embedded/.indexes/d5/24/history.index | Bin 719 -> 839 bytes .../.projects/Embedded/.indexes/history.index | Bin 222 -> 270 bytes .../.projects/Embedded/.markers.snap | Bin 1736300 -> 2223370 bytes .../.projects/Embedded/.syncinfo.snap | Bin 336 -> 432 bytes .../.projects/RemoteSystemsTempFiles/.markers.snap | Bin 336 -> 432 bytes .../RemoteSystemsTempFiles/.syncinfo.snap | Bin 336 -> 432 bytes .../org.eclipse.core.resources/.root/.markers.snap | Bin 336 -> 432 bytes .../.safetable/org.eclipse.core.resources | Bin 6664 -> 8374 bytes .../.plugins/org.eclipse.core.resources/19.snap | Bin 193648 -> 253638 bytes .../org.eclipse.e4.workbench/workbench.xmi | 5006 ++++++++++---------- .../Embedded/Drivers/FPGA/FPGA_SPI_Comm.c | 1 + .../Embedded/Modules/Waste/Waste_init.c | 3 +- 1158 files changed, 80976 insertions(+), 2485 deletions(-) create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/4000f41780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/801f5e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/b0a9ac589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/d0ed4cb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/e090b3057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/90c6695f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/b0d367b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/d0beee1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/f0fde6c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/8096b7b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a09426599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/e07110fad4d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90012b0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90d1e62cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/20baff5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/508729b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/e0ec985f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/00fcaa589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/10e1fab683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/803eed057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/9043a90572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/a061dd0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/c02b435f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/f082a7057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/a095885a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/d09701b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/f0bbfa5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/10d63d2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/204372c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/900b28b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/e098bab583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/20ead3057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/30c8f92dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/605fc8b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/9002bf057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/90714f1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/c0fceb0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/e064855f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/e0963b047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/10bf2c2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/606686057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/c028ff5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/d0259db583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/d0e1405f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/70b9f65e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/b046ee0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e017642dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/00dfa7419fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/30f9be589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/a064210772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/b07e825f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/c038f51780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/c0dc4fcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/1076b2589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/20401e2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/8042031880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/d078a4b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/60ba4c0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/70f63c047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/8001365e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/10d449599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/50af35c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/706081b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/b0f57ac97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/c003e91780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/c0f12ab783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/00bc4db783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/806270047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/d0aa3f2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/d0f073c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/e0985c0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/f004d1c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/109eee057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/705b5f5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/30ca4c2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/f0f0d51780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/00dbdb0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/50655b2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/e071240772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/104b885f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/70f54a2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90440b0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/b049b61980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/c0f6365f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/2047082ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/506d495f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/b0a85d057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/d0504e2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/f074ffb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/009e845a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/70fa0eb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/80a147b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/b08a035f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/d04bb8057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/10231b0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/40f937c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/904e08b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/d002de2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/f0178b589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/f060d40772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/006ec0ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/50be3d1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/708d852ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/c0328b2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/1070cc057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/6015feb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/707b690572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/700b9c5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/708cf20672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/c09d630772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/d048d25a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/002be0ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/301cd41780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/30a2c55f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/403f5f5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/7053415a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/b0cadf1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/c04d6fb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/e096090772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/10265f0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/4086e55f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/40f45f0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/8073da1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/a012ae057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b066eecb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/c06798057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/20955a1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/40ce195a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/50b9c5057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/90471eb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/f0f3a9057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2c/604c5db783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/405ae51780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/6008fec97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/90b8955f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/000b245f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/1016bc1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/a03f9ab583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/c0f19f5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/f099c7ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/30eaaaca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/501255047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/6024650772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/a025e70772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/a0eb561980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/d0a58a1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/e08e60057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/00e2f62dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/90ebd9b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/a010fc5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/c0ed391980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/e0498a0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/f0d44c047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/30d38a057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/40a6a1cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/80f5122ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/906065cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/d014582ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/309ad8047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/50ad70b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/c01c0d5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/c080fc057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f098d6cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f0a221b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/10ae41b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/300c4ccb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/4091622dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/a03e7d057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/f0ca2dca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/1015470772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/50dad20772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/701003067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/8094372ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/00f8755a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/106f380772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/4052282ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/40bfb1b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/a0a18c1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/d0b048cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/8045b81980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/c0b3565f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/d062275a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/f0026f047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/4054a8b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/408884589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/904a352ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/906147057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/d0c251c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/0059515a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/30d78e5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/409accb583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/50dd472dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/806551b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/b032225a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/50e1ed2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f0c587057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/406d0cb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/506136cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/701a302ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/0083501980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/00cfb8b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/201aa75a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c0b7b95a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/1038ac5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/80fccb0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/f0b7941980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/1024901980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/60e86e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/c092042dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/109c3c5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/504d592ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/50c6050772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/70a0f02dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/802a011980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/a034dd2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c0634f0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c08bea5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/103a5d2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/404f11b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/a05c591980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/f025d05a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/f0ba540572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/0048c8589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/206bde1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/306379047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/50646a2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/804f620572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/f059790572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/101153cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/3072beca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/508fd72cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/f067ffc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/f0b8851880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/1067701980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/4074ab1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/30004a2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/6073d91780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/7029d71780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/b09f2fca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/c0a50db783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/d0e3d31980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/00c056047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/3097355f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/4056cf057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/40ac192ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/50512cb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/50bbb95f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/308b715a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/501aa1057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/505e400772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/80ad9c057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/d0a8ed047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/45/40e152b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/45/c02728b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/0082ee1780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/40d3512ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/8010295a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/40e379057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/50f2a75d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/80fef15e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/900e9d0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/a0c80fb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/e09e681980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/40553b0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/50b9235a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/d0c93bc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/20116a5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/50e1ee047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/909f8f2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/90cc7cb583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/b00a0b1880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/b0d1895f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/d03345047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/200f5a5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/2021635d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/3051e01780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/c04c0db683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/007121b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/109b085b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/50e09e5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/702cab057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/808e3f047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/a057c21980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/50a407067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/b0c1a21980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c0de80589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/00d594cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/20a9d42cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/30448d057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/30e3ddb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/5095e0c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/60b8abcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/20d21afad4d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/304158cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/50b7135f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/50f73ab783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/6016910772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/a018040772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/2005e95a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/2016a3057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/20afddc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/40c51f5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/802f850772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/8088e3b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/a0ac6b5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/c0a630599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/505cee5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/709f00067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/b074c2cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/f0e5e4ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/000d775f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/b08a62057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/c0763e1880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/d088cbb583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/304df6b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/40af8ab583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/9006f32cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/40616ecb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/601a4a1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/d0bcba057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/10fd571980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/404c8e589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/709e9d2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/8081f9b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/56/40263b1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/56/f0ab905a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/605e3a047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b07d8ec97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/d036585a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/20523a5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/b0700d067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/d0bbf95d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/e01e4f047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/e0f651b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/59/f0be9d057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/a06c801980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/b0dfcbca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/f072acb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5b/807990c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/2083cd0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/a00ff82cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/b0a6092ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/f032e32dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/f0d29a5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/2018975f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/40c8c2047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/60400d0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/b0b1992ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/f00a5c5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/50a0602ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/905e2fb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/a039c71980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/a047c9ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/b09754cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/d0dac4ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/b007e6047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/c0616d0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/d027c4047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/202719599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/20296b0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/40b0cfca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/90f78b0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/e04d300672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/60/20275c5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/60/706a20b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/61/80837e5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/502d0b2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/804384057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/a086c20772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/f0e09c5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/90e7062ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e077f05e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/1026605a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/60fb8bcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/80cd8b5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/a073b5b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/e06e112ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/1006c3ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/b09a2a5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/f03ce15a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/000a7f589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/002789599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/d027a51880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/00be022dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/00c2770772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/5028742ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/702714067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/707a795a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/80dd6f5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/90893e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/f0189eca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/00e81cb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/10c02dc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/70db545a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/0023661880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/10f92e599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/30e15e057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/809b212ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/a067a95f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/0014c0057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/20d9180772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/5075510772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/6001042ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/704aa6057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/a0abe8c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6c/a014e21980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/80757c5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/90e2115f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/a070755d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/c04da15a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/6025560672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/90d43d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/a0c3ed5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/f0a0831980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/10057eb583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/70bd595a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/70fe691980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/d056d62cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/e0284c5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/f0e482c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/3082345a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/b0a1722ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/c0b5665a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/e058d31780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/30a3142ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/30a90e067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/50655c047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/909a9a5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/d04128c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/e001145a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/30df1aca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/40a7641980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/5070eb2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/a09e76cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/e07f39c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/40be751980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/d00785c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/d01d771980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/7000bd1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/e09206067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/f0ced3ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/74/10d1b6ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/74/8000455f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/10445b5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/203f3dcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/308e381980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/401a05b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/d0c2115b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/1008a85f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/105450b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/40bd000772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/907858057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/a0e840cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/c064e22cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e0133fcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e088481880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/f0fa922ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/00068d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/c01dce057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/e02ca3cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/78/408fdf5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/78/d07906b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/201b392ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/2031b85a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/300cde5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/30a02e0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/405287599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/90d8d02cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/c09e540672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7a/a080dc1780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/006c5d2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/10c4920772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/9003911880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0326d1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/003b565a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/10cb8f1880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/30904b5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/a025182ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/c008b15f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/a066871880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/a07f850072d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/102dec057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/902551057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d0194d0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d01eb3b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d0a84b599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/10d2660772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/701d742dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/70aea61880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/b0aadcb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e06a98b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e0c5ebb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/30d2091880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/506389cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/50a7a9599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/d0427b057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/d0d63bb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/204de31980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/30fac2057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/50a2e0b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/80c65e5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/10e782b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/2048db1780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/6058931980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/8063e1ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/c06bcc2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/e0056bcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/82/10179a0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/82/206c4b0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/83/103a6dc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/30a6270772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/80a9c40772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/a037a2ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/2093071980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/d0853c1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/f0b30c2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/102f4ecb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/406a89589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/50c4e32cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/a0c7621880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/c0260b067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/c0f360cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/409e452ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/7063685a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/907e815d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/90ce710772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/20ac6b1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30018e1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30317f0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/a0c5fc0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/30d163b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/601cbc057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/70d1250772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30a5095f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30b1e82dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/90667f5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/90d6ef057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/307a892dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/309e5f1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/90ddd9057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/a01f2fc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/a0747a047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/c056f01780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/e0960a5b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/e0cb165b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/30c4220772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/40ee09067fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/b0b319b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e0e7905d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/20d859057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/409163047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70717f5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70c292057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/a005cb047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/e043020772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/f084db1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/10f3785d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/20b5255a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/7084a7599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/80bc2f0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/b054c35a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/b090e92cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/d0be39b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/3035f85d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/30751fb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/4008401980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/6058535f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/609173cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/7087b9b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/9027a4057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/10ca1a0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/10cef12cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/6062df2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/80e9731980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/c03bbd419fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0328c057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0c0a7cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/70f4a85884d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/8052170772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/908314b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/c040411980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/d0fa615a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/008d6b0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/10a1312ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/c0d87b1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/f002501880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/95/b06c085f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/95/b0e4341980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/60abe5b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/a0ce390772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/b020a70572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/c07d150772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/c0ac280672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/20daac057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/70ba72b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/b050605f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/20f7145b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/90c5340772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/a0757d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/b055371980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/d034485f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/f0d478b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/4018b2b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/5049b4047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/60d8a5b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/9037daca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/9091e8b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/a031680772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/c0dc9e5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/305361c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/803c9a057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/d02975599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/e089aa1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/3008a6ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/90ae64c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/b09a89057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/20e8215f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/6023b5ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/a039e6057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/40d5d1b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/50656bc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/a0da6ccb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/b043db2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/d0b9e61780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/e0daa9b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/2026270672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/4061ed2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/d006661980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/e0db3c0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/001aa6589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/00f7b5047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/503f95ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/d069dfb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/d08ea7ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/30ab70cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/50fb43047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/a0ccf91780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/e0352e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/20c51ab783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/40274b047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/50a3730772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/00c70f5b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/50305fc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/50cf420772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/c0b1431980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/f0db36047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/60785d0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/706ad51980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/80bb511980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/10ee0e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/201d9cca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/50ada25a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/50c77a1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/b000fb2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/f08991057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a5/5034530572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a5/f09fc0cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/2069d6b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/3069712ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/4088f40672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/3089a11980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/609d865f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/a0955a5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/50433bcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/601bdacb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/602f262ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/a0ca62b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/2048f92cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/50ec7e057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/908ad2057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/90a3945a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/a0270d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/d0d97fb583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/f09f4fc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/f0a1610772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/000b83057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/90df8a5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/b0a91c0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/e0073e047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f055440772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f0b61f0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/0035fe2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/2008deca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/507864b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/60c1c6589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/202f655a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/10dc675d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/202f33b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/504a745a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/9073edb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/104b13b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/10730f2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/304c360772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/50b8310772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/c06f722dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/403fcdca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/40fa892ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/50df690772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/708a51cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/1046de2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/60a6805a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/9055f2b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/00759b057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/104be7057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/508366c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/60069b2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/70003a5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/80cb385f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/c0069e1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/c0ba9f057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/009a7f2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/100d7f1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/20266b5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/208dadcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/8021400572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/805e4acb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/80c862cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/b02a195e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/d0ec5f5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/2044a61980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/2067562ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/402f781980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/50bcd70772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/70d5fc2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/80bd645f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/90e07a0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/1066fb0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/40e044cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/509a491880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/b047812ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/0023530772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/505697057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/506ffb057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/50b48c5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/902ae8047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/a040fcb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/f028e2b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/00408e2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/20d9cacb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/606928599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/60b8f90672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/70c2912ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/80d39eb583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/b00af80672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/c0a996cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/c0fc9dcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/d00f635f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/708ed5589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/70d9b2ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/a03d79589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/c0e1785f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b7/80e0542ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b7/90d47d1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/80f7652ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/a051450572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/10684e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/6017835a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/801af82dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/003d7b5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/00765a0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/30e07ccb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/70251f5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/706ea9cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/d0ba481980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/e040ef2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/e0ff612ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/5005c41980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/5054432ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/70921c2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/e034105f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bc/0067c7057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bc/d02d1b5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/7078c8057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/809fd7ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/903a0e2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/e053290772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/be/7081635a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/be/f021f8b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/404f435a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/70435d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/70cd4eb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/d0036db783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/e021e51980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/708367cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/f02e9c589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/f04146b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/000f875a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/10fb041980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/3076855d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/30e2cfcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/600e450672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/7033a4ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/d0219a5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0085205a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/00c64f057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/208e305f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/90b59d589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/90f135047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/a0fd4d5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/b072d01780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/20f7130772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/60eaf22dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/90f3560772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/d0b9176084d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/d0be6b5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/20c148057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/307b4a5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/5048efb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/b040c4b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/d02dbd057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/008ba8589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/60ef580772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/80ed965a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/905bcecb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/f072611980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/20ea745f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/607f16b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/c03bf5b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/d00b1b2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c6/c024991980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c6/c0d98a2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/40f986589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/80d94c1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/e04fc75f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/401ae8ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/a08dac0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/e0554f5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/e0e2275b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/0066330772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0a9805f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0caff1880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/00124e1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/10702a5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/10b3d8b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/309d9ccb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/700c5c2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/706c56cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/d02b4b1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/e0d5445a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/e0f33f5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/10f2e52dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/3065cc047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/50fe24b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/a057e1057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/b0e2ff2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/e075590572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/309794057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/60fbda5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/80d2621980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/60482c5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/a05943cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/e0f5925a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/f00ae7b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/804e40b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/807578b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/a04c502ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/c0da8e5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/10a6970772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/60d0adca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/905c911980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/00d4222ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20e56c5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20f654057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/30e7b55a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/40ed750772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/50cb6bb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d1/20287b5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d1/70ca7cc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/1057672ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/b0ae865d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/d0c4c1b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/e0609b0572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/2090835f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/30a79c1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/70b1ea1780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/a01c7d5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/a0b1735f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/c09e23b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/d0c0ee2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/0072e52cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/6033dcca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/a0abd9047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/d081830772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/00f4521980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/10a4175e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/9063a9ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/c014bdb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/e0a0385a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/001957057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/40f4605b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/60d3e12dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/80974a0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/a0d1c15f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/b07959cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/9019b11980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/b0ea5bcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/d027d3c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/f0ea6b2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/20f0dbcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/90ea77b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/b03162047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/70456d5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/70abadb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/80773dc97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/906ce6ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/a059645d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/da/40e83cb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/da/804739cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/30c9ea2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/30d509b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/5033e61980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/e0c6515e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/00eb332ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/30b58f057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/40554e1880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/8052c9cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/8092e42dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/c06aaa0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/d0ca8e057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/00baaf1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/208a460572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/b09f1f2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/f0c5862ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/0089d81780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/100b4b057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/10c93c1880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/20404bb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/4058c35f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/80f01d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/e09eb3b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/5074beb683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/60112b2ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/801c4c057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/8088585f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/b0655e1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/c0055b047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/f0d72db783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/20e568b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/6024c3b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/807c665d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/b0ed711980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/f07e10ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/3079c5b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/c047492ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/f08ca30772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/9053541980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/a0b7b8589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/c0bf930572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/f09f40047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/1048015b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/108ef3b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/701dd3589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/a07162b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/d037ea2dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/b018df1780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/b0a415599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/30c5b6057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/60ab9a1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/a05d0a5e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/b06d84b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/b0cd412ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/c0eab55f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/e0557c0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/f0216d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/100dcab683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/3098842dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/b0c1c1057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/b0cf95057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/d013c65a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/f098255b9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/601c190672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/807d840572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/20830eca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/50301e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/60357d0672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/a05ecb057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/a083515f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/c049acca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e0135cb783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/000618b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/0039465f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/50ab4f5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/708c33c97dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/70f0b4057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/80a550047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/a0a5f25f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/30882c0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/9013a50772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/c07689b583d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/c09c851980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/d03001057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/d03b325f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ea/a099bd589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ea/b094315e84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/301b012ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/4013905f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/60a9471980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/1095b1057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/4079421980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/b0fd155a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/e09c910572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/1076d4cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/609aff5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/c0f8465a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/0065551980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/30eecf2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/70efb0589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/d052b1ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/f009b7589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/20065d1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/40f08c5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/f0a9df057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/10cae9b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/5025615d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/5035f95f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/a051e72dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/c07a022ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/206f32047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/c039752ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/c0cad5ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/f056cc419fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/10acd1ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/402cf45f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/50b097ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0517e0772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0ca5c5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f2/80ea822dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/007e365a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/90e4a41980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/a0aeec5a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/d0b0da5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/00ac26b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/70bf5dcb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/c074d95a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/d080c4057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/e03d4d5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/a083b0057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/e047d92dd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/f0f98f589fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/302b860572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/d080f0b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/e00335b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/107bfd5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/203d7c5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/206d805d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/3054555f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/40a902b783d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/60ea500572d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/806f53057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/8075da2cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/9049d32cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f8/00da4c5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/0088052ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/10defa1780d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/60e318ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/809b031980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/90e95a057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/b0f45b1980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/2083ff047fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/60abb9057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/b0b8b0b683d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/d01e550772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/e02fd8057fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/f015d92cd5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fb/e0bb011880d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/b006535a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/c07377599fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/c087430672d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/505fe3ca7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/507871b87fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/50a669cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/607f485a9fd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/80816e5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/2001c61980d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/200347cb7dd4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/e024472ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/f042d90772d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/0034af5f84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/b02d5d5d84d4001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/d029162ed5d3001919daccf07d3853fc create mode 100644 Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/fa/history.index (limited to 'Software/Embedded_SW/Embedded/Modules') 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 3398fda4a..044387858 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/4000f41780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/4000f41780d4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/4000f41780d4001919daccf07d3853fc @@ -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/0/801f5e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/801f5e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/801f5e0772d4001919daccf07d3853fc @@ -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/0/b0a9ac589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/b0a9ac589fd4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/b0a9ac589fd4001919daccf07d3853fc @@ -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/0/d0ed4cb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/d0ed4cb683d4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/d0ed4cb683d4001919daccf07d3853fc @@ -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/0/e090b3057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/e090b3057fd4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/0/e090b3057fd4001919daccf07d3853fc @@ -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/1/90c6695f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/90c6695f84d4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/90c6695f84d4001919daccf07d3853fc @@ -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/1/b0d367b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/b0d367b783d4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/b0d367b783d4001919daccf07d3853fc @@ -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/1/d0beee1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/d0beee1980d4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/d0beee1980d4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/1/f0fde6c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/f0fde6c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1/f0fde6c97dd4001919daccf07d3853fc @@ -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/10/8096b7b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/8096b7b683d4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/8096b7b683d4001919daccf07d3853fc @@ -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/a09426599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a09426599fd4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/a09426599fd4001919daccf07d3853fc @@ -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/10/e07110fad4d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/e07110fad4d3001919daccf07d3853fc new file mode 100644 index 000000000..e73194060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/10/e07110fad4d3001919daccf07d3853fc @@ -0,0 +1,2035 @@ + +#include +#include +#include +#include +#include +#include +#include "FPGA_SPI_Comm.h" +#include "Drivers/Motors/Motor.h" +#include "modules/control/millisecTask.h" +#include "modules/thread/thread.h" +#include "drivers/Heater/TemperatureSensor.h" +#include "PMR/Hardware/HardwareMotor.pb-c.h" +#include "PMR/Hardware/HardwareDancerType.pb-c.h" +#include +#include + +extern TempSensorResponseStruct TempSensorResponse[MAX_TEMPERATURE_SENSOR_ID]; +#include + +bool Extended_Motor_Param = false; + +/////////////////////////////////////////////////////////////////////////////// +SPI Fpga_Spi[NUM_OF_MOTORS]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * NBUSY; // One bit for every motor + volatile short * SPI_Busy; + +} FpgaMotMap_t; + + + +static FpgaMotMap_t FpgaMotMap[NUM_OF_MOTORS] = +{ + //MOTOR_DH_CLEANHEAD - Cleaning head motor + {&F1_MOTO_DH_CLEANHEAD_A1_TX_00, &F1_MOTO_DH_CLEANHEAD_A1_TX_01, &F1_MOTO_DH_CLEANHEAD_A1_RX_00 ,&F1_MOTO_DH_CLEANHEAD_A1_RX_01 ,&F1_MOTO_DH_CLEANHEAD_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DH_CLEANMECH - Cleaning mechanism + {&F1_MOTO_DH_CLEANMECH_A1_TX_00, &F1_MOTO_DH_CLEANMECH_A1_TX_01, &F1_MOTO_DH_CLEANMECH_A1_RX_00 ,&F1_MOTO_DH_CLEANMECH_A1_RX_01 ,&F1_MOTO_DH_CLEANMECH_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + + //MOTOR_DH_LID - Dyeing head lid + {&F1_MOTO_DH_LID_A1_TX_00, &F1_MOTO_DH_LID_A1_TX_01, &F1_MOTO_DH_LID_A1_RX_00 ,&F1_MOTO_DH_LID_A1_RX_01 ,&F1_MOTO_DH_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DRYER_DRIVING - Dryer main motor + {&F1_MOTO_DRYER_DRIVING_A1_TX_00, &F1_MOTO_DRYER_DRIVING_A1_TX_01, &F1_MOTO_DRYER_DRIVING_A1_RX_00 ,&F1_MOTO_DRYER_DRIVING_A1_RX_01 ,&F1_MOTO_DRYER_DRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LID - Drier lid + {&F1_MOTO_DRYER_LID_A1_TX_00, &F1_MOTO_DRYER_LID_A1_TX_01, &F1_MOTO_DRYER_LID_A1_RX_00 ,&F1_MOTO_DRYER_LID_A1_RX_01 ,&F1_MOTO_DRYER_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LOADARM - Drier thread loading arm + {&F1_MOTO_DRYER_LOADARM_A1_TX_00, &F1_MOTO_DRYER_LOADARM_A1_TX_01, &F1_MOTO_DRYER_LOADARM_A1_RX_00 ,&F1_MOTO_DRYER_LOADARM_A1_RX_01 ,&F1_MOTO_DRYER_LOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DISPENSER_1 - Dispenser + {&F2_MOTO_DISPENSER_A1_1_TX_00, &F2_MOTO_DISPENSER_A1_1_TX_01, &F2_MOTO_DISPENSER_A1_1_RX_00 ,&F2_MOTO_DISPENSER_A1_1_RX_01 ,&F2_MOTO_DISPENSER_A1_1_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_2 - Dispenser + {&F2_MOTO_DISPENSER_A1_2_TX_00, &F2_MOTO_DISPENSER_A1_2_TX_01, &F2_MOTO_DISPENSER_A1_2_RX_00 ,&F2_MOTO_DISPENSER_A1_2_RX_01 ,&F2_MOTO_DISPENSER_A1_2_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_3 - Dispenser + {&F2_MOTO_DISPENSER_A1_3_TX_00, &F2_MOTO_DISPENSER_A1_3_TX_01, &F2_MOTO_DISPENSER_A1_3_RX_00 ,&F2_MOTO_DISPENSER_A1_3_RX_01 ,&F2_MOTO_DISPENSER_A1_3_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_4 - Dispenser + {&F2_MOTO_DISPENSER_A1_4_TX_00, &F2_MOTO_DISPENSER_A1_4_TX_01, &F2_MOTO_DISPENSER_A1_4_RX_00 ,&F2_MOTO_DISPENSER_A1_4_RX_01 ,&F2_MOTO_DISPENSER_A1_4_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_5 - Dispenser + {&F2_MOTO_DISPENSER_A1_5_TX_00, &F2_MOTO_DISPENSER_A1_5_TX_01, &F2_MOTO_DISPENSER_A1_5_RX_00 ,&F2_MOTO_DISPENSER_A1_5_RX_01 ,&F2_MOTO_DISPENSER_A1_5_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_6 - Dispenser + {&F2_MOTO_DISPENSER_A1_6_TX_00, &F2_MOTO_DISPENSER_A1_6_TX_01, &F2_MOTO_DISPENSER_A1_6_RX_00 ,&F2_MOTO_DISPENSER_A1_6_RX_01 ,&F2_MOTO_DISPENSER_A1_6_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_7 - Dispenser + {&F2_MOTO_DISPENSER_A1_7_TX_00, &F2_MOTO_DISPENSER_A1_7_TX_01, &F2_MOTO_DISPENSER_A1_7_RX_00 ,&F2_MOTO_DISPENSER_A1_7_RX_01 ,&F2_MOTO_DISPENSER_A1_7_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_8 - Dispenser + {&F2_MOTO_DISPENSER_A1_8_TX_00, &F2_MOTO_DISPENSER_A1_8_TX_01, &F2_MOTO_DISPENSER_A1_8_RX_00 ,&F2_MOTO_DISPENSER_A1_8_RX_01 ,&F2_MOTO_DISPENSER_A1_8_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + + //MOTOR_SCREW - Winder screw + {&F1_MOTO_SCREW_A1_TX_00, &F1_MOTO_SCREW_A1_TX_01, &F1_MOTO_SCREW_A1_RX_00 ,&F1_MOTO_SCREW_A1_RX_01 ,&F1_MOTO_SCREW_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy2_D}, + //MOTOR_WINDER - Winder + {&F1_MOTO_WINDER_A1_TX_00, &F1_MOTO_WINDER_A1_TX_01, &F1_MOTO_WINDER_A1_RX_00 ,&F1_MOTO_WINDER_A1_RX_01 ,&F1_MOTO_WINDER_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy1_D}, + + //MOTOR_LDANCER1 -Pooler Dancer adjustment + {&F1_MOTO_LDANCER1_A1_TX_00, &F1_MOTO_LDANCER1_A1_TX_01, &F1_MOTO_LDANCER1_A1_RX_00 ,&F1_MOTO_LDANCER1_A1_RX_01 ,&F1_MOTO_LDANCER1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LDANCER2 - Winder Dancer adjustment #1 + {&F1_MOTO_LDANCER2_A1_TX_00, &F1_MOTO_LDANCER2_A1_TX_01, &F1_MOTO_LDANCER2_A1_RX_00 ,&F1_MOTO_LDANCER2_A1_RX_01 ,&F1_MOTO_LDANCER2_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_LDRIVING - Pooler: + {&F1_MOTO_LDRIVING_A1_TX_00, &F1_MOTO_LDRIVING_A1_TX_01, &F1_MOTO_LDRIVING_A1_RX_00 ,&F1_MOTO_LDRIVING_A1_RX_01 ,&F1_MOTO_LDRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LLOADING - Pooler loading + {&F1_MOTO_LLOADING_A1_TX_00, &F1_MOTO_LLOADING_A1_TX_01, &F1_MOTO_LLOADING_A1_RX_00 ,&F1_MOTO_LLOADING_A1_RX_01 ,&F1_MOTO_LLOADING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LPIVOT1 - Pooler loading pivot arm + {&F1_MOTO_LPIVOT1_A1_TX_00, &F1_MOTO_LPIVOT1_A1_TX_01, &F1_MOTO_LPIVOT1_A1_RX_00 ,&F1_MOTO_LPIVOT1_A1_RX_01 ,&F1_MOTO_LPIVOT1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_RDANCER - Feeder dancer adjustment: + {&F1_MOTO_RDANCER_A1_TX_00, &F1_MOTO_RDANCER_A1_TX_01, &F1_MOTO_RDANCER_A1_RX_00 ,&F1_MOTO_RDANCER_A1_RX_01 ,&F1_MOTO_RDANCER_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RDRIVING - Feeder: + {&F1_MOTO_RDRIVING_A1_TX_00, &F1_MOTO_RDRIVING_A1_TX_01, &F1_MOTO_RDRIVING_A1_RX_00, &F1_MOTO_RDRIVING_A1_RX_01, &F1_MOTO_RDRIVING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADARM - Right loading arm: + {&F1_MOTO_RLOADARM_A1_TX_00, &F1_MOTO_RLOADARM_A1_TX_01, &F1_MOTO_RLOADARM_A1_RX_00 ,&F1_MOTO_RLOADARM_A1_RX_01 ,&F1_MOTO_RLOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADING - Right Loading + {&F1_MOTO_RLOADING_A1_TX_00, &F1_MOTO_RLOADING_A1_TX_01, &F1_MOTO_RLOADING_A1_RX_00, &F1_MOTO_RLOADING_A1_RX_01, &F1_MOTO_RLOADING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + + //MOTOR_SPARE1_1 - Spare + {&F3_MOTO_SPARE1_1_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_1_A1_RX_00 ,&F3_MOTO_SPARE1_1_A1_RX_01 ,&F3_MOTO_SPARE1_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE1_2 - Spare + {&F3_MOTO_SPARE1_2_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_2_A1_RX_00 ,&F3_MOTO_SPARE1_2_A1_RX_01 ,&F3_MOTO_SPARE1_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_1 - Spare + {&F3_MOTO_SPARE2_1_A1_TX_00, &F3_MOTO_SPARE2_1_A1_TX_01, &F3_MOTO_SPARE2_1_A1_RX_00 ,&F3_MOTO_SPARE2_1_A1_RX_01 ,&F3_MOTO_SPARE2_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_2 - Spare + {&F3_MOTO_SPARE2_2_A1_TX_00, &F3_MOTO_SPARE2_2_A1_TX_01, &F3_MOTO_SPARE2_2_A1_RX_00 ,&F3_MOTO_SPARE2_2_A1_RX_01 ,&F3_MOTO_SPARE2_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE3_1 - Spare + //{&F3_MOTO_SPARE3_1_A1_TX_00, &F3_MOTO_SPARE3_1_A1_TX_01, &F3_MOTO_SPARE3_1_A1_RX_00 ,&F3_MOTO_SPARE3_1_A1_RX_01 ,&F3_MOTO_SPARE3_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + +}; + +uint8_t FPGA_SPI_Transnit(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //*FpgaMotMap[_motorId].WORDS = 4; + + //if((*FpgaMotMap[_motorId].NBUSY == NOTBUSY) && (*FpgaMotMap[_motorId].SPI_Busy == NOTBUSY)) + { + Int2Short.uint = Fpga_Spi[_motorId].TX_MOSI; + + *FpgaMotMap[_motorId].TX_01 = Int2Short.ushort.MSB; + //SysCtlDelay(1); + *FpgaMotMap[_motorId].TX_00 = Int2Short.ushort.LSB; + // SysCtlDelay(100); + //*FpgaMotMap[_motorId].WORDS = Fpga_Spi[_motorId].AMT_OF_Words; + } + return OK; +} + +uint8_t FPGA_SPI_Receive(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //TODO - check if busy ? + Int2Short.ushort.LSB = *FpgaMotMap[_motorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[_motorId].RX_01; + Fpga_Spi[_motorId].RX_MISO = Int2Short.uint; + + return OK; +} + +//---------------- GET ------------------------------ + +void Read_Motors_Driver_ADC(TimerMotors_t i) +{ + SysCtlDelay(12000); + Fpga_Spi[i].TX_MOSI = (x_GET_PARAM | x_ADC_OUT)<<8; + FPGA_SPI_Transnit(i); + SysCtlDelay(12000); + FPGA_Get_Res(i); + MotorDriverResponse[i].ADC = Fpga_Spi[i].RX_MISO; +} + +uint32_t Read_Motors_Driver_Type(TimerMotors_t i) +{ + uint32_t status = OK; + + + //First communicate with powerSTEP01 + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 22) && (MotorDriverResponse[i].ADC < 26)) // //(powerSTEP01, ADC = 24) + { + MotorDriverResponse[i].DriverType = CombinrdMotDriver; + //default for dispensers, dryer-LID and DH-LID Voltage mode, for other motors Current mode + if(((i >= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1) && (i <= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8)) || (i == HARDWARE_MOTOR_TYPE__MOTO_DH_LID) || (i == HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID)) + MotorDriverResponse[i].DriverMode = Voltage; + else + MotorDriverResponse[i].DriverMode = Current; + } + else + { + //Change the SPI direction and check if this driver is Current or Voltage + Change_Motor_SPI_Direction(i,Current_Or_Voltage); + delayms(5); + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 9) && (MotorDriverResponse[i].ADC < 13)) + { + MotorDriverResponse[i].DriverType = CurrentMotDriver; //(L6472, ADC = 11) + MotorDriverResponse[i].DriverMode = Current; + } + else + if((MotorDriverResponse[i].ADC >= 15) && (MotorDriverResponse[i].ADC < 19)) + { + MotorDriverResponse[i].DriverType = VoltageMotDriver; //(L6470, ADC = 17) + MotorDriverResponse[i].DriverMode = Voltage; + } + else + { + //UnKnownMotDriver + MotorDriverResponse[i].DriverType = UnKnownMotDriver; + LOG_ERROR (i, "Unable to recognize the motor's driver type"); + status = ERROR; + } + } + + + return status; +} + +void FPGA_GetClrMotStat_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_STATUS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + //FPGA_SPI_Transnit(_motorId); + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetStatusFromFPGA_Callback); + +} + +void FPGA_GetFPGAMotSpeed_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetSpeedFromFPGA_Callback); +} + +void FPGA_GetMotSpeed_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_ADC_OUT_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ADC_OUT; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotPosition_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ABS_POS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetPositionFromFPGA_Callback); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotMicroSteps_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_STEP_MODE; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_Res(TimerMotors_t _motorId) //The answer for every FPGA Get Cmd +{ + FPGA_SPI_Receive(_motorId); +} + +void FPGA_GetBusy() +{ +#ifndef EVALUATION_BOARD + // uint8_t i; + + F1MOTNBUSY1 F1_MOT_NBUSY1; + F1MOTNBUSY2 F1_MOT_NBUSY2; + F2MOTNBUSY1 F2_MOT_NBUSY1; + //F3MOTNBUSY1 F3_MOT_NBUSY1; - for spare motors + + F1SPIBUSY1 F1_SPI_BUSY1; + F1SPIBUSY2 F1_SPI_BUSY2; + F2SPIBUSY1 F2_SPI_BUSY1; + F2SPIBUSY2 F2_SPI_BUSY2; + //F3SPIBUSY1 F3_SPI_BUSY1; - for spare motors + + //Read NBUSY from FPGA + unsigned short readValue = 0; + readValue = F1_Moto_Driver_NBUSY1_D; + F1_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F1_Moto_Driver_NBUSY2_D; + F1_MOT_NBUSY2.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F2_Moto_Driver_NBUSY1_D; + F2_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + //F3_MOT_NBUSY1.ushort = F3_Moto_Driver_NBUSY1_D; - for spare motors + + //Read SPI BUSY from FPGA + F1_SPI_BUSY1.ushort = F1_SPI_Busy1_D; + F1_SPI_BUSY2.ushort = F1_SPI_Busy2_D; + F2_SPI_BUSY1.ushort = F2_SPI_Busy1_D; + F2_SPI_BUSY2.ushort = F2_SPI_Busy2_D; + //F3_SPI_BUSY1.ushort = F3_SPI_Busy1_D; - for spare motors + + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_LID_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DH_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LID_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LOADARM_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DRYER_LOADARM_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_1_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_2_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_3_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_4_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_5_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_6_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_7_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_8_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_SCREW].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_SCREW_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_SCREW_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_WINDER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_WINDER_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_WINDER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDANCER2].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDANCER2_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDANCER2_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LLOADING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LLOADING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LPIVOT1_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_LPIVOT1_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDANCER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDANCER_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_RDANCER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDRIVING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RLOADING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RLOADING_A1_SDI_busy; + + TempSensorResponse[TEMP_SENSE_ANALOG_MIXCHIP_TEMP].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_MIXCHIP_TEMP_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP4].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP4_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP5].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP5_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP1].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP2].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP3].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP3_1_BUSY; + + Dancer_Busy[HARDWARE_DANCER_TYPE__LeftDancer] = F1_SPI_BUSY1.bits.F1_LDANCER2_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__MiddleDancer] = F1_SPI_BUSY1.bits.F1_LDANCER1_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__RightDancer] = F1_SPI_BUSY1.bits.F1_RDANCER_ROTENC_DATA_p_busy; + + SpeedSensorResponseS.Busy = F1_SPI_BUSY1.bits.F1_RSPARE_ROTENC_DATA_p_busy; + +#endif +} + +int MotorGetFPGAResponse(TimerMotors_t MotorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaMotMap[MotorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[MotorId].RX_01; + *Data = Int2Short.uint; + + return OK; + } + //else + // return ERROR; +} +//---------------- SET ------------------------------ + +//uint32_t MotorSentData[NUM_OF_MOTORS][100] = {0}; +//int MotorDataIndex[NUM_OF_MOTORS] = {0}; +int MotorSendFPGARequest(TimerMotors_t MotorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; +// MotorSentData[MotorId][MotorDataIndex[MotorId]] = Data; +// MotorDataIndex[MotorId]+=1; +// if (MotorDataIndex[MotorId] == 99) MotorDataIndex[MotorId] = 0; + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) + { + ROM_IntMasterDisable(); + Int2Short.uint = Data; + + *FpgaMotMap[MotorId].TX_01 = Int2Short.ushort.MSB; + *FpgaMotMap[MotorId].TX_00 = Int2Short.ushort.LSB; + //*FpgaMotMap[MotorId].WORDS = Length; + ROM_IntMasterEnable(); + + return OK; + } + //else + // return ERROR; +} + +typedef enum +{ + MOTOR_CONFIG_INIT, + MOTOR_CONFIG_HARD_HIZ, + MOTOR_CONFIG_READ_ADC, + MOTOR_CONFIG_ACC, + MOTOR_CONFIG_DEC, + MOTOR_CONFIG_MIN_SPEED, + MOTOR_CONFIG_MAX_SPEED, + MOTOR_CONFIG_STEP_MODE, + MOTOR_CONFIG_CONFIG, + MOTOR_CONFIG_KVAL_TVAL_HOLD, + MOTOR_CONFIG_KVAL_TVAL_RUN, + MOTOR_CONFIG_KVAL_TVAL_ACC, + MOTOR_CONFIG_KVAL_TVAL_DEC, + MOTOR_CONFIG_ST_SLP_T_FAST, + MOTOR_CONFIG_INT_SPD, + MOTOR_CONFIG_FN_SLP_ACC_TON_MIN, + MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN, + MOTOR_CONFIG_OCD_TH, + MOTOR_CONFIG_STALL_TH, + MOTOR_CONFIG_K_THERM, + MOTOR_CONFIG_FS_SPD, + MOTOR_CONFIG_GATECFG1, + MOTOR_CONFIG_GATECFG2, + MOTOR_CONFIG_END +}MOTOR_CONFIG_STAGES_ENUM; +MOTOR_CONFIG_STAGES_ENUM ConfigStages[NUM_OF_MOTORS] = {MOTOR_CONFIG_INIT}; + +void FPGA_SetMotorsInit() +{ + uint8_t i=0; + + //LOW logic level resets the logic and puts the device into Standby mode. + F1_Moto_Driver_NSTBYRST1 = 0; + F1_Moto_Driver_NSTBYRST2 = 0; + F2_Moto_Driver_NSTBYRST1 = 0; + F3_Moto_Driver_NSTBYRST1 = 0; + + SysCtlDelay(100); + + F1_Moto_Driver_NSTBYRST1 = 0xFFFF; + F1_Moto_Driver_NSTBYRST2 = 0xFFFF; + F2_Moto_Driver_NSTBYRST1 = 0xFFFF; + F3_Moto_Driver_NSTBYRST1 = 0xFFFF; + + for(i=0;i5) && (i<14))//dispensers + { + delayms(100); + + +/* + MotorDriverRequest[i].KvalHold = 0x29; + MotorDriverRequest[i].KvalRun = 0x29; + MotorDriverRequest[i].KvalAcc = 0x29; + MotorDriverRequest[i].KvalDec = 0x29; + + FPGA_SetMotKvalHold(i); + delayms(100); + FPGA_SetMotKvalRun(i); + delayms(100); + FPGA_SetMotKvalAcc(i); + delayms(100); + FPGA_SetMotKvalDec(i); + delayms(100); +*/ + FPGA_SetMotPowerStep01GateCfg(i); + delayms(100); + } +#endif + } + + //TODO Prescaler settings for SPI + //F1_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F1_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw + //F2_Prescaler1_reg4 = //3bit spi moto low duty cycle value for pmw + //F2_Prescaler1_reg5 = //3bit spi moto high duty cycle value for pmw + //F3_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F3_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw +} + +//char nop; +uint32_t FPGA_MotorConfig_callback(TimerMotors_t _motorId, uint32_t ReadValue) +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp = 0; + uint32_t input_value = 0; + uint32_t speed_calc = 0; + //static char Motor_Type_Flag = 0; + char CM_VM = 0; + if (_motorId > NUM_OF_MOTORS) + { + LOG_ERROR (_motorId, "Invalid motor id"); + return ERROR; + } + + switch (ConfigStages[_motorId]) + { + case MOTOR_CONFIG_READ_ADC: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == UnKnownMotDriver) + { + Read_Motors_Driver_Type(_motorId); + } +// else +// { +// nop++; +// } + //intentional fall through + case MOTOR_CONFIG_ACC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_ACC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_DEC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_DEC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_MIN_SPEED: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].lowspeedoptimization!=0) + { + temp = x_SET_PARAM | x_MIN_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].minfrequency); + speed_calc|= 0x800; //LSPD_OPT + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_MAX_SPEED: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_STEP_MODE: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].microstep!=0) + { + for (i = 0; i < 8; i++) + { + if (MotorsCfg[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; + +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ +/* + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + CM_VM = CurrentMotDriver; + } + else + CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + +*/ + CM_VM = MotorDriverResponse[_motorId].DriverMode;// 1<<3 or 0<<3 + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + } + case MOTOR_CONFIG_CONFIG: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].configword!=0) + { + //temp = x_SET_PARAM | x_CONFIG; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_CONFIG; + temp = temp << 24; + if(MotorDriverResponse[_motorId].DriverMode == Voltage) + { + temp |= 0x2E8F<<8;//voltage + } + else + { + temp |= 0x2E8F<<8;//need to change in current mode? + } + + } + else + { + temp = x_SET_PARAM | x_CONFIG; + temp = temp << 24; + temp |= MotorsCfg[_motorId].configword<<8; + } + + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_KVAL_TVAL_HOLD: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalhold / tvalhold is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_RUN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalrun / tvalrun is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_ACC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalacc; + } + else + { + input_value = MotorsCfg[_motorId].kvalacc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalacc / tvalacc is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_DEC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvaldec; + } + else + { + if(Extended_Motor_Param) + input_value = MotorsCfg[_motorId].kvaldec; + else + input_value = MotorsCfg[_motorId].kvalacc;//for old parameters files (we used kvaldec for x_FS_SPD + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvaldec / tvaldec is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_ST_SLP_T_FAST: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_ST_SLP_T_FAST; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tfast; + } + else + { + input_value = MotorsCfg[_motorId].stslp; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"stslp / tfast is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_INT_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].intspd!=0) + { + temp = x_SET_PARAM | x_INT_SPD; + temp = temp << 24; + temp |= MotorsCfg[_motorId].intspd<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FN_SLP_ACC_TON_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_ACC_TON_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tonmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpacc; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpacc / tonmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_DEC_TOFF_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].toffmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpdec; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpdec / toffmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_OCD_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].overcurrentthreshold!=0) + { + temp = x_SET_PARAM | x_OCD_TH; + temp = temp << 24; + if(MotorsCfg[_motorId].overcurrentthreshold == 0) + { + LOG_ERROR (_motorId,"OCD_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + temp |= MotorsCfg[_motorId].overcurrentthreshold<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_STALL_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].stallthreshold!=0) + { + temp = x_SET_PARAM | x_STALL_TH; + temp = temp << 24; + temp |= MotorsCfg[_motorId].stallthreshold<<16; + if(MotorsCfg[_motorId].stallthreshold == 0) + { + LOG_ERROR (_motorId,"STALL_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_K_THERM: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].thermalcompensationfactor!=0) + { + temp = x_SET_PARAM | x_K_THERM; + temp = temp << 24; + temp |= MotorsCfg[_motorId].thermalcompensationfactor<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FS_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].fsspd!=0) + { + temp = x_SET_PARAM | x_FS_SPD; + temp = temp << 24; + temp |= (/*FSCalc*/(MotorsCfg[_motorId].fsspd))<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG1: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG2: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + break; + default: + return ERROR; + } + if (ConfigStages[_motorId] >= MOTOR_CONFIG_END) + { + //notify original caller that motor is ready + } +return OK; + +} + +uint32_t FPGA_MotorConfig(TimerMotors_t _motorId, MotorDriverConfigStruc *MotorConfig) +{ + ConfigStages[_motorId] = MOTOR_CONFIG_HARD_HIZ; + + uint32_t temp; + temp = x_HARD_HIZ; + temp = temp << 24; + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + ConfigStages[_motorId]++; + return OK; +} + +void FPGA_SetMotSpeed(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + MillisecSetMotorSpeed(_motorId, temp, 4, NULL); + + +///-------------------------------------------- +// Fpga_Spi[_motorId].TX_MOSI = temp;//<<8; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; +// FPGA_SPI_Transnit(_motorId); +//----------------------------------------------------- +} +void FPGA_SetMotSpeedDirect(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} +void FPGA_SetMotMaxSpeed(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + uint16_t speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + if (speed_calc > 0x3FF) //TODO to check if it is needed here + speed_calc = 0x3FF; + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +} + + +void FPGA_SetMotMicroStep(TimerMotors_t _motorId)// +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp; + char CM_VM = 0; + + for (i = 0; i < 8; i++) + { + if (MotorDriverRequest[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ + + //CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + //The CM_VM bit sets the current control method between voltage and current mode: + CM_VM = MotorDriverResponse[_motorId].DriverMode; + + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + ReportWithPackageFilter(GeneralFilter,"FPGA_SetMotMicroStep",__FILE__,__LINE__,_motorId,RpMessage,i,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + } +} + + +void FPGA_SetGoToPosition(TimerMotors_t _motorId)//GoTo +{ + uint32_t temp; + + temp = x_GOTO; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position);; + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetGoToDirPosition(TimerMotors_t _motorId)//GoTo_DIR command +{ + uint32_t temp; + + temp = x_GOTO_DIR | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position); + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetMotPosition(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + temp = x_MOVE | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= MotorDriverRequest[_motorId].Position; + Fpga_Spi[_motorId].TX_MOSI = temp; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + + // FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetGoMotHome(TimerMotors_t _motorId) +{ + + Fpga_Spi[_motorId].TX_MOSI = x_GO_HOME; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotHome(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_RESET_POS; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; + //FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotStop(TimerMotors_t _motorId) +{ + uint32_t temp; + + switch(MotorDriverRequest[_motorId].Stop) + { + case Hard_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; + break; + case Soft_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_STOP; + break; + case Hard_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_HIZ ; + break; + case Soft_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_HIZ; + break; + default: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; //TODO which default value? + break; + } + + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1;//TODO ? + + temp = Fpga_Spi[_motorId].TX_MOSI; + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalHold(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalHold > 0x7F)) + MotorDriverRequest[_motorId].KvalHold = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalHold",__FILE__,__LINE__,_motorId,RpMessage,MotorDriverResponse[_motorId].DriverMode,0); + + MillisecWriteToMotor(_motorId,temp,4,NULL); +} + +void FPGA_SetMotKvalRun(TimerMotors_t _motorId) +{ + uint32_t temp; + + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalRun > 0x7F)) + MotorDriverRequest[_motorId].KvalRun = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalRun",__FILE__,__LINE__,_motorId,RpMessage,temp,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + //FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalAcc(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalAcc > 0x7F)) + MotorDriverRequest[_motorId].KvalAcc = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalAcc; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalAcc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalDec(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalDec > 0x7F)) + MotorDriverRequest[_motorId].KvalDec = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalDec; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalDec; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotPowerStep01GateCfg(TimerMotors_t _motorId) +{ + uint32_t temp; + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + + //------------------------------------- + delayms(100); + //------------------------------------- + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} + +/////////////////////////////////////////////////////////////////////////////// +/* +SPI spi; + +uint8_t SPI_Transnit(SPI Spi) +{ + + INT2SHORT Int2Short; + + Int2Short.uint = Spi.TX_MOSI; + + //Check Busy register and see if the SPI desired is available + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + F1_MOTO_RLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADING_A1_TX_00); + break; + case MOTOR_RDRIVING: + F1_MOTO_RDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDRIVING_A1_TX_00); + break; + case MOTOR_LDRIVING: + F1_MOTO_LDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDRIVING_A1_TX_00); + break; + case MOTOR_LLOADING: + F1_MOTO_LLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LLOADING_A1_TX_00); + break; + case MOTOR_DRYER_LOADARM: + F1_MOTO_DRYER_LOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LOADARM_A1_TX_00); + break; + case MOTOR_DRYER_DRIVING: + F1_MOTO_DRYER_DRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_DRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_DRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_DRIVING_A1_TX_00); + break; + case MOTOR_DH_CLEANHEAD: + F1_MOTO_DH_CLEANHEAD_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANHEAD_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANHEAD_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANHEAD_A1_TX_00); + break; + case MOTOR_DH_CLEANMECH: + F1_MOTO_DH_CLEANMECH_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANMECH_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANMECH_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANMECH_A1_TX_00); + break; + case MOTOR_SCREW: + F1_MOTO_SCREW_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_SCREW_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_SCREW_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_SCREW_A1_TX_00); + break; + case MOTOR_WINDER: + F1_MOTO_WINDER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_WINDER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_WINDER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_WINDER_A1_TX_00); + break; + case MOTOR_RLOADARM: + F1_MOTO_RLOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADARM_A1_TX_00); + break; + case MOTOR_RDANCER: + F1_MOTO_RDANCER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDANCER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDANCER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDANCER_A1_TX_00); + break; + case MOTOR_LDANCER1: + F1_MOTO_LDANCER1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER1_A1_TX_00); + break; + case MOTOR_LDANCER2: + F1_MOTO_LDANCER2_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER2_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER2_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER2_A1_TX_00); + break; + case MOTOR_DRYER_LID: + F1_MOTO_DRYER_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LID_A1_TX_00); + break; + case MOTOR_DH_LID: + F1_MOTO_DH_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_LID_A1_TX_00); + break; + case MOTOR_LPIVOT1: + F1_MOTO_LPIVOT1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LPIVOT1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LPIVOT1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LPIVOT1_A1_TX_00); + break; + default: + break; + } + + return 0; +} + +uint8_t SPI_Receive (SPI Spi) +{ + + INT2SHORT Int2Short; + + //Check busy before trying to read RX registers. + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + Int2Short.ushort.LSB = F1_MOTO_RLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADING_A1_RX_01; + break; + case MOTOR_RDRIVING: + Int2Short.ushort.LSB = F1_MOTO_RDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDRIVING_A1_RX_01; + break; + case MOTOR_LDRIVING: + Int2Short.ushort.LSB = F1_MOTO_LDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDRIVING_A1_RX_01; + break; + case MOTOR_LLOADING: + Int2Short.ushort.LSB = F1_MOTO_LLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LLOADING_A1_RX_01; + break; + case MOTOR_DRYER_LOADARM: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LOADARM_A1_RX_01; + break; + case MOTOR_DRYER_DRIVING: + Int2Short.ushort.LSB = F1_MOTO_DRYER_DRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_DRIVING_A1_RX_01; + break; + case MOTOR_DH_CLEANHEAD: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANHEAD_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANHEAD_A1_RX_01; + break; + case MOTOR_DH_CLEANMECH: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANMECH_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANMECH_A1_RX_01; + break; + case MOTOR_SCREW: + Int2Short.ushort.LSB = F1_MOTO_SCREW_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_SCREW_A1_RX_01; + break; + case MOTOR_WINDER: + Int2Short.ushort.LSB = F1_MOTO_WINDER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_WINDER_A1_RX_01; + break; + case MOTOR_RLOADARM: + Int2Short.ushort.LSB = F1_MOTO_RLOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADARM_A1_RX_01; + break; + case MOTOR_RDANCER: + Int2Short.ushort.LSB = F1_MOTO_RDANCER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDANCER_A1_RX_01; + break; + case MOTOR_LDANCER1: + Int2Short.ushort.LSB = F1_MOTO_LDANCER1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER1_A1_RX_01; + break; + case MOTOR_LDANCER2: + Int2Short.ushort.LSB = F1_MOTO_LDANCER2_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER2_A1_RX_01; + break; + case MOTOR_DRYER_LID: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LID_A1_RX_01; + break; + case MOTOR_DH_LID: + Int2Short.ushort.LSB = F1_MOTO_DH_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_LID_A1_RX_01; + break; + case MOTOR_LPIVOT1: + Int2Short.ushort.LSB = F1_MOTO_LPIVOT1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LPIVOT1_A1_RX_01; + break; + default: + break; + } + + Spi.RX_MISO = Int2Short.uint; + + return 0; +} + +void FPGA_GetClrMotStat(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_STATUS; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} + +void FPGA_GetMotSpeed(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_PARAM | x_SPEED; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} +*/ +//////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// + +SPI TempSense_Spi[MAX_TEMPERATURE_SENSOR_ID]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * SPI_Busy; // TODO - remove this fied and combine with the mtor struct + +} FpgaSpiMap_t; + +static FpgaSpiMap_t FpgaTempSenseMap[MAX_TEMPERATURE_SENSOR_ID] = +{ + //TEMP_SENSE_ANALOG_MIXCHIP_TEMP, //ANALOG_MIXCHIP_TEMP + {&F2_ANALOG_MIXCHIP_TEMP_1_TX_00, &F2_ANALOG_MIXCHIP_TEMP_1_TX_01, &F2_ANALOG_MIXCHIP_TEMP_1_RX_00 ,&F2_ANALOG_MIXCHIP_TEMP_1_RX_01 ,&F2_ANALOG_MIXCHIP_TEMP_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DYEINGH_TEMP1, //ANALOG_DYEINGH_TEMP1_1 + {&F2_ANALOG_DYEINGH_TEMP1_1_TX_00, &F2_ANALOG_DYEINGH_TEMP1_1_TX_01, &F2_ANALOG_DYEINGH_TEMP1_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP1_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP2, //ANALOG_DYEINGH_TEMP2 + {&F2_ANALOG_DYEINGH_TEMP2_TX_00, &F2_ANALOG_DYEINGH_TEMP2_TX_01, &F2_ANALOG_DYEINGH_TEMP2_RX_00 ,&F2_ANALOG_DYEINGH_TEMP2_RX_01 ,&F2_ANALOG_DYEINGH_TEMP2_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP3, //ANALOG_DYEINGH_TEMP3 + {&F2_ANALOG_DYEINGH_TEMP3_1_TX_00, &F2_ANALOG_DYEINGH_TEMP3_1_TX_01, &F2_ANALOG_DYEINGH_TEMP3_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP3_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP4, //ANALOG_DYEINGH_TEMP4 + {&F2_ANALOG_DYEINGH_TEMP4_1_TX_00, &F2_ANALOG_DYEINGH_TEMP4_1_TX_01, &F2_ANALOG_DYEINGH_TEMP4_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP4_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP4_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP5, //ANALOG_DYEINGH_TEMP5 + {&F2_ANALOG_DYEINGH_TEMP5_1_TX_00, &F2_ANALOG_DYEINGH_TEMP5_1_TX_01, &F2_ANALOG_DYEINGH_TEMP5_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP5_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP5_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DRYER_TEMP1, //ANALOG_DRYER_TEMP1 + {&F2_ANALOG_DRYER_TEMP1_1_TX_00, &F2_ANALOG_DRYER_TEMP1_1_TX_01, &F2_ANALOG_DRYER_TEMP1_1_RX_00 ,&F2_ANALOG_DRYER_TEMP1_1_RX_01 ,&F2_ANALOG_DRYER_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP2, //ANALOG_DRYER_TEMP2 + {&F2_ANALOG_DRYER_TEMP2_1_TX_00, &F2_ANALOG_DRYER_TEMP2_1_TX_01, &F2_ANALOG_DRYER_TEMP2_1_RX_00 ,&F2_ANALOG_DRYER_TEMP2_1_RX_01 ,&F2_ANALOG_DRYER_TEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP3, //ANALOG_DRYER_TEMP3 + {&F2_ANALOG_DRYER_TEMP3_1_TX_00, &F2_ANALOG_DRYER_TEMP3_1_TX_01, &F2_ANALOG_DRYER_TEMP3_1_RX_00 ,&F2_ANALOG_DRYER_TEMP3_1_RX_01 ,&F2_ANALOG_DRYER_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_AN_ENCLOSURETEMP1, //AN_ENCLOSURETEMP1_1 + {&F2_AN_ENCLOSURETEMP1_1_TX_00, &F2_AN_ENCLOSURETEMP1_1_TX_01, &F2_AN_ENCLOSURETEMP1_1_RX_00 ,&F2_AN_ENCLOSURETEMP1_1_RX_01 ,&F2_AN_ENCLOSURETEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP2, //AN_ENCLOSURETEMP2_1 + {&F2_AN_ENCLOSURETEMP2_1_TX_00, &F2_AN_ENCLOSURETEMP2_1_TX_01, &F2_AN_ENCLOSURETEMP2_1_RX_00 ,&F2_AN_ENCLOSURETEMP2_1_RX_01 ,&F2_AN_ENCLOSURETEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP3, //AN_ENCLOSURETEMP3_1 + {&F2_AN_ENCLOSURETEMP3_1_TX_00, &F2_AN_ENCLOSURETEMP3_1_TX_01, &F2_AN_ENCLOSURETEMP3_1_RX_00 ,&F2_AN_ENCLOSURETEMP3_1_RX_01 ,&F2_AN_ENCLOSURETEMP3_1_WORDS ,&F2_SPI_Busy1_D}, +}; + +//void FPGA_WRITE() +//{ +// /*int i,j; +// uint16_t *Temp; +// Temp = &F1_Ver1_D; +// uint16_t a[209]; +// memset(Temp,0xFFFF,200); +// memcpy(a,Temp,208); +// for(j=0;j<32000;j++) +// { +// j++; +// for(i=0;i<32000;i++) +// { +// *(&F2_ANALOG_DRYER_TEMP3_1_TX_00+i) = 0xFFFF; +// } +// }*/ +//} + +int SPISendFPGARequest(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) + { + Int2Short.uint = Data; + + *FpgaTempSenseMap[SensorId].WORDS = Length; + *FpgaTempSenseMap[SensorId].TX_01 = Int2Short.ushort.MSB; + *FpgaTempSenseMap[SensorId].TX_00 = Int2Short.ushort.LSB; + + + Status = OK; + } + else + Status = ERROR; + + return Status; +} + +int SPIGetFPGAResponse(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaTempSenseMap[SensorId].RX_00; + Int2Short.ushort.MSB = *FpgaTempSenseMap[SensorId].RX_01; + *Data = Int2Short.uint; + + Status = OK; + } + else + Status = ERROR; + + return Status; +} +//////////////////////////////////////////////////////////////// +/* +//temporary till the FPGA change: +unsigned short F1_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F1_Moto_Driver_SPI_DIRECTION2 = 0; +unsigned short F2_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F3_Moto_Driver_SPI_DIRECTION1 = 0; +*/ + +F1_SPI_DIRECTION1 F1_SPI_Direction1; +F1_SPI_DIRECTION2 F1_SPI_Direction2; +F2_SPI_DIRECTION1 F2_SPI_Direction1; +F3_SPI_DIRECTION1 F3_SPI_Direction1; + +void Change_Motor_SPI_Direction(TimerMotors_t _motorId, SPI_MOT_DRIVER_DIRECTION Spi_Direction) +{ + +/* + //read direction registers + F1_SPI_Direction1.ushort = F1_Moto_Driver_SPI_DIRECTION1; + F1_SPI_Direction2.ushort = F1_Moto_Driver_SPI_DIRECTION2; + F2_SPI_Direction1.ushort = F2_Moto_Driver_SPI_DIRECTION1; + F3_SPI_Direction1.ushort = F3_Moto_Driver_SPI_DIRECTION1; +*/ + //change direction + switch(_motorId) + { + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD: + //MOTOR_DH_CLEANHEAD - Cleaning head motor + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANHEAD = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH: + //MOTOR_DH_CLEANMECH - Cleaning mechanism + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANMECH = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_LID: + //MOTOR_DH_LID - Dyeing head lid + F1_SPI_Direction1.bits.F1_MOTO_DH_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING: + //MOTOR_DRYER_DRIVING - Dryer main motor + F1_SPI_Direction1.bits.F1_MOTO_DRYER_DRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID: + //MOTOR_DRYER_LID - Drier lid + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM: + //MOTOR_DRYER_LOADARM - Drier thread loading arm + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1: + //MOTOR_DISPENSER_1 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2: + //MOTOR_DISPENSER_2 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3: + //MOTOR_DISPENSER_3 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_3 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4: + //MOTOR_DISPENSER_4 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_4 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5: + //MOTOR_DISPENSER_5 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_5 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6: + //MOTOR_DISPENSER_6 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_6 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7: + //MOTOR_DISPENSER_7 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_7 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8: + //MOTOR_DISPENSER_8 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_8 = Spi_Direction; + case HARDWARE_MOTOR_TYPE__MOTO_SCREW: + //MOTOR_SCREW - Winder screw + F1_SPI_Direction2.bits.F1_MOTO_SCREW = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_WINDER: + //MOTOR_WINDER - Winder + F1_SPI_Direction2.bits.F1_MOTO_WINDER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER1: + //MOTOR_LDANCER1 -Pooler Dancer adjustment + F1_SPI_Direction1.bits.F1_MOTO_LDANCER1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER2: + //MOTOR_LDANCER2 - Winder Dancer adjustment #1 + F1_SPI_Direction1.bits.F1_MOTO_LDANCER2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDRIVING: + //MOTOR_LDRIVING - Pooler: + F1_SPI_Direction1.bits.F1_MOTO_LDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LLOADING: + //MOTOR_LLOADING - Pooler loading + F1_SPI_Direction1.bits.F1_MOTO_LLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1: + //MOTOR_LPIVOT1 - Pooler loading pivot arm + F1_SPI_Direction1.bits.F1_MOTO_LPIVOT1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDANCER: + //MOTOR_RDANCER - Feeder dancer adjustment: + F1_SPI_Direction2.bits.F1_MOTO_RDANCER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDRIVING: + //MOTOR_RDRIVING - Feeder: + F1_SPI_Direction2.bits.F1_MOTO_RDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADARM: + //MOTOR_RLOADARM - Right loading arm: + F1_SPI_Direction2.bits.F1_MOTO_RLOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADING: + //MOTOR_RLOADING - Right Loading + F1_SPI_Direction2.bits.F1_MOTO_RLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE3_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE3_1 = Spi_Direction; + break; + default: + break; + } + + //write direction registers + F1_Moto_Driver_SPI_DIRECTION1 = F1_SPI_Direction1.ushort; + F1_Moto_Driver_SPI_DIRECTION2 = F1_SPI_Direction2.ushort; + F2_Moto_Driver_SPI_DIRECTION1 = F2_SPI_Direction1.ushort; + F3_Moto_Driver_SPI_DIRECTION1 = F3_SPI_Direction1.ushort; +} + + +extern bool MotorConfigState[NUM_OF_MOTORS]; + +uint32_t Power_Step_01_Mode(TimerMotors_t _motorId, MOTDRIVER_MODE New_Mode) +{ + /* + POWERSTEP01 + 1. need support in machine studio + create new parameters file the (for current and voltage modes) + 2. The default mode is voltage for dispensers and + DH_LID + DRYER_LID and Current for all the rest. + 3. I order to change mode need to: + a. Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(motorId); + b. call the function Combined_Motor_Driver_Mode(motorId, New_Mode)/ Combined_dispenser_Driver_Mode(Disp_ID, New_Mode)// Current or Voltage + c. change the step to MOTOR_CONFIG_INIT and call the function MotorConfig( motorId, &MotorsCfg[motorId]) + d. read the STEP_MODE register and verify that the CM_VM bit 0 for Voltage mode and 1 for current mode + */ + uint32_t status = OK; + uint8_t MicroStepsReg = 0, CM_VM = 0;; + + if((New_Mode != MotorDriverResponse[_motorId].DriverMode) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + MotorConfigState[_motorId] = false; + + //Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(_motorId); + + //Change the flag mode + Combined_Motor_Driver_Mode(_motorId, New_Mode); + + //Set the new configuration according to the flag mode + ConfigStages[_motorId] = MOTOR_CONFIG_INIT; + MotorConfig( _motorId, &MotorsCfg[_motorId]); + delayms(50); + //read the CM_VM bit + MotorGetMicroStepsFromFPGA(_motorId); + delayms(5); + MicroStepsReg = MotorGetMicroStepsFromFPGA_Res(_motorId); + + CM_VM = (MicroStepsReg & 0x08); + + if(((New_Mode == Voltage) && (CM_VM != Voltage)) || ((New_Mode == Current) && (CM_VM != Current))) + { + status = ERROR; + } + + ReportWithPackageFilter(ControlFilter,"Change PowerStep01 mode", __FILE__,__LINE__,_motorId,RpMessage,New_Mode,0); + } + + + return status; + +} + +uint32_t Power_Step_01_Dispenser_Mode(uint8_t Dispenser_ID, MOTDRIVER_MODE New_Mode) +{ + uint32_t status = OK; + + status = Power_Step_01_Mode(Dispenser_ID + HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1, New_Mode); + + return status; +} + + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90012b0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90012b0772d4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90012b0772d4001919daccf07d3853fc @@ -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/11/90d1e62cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90d1e62cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/11/90d1e62cd5d3001919daccf07d3853fc @@ -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/20baff5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/20baff5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/20baff5e84d4001919daccf07d3853fc @@ -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/12/508729b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/508729b683d4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/508729b683d4001919daccf07d3853fc @@ -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/12/e0ec985f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/e0ec985f84d4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/12/e0ec985f84d4001919daccf07d3853fc @@ -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/13/00fcaa589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/00fcaa589fd4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/00fcaa589fd4001919daccf07d3853fc @@ -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/13/10e1fab683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/10e1fab683d4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/10e1fab683d4001919daccf07d3853fc @@ -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/13/803eed057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/803eed057fd4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/803eed057fd4001919daccf07d3853fc @@ -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/13/9043a90572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/9043a90572d4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/9043a90572d4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/13/a061dd0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/a061dd0772d4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/a061dd0772d4001919daccf07d3853fc @@ -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/13/c02b435f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/c02b435f84d4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/c02b435f84d4001919daccf07d3853fc @@ -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/13/f082a7057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/f082a7057fd4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/13/f082a7057fd4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/a095885a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/a095885a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/a095885a9fd4001919daccf07d3853fc @@ -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/14/d09701b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/d09701b783d4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/d09701b783d4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/f0bbfa5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/f0bbfa5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/14/f0bbfa5f84d4001919daccf07d3853fc @@ -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/15/10d63d2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/10d63d2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/10d63d2ed5d3001919daccf07d3853fc @@ -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/15/204372c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/204372c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/204372c97dd4001919daccf07d3853fc @@ -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/15/900b28b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/900b28b783d4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/900b28b783d4001919daccf07d3853fc @@ -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/15/e098bab583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/e098bab583d4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/15/e098bab583d4001919daccf07d3853fc @@ -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/16/20ead3057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/20ead3057fd4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/20ead3057fd4001919daccf07d3853fc @@ -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/16/30c8f92dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/30c8f92dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/30c8f92dd5d3001919daccf07d3853fc @@ -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/16/605fc8b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/605fc8b683d4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/605fc8b683d4001919daccf07d3853fc @@ -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/16/9002bf057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/9002bf057fd4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/9002bf057fd4001919daccf07d3853fc @@ -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/16/90714f1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/90714f1980d4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/90714f1980d4001919daccf07d3853fc @@ -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/16/c0fceb0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/c0fceb0672d4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/c0fceb0672d4001919daccf07d3853fc @@ -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/16/e064855f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/e064855f84d4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/e064855f84d4001919daccf07d3853fc @@ -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/16/e0963b047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/e0963b047fd4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/16/e0963b047fd4001919daccf07d3853fc @@ -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/17/10bf2c2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/10bf2c2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/10bf2c2ed5d3001919daccf07d3853fc @@ -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/17/606686057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/606686057fd4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/606686057fd4001919daccf07d3853fc @@ -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/17/c028ff5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/c028ff5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/c028ff5f84d4001919daccf07d3853fc @@ -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/17/d0259db583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/d0259db583d4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/d0259db583d4001919daccf07d3853fc @@ -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/17/d0e1405f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/d0e1405f84d4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/17/d0e1405f84d4001919daccf07d3853fc @@ -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/18/70b9f65e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/70b9f65e84d4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/70b9f65e84d4001919daccf07d3853fc @@ -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/18/b046ee0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/b046ee0672d4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/b046ee0672d4001919daccf07d3853fc @@ -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/18/e017642dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e017642dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/18/e017642dd5d3001919daccf07d3853fc @@ -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/19/00dfa7419fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/00dfa7419fd4001919daccf07d3853fc new file mode 100644 index 000000000..b0708e2ee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/00dfa7419fd4001919daccf07d3853fc @@ -0,0 +1,2036 @@ + +#include +#include +#include +#include +#include +#include +#include "FPGA_SPI_Comm.h" +#include "Drivers/Motors/Motor.h" +#include "modules/control/millisecTask.h" +#include "modules/thread/thread.h" +#include "drivers/Heater/TemperatureSensor.h" +#include "PMR/Hardware/HardwareMotor.pb-c.h" +#include "PMR/Hardware/HardwareDancerType.pb-c.h" +#include +#include +#include "Modules/AlarmHandling/AlarmHandling.h" + +extern TempSensorResponseStruct TempSensorResponse[MAX_TEMPERATURE_SENSOR_ID]; +#include + +bool Extended_Motor_Param = true; + +/////////////////////////////////////////////////////////////////////////////// +SPI Fpga_Spi[NUM_OF_MOTORS]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * NBUSY; // One bit for every motor + volatile short * SPI_Busy; + +} FpgaMotMap_t; + + + +static FpgaMotMap_t FpgaMotMap[NUM_OF_MOTORS] = +{ + //MOTOR_DH_CLEANHEAD - Cleaning head motor + {&F1_MOTO_DH_CLEANHEAD_A1_TX_00, &F1_MOTO_DH_CLEANHEAD_A1_TX_01, &F1_MOTO_DH_CLEANHEAD_A1_RX_00 ,&F1_MOTO_DH_CLEANHEAD_A1_RX_01 ,&F1_MOTO_DH_CLEANHEAD_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DH_CLEANMECH - Cleaning mechanism + {&F1_MOTO_DH_CLEANMECH_A1_TX_00, &F1_MOTO_DH_CLEANMECH_A1_TX_01, &F1_MOTO_DH_CLEANMECH_A1_RX_00 ,&F1_MOTO_DH_CLEANMECH_A1_RX_01 ,&F1_MOTO_DH_CLEANMECH_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + + //MOTOR_DH_LID - Dyeing head lid + {&F1_MOTO_DH_LID_A1_TX_00, &F1_MOTO_DH_LID_A1_TX_01, &F1_MOTO_DH_LID_A1_RX_00 ,&F1_MOTO_DH_LID_A1_RX_01 ,&F1_MOTO_DH_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DRYER_DRIVING - Dryer main motor + {&F1_MOTO_DRYER_DRIVING_A1_TX_00, &F1_MOTO_DRYER_DRIVING_A1_TX_01, &F1_MOTO_DRYER_DRIVING_A1_RX_00 ,&F1_MOTO_DRYER_DRIVING_A1_RX_01 ,&F1_MOTO_DRYER_DRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LID - Drier lid + {&F1_MOTO_DRYER_LID_A1_TX_00, &F1_MOTO_DRYER_LID_A1_TX_01, &F1_MOTO_DRYER_LID_A1_RX_00 ,&F1_MOTO_DRYER_LID_A1_RX_01 ,&F1_MOTO_DRYER_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LOADARM - Drier thread loading arm + {&F1_MOTO_DRYER_LOADARM_A1_TX_00, &F1_MOTO_DRYER_LOADARM_A1_TX_01, &F1_MOTO_DRYER_LOADARM_A1_RX_00 ,&F1_MOTO_DRYER_LOADARM_A1_RX_01 ,&F1_MOTO_DRYER_LOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DISPENSER_1 - Dispenser + {&F2_MOTO_DISPENSER_A1_1_TX_00, &F2_MOTO_DISPENSER_A1_1_TX_01, &F2_MOTO_DISPENSER_A1_1_RX_00 ,&F2_MOTO_DISPENSER_A1_1_RX_01 ,&F2_MOTO_DISPENSER_A1_1_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_2 - Dispenser + {&F2_MOTO_DISPENSER_A1_2_TX_00, &F2_MOTO_DISPENSER_A1_2_TX_01, &F2_MOTO_DISPENSER_A1_2_RX_00 ,&F2_MOTO_DISPENSER_A1_2_RX_01 ,&F2_MOTO_DISPENSER_A1_2_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_3 - Dispenser + {&F2_MOTO_DISPENSER_A1_3_TX_00, &F2_MOTO_DISPENSER_A1_3_TX_01, &F2_MOTO_DISPENSER_A1_3_RX_00 ,&F2_MOTO_DISPENSER_A1_3_RX_01 ,&F2_MOTO_DISPENSER_A1_3_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_4 - Dispenser + {&F2_MOTO_DISPENSER_A1_4_TX_00, &F2_MOTO_DISPENSER_A1_4_TX_01, &F2_MOTO_DISPENSER_A1_4_RX_00 ,&F2_MOTO_DISPENSER_A1_4_RX_01 ,&F2_MOTO_DISPENSER_A1_4_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_5 - Dispenser + {&F2_MOTO_DISPENSER_A1_5_TX_00, &F2_MOTO_DISPENSER_A1_5_TX_01, &F2_MOTO_DISPENSER_A1_5_RX_00 ,&F2_MOTO_DISPENSER_A1_5_RX_01 ,&F2_MOTO_DISPENSER_A1_5_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_6 - Dispenser + {&F2_MOTO_DISPENSER_A1_6_TX_00, &F2_MOTO_DISPENSER_A1_6_TX_01, &F2_MOTO_DISPENSER_A1_6_RX_00 ,&F2_MOTO_DISPENSER_A1_6_RX_01 ,&F2_MOTO_DISPENSER_A1_6_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_7 - Dispenser + {&F2_MOTO_DISPENSER_A1_7_TX_00, &F2_MOTO_DISPENSER_A1_7_TX_01, &F2_MOTO_DISPENSER_A1_7_RX_00 ,&F2_MOTO_DISPENSER_A1_7_RX_01 ,&F2_MOTO_DISPENSER_A1_7_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_8 - Dispenser + {&F2_MOTO_DISPENSER_A1_8_TX_00, &F2_MOTO_DISPENSER_A1_8_TX_01, &F2_MOTO_DISPENSER_A1_8_RX_00 ,&F2_MOTO_DISPENSER_A1_8_RX_01 ,&F2_MOTO_DISPENSER_A1_8_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + + //MOTOR_SCREW - Winder screw + {&F1_MOTO_SCREW_A1_TX_00, &F1_MOTO_SCREW_A1_TX_01, &F1_MOTO_SCREW_A1_RX_00 ,&F1_MOTO_SCREW_A1_RX_01 ,&F1_MOTO_SCREW_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy2_D}, + //MOTOR_WINDER - Winder + {&F1_MOTO_WINDER_A1_TX_00, &F1_MOTO_WINDER_A1_TX_01, &F1_MOTO_WINDER_A1_RX_00 ,&F1_MOTO_WINDER_A1_RX_01 ,&F1_MOTO_WINDER_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy1_D}, + + //MOTOR_LDANCER1 -Pooler Dancer adjustment + {&F1_MOTO_LDANCER1_A1_TX_00, &F1_MOTO_LDANCER1_A1_TX_01, &F1_MOTO_LDANCER1_A1_RX_00 ,&F1_MOTO_LDANCER1_A1_RX_01 ,&F1_MOTO_LDANCER1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LDANCER2 - Winder Dancer adjustment #1 + {&F1_MOTO_LDANCER2_A1_TX_00, &F1_MOTO_LDANCER2_A1_TX_01, &F1_MOTO_LDANCER2_A1_RX_00 ,&F1_MOTO_LDANCER2_A1_RX_01 ,&F1_MOTO_LDANCER2_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_LDRIVING - Pooler: + {&F1_MOTO_LDRIVING_A1_TX_00, &F1_MOTO_LDRIVING_A1_TX_01, &F1_MOTO_LDRIVING_A1_RX_00 ,&F1_MOTO_LDRIVING_A1_RX_01 ,&F1_MOTO_LDRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LLOADING - Pooler loading + {&F1_MOTO_LLOADING_A1_TX_00, &F1_MOTO_LLOADING_A1_TX_01, &F1_MOTO_LLOADING_A1_RX_00 ,&F1_MOTO_LLOADING_A1_RX_01 ,&F1_MOTO_LLOADING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LPIVOT1 - Pooler loading pivot arm + {&F1_MOTO_LPIVOT1_A1_TX_00, &F1_MOTO_LPIVOT1_A1_TX_01, &F1_MOTO_LPIVOT1_A1_RX_00 ,&F1_MOTO_LPIVOT1_A1_RX_01 ,&F1_MOTO_LPIVOT1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_RDANCER - Feeder dancer adjustment: + {&F1_MOTO_RDANCER_A1_TX_00, &F1_MOTO_RDANCER_A1_TX_01, &F1_MOTO_RDANCER_A1_RX_00 ,&F1_MOTO_RDANCER_A1_RX_01 ,&F1_MOTO_RDANCER_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RDRIVING - Feeder: + {&F1_MOTO_RDRIVING_A1_TX_00, &F1_MOTO_RDRIVING_A1_TX_01, &F1_MOTO_RDRIVING_A1_RX_00, &F1_MOTO_RDRIVING_A1_RX_01, &F1_MOTO_RDRIVING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADARM - Right loading arm: + {&F1_MOTO_RLOADARM_A1_TX_00, &F1_MOTO_RLOADARM_A1_TX_01, &F1_MOTO_RLOADARM_A1_RX_00 ,&F1_MOTO_RLOADARM_A1_RX_01 ,&F1_MOTO_RLOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADING - Right Loading + {&F1_MOTO_RLOADING_A1_TX_00, &F1_MOTO_RLOADING_A1_TX_01, &F1_MOTO_RLOADING_A1_RX_00, &F1_MOTO_RLOADING_A1_RX_01, &F1_MOTO_RLOADING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + + //MOTOR_SPARE1_1 - Spare + {&F3_MOTO_SPARE1_1_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_1_A1_RX_00 ,&F3_MOTO_SPARE1_1_A1_RX_01 ,&F3_MOTO_SPARE1_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE1_2 - Spare + {&F3_MOTO_SPARE1_2_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_2_A1_RX_00 ,&F3_MOTO_SPARE1_2_A1_RX_01 ,&F3_MOTO_SPARE1_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_1 - Spare + {&F3_MOTO_SPARE2_1_A1_TX_00, &F3_MOTO_SPARE2_1_A1_TX_01, &F3_MOTO_SPARE2_1_A1_RX_00 ,&F3_MOTO_SPARE2_1_A1_RX_01 ,&F3_MOTO_SPARE2_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_2 - Spare + {&F3_MOTO_SPARE2_2_A1_TX_00, &F3_MOTO_SPARE2_2_A1_TX_01, &F3_MOTO_SPARE2_2_A1_RX_00 ,&F3_MOTO_SPARE2_2_A1_RX_01 ,&F3_MOTO_SPARE2_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE3_1 - Spare + //{&F3_MOTO_SPARE3_1_A1_TX_00, &F3_MOTO_SPARE3_1_A1_TX_01, &F3_MOTO_SPARE3_1_A1_RX_00 ,&F3_MOTO_SPARE3_1_A1_RX_01 ,&F3_MOTO_SPARE3_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + +}; + +uint8_t FPGA_SPI_Transnit(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //*FpgaMotMap[_motorId].WORDS = 4; + + //if((*FpgaMotMap[_motorId].NBUSY == NOTBUSY) && (*FpgaMotMap[_motorId].SPI_Busy == NOTBUSY)) + { + Int2Short.uint = Fpga_Spi[_motorId].TX_MOSI; + + *FpgaMotMap[_motorId].TX_01 = Int2Short.ushort.MSB; + //SysCtlDelay(1); + *FpgaMotMap[_motorId].TX_00 = Int2Short.ushort.LSB; + // SysCtlDelay(100); + //*FpgaMotMap[_motorId].WORDS = Fpga_Spi[_motorId].AMT_OF_Words; + } + return OK; +} + +uint8_t FPGA_SPI_Receive(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //TODO - check if busy ? + Int2Short.ushort.LSB = *FpgaMotMap[_motorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[_motorId].RX_01; + Fpga_Spi[_motorId].RX_MISO = Int2Short.uint; + + return OK; +} + +//---------------- GET ------------------------------ + +void Read_Motors_Driver_ADC(TimerMotors_t i) +{ + SysCtlDelay(12000); + Fpga_Spi[i].TX_MOSI = (x_GET_PARAM | x_ADC_OUT)<<8; + FPGA_SPI_Transnit(i); + SysCtlDelay(12000); + FPGA_Get_Res(i); + MotorDriverResponse[i].ADC = Fpga_Spi[i].RX_MISO; +} + +uint32_t Read_Motors_Driver_Type(TimerMotors_t i) +{ + uint32_t status = OK; + + + //First communicate with powerSTEP01 + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 22) && (MotorDriverResponse[i].ADC < 26)) // //(powerSTEP01, ADC = 24) + { + MotorDriverResponse[i].DriverType = CombinrdMotDriver; + //default for dispensers, dryer-LID and DH-LID Voltage mode, for other motors Current mode + if(((i >= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1) && (i <= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8)) || (i == HARDWARE_MOTOR_TYPE__MOTO_DH_LID) || (i == HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID)) + MotorDriverResponse[i].DriverMode = Voltage; + else + MotorDriverResponse[i].DriverMode = Current; + } + else + { + //Change the SPI direction and check if this driver is Current or Voltage + Change_Motor_SPI_Direction(i,Current_Or_Voltage); + delayms(5); + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 9) && (MotorDriverResponse[i].ADC < 13)) + { + MotorDriverResponse[i].DriverType = CurrentMotDriver; //(L6472, ADC = 11) + MotorDriverResponse[i].DriverMode = Current; + } + else + if((MotorDriverResponse[i].ADC >= 15) && (MotorDriverResponse[i].ADC < 19)) + { + MotorDriverResponse[i].DriverType = VoltageMotDriver; //(L6470, ADC = 17) + MotorDriverResponse[i].DriverMode = Voltage; + } + else + { + //UnKnownMotDriver + MotorDriverResponse[i].DriverType = UnKnownMotDriver; + LOG_ERROR (i, "Unable to recognize the motor's driver type"); + status = ERROR; + } + } + + + return status; +} + +void FPGA_GetClrMotStat_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_STATUS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + //FPGA_SPI_Transnit(_motorId); + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetStatusFromFPGA_Callback); + +} + +void FPGA_GetFPGAMotSpeed_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetSpeedFromFPGA_Callback); +} + +void FPGA_GetMotSpeed_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_ADC_OUT_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ADC_OUT; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotPosition_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ABS_POS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetPositionFromFPGA_Callback); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotMicroSteps_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_STEP_MODE; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_Res(TimerMotors_t _motorId) //The answer for every FPGA Get Cmd +{ + FPGA_SPI_Receive(_motorId); +} + +void FPGA_GetBusy() +{ +#ifndef EVALUATION_BOARD + // uint8_t i; + + F1MOTNBUSY1 F1_MOT_NBUSY1; + F1MOTNBUSY2 F1_MOT_NBUSY2; + F2MOTNBUSY1 F2_MOT_NBUSY1; + //F3MOTNBUSY1 F3_MOT_NBUSY1; - for spare motors + + F1SPIBUSY1 F1_SPI_BUSY1; + F1SPIBUSY2 F1_SPI_BUSY2; + F2SPIBUSY1 F2_SPI_BUSY1; + F2SPIBUSY2 F2_SPI_BUSY2; + //F3SPIBUSY1 F3_SPI_BUSY1; - for spare motors + + //Read NBUSY from FPGA + unsigned short readValue = 0; + readValue = F1_Moto_Driver_NBUSY1_D; + F1_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F1_Moto_Driver_NBUSY2_D; + F1_MOT_NBUSY2.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F2_Moto_Driver_NBUSY1_D; + F2_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + //F3_MOT_NBUSY1.ushort = F3_Moto_Driver_NBUSY1_D; - for spare motors + + //Read SPI BUSY from FPGA + F1_SPI_BUSY1.ushort = F1_SPI_Busy1_D; + F1_SPI_BUSY2.ushort = F1_SPI_Busy2_D; + F2_SPI_BUSY1.ushort = F2_SPI_Busy1_D; + F2_SPI_BUSY2.ushort = F2_SPI_Busy2_D; + //F3_SPI_BUSY1.ushort = F3_SPI_Busy1_D; - for spare motors + + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_LID_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DH_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LID_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LOADARM_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DRYER_LOADARM_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_1_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_2_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_3_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_4_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_5_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_6_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_7_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_8_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_SCREW].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_SCREW_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_SCREW_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_WINDER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_WINDER_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_WINDER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDANCER2].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDANCER2_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDANCER2_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LLOADING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LLOADING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LPIVOT1_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_LPIVOT1_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDANCER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDANCER_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_RDANCER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDRIVING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RLOADING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RLOADING_A1_SDI_busy; + + TempSensorResponse[TEMP_SENSE_ANALOG_MIXCHIP_TEMP].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_MIXCHIP_TEMP_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP4].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP4_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP5].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP5_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP1].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP2].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP3].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP3_1_BUSY; + + Dancer_Busy[HARDWARE_DANCER_TYPE__LeftDancer] = F1_SPI_BUSY1.bits.F1_LDANCER2_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__MiddleDancer] = F1_SPI_BUSY1.bits.F1_LDANCER1_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__RightDancer] = F1_SPI_BUSY1.bits.F1_RDANCER_ROTENC_DATA_p_busy; + + SpeedSensorResponseS.Busy = F1_SPI_BUSY1.bits.F1_RSPARE_ROTENC_DATA_p_busy; + +#endif +} + +int MotorGetFPGAResponse(TimerMotors_t MotorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaMotMap[MotorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[MotorId].RX_01; + *Data = Int2Short.uint; + + return OK; + } + //else + // return ERROR; +} +//---------------- SET ------------------------------ + +//uint32_t MotorSentData[NUM_OF_MOTORS][100] = {0}; +//int MotorDataIndex[NUM_OF_MOTORS] = {0}; +int MotorSendFPGARequest(TimerMotors_t MotorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; +// MotorSentData[MotorId][MotorDataIndex[MotorId]] = Data; +// MotorDataIndex[MotorId]+=1; +// if (MotorDataIndex[MotorId] == 99) MotorDataIndex[MotorId] = 0; + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) + { + ROM_IntMasterDisable(); + Int2Short.uint = Data; + + *FpgaMotMap[MotorId].TX_01 = Int2Short.ushort.MSB; + *FpgaMotMap[MotorId].TX_00 = Int2Short.ushort.LSB; + //*FpgaMotMap[MotorId].WORDS = Length; + ROM_IntMasterEnable(); + + return OK; + } + //else + // return ERROR; +} + +typedef enum +{ + MOTOR_CONFIG_INIT, + MOTOR_CONFIG_HARD_HIZ, + MOTOR_CONFIG_READ_ADC, + MOTOR_CONFIG_ACC, + MOTOR_CONFIG_DEC, + MOTOR_CONFIG_MIN_SPEED, + MOTOR_CONFIG_MAX_SPEED, + MOTOR_CONFIG_STEP_MODE, + MOTOR_CONFIG_CONFIG, + MOTOR_CONFIG_KVAL_TVAL_HOLD, + MOTOR_CONFIG_KVAL_TVAL_RUN, + MOTOR_CONFIG_KVAL_TVAL_ACC, + MOTOR_CONFIG_KVAL_TVAL_DEC, + MOTOR_CONFIG_ST_SLP_T_FAST, + MOTOR_CONFIG_INT_SPD, + MOTOR_CONFIG_FN_SLP_ACC_TON_MIN, + MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN, + MOTOR_CONFIG_OCD_TH, + MOTOR_CONFIG_STALL_TH, + MOTOR_CONFIG_K_THERM, + MOTOR_CONFIG_FS_SPD, + MOTOR_CONFIG_GATECFG1, + MOTOR_CONFIG_GATECFG2, + MOTOR_CONFIG_END +}MOTOR_CONFIG_STAGES_ENUM; +MOTOR_CONFIG_STAGES_ENUM ConfigStages[NUM_OF_MOTORS] = {MOTOR_CONFIG_INIT}; + +void FPGA_SetMotorsInit() +{ + uint8_t i=0; + + //LOW logic level resets the logic and puts the device into Standby mode. + F1_Moto_Driver_NSTBYRST1 = 0; + F1_Moto_Driver_NSTBYRST2 = 0; + F2_Moto_Driver_NSTBYRST1 = 0; + F3_Moto_Driver_NSTBYRST1 = 0; + + SysCtlDelay(100); + + F1_Moto_Driver_NSTBYRST1 = 0xFFFF; + F1_Moto_Driver_NSTBYRST2 = 0xFFFF; + F2_Moto_Driver_NSTBYRST1 = 0xFFFF; + F3_Moto_Driver_NSTBYRST1 = 0xFFFF; + + for(i=0;i5) && (i<14))//dispensers + { + delayms(100); + + +/* + MotorDriverRequest[i].KvalHold = 0x29; + MotorDriverRequest[i].KvalRun = 0x29; + MotorDriverRequest[i].KvalAcc = 0x29; + MotorDriverRequest[i].KvalDec = 0x29; + + FPGA_SetMotKvalHold(i); + delayms(100); + FPGA_SetMotKvalRun(i); + delayms(100); + FPGA_SetMotKvalAcc(i); + delayms(100); + FPGA_SetMotKvalDec(i); + delayms(100); +*/ + FPGA_SetMotPowerStep01GateCfg(i); + delayms(100); + } +#endif + } + + //TODO Prescaler settings for SPI + //F1_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F1_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw + //F2_Prescaler1_reg4 = //3bit spi moto low duty cycle value for pmw + //F2_Prescaler1_reg5 = //3bit spi moto high duty cycle value for pmw + //F3_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F3_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw +} + +//char nop; +uint32_t FPGA_MotorConfig_callback(TimerMotors_t _motorId, uint32_t ReadValue) +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp = 0; + uint32_t input_value = 0; + uint32_t speed_calc = 0; + //static char Motor_Type_Flag = 0; + char CM_VM = 0; + if (_motorId > NUM_OF_MOTORS) + { + LOG_ERROR (_motorId, "Invalid motor id"); + return ERROR; + } + + switch (ConfigStages[_motorId]) + { + case MOTOR_CONFIG_READ_ADC: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == UnKnownMotDriver) + { + Read_Motors_Driver_Type(_motorId); + } +// else +// { +// nop++; +// } + //intentional fall through + case MOTOR_CONFIG_ACC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_ACC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_DEC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_DEC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_MIN_SPEED: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].lowspeedoptimization!=0) + { + temp = x_SET_PARAM | x_MIN_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].minfrequency); + speed_calc|= 0x800; //LSPD_OPT + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_MAX_SPEED: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_STEP_MODE: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].microstep!=0) + { + for (i = 0; i < 8; i++) + { + if (MotorsCfg[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; + +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ +/* + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + CM_VM = CurrentMotDriver; + } + else + CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + +*/ + CM_VM = MotorDriverResponse[_motorId].DriverMode;// 1<<3 or 0<<3 + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + } + case MOTOR_CONFIG_CONFIG: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].configword!=0) + { + //temp = x_SET_PARAM | x_CONFIG; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_CONFIG; + temp = temp << 24; + if(MotorDriverResponse[_motorId].DriverMode == Voltage) + { + temp |= 0x2E8F<<8;//voltage + } + else + { + temp |= 0x2E8F<<8;//need to change in current mode? + } + + } + else + { + temp = x_SET_PARAM | x_CONFIG; + temp = temp << 24; + temp |= MotorsCfg[_motorId].configword<<8; + } + + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_KVAL_TVAL_HOLD: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalhold / tvalhold is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_RUN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalrun / tvalrun is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_ACC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalacc; + } + else + { + input_value = MotorsCfg[_motorId].kvalacc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalacc / tvalacc is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_DEC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvaldec; + } + else + { + if(Extended_Motor_Param) + input_value = MotorsCfg[_motorId].kvaldec; + else + input_value = MotorsCfg[_motorId].kvalacc;//for old parameters files (we used kvaldec for x_FS_SPD + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvaldec / tvaldec is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_ST_SLP_T_FAST: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_ST_SLP_T_FAST; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tfast; + } + else + { + input_value = MotorsCfg[_motorId].stslp; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"stslp / tfast is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_INT_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].intspd!=0) + { + temp = x_SET_PARAM | x_INT_SPD; + temp = temp << 24; + temp |= MotorsCfg[_motorId].intspd<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FN_SLP_ACC_TON_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_ACC_TON_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tonmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpacc; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpacc / tonmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_DEC_TOFF_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].toffmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpdec; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpdec / toffmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_OCD_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].overcurrentthreshold!=0) + { + temp = x_SET_PARAM | x_OCD_TH; + temp = temp << 24; + if(MotorsCfg[_motorId].overcurrentthreshold == 0) + { + LOG_ERROR (_motorId,"OCD_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + temp |= MotorsCfg[_motorId].overcurrentthreshold<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_STALL_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].stallthreshold!=0) + { + temp = x_SET_PARAM | x_STALL_TH; + temp = temp << 24; + temp |= MotorsCfg[_motorId].stallthreshold<<16; + if(MotorsCfg[_motorId].stallthreshold == 0) + { + LOG_ERROR (_motorId,"STALL_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_K_THERM: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].thermalcompensationfactor!=0) + { + temp = x_SET_PARAM | x_K_THERM; + temp = temp << 24; + temp |= MotorsCfg[_motorId].thermalcompensationfactor<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FS_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].fsspd!=0) + { + temp = x_SET_PARAM | x_FS_SPD; + temp = temp << 24; + temp |= (/*FSCalc*/(MotorsCfg[_motorId].fsspd))<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG1: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG2: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + break; + default: + return ERROR; + } + if (ConfigStages[_motorId] >= MOTOR_CONFIG_END) + { + //notify original caller that motor is ready + } +return OK; + +} + +uint32_t FPGA_MotorConfig(TimerMotors_t _motorId, MotorDriverConfigStruc *MotorConfig) +{ + ConfigStages[_motorId] = MOTOR_CONFIG_HARD_HIZ; + + uint32_t temp; + temp = x_HARD_HIZ; + temp = temp << 24; + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + ConfigStages[_motorId]++; + return OK; +} + +void FPGA_SetMotSpeed(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + MillisecSetMotorSpeed(_motorId, temp, 4, NULL); + + +///-------------------------------------------- +// Fpga_Spi[_motorId].TX_MOSI = temp;//<<8; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; +// FPGA_SPI_Transnit(_motorId); +//----------------------------------------------------- +} +void FPGA_SetMotSpeedDirect(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} +void FPGA_SetMotMaxSpeed(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + uint16_t speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + if (speed_calc > 0x3FF) //TODO to check if it is needed here + speed_calc = 0x3FF; + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +} + + +void FPGA_SetMotMicroStep(TimerMotors_t _motorId)// +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp; + char CM_VM = 0; + + for (i = 0; i < 8; i++) + { + if (MotorDriverRequest[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ + + //CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + //The CM_VM bit sets the current control method between voltage and current mode: + CM_VM = MotorDriverResponse[_motorId].DriverMode; + + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + ReportWithPackageFilter(GeneralFilter,"FPGA_SetMotMicroStep",__FILE__,__LINE__,_motorId,RpMessage,i,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + } +} + + +void FPGA_SetGoToPosition(TimerMotors_t _motorId)//GoTo +{ + uint32_t temp; + + temp = x_GOTO; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position);; + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetGoToDirPosition(TimerMotors_t _motorId)//GoTo_DIR command +{ + uint32_t temp; + + temp = x_GOTO_DIR | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position); + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetMotPosition(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + temp = x_MOVE | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= MotorDriverRequest[_motorId].Position; + Fpga_Spi[_motorId].TX_MOSI = temp; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + + // FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetGoMotHome(TimerMotors_t _motorId) +{ + + Fpga_Spi[_motorId].TX_MOSI = x_GO_HOME; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotHome(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_RESET_POS; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; + //FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotStop(TimerMotors_t _motorId) +{ + uint32_t temp; + + switch(MotorDriverRequest[_motorId].Stop) + { + case Hard_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; + break; + case Soft_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_STOP; + break; + case Hard_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_HIZ ; + break; + case Soft_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_HIZ; + break; + default: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; //TODO which default value? + break; + } + + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1;//TODO ? + + temp = Fpga_Spi[_motorId].TX_MOSI; + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalHold(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalHold > 0x7F)) + MotorDriverRequest[_motorId].KvalHold = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalHold",__FILE__,__LINE__,_motorId,RpMessage,MotorDriverResponse[_motorId].DriverMode,0); + + MillisecWriteToMotor(_motorId,temp,4,NULL); +} + +void FPGA_SetMotKvalRun(TimerMotors_t _motorId) +{ + uint32_t temp; + + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalRun > 0x7F)) + MotorDriverRequest[_motorId].KvalRun = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalRun",__FILE__,__LINE__,_motorId,RpMessage,temp,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + //FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalAcc(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalAcc > 0x7F)) + MotorDriverRequest[_motorId].KvalAcc = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalAcc; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalAcc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalDec(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalDec > 0x7F)) + MotorDriverRequest[_motorId].KvalDec = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalDec; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalDec; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotPowerStep01GateCfg(TimerMotors_t _motorId) +{ + uint32_t temp; + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + + //------------------------------------- + delayms(100); + //------------------------------------- + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} + +/////////////////////////////////////////////////////////////////////////////// +/* +SPI spi; + +uint8_t SPI_Transnit(SPI Spi) +{ + + INT2SHORT Int2Short; + + Int2Short.uint = Spi.TX_MOSI; + + //Check Busy register and see if the SPI desired is available + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + F1_MOTO_RLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADING_A1_TX_00); + break; + case MOTOR_RDRIVING: + F1_MOTO_RDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDRIVING_A1_TX_00); + break; + case MOTOR_LDRIVING: + F1_MOTO_LDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDRIVING_A1_TX_00); + break; + case MOTOR_LLOADING: + F1_MOTO_LLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LLOADING_A1_TX_00); + break; + case MOTOR_DRYER_LOADARM: + F1_MOTO_DRYER_LOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LOADARM_A1_TX_00); + break; + case MOTOR_DRYER_DRIVING: + F1_MOTO_DRYER_DRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_DRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_DRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_DRIVING_A1_TX_00); + break; + case MOTOR_DH_CLEANHEAD: + F1_MOTO_DH_CLEANHEAD_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANHEAD_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANHEAD_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANHEAD_A1_TX_00); + break; + case MOTOR_DH_CLEANMECH: + F1_MOTO_DH_CLEANMECH_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANMECH_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANMECH_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANMECH_A1_TX_00); + break; + case MOTOR_SCREW: + F1_MOTO_SCREW_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_SCREW_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_SCREW_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_SCREW_A1_TX_00); + break; + case MOTOR_WINDER: + F1_MOTO_WINDER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_WINDER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_WINDER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_WINDER_A1_TX_00); + break; + case MOTOR_RLOADARM: + F1_MOTO_RLOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADARM_A1_TX_00); + break; + case MOTOR_RDANCER: + F1_MOTO_RDANCER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDANCER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDANCER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDANCER_A1_TX_00); + break; + case MOTOR_LDANCER1: + F1_MOTO_LDANCER1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER1_A1_TX_00); + break; + case MOTOR_LDANCER2: + F1_MOTO_LDANCER2_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER2_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER2_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER2_A1_TX_00); + break; + case MOTOR_DRYER_LID: + F1_MOTO_DRYER_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LID_A1_TX_00); + break; + case MOTOR_DH_LID: + F1_MOTO_DH_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_LID_A1_TX_00); + break; + case MOTOR_LPIVOT1: + F1_MOTO_LPIVOT1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LPIVOT1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LPIVOT1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LPIVOT1_A1_TX_00); + break; + default: + break; + } + + return 0; +} + +uint8_t SPI_Receive (SPI Spi) +{ + + INT2SHORT Int2Short; + + //Check busy before trying to read RX registers. + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + Int2Short.ushort.LSB = F1_MOTO_RLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADING_A1_RX_01; + break; + case MOTOR_RDRIVING: + Int2Short.ushort.LSB = F1_MOTO_RDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDRIVING_A1_RX_01; + break; + case MOTOR_LDRIVING: + Int2Short.ushort.LSB = F1_MOTO_LDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDRIVING_A1_RX_01; + break; + case MOTOR_LLOADING: + Int2Short.ushort.LSB = F1_MOTO_LLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LLOADING_A1_RX_01; + break; + case MOTOR_DRYER_LOADARM: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LOADARM_A1_RX_01; + break; + case MOTOR_DRYER_DRIVING: + Int2Short.ushort.LSB = F1_MOTO_DRYER_DRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_DRIVING_A1_RX_01; + break; + case MOTOR_DH_CLEANHEAD: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANHEAD_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANHEAD_A1_RX_01; + break; + case MOTOR_DH_CLEANMECH: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANMECH_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANMECH_A1_RX_01; + break; + case MOTOR_SCREW: + Int2Short.ushort.LSB = F1_MOTO_SCREW_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_SCREW_A1_RX_01; + break; + case MOTOR_WINDER: + Int2Short.ushort.LSB = F1_MOTO_WINDER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_WINDER_A1_RX_01; + break; + case MOTOR_RLOADARM: + Int2Short.ushort.LSB = F1_MOTO_RLOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADARM_A1_RX_01; + break; + case MOTOR_RDANCER: + Int2Short.ushort.LSB = F1_MOTO_RDANCER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDANCER_A1_RX_01; + break; + case MOTOR_LDANCER1: + Int2Short.ushort.LSB = F1_MOTO_LDANCER1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER1_A1_RX_01; + break; + case MOTOR_LDANCER2: + Int2Short.ushort.LSB = F1_MOTO_LDANCER2_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER2_A1_RX_01; + break; + case MOTOR_DRYER_LID: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LID_A1_RX_01; + break; + case MOTOR_DH_LID: + Int2Short.ushort.LSB = F1_MOTO_DH_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_LID_A1_RX_01; + break; + case MOTOR_LPIVOT1: + Int2Short.ushort.LSB = F1_MOTO_LPIVOT1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LPIVOT1_A1_RX_01; + break; + default: + break; + } + + Spi.RX_MISO = Int2Short.uint; + + return 0; +} + +void FPGA_GetClrMotStat(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_STATUS; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} + +void FPGA_GetMotSpeed(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_PARAM | x_SPEED; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} +*/ +//////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// + +SPI TempSense_Spi[MAX_TEMPERATURE_SENSOR_ID]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * SPI_Busy; // TODO - remove this fied and combine with the mtor struct + +} FpgaSpiMap_t; + +static FpgaSpiMap_t FpgaTempSenseMap[MAX_TEMPERATURE_SENSOR_ID] = +{ + //TEMP_SENSE_ANALOG_MIXCHIP_TEMP, //ANALOG_MIXCHIP_TEMP + {&F2_ANALOG_MIXCHIP_TEMP_1_TX_00, &F2_ANALOG_MIXCHIP_TEMP_1_TX_01, &F2_ANALOG_MIXCHIP_TEMP_1_RX_00 ,&F2_ANALOG_MIXCHIP_TEMP_1_RX_01 ,&F2_ANALOG_MIXCHIP_TEMP_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DYEINGH_TEMP1, //ANALOG_DYEINGH_TEMP1_1 + {&F2_ANALOG_DYEINGH_TEMP1_1_TX_00, &F2_ANALOG_DYEINGH_TEMP1_1_TX_01, &F2_ANALOG_DYEINGH_TEMP1_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP1_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP2, //ANALOG_DYEINGH_TEMP2 + {&F2_ANALOG_DYEINGH_TEMP2_TX_00, &F2_ANALOG_DYEINGH_TEMP2_TX_01, &F2_ANALOG_DYEINGH_TEMP2_RX_00 ,&F2_ANALOG_DYEINGH_TEMP2_RX_01 ,&F2_ANALOG_DYEINGH_TEMP2_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP3, //ANALOG_DYEINGH_TEMP3 + {&F2_ANALOG_DYEINGH_TEMP3_1_TX_00, &F2_ANALOG_DYEINGH_TEMP3_1_TX_01, &F2_ANALOG_DYEINGH_TEMP3_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP3_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP4, //ANALOG_DYEINGH_TEMP4 + {&F2_ANALOG_DYEINGH_TEMP4_1_TX_00, &F2_ANALOG_DYEINGH_TEMP4_1_TX_01, &F2_ANALOG_DYEINGH_TEMP4_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP4_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP4_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP5, //ANALOG_DYEINGH_TEMP5 + {&F2_ANALOG_DYEINGH_TEMP5_1_TX_00, &F2_ANALOG_DYEINGH_TEMP5_1_TX_01, &F2_ANALOG_DYEINGH_TEMP5_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP5_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP5_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DRYER_TEMP1, //ANALOG_DRYER_TEMP1 + {&F2_ANALOG_DRYER_TEMP1_1_TX_00, &F2_ANALOG_DRYER_TEMP1_1_TX_01, &F2_ANALOG_DRYER_TEMP1_1_RX_00 ,&F2_ANALOG_DRYER_TEMP1_1_RX_01 ,&F2_ANALOG_DRYER_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP2, //ANALOG_DRYER_TEMP2 + {&F2_ANALOG_DRYER_TEMP2_1_TX_00, &F2_ANALOG_DRYER_TEMP2_1_TX_01, &F2_ANALOG_DRYER_TEMP2_1_RX_00 ,&F2_ANALOG_DRYER_TEMP2_1_RX_01 ,&F2_ANALOG_DRYER_TEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP3, //ANALOG_DRYER_TEMP3 + {&F2_ANALOG_DRYER_TEMP3_1_TX_00, &F2_ANALOG_DRYER_TEMP3_1_TX_01, &F2_ANALOG_DRYER_TEMP3_1_RX_00 ,&F2_ANALOG_DRYER_TEMP3_1_RX_01 ,&F2_ANALOG_DRYER_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_AN_ENCLOSURETEMP1, //AN_ENCLOSURETEMP1_1 + {&F2_AN_ENCLOSURETEMP1_1_TX_00, &F2_AN_ENCLOSURETEMP1_1_TX_01, &F2_AN_ENCLOSURETEMP1_1_RX_00 ,&F2_AN_ENCLOSURETEMP1_1_RX_01 ,&F2_AN_ENCLOSURETEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP2, //AN_ENCLOSURETEMP2_1 + {&F2_AN_ENCLOSURETEMP2_1_TX_00, &F2_AN_ENCLOSURETEMP2_1_TX_01, &F2_AN_ENCLOSURETEMP2_1_RX_00 ,&F2_AN_ENCLOSURETEMP2_1_RX_01 ,&F2_AN_ENCLOSURETEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP3, //AN_ENCLOSURETEMP3_1 + {&F2_AN_ENCLOSURETEMP3_1_TX_00, &F2_AN_ENCLOSURETEMP3_1_TX_01, &F2_AN_ENCLOSURETEMP3_1_RX_00 ,&F2_AN_ENCLOSURETEMP3_1_RX_01 ,&F2_AN_ENCLOSURETEMP3_1_WORDS ,&F2_SPI_Busy1_D}, +}; + +//void FPGA_WRITE() +//{ +// /*int i,j; +// uint16_t *Temp; +// Temp = &F1_Ver1_D; +// uint16_t a[209]; +// memset(Temp,0xFFFF,200); +// memcpy(a,Temp,208); +// for(j=0;j<32000;j++) +// { +// j++; +// for(i=0;i<32000;i++) +// { +// *(&F2_ANALOG_DRYER_TEMP3_1_TX_00+i) = 0xFFFF; +// } +// }*/ +//} + +int SPISendFPGARequest(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) + { + Int2Short.uint = Data; + + *FpgaTempSenseMap[SensorId].WORDS = Length; + *FpgaTempSenseMap[SensorId].TX_01 = Int2Short.ushort.MSB; + *FpgaTempSenseMap[SensorId].TX_00 = Int2Short.ushort.LSB; + + + Status = OK; + } + else + Status = ERROR; + + return Status; +} + +int SPIGetFPGAResponse(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaTempSenseMap[SensorId].RX_00; + Int2Short.ushort.MSB = *FpgaTempSenseMap[SensorId].RX_01; + *Data = Int2Short.uint; + + Status = OK; + } + else + Status = ERROR; + + return Status; +} +//////////////////////////////////////////////////////////////// +/* +//temporary till the FPGA change: +unsigned short F1_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F1_Moto_Driver_SPI_DIRECTION2 = 0; +unsigned short F2_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F3_Moto_Driver_SPI_DIRECTION1 = 0; +*/ + +F1_SPI_DIRECTION1 F1_SPI_Direction1; +F1_SPI_DIRECTION2 F1_SPI_Direction2; +F2_SPI_DIRECTION1 F2_SPI_Direction1; +F3_SPI_DIRECTION1 F3_SPI_Direction1; + +void Change_Motor_SPI_Direction(TimerMotors_t _motorId, SPI_MOT_DRIVER_DIRECTION Spi_Direction) +{ + +/* + //read direction registers + F1_SPI_Direction1.ushort = F1_Moto_Driver_SPI_DIRECTION1; + F1_SPI_Direction2.ushort = F1_Moto_Driver_SPI_DIRECTION2; + F2_SPI_Direction1.ushort = F2_Moto_Driver_SPI_DIRECTION1; + F3_SPI_Direction1.ushort = F3_Moto_Driver_SPI_DIRECTION1; +*/ + //change direction + switch(_motorId) + { + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD: + //MOTOR_DH_CLEANHEAD - Cleaning head motor + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANHEAD = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH: + //MOTOR_DH_CLEANMECH - Cleaning mechanism + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANMECH = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_LID: + //MOTOR_DH_LID - Dyeing head lid + F1_SPI_Direction1.bits.F1_MOTO_DH_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING: + //MOTOR_DRYER_DRIVING - Dryer main motor + F1_SPI_Direction1.bits.F1_MOTO_DRYER_DRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID: + //MOTOR_DRYER_LID - Drier lid + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM: + //MOTOR_DRYER_LOADARM - Drier thread loading arm + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1: + //MOTOR_DISPENSER_1 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2: + //MOTOR_DISPENSER_2 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3: + //MOTOR_DISPENSER_3 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_3 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4: + //MOTOR_DISPENSER_4 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_4 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5: + //MOTOR_DISPENSER_5 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_5 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6: + //MOTOR_DISPENSER_6 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_6 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7: + //MOTOR_DISPENSER_7 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_7 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8: + //MOTOR_DISPENSER_8 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_8 = Spi_Direction; + case HARDWARE_MOTOR_TYPE__MOTO_SCREW: + //MOTOR_SCREW - Winder screw + F1_SPI_Direction2.bits.F1_MOTO_SCREW = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_WINDER: + //MOTOR_WINDER - Winder + F1_SPI_Direction2.bits.F1_MOTO_WINDER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER1: + //MOTOR_LDANCER1 -Pooler Dancer adjustment + F1_SPI_Direction1.bits.F1_MOTO_LDANCER1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER2: + //MOTOR_LDANCER2 - Winder Dancer adjustment #1 + F1_SPI_Direction1.bits.F1_MOTO_LDANCER2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDRIVING: + //MOTOR_LDRIVING - Pooler: + F1_SPI_Direction1.bits.F1_MOTO_LDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LLOADING: + //MOTOR_LLOADING - Pooler loading + F1_SPI_Direction1.bits.F1_MOTO_LLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1: + //MOTOR_LPIVOT1 - Pooler loading pivot arm + F1_SPI_Direction1.bits.F1_MOTO_LPIVOT1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDANCER: + //MOTOR_RDANCER - Feeder dancer adjustment: + F1_SPI_Direction2.bits.F1_MOTO_RDANCER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDRIVING: + //MOTOR_RDRIVING - Feeder: + F1_SPI_Direction2.bits.F1_MOTO_RDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADARM: + //MOTOR_RLOADARM - Right loading arm: + F1_SPI_Direction2.bits.F1_MOTO_RLOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADING: + //MOTOR_RLOADING - Right Loading + F1_SPI_Direction2.bits.F1_MOTO_RLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE3_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE3_1 = Spi_Direction; + break; + default: + break; + } + + //write direction registers + F1_Moto_Driver_SPI_DIRECTION1 = F1_SPI_Direction1.ushort; + F1_Moto_Driver_SPI_DIRECTION2 = F1_SPI_Direction2.ushort; + F2_Moto_Driver_SPI_DIRECTION1 = F2_SPI_Direction1.ushort; + F3_Moto_Driver_SPI_DIRECTION1 = F3_SPI_Direction1.ushort; +} + + +extern bool MotorConfigState[NUM_OF_MOTORS]; + +uint32_t Power_Step_01_Mode(TimerMotors_t _motorId, MOTDRIVER_MODE New_Mode) +{ + /* + POWERSTEP01 + 1. need support in machine studio + create new parameters file the (for current and voltage modes) + 2. The default mode is voltage for dispensers and + DH_LID + DRYER_LID and Current for all the rest. + 3. I order to change mode need to: + a. Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(motorId); + b. call the function Combined_Motor_Driver_Mode(motorId, New_Mode)/ Combined_dispenser_Driver_Mode(Disp_ID, New_Mode)// Current or Voltage + c. change the step to MOTOR_CONFIG_INIT and call the function MotorConfig( motorId, &MotorsCfg[motorId]) + d. read the STEP_MODE register and verify that the CM_VM bit 0 for Voltage mode and 1 for current mode + */ + uint32_t status = OK; + uint8_t MicroStepsReg = 0, CM_VM = 0;; + + if((New_Mode != MotorDriverResponse[_motorId].DriverMode) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + MotorConfigState[_motorId] = false; + + //Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(_motorId); + + //Change the flag mode + Combined_Motor_Driver_Mode(_motorId, New_Mode); + + //Set the new configuration according to the flag mode + ConfigStages[_motorId] = MOTOR_CONFIG_INIT; + MotorConfig( _motorId, &MotorsCfg[_motorId]); + delayms(50); + //read the CM_VM bit + MotorGetMicroStepsFromFPGA(_motorId); + delayms(5); + MicroStepsReg = MotorGetMicroStepsFromFPGA_Res(_motorId); + + CM_VM = (MicroStepsReg & 0x08); + + if(((New_Mode == Voltage) && (CM_VM != Voltage)) || ((New_Mode == Current) && (CM_VM != Current))) + { + status = ERROR; + } + + ReportWithPackageFilter(ControlFilter,"Change PowerStep01 mode", __FILE__,__LINE__,_motorId,RpMessage,New_Mode,0); + } + + + return status; + +} + +uint32_t Power_Step_01_Dispenser_Mode(uint8_t Dispenser_ID, MOTDRIVER_MODE New_Mode) +{ + uint32_t status = OK; + + status = Power_Step_01_Mode(Dispenser_ID + HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1, New_Mode); + + return status; +} + + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/30f9be589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/30f9be589fd4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/30f9be589fd4001919daccf07d3853fc @@ -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/19/a064210772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/a064210772d4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/a064210772d4001919daccf07d3853fc @@ -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/19/b07e825f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/b07e825f84d4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/b07e825f84d4001919daccf07d3853fc @@ -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/19/c038f51780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/c038f51780d4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/c038f51780d4001919daccf07d3853fc @@ -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/19/c0dc4fcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/c0dc4fcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/19/c0dc4fcb7dd4001919daccf07d3853fc @@ -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/1a/1076b2589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/1076b2589fd4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/1076b2589fd4001919daccf07d3853fc @@ -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/1a/20401e2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/20401e2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/20401e2ed5d3001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/8042031880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/8042031880d4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/8042031880d4001919daccf07d3853fc @@ -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/1a/d078a4b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/d078a4b583d4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1a/d078a4b583d4001919daccf07d3853fc @@ -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/1b/60ba4c0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/60ba4c0772d4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/60ba4c0772d4001919daccf07d3853fc @@ -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/1b/70f63c047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/70f63c047fd4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/70f63c047fd4001919daccf07d3853fc @@ -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/1b/8001365e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/8001365e84d4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1b/8001365e84d4001919daccf07d3853fc @@ -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/1c/10d449599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/10d449599fd4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/10d449599fd4001919daccf07d3853fc @@ -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/1c/50af35c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/50af35c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/50af35c97dd4001919daccf07d3853fc @@ -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/1c/706081b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/706081b583d4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/706081b583d4001919daccf07d3853fc @@ -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/1c/b0f57ac97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/b0f57ac97dd4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/b0f57ac97dd4001919daccf07d3853fc @@ -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/1c/c003e91780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/c003e91780d4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/c003e91780d4001919daccf07d3853fc @@ -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/1c/c0f12ab783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/c0f12ab783d4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1c/c0f12ab783d4001919daccf07d3853fc @@ -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/1d/00bc4db783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/00bc4db783d4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/00bc4db783d4001919daccf07d3853fc @@ -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/1d/806270047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/806270047fd4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/806270047fd4001919daccf07d3853fc @@ -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/1d/d0aa3f2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/d0aa3f2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/d0aa3f2ed5d3001919daccf07d3853fc @@ -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/1d/d0f073c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/d0f073c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/d0f073c97dd4001919daccf07d3853fc @@ -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/1d/e0985c0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/e0985c0772d4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/e0985c0772d4001919daccf07d3853fc @@ -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/1d/f004d1c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/f004d1c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1d/f004d1c97dd4001919daccf07d3853fc @@ -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/1e/109eee057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/109eee057fd4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/109eee057fd4001919daccf07d3853fc @@ -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/1e/705b5f5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/705b5f5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1e/705b5f5e84d4001919daccf07d3853fc @@ -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/1f/30ca4c2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/30ca4c2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/30ca4c2ed5d3001919daccf07d3853fc @@ -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/1f/f0f0d51780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/f0f0d51780d4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/1f/f0f0d51780d4001919daccf07d3853fc @@ -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/2/00dbdb0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/00dbdb0772d4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/00dbdb0772d4001919daccf07d3853fc @@ -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/2/50655b2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/50655b2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/50655b2dd5d3001919daccf07d3853fc @@ -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/2/e071240772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/e071240772d4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2/e071240772d4001919daccf07d3853fc @@ -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/20/104b885f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/104b885f84d4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/104b885f84d4001919daccf07d3853fc @@ -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/20/70f54a2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/70f54a2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/70f54a2ed5d3001919daccf07d3853fc @@ -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/20/90440b0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90440b0772d4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/90440b0772d4001919daccf07d3853fc @@ -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/20/b049b61980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/b049b61980d4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/b049b61980d4001919daccf07d3853fc @@ -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/20/c0f6365f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/c0f6365f84d4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/20/c0f6365f84d4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/21/2047082ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/2047082ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/2047082ed5d3001919daccf07d3853fc @@ -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/21/506d495f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/506d495f84d4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/506d495f84d4001919daccf07d3853fc @@ -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/21/b0a85d057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/b0a85d057fd4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/b0a85d057fd4001919daccf07d3853fc @@ -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/21/d0504e2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/d0504e2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/d0504e2ed5d3001919daccf07d3853fc @@ -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/21/f074ffb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/f074ffb683d4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/21/f074ffb683d4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/22/009e845a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/009e845a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/009e845a9fd4001919daccf07d3853fc @@ -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/22/70fa0eb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/70fa0eb683d4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/70fa0eb683d4001919daccf07d3853fc @@ -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/22/80a147b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/80a147b783d4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/80a147b783d4001919daccf07d3853fc @@ -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/22/b08a035f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/b08a035f84d4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/b08a035f84d4001919daccf07d3853fc @@ -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/22/d04bb8057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/d04bb8057fd4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/22/d04bb8057fd4001919daccf07d3853fc @@ -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/23/10231b0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/10231b0772d4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/10231b0772d4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/40f937c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/40f937c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/40f937c97dd4001919daccf07d3853fc @@ -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/23/904e08b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/904e08b783d4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/904e08b783d4001919daccf07d3853fc @@ -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/23/d002de2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/d002de2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/d002de2dd5d3001919daccf07d3853fc @@ -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/23/f0178b589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/f0178b589fd4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/f0178b589fd4001919daccf07d3853fc @@ -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/23/f060d40772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/f060d40772d4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/23/f060d40772d4001919daccf07d3853fc @@ -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/24/006ec0ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/006ec0ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/24/006ec0ca7dd4001919daccf07d3853fc @@ -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/25/50be3d1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/50be3d1980d4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/50be3d1980d4001919daccf07d3853fc @@ -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/25/708d852ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/708d852ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/708d852ed5d3001919daccf07d3853fc @@ -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/25/c0328b2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/c0328b2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/25/c0328b2ed5d3001919daccf07d3853fc @@ -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/26/1070cc057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/1070cc057fd4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/1070cc057fd4001919daccf07d3853fc @@ -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/26/6015feb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/6015feb683d4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/6015feb683d4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/707b690572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/707b690572d4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/26/707b690572d4001919daccf07d3853fc @@ -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/27/700b9c5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/700b9c5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/700b9c5d84d4001919daccf07d3853fc @@ -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/27/708cf20672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/708cf20672d4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/708cf20672d4001919daccf07d3853fc @@ -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/27/c09d630772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/c09d630772d4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/c09d630772d4001919daccf07d3853fc @@ -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/27/d048d25a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/d048d25a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/27/d048d25a9fd4001919daccf07d3853fc @@ -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/28/002be0ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/002be0ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/002be0ca7dd4001919daccf07d3853fc @@ -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/28/301cd41780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/301cd41780d4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/301cd41780d4001919daccf07d3853fc @@ -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/28/30a2c55f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/30a2c55f84d4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/30a2c55f84d4001919daccf07d3853fc @@ -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/28/403f5f5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/403f5f5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/403f5f5f84d4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/7053415a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/7053415a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/7053415a9fd4001919daccf07d3853fc @@ -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/28/b0cadf1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/b0cadf1980d4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/b0cadf1980d4001919daccf07d3853fc @@ -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/28/c04d6fb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/c04d6fb783d4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/c04d6fb783d4001919daccf07d3853fc @@ -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/28/e096090772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/e096090772d4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/28/e096090772d4001919daccf07d3853fc @@ -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/29/10265f0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/10265f0672d4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/10265f0672d4001919daccf07d3853fc @@ -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/29/4086e55f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/4086e55f84d4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/4086e55f84d4001919daccf07d3853fc @@ -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/29/40f45f0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/40f45f0772d4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/40f45f0772d4001919daccf07d3853fc @@ -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/29/8073da1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/8073da1980d4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/8073da1980d4001919daccf07d3853fc @@ -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/29/a012ae057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/a012ae057fd4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/a012ae057fd4001919daccf07d3853fc @@ -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/29/b066eecb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b066eecb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/b066eecb7dd4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/29/c06798057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/c06798057fd4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/29/c06798057fd4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/20955a1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/20955a1980d4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/20955a1980d4001919daccf07d3853fc @@ -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/2b/40ce195a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/40ce195a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/40ce195a9fd4001919daccf07d3853fc @@ -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/2b/50b9c5057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/50b9c5057fd4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/50b9c5057fd4001919daccf07d3853fc @@ -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/2b/90471eb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/90471eb783d4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/90471eb783d4001919daccf07d3853fc @@ -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/2b/f0f3a9057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/f0f3a9057fd4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2b/f0f3a9057fd4001919daccf07d3853fc @@ -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/2c/604c5db783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2c/604c5db783d4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2c/604c5db783d4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/405ae51780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/405ae51780d4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/405ae51780d4001919daccf07d3853fc @@ -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/2d/6008fec97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/6008fec97dd4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/6008fec97dd4001919daccf07d3853fc @@ -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/2d/90b8955f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/90b8955f84d4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2d/90b8955f84d4001919daccf07d3853fc @@ -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/2e/000b245f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/000b245f84d4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/000b245f84d4001919daccf07d3853fc @@ -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/2e/1016bc1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/1016bc1980d4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/1016bc1980d4001919daccf07d3853fc @@ -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/2e/a03f9ab583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/a03f9ab583d4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/a03f9ab583d4001919daccf07d3853fc @@ -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/2e/c0f19f5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/c0f19f5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/c0f19f5f84d4001919daccf07d3853fc @@ -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/2e/f099c7ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/f099c7ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2e/f099c7ca7dd4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/30eaaaca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/30eaaaca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/30eaaaca7dd4001919daccf07d3853fc @@ -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/2f/501255047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/501255047fd4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/501255047fd4001919daccf07d3853fc @@ -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/2f/6024650772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/6024650772d4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/6024650772d4001919daccf07d3853fc @@ -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/2f/a025e70772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/a025e70772d4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/a025e70772d4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/2f/a0eb561980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/a0eb561980d4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/a0eb561980d4001919daccf07d3853fc @@ -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/2f/d0a58a1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/d0a58a1980d4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/d0a58a1980d4001919daccf07d3853fc @@ -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/2f/e08e60057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/e08e60057fd4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/2f/e08e60057fd4001919daccf07d3853fc @@ -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/3/00e2f62dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/00e2f62dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/00e2f62dd5d3001919daccf07d3853fc @@ -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/3/90ebd9b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/90ebd9b683d4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/90ebd9b683d4001919daccf07d3853fc @@ -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/3/a010fc5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/a010fc5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/a010fc5e84d4001919daccf07d3853fc @@ -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/3/c0ed391980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/c0ed391980d4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/c0ed391980d4001919daccf07d3853fc @@ -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/3/e0498a0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/e0498a0572d4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/e0498a0572d4001919daccf07d3853fc @@ -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/3/f0d44c047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/f0d44c047fd4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3/f0d44c047fd4001919daccf07d3853fc @@ -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/30/30d38a057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/30d38a057fd4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/30d38a057fd4001919daccf07d3853fc @@ -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/30/40a6a1cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/40a6a1cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/40a6a1cb7dd4001919daccf07d3853fc @@ -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/30/80f5122ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/80f5122ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/80f5122ed5d3001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/906065cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/906065cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/906065cb7dd4001919daccf07d3853fc @@ -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/30/d014582ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/d014582ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/30/d014582ed5d3001919daccf07d3853fc @@ -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/31/309ad8047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/309ad8047fd4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/309ad8047fd4001919daccf07d3853fc @@ -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/31/50ad70b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/50ad70b783d4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/50ad70b783d4001919daccf07d3853fc @@ -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/31/c01c0d5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/c01c0d5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/c01c0d5e84d4001919daccf07d3853fc @@ -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/31/c080fc057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/c080fc057fd4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/c080fc057fd4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f098d6cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f098d6cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f098d6cb7dd4001919daccf07d3853fc @@ -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/31/f0a221b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f0a221b783d4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/31/f0a221b783d4001919daccf07d3853fc @@ -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/32/10ae41b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/10ae41b783d4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/10ae41b783d4001919daccf07d3853fc @@ -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/32/300c4ccb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/300c4ccb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/300c4ccb7dd4001919daccf07d3853fc @@ -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/32/4091622dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/4091622dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/4091622dd5d3001919daccf07d3853fc @@ -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/32/a03e7d057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/a03e7d057fd4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/a03e7d057fd4001919daccf07d3853fc @@ -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/32/f0ca2dca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/f0ca2dca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/32/f0ca2dca7dd4001919daccf07d3853fc @@ -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/33/1015470772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/1015470772d4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/1015470772d4001919daccf07d3853fc @@ -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/33/50dad20772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/50dad20772d4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/50dad20772d4001919daccf07d3853fc @@ -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/33/701003067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/701003067fd4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/701003067fd4001919daccf07d3853fc @@ -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/.history/33/8094372ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/8094372ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/33/8094372ed5d3001919daccf07d3853fc @@ -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/34/00f8755a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/00f8755a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/00f8755a9fd4001919daccf07d3853fc @@ -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/34/106f380772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/106f380772d4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/106f380772d4001919daccf07d3853fc @@ -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/34/4052282ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/4052282ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/4052282ed5d3001919daccf07d3853fc @@ -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/34/40bfb1b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/40bfb1b583d4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/40bfb1b583d4001919daccf07d3853fc @@ -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/34/a0a18c1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/a0a18c1980d4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/a0a18c1980d4001919daccf07d3853fc @@ -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/34/d0b048cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/d0b048cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/34/d0b048cb7dd4001919daccf07d3853fc @@ -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/35/8045b81980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/8045b81980d4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/8045b81980d4001919daccf07d3853fc @@ -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/35/c0b3565f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/c0b3565f84d4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/c0b3565f84d4001919daccf07d3853fc @@ -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/35/d062275a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/d062275a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/d062275a9fd4001919daccf07d3853fc @@ -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/35/f0026f047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/f0026f047fd4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/35/f0026f047fd4001919daccf07d3853fc @@ -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/36/4054a8b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/4054a8b683d4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/4054a8b683d4001919daccf07d3853fc @@ -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/36/408884589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/408884589fd4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/408884589fd4001919daccf07d3853fc @@ -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/36/904a352ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/904a352ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/904a352ed5d3001919daccf07d3853fc @@ -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/36/906147057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/906147057fd4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/906147057fd4001919daccf07d3853fc @@ -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/36/d0c251c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/d0c251c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/36/d0c251c97dd4001919daccf07d3853fc @@ -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/37/0059515a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/0059515a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/0059515a9fd4001919daccf07d3853fc @@ -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/37/30d78e5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/30d78e5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/30d78e5a9fd4001919daccf07d3853fc @@ -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/37/409accb583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/409accb583d4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/409accb583d4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/37/50dd472dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/50dd472dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/50dd472dd5d3001919daccf07d3853fc @@ -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/37/806551b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/806551b783d4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/806551b783d4001919daccf07d3853fc @@ -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/37/b032225a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/b032225a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/37/b032225a9fd4001919daccf07d3853fc @@ -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/38/50e1ed2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/50e1ed2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/50e1ed2dd5d3001919daccf07d3853fc @@ -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/38/f0c587057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f0c587057fd4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/38/f0c587057fd4001919daccf07d3853fc @@ -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/39/406d0cb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/406d0cb783d4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/406d0cb783d4001919daccf07d3853fc @@ -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/39/506136cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/506136cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/506136cb7dd4001919daccf07d3853fc @@ -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/39/701a302ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/701a302ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/39/701a302ed5d3001919daccf07d3853fc @@ -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/3a/0083501980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/0083501980d4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/0083501980d4001919daccf07d3853fc @@ -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/3a/00cfb8b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/00cfb8b683d4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/00cfb8b683d4001919daccf07d3853fc @@ -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/3a/201aa75a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/201aa75a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/201aa75a9fd4001919daccf07d3853fc @@ -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/3a/c0b7b95a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c0b7b95a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3a/c0b7b95a9fd4001919daccf07d3853fc @@ -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/3c/1038ac5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/1038ac5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/1038ac5d84d4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/3c/80fccb0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/80fccb0772d4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/80fccb0772d4001919daccf07d3853fc @@ -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/3c/f0b7941980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/f0b7941980d4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3c/f0b7941980d4001919daccf07d3853fc @@ -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/3d/1024901980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/1024901980d4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/1024901980d4001919daccf07d3853fc @@ -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/3d/60e86e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/60e86e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/60e86e0772d4001919daccf07d3853fc @@ -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/3d/c092042dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/c092042dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3d/c092042dd5d3001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/3e/109c3c5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/109c3c5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/109c3c5f84d4001919daccf07d3853fc @@ -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/3e/504d592ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/504d592ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/504d592ed5d3001919daccf07d3853fc @@ -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/3e/50c6050772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/50c6050772d4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/50c6050772d4001919daccf07d3853fc @@ -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/3e/70a0f02dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/70a0f02dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/70a0f02dd5d3001919daccf07d3853fc @@ -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/3e/802a011980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/802a011980d4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/802a011980d4001919daccf07d3853fc @@ -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/3e/a034dd2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/a034dd2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/a034dd2cd5d3001919daccf07d3853fc @@ -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/3e/c0634f0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c0634f0572d4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c0634f0572d4001919daccf07d3853fc @@ -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/3e/c08bea5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c08bea5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3e/c08bea5a9fd4001919daccf07d3853fc @@ -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/3f/103a5d2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/103a5d2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/103a5d2dd5d3001919daccf07d3853fc @@ -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/3f/404f11b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/404f11b783d4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/404f11b783d4001919daccf07d3853fc @@ -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/3f/a05c591980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/a05c591980d4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/a05c591980d4001919daccf07d3853fc @@ -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/3f/f025d05a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/f025d05a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/f025d05a9fd4001919daccf07d3853fc @@ -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/3f/f0ba540572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/f0ba540572d4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/3f/f0ba540572d4001919daccf07d3853fc @@ -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/4/0048c8589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/0048c8589fd4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/0048c8589fd4001919daccf07d3853fc @@ -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/4/206bde1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/206bde1980d4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/206bde1980d4001919daccf07d3853fc @@ -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/4/306379047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/306379047fd4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/306379047fd4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/4/50646a2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/50646a2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/50646a2ed5d3001919daccf07d3853fc @@ -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/804f620572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/804f620572d4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/804f620572d4001919daccf07d3853fc @@ -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/4/f059790572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/f059790572d4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4/f059790572d4001919daccf07d3853fc @@ -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/40/101153cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/101153cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/101153cb7dd4001919daccf07d3853fc @@ -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/40/3072beca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/3072beca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/3072beca7dd4001919daccf07d3853fc @@ -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/40/508fd72cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/508fd72cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/508fd72cd5d3001919daccf07d3853fc @@ -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/40/f067ffc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/f067ffc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/f067ffc97dd4001919daccf07d3853fc @@ -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/40/f0b8851880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/f0b8851880d4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/40/f0b8851880d4001919daccf07d3853fc @@ -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/41/1067701980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/1067701980d4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/1067701980d4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/4074ab1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/4074ab1980d4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/41/4074ab1980d4001919daccf07d3853fc @@ -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/42/30004a2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/30004a2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/30004a2dd5d3001919daccf07d3853fc @@ -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/42/6073d91780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/6073d91780d4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/6073d91780d4001919daccf07d3853fc @@ -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/42/7029d71780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/7029d71780d4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/7029d71780d4001919daccf07d3853fc @@ -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/42/b09f2fca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/b09f2fca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/b09f2fca7dd4001919daccf07d3853fc @@ -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/42/c0a50db783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/c0a50db783d4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/c0a50db783d4001919daccf07d3853fc @@ -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/42/d0e3d31980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/d0e3d31980d4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/42/d0e3d31980d4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/00c056047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/00c056047fd4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/00c056047fd4001919daccf07d3853fc @@ -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/43/3097355f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/3097355f84d4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/3097355f84d4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/4056cf057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/4056cf057fd4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/4056cf057fd4001919daccf07d3853fc @@ -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/43/40ac192ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/40ac192ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/40ac192ed5d3001919daccf07d3853fc @@ -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/43/50512cb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/50512cb783d4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/50512cb783d4001919daccf07d3853fc @@ -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/43/50bbb95f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/50bbb95f84d4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/43/50bbb95f84d4001919daccf07d3853fc @@ -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/44/308b715a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/308b715a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/308b715a9fd4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/501aa1057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/501aa1057fd4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/501aa1057fd4001919daccf07d3853fc @@ -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/44/505e400772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/505e400772d4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/505e400772d4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/44/80ad9c057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/80ad9c057fd4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/80ad9c057fd4001919daccf07d3853fc @@ -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/44/d0a8ed047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/d0a8ed047fd4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/44/d0a8ed047fd4001919daccf07d3853fc @@ -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/45/40e152b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/45/40e152b683d4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/45/40e152b683d4001919daccf07d3853fc @@ -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/45/c02728b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/45/c02728b683d4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/45/c02728b683d4001919daccf07d3853fc @@ -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/46/0082ee1780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/0082ee1780d4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/0082ee1780d4001919daccf07d3853fc @@ -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/46/40d3512ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/40d3512ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/40d3512ed5d3001919daccf07d3853fc @@ -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/46/8010295a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/8010295a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/46/8010295a9fd4001919daccf07d3853fc @@ -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/47/40e379057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/40e379057fd4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/40e379057fd4001919daccf07d3853fc @@ -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/47/50f2a75d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/50f2a75d84d4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/50f2a75d84d4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/47/80fef15e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/80fef15e84d4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/80fef15e84d4001919daccf07d3853fc @@ -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/47/900e9d0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/900e9d0572d4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/900e9d0572d4001919daccf07d3853fc @@ -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/47/a0c80fb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/a0c80fb783d4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/a0c80fb783d4001919daccf07d3853fc @@ -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/47/e09e681980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/e09e681980d4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/47/e09e681980d4001919daccf07d3853fc @@ -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/48/40553b0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/40553b0772d4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/40553b0772d4001919daccf07d3853fc @@ -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/48/50b9235a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/50b9235a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/50b9235a9fd4001919daccf07d3853fc @@ -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/48/d0c93bc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/d0c93bc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/48/d0c93bc97dd4001919daccf07d3853fc @@ -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/49/20116a5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/20116a5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/20116a5a9fd4001919daccf07d3853fc @@ -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/49/50e1ee047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/50e1ee047fd4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/50e1ee047fd4001919daccf07d3853fc @@ -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/49/909f8f2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/909f8f2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/909f8f2ed5d3001919daccf07d3853fc @@ -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/49/90cc7cb583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/90cc7cb583d4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/90cc7cb583d4001919daccf07d3853fc @@ -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/49/b00a0b1880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/b00a0b1880d4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/b00a0b1880d4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/49/b0d1895f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/b0d1895f84d4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/b0d1895f84d4001919daccf07d3853fc @@ -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/49/d03345047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/d03345047fd4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/49/d03345047fd4001919daccf07d3853fc @@ -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/4a/200f5a5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/200f5a5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/200f5a5f84d4001919daccf07d3853fc @@ -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/4a/2021635d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/2021635d84d4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/2021635d84d4001919daccf07d3853fc @@ -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/4a/3051e01780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/3051e01780d4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/3051e01780d4001919daccf07d3853fc @@ -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/4a/c04c0db683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/c04c0db683d4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4a/c04c0db683d4001919daccf07d3853fc @@ -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/4b/007121b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/007121b683d4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/007121b683d4001919daccf07d3853fc @@ -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/4b/109b085b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/109b085b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4b/109b085b9fd4001919daccf07d3853fc @@ -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/4c/50e09e5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/50e09e5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/50e09e5f84d4001919daccf07d3853fc @@ -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/4c/702cab057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/702cab057fd4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/702cab057fd4001919daccf07d3853fc @@ -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/4c/808e3f047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/808e3f047fd4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/808e3f047fd4001919daccf07d3853fc @@ -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/4c/a057c21980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/a057c21980d4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4c/a057c21980d4001919daccf07d3853fc @@ -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/4d/50a407067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/50a407067fd4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/50a407067fd4001919daccf07d3853fc @@ -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/4d/b0c1a21980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/b0c1a21980d4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/b0c1a21980d4001919daccf07d3853fc @@ -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/4d/c0de80589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c0de80589fd4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4d/c0de80589fd4001919daccf07d3853fc @@ -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/4e/00d594cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/00d594cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/00d594cb7dd4001919daccf07d3853fc @@ -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/4e/20a9d42cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/20a9d42cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/20a9d42cd5d3001919daccf07d3853fc @@ -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/4e/30448d057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/30448d057fd4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/30448d057fd4001919daccf07d3853fc @@ -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/4e/30e3ddb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/30e3ddb683d4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/30e3ddb683d4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/4e/5095e0c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/5095e0c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/5095e0c97dd4001919daccf07d3853fc @@ -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/4e/60b8abcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/60b8abcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4e/60b8abcb7dd4001919daccf07d3853fc @@ -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/4f/20d21afad4d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/20d21afad4d3001919daccf07d3853fc new file mode 100644 index 000000000..3000ec012 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/20d21afad4d3001919daccf07d3853fc @@ -0,0 +1,510 @@ +#ifndef DATADEF_H +#define DATADEF_H + +#include +#include +#include +#include +#include "common/report/report.h" + +//#define EVALUATION_BOARD // to use the LCD only when using the evaluation board +//#define USE_USB +//#define DEMO_TEMPERATURE 1 +#define Stub_Mode 1 +#define USE_HIGH_SPEED_GPIO // to use AHB GPIO (A..J) ports A-J APB or AHB, ports K-Q on AHB only +//#define WithTempSensorFiltrer (to use the function Filter_Temparature_Measurement) +//#define DEBUG_TEST_FUNCTIONS +#define HIZ_TIMEOUT 1000 +//#define DEMO_TEMPERATURE +//#define TEST_LONGER_PID_THREAD +//#define HUNDRED_MICROSECONDS_DANCER_READ +#define NO_INITIAL_HEATING +#define MAX_STRING_LEN 255 //Embedded version + filter.c + +#define WATCHDOG +#define FPGA_WATCHDOG +//#define Use_Head_Card //for real card only +//#define Test_headCard_With_DispCard_I2C4_Add0xE2_DispID_0 + +#define MAX_ERR_SAMPLES 5 //Number of Samples before sending error +#define ERROR_TEMPERATURE_MEASUREMENT 0xFFFF + +//#define TEST_POWERSTEP01//send GATECFG parameters to work without sending parameters via machine studio + +#define ON 1 +#define OFF 0 + +enum +{ + PASSED = 0, + FAILED = 1, + NOT_SUPPORTED = 254, + VERIFIED = 255 +}; + + +#define OK 0 +#define ERROR 1 +#define WARNING 2 + +#define ENABLE 1 +#define DISABLE 0 + +//Valves Directions: +#define MidTank_Dispenser 0 +#define Dispenser_Mixer 1 +#define Cartridge_MidTank_ON 1 +#define Cartridge_MidTank_OFF 0 +#define Atm_MidTank_ON 1 +#define Atm_MidTank_OFF 0 +//waste valve reversed +#define Mixer_Head 1 +#define Mixer_Waste 0 + + +#define NEW 0 +#define USED 1 + +#define START 0 +#define STOP 1 +#define NOSTOP 2 +#define CONTINUE 2 + +#define NOTBUSY 0 +#define BUSY 1 +// +// motor direction +#define CW 0 // clockwise +#define CCW 1 // counter clockwise + +#define TRUE 1 +#define FALSE 0 + +#define INPUT 0x0 +#define OUTPUT 0x1 + +#define PULLDOWN 0 +#define PULLUP 1 + +#define DOWN 0 +#define UP 1 + +#define TX 0 +#define RX 1 +#define TXRX 2 +#define ODD 0 +#define EVEN 1 + +#define READY 0 +#define NOTREADY 1 +#define WAIT 2 + +#define LOW 0x0 +#define HIGH 0x1 + +#define WR 0 +#define RD 1 + +#define FLAGSTART 1 +#define FLAGSET 1 +#define FLAGCLEAR 0 + +#define IN 2 +#define OUT 3 + +#define INIT 1 +#define SKIP_INIT 0 + +#define byte uint8_t//char +#define boolean bool + +#define SERIAL 0x0 +#define DISPLAY 0x1 + +#define LSBFIRST 0 +#define MSBFIRST 1 + +#define CHANGE 1 +#define FALLING 2 +#define RISING 3 + +#define CLOSE 0 +#define OPEN 1 + +#define DRIER_LID_OPEN 0 +#define DRIER_LID_CLOSE 2 + +#define DOUBLE_BUFFER 2 + + +/* +#define CurrentMotDriver 0x08 +#define VoltageMotDriver 0x00 +#define CurrentCombinedMotDriver 0x0108 // 01 Combined Driver, 08 Current +#define VoltageCombinedMotDriver 0x0100 // 01 Combined Driver, 00 Voltage +#define CombinrdMotDriver 0x0300 // 03 Combined Driver + Combined Modes , 00 Voltage mode enabled +*/ + +typedef enum +{ + //Don't change the value! + Current = 0x08, + Voltage = 0x00, +}MOTDRIVER_MODE; + +typedef enum +{ + Combinrd = 0x00, + Current_Or_Voltage = 0x01, +}SPI_MOT_DRIVER_DIRECTION; + +typedef enum +{ + UnKnownMotDriver, + CurrentMotDriver, + VoltageMotDriver, + CombinrdMotDriver, +}MOTDRIVER_TYPE; + + +typedef enum +{ + High_Voltage, + Normal_Voltage, + Low_Voltage, +}PowerControlFlag; + +//#define MagneticLImitSwitch 0x01 + +//#define FPGA_Reg_Size_Bits 16 + +#define FPGA_Freq 29166667 + +#define MIDTANK_DIRECTION 0 +#define MIXER_DIRECTION 1 + +#define MASK_LOW_BYTE_IN_WORD 0x00FF; +#define MASK_HIGH_BYTE_IN_WORD 0xFF00; + + +#define STATUS_GREEN_LED_ON ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, GPIO_PIN_1) //Turn ON STATUS Green LED +#define STATUS_RED_LED_ON ROM_GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_0, GPIO_PIN_0) //Turn ON STATUS Red LED + +#define ACTIVITY_RED_LED_ON ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_0, GPIO_PIN_0) //Turn ON ACTIVITY Red LED +#define ACTIVITY_GREEN_LED_ON ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_0, GPIO_PIN_0) //Turn ON ACTIVITY Green LED + +#define COMM_RED_LED_ON ROM_GPIOPinWrite(GPIO_PORTP_BASE, GPIO_PIN_4, GPIO_PIN_4) //Turn ON COMM Red LED +#define COMM_GREEN_LED_ON ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_1, GPIO_PIN_1) //Turn ON COMM Green LED + +#define STATUS_GREEN_LED_OFF ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, 0) //Turn OFF STATUS Green LED +#define STATUS_RED_LED_OFF ROM_GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_0, 0) //Turn OFF STATUS Red LED + +#define ACTIVITY_RED_LED_OFF ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_0, 0) //Turn OFF ACTIVITY Red LED +#define ACTIVITY_GREEN_LED_OFF ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_0, 0) //Turn OFF ACTIVITY Green LED + +#define COMM_RED_LED_OFF ROM_GPIOPinWrite(GPIO_PORTP_BASE, GPIO_PIN_4, 0) //Turn OFF Red LED LED +#define COMM_GREEN_LED_OFF ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_1, 0) //Turn OFF COMM Green LED + +#define STATUS_GREEN_LED_CHANGE_MODE ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, (ROM_GPIOPinRead(GPIO_PORTN_BASE, GPIO_PIN_1) ^ GPIO_PIN_1)); +#define ACTIVITY_RED_LED_CHANGE_MODE ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_0, (ROM_GPIOPinRead(GPIO_PORTN_BASE, GPIO_PIN_0) ^ GPIO_PIN_0)); +#define COMM_RED_CHANGE_MODE ROM_GPIOPinWrite(GPIO_PORTP_BASE, GPIO_PIN_4, (ROM_GPIOPinRead(GPIO_PORTP_BASE, GPIO_PIN_4) ^ GPIO_PIN_4)); + + +#define BIT0 0x0001 //0x01 << 0 +#define BIT1 0x0002 //0x01 << 1 +#define BIT2 0x0004 //0x01 << 2 +#define BIT3 0x0008 //0x01 << 3 +#define BIT4 0x0010 //0x01 << 4 +#define BIT5 0x0020 //0x01 << 5 +#define BIT6 0x0040 //0x01 << 6 +#define BIT7 0x0080 //0x01 << 7 +#define BIT8 0x0100 //0x01 << 8 +#define BIT9 0x0200 //0x01 << 9 +#define BIT10 0x0400 //0x01 << 10 +#define BIT11 0x0800 //0x01 << 11 +#define BIT12 0x1000 //0x01 << 12 +#define BIT13 0x2000 //0x01 << 13 +#define BIT14 0x4000 //0x01 << 14 +#define BIT15 0x8000 //0x01 << 15 + +#define BIT16 0x00010000 //0x01 << 16 +#define BIT17 0x00020000 //0x01 << 17 +#define BIT18 0x00040000 //0x01 << 18 +#define BIT19 0x00080000 //0x01 << 19 +#define BIT20 0x00100000 //0x01 << 20 +#define BIT21 0x00200000 //0x01 << 21 +#define BIT22 0x00400000 //0x01 << 22 +#define BIT23 0x00800000 //0x01 << 23 +#define BIT24 0x01000000 //0x01 << 24 +#define BIT25 0x02000000 //0x01 << 25 +#define BIT26 0x04000000 //0x01 << 26 +#define BIT27 0x08000000 //0x01 << 27 +#define BIT28 0x10000000 //0x01 << 28 +#define BIT29 0x20000000 //0x01 << 29 +#define BIT30 0x40000000 //0x01 << 30 +#define BIT31 0x80000000 //0x01 << 31 + + +#define MAX_PWM_Command 100 + +typedef enum +{ + //Don't change the value - keep it according to the bits in F3_GPO_02_bus + CART_1 = 1, + CART_2 = 2, + CART_3 = 3, + //------------- + POWER_ON_OFF, + THREAD_JOGGING , + THREAD_LOAD , +}PANEL_BUTTON_OR_CRAT_ID; + +typedef enum +{ + MODE_OFF = 0, + MODE_ON = 1, +}OPERATION_MODE; +/* +typedef enum +{ + //according to the bits of the leds in F3_GPO_01_bus + ON_OFF = 1, + THREAD_LOADING = 2, + JOGGING = 3, +}BUTTON; +*/ +/* +typedef enum +{ + //According to the bits of the leds in F3_GPO_02_bus + CART1 = 1, + CART2 = 2, + CART3 = 3, +}CARTREGE; +*/ + + +typedef union +{ + struct + { + uint8_t DRAWER_BIG:1; //bit 0 + uint8_t DRAWER_SMALL0:1;//bit 1 + uint8_t DRAWER_SMALL1:1;//bit 2 + uint8_t DRAWER_SMALL2:1;//bit 3 + uint8_t DRAWER_SMALL3:1;//bit 4 + uint8_t SYSTEM_FAN0:1; //bit 5 + uint8_t SYSTEM_FAN1:1; //bit 6 + uint8_t SYSTEM_FAN2:1; //bit 7 + }bit; + uint8_t Uchar; +}FANS_STATUS; + +enum +{ + DRAWER_B, + DRAWER_S0, + DRAWER_S1, + DRAWER_S2, + DRAWER_S3, + SYSTEM_0, + SYSTEM_1, + SYSTEM_2, + MAX_FANS, +}FANS_ID; + +//--------------------- +#define MaxFlashWords 128 //1K +#define MaxFlashBytes MaxFlashWords*4 //4K Byte +#define MaxBytesForAddress 256 //The addresses to be programmed must not span a 256-byte boundary + +extern char *SW_INFO_DIR; + +typedef union +{ + uint32_t DWords[MaxFlashWords]; + uint8_t Bytes[MaxFlashBytes]; +}Flash_Union; +//---------------------------- + + + + +#define LIMIT 0 // Limit Switch +#define NO_LIMIT 1 + +#define No_Safety_Event 1 +#define Safety_Event_Occurred 0 + +//#define INVERSION_POLARITY_LIMIT 1 // Limit Switch +//#define INVERSION_POLARITY_NO_LIMIT 0 + + +typedef enum +{ + DISP_TYPE_UNKNOWN, + DISP_TYPE_WITHOUT_EEPROM, + DISP_TYPE_EEPROM32KB, + DISP_TYPE_EEPROM128KB, + +}DISP_TYPE; + +typedef enum +{ + DEFAULT_POLARITY = 0,//OPTIC_LS , MAGNETIC_LS CARD 2 + INVERSION_POLARITY = 1,//MAGNETIC_LS CARD 2 - must be 1 used for xor the polarity +}LS_POLARITY; + +typedef enum +{ + LS_STATUS_OK = 0, + LS_STATUS_ERROR = 1, +}LS_STATUS; + + +/* +typedef union +{ + struct + { + uint32_t SN; //0-4 + uint8_t Version; //5 + uint8_t Content; //6 + uint8_t Location ; //7 + uint8_t Life_Time ; //8 + uint32_t Calibration ; //9-12 + uint32_t Spare ; //13-15 + }bytes; + uint8_t Buf[16]; +}DISP_EEPROM; +*/ +//////////////////////////////////////////// +typedef struct +{ + uint32_t SN; + uint32_t Batch_Productions_data; + uint32_t Production_date; + uint32_t Dispenser_Part_Number; + uint32_t PCB_Serial; + uint32_t PCB_Version; +}DISPENSER_DATA; + +typedef struct +{ + float Humidity; + float Temperature; +}DISPENSER_TEST_AMBIENT; + +typedef struct +{ + uint16_t Current; + uint16_t Batch; +}DISPENSER_COLOR; + +typedef struct +{ + float Calibration0; + float Calibration1; +}DISPENSER_CALIBRATION_TABLE; + +typedef struct +{ + DISPENSER_DATA Dispebser_Data; + uint32_t Calibration_Test_Date ; + uint32_t ATS_location_Slot ; + uint32_t Nl_Pulse_Value ; + uint32_t Flow_Pass_Fail ; + DISPENSER_CALIBRATION_TABLE Calibration_table; + uint32_t Test_TI_Batch; + DISPENSER_COLOR Color; + DISPENSER_TEST_AMBIENT Test_Ambient; + uint32_t Total_Cycles_Working_Time; + uint32_t Spare[5]; +}DISP_EEPROM_BYTES; + +typedef union +{ + DISP_EEPROM_BYTES bytes; + uint8_t Buf[sizeof(DISP_EEPROM_BYTES)]; +}DISP_EEPROM; +//////////////////////////////////////////// +typedef struct +{ + DISP_TYPE Type; + LS_POLARITY LS_Polarity; + DISP_EEPROM Write_Disp_EEPROM; + DISP_EEPROM Read_Disp_EEPROM; + LS_STATUS Status; +}DISP; + +DISP Dispenser_struct[8]; + +//SPI +typedef struct //S_SPI +{ + //unsigned char MotID; //- TODO to remove this field + unsigned int TX_MOSI; //32bit (Master Output Slave Input ) + unsigned int RX_MISO; //24bit (Master Input Slave Output) + //unsigned int BUSY; //32bit + unsigned char AMT_OF_Words:3; //The amount of spi words (usually byte sized) per transmission (send 4 to 32bit) + +}SPI;//SPI + + + +#define SSI_SPI_TIMEOUT 1000 + +extern void *my_malloc(size_t _size); +extern void my_free(void *_ptr); +extern uint32_t msec_millisecondCounter; +//--------------------------------------------------------------------- +#pragma diag_suppress 169 /* Avoid warnings on VOID * conversions (protobuf issue) +The warning: +#169-D argument of type "size_t (*)(const CalculateResponse *, uint8_t *)" is incompatible with parameter of type "size_t (*)(void *, uint8_t *)" Calculate.c /twine_usblib_demo/PMR/Stubs line 53 C/C++ Problem + + +//#pragma diag_suppress 190 // Avoid the warning - #190-D enumerated type mixed with another type protobuf-c.c + * +or in the environment add command line: + +Project -> properties -> +Press on show advanced settings +CCS Build -> +Advanced Options -> +Diagnistic Options -> +Add the warning number in +Supports diagnostic (--diag_suppress, - pds) +169 +190 +*/ + +//Project Properties->Build->Compiler->Include Options +//There may be paths there relative to a build variable, rather than hard-coded paths, that may be triggering the error. +//machine 2 only!!!!!!!!!!! +//#define HEAD6_PT100 TEMP_SENSE_ANALOG_MIXCHIP_TEMP +//#define MIXER_PT100 TEMP_SENSE_AN_ENCLOSURETEMP3 +//machine 2 only!!!!!!!!!!! +#define HEAD6_PT100 TEMP_SENSE_AN_ENCLOSURETEMP3 +#define MIXER_PT100 TEMP_SENSE_ANALOG_MIXCHIP_TEMP + +#define LUBRICANT_DISPENSER 7 +#define CLEANER_DISPENSER 6 +//#define AUTO_HOME_DISPENSERS + +extern PackageHandle ControlFilter; +extern PackageHandle HeatersFilter; +extern PackageHandle JobFilter ; +extern PackageHandle WasteFilter ; +extern PackageHandle AlarmFilter ; +extern PackageHandle DiagnosticsFilter; +extern PackageHandle IDSFilter; +extern PackageHandle ThreadFilter; +extern PackageHandle GeneralFilter; +extern PackageHandle CommFilter; +extern PackageHandle FPGAFilter; +extern PackageHandle LoadFilter; +extern PackageHandle InitFilter; +extern PackageHandle MaintFilter; + + +#endif /* DATADEF_H */ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/304158cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/304158cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/304158cb7dd4001919daccf07d3853fc @@ -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/4f/50b7135f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/50b7135f84d4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/50b7135f84d4001919daccf07d3853fc @@ -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/4f/50f73ab783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/50f73ab783d4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/50f73ab783d4001919daccf07d3853fc @@ -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/4f/6016910772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/6016910772d4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/6016910772d4001919daccf07d3853fc @@ -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/4f/a018040772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/a018040772d4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/4f/a018040772d4001919daccf07d3853fc @@ -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/5/2005e95a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/2005e95a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/2005e95a9fd4001919daccf07d3853fc @@ -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/5/2016a3057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/2016a3057fd4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/2016a3057fd4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/20afddc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/20afddc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/20afddc97dd4001919daccf07d3853fc @@ -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/5/40c51f5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/40c51f5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/40c51f5f84d4001919daccf07d3853fc @@ -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/5/802f850772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/802f850772d4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/802f850772d4001919daccf07d3853fc @@ -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/5/8088e3b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/8088e3b683d4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/8088e3b683d4001919daccf07d3853fc @@ -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/5/a0ac6b5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/a0ac6b5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/a0ac6b5d84d4001919daccf07d3853fc @@ -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/5/c0a630599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/c0a630599fd4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5/c0a630599fd4001919daccf07d3853fc @@ -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/50/505cee5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/505cee5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/505cee5a9fd4001919daccf07d3853fc @@ -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/50/709f00067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/709f00067fd4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/709f00067fd4001919daccf07d3853fc @@ -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/50/b074c2cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/b074c2cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/b074c2cb7dd4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/f0e5e4ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/f0e5e4ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/50/f0e5e4ca7dd4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/000d775f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/000d775f84d4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/000d775f84d4001919daccf07d3853fc @@ -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/51/b08a62057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/b08a62057fd4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/b08a62057fd4001919daccf07d3853fc @@ -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/51/c0763e1880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/c0763e1880d4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/c0763e1880d4001919daccf07d3853fc @@ -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/51/d088cbb583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/d088cbb583d4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/51/d088cbb583d4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/52/304df6b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/304df6b683d4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/304df6b683d4001919daccf07d3853fc @@ -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/52/40af8ab583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/40af8ab583d4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/40af8ab583d4001919daccf07d3853fc @@ -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/52/9006f32cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/9006f32cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/52/9006f32cd5d3001919daccf07d3853fc @@ -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/53/40616ecb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/40616ecb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/53/40616ecb7dd4001919daccf07d3853fc @@ -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/54/601a4a1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/601a4a1980d4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/601a4a1980d4001919daccf07d3853fc @@ -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/54/d0bcba057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/d0bcba057fd4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/54/d0bcba057fd4001919daccf07d3853fc @@ -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/55/10fd571980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/10fd571980d4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/10fd571980d4001919daccf07d3853fc @@ -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/55/404c8e589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/404c8e589fd4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/404c8e589fd4001919daccf07d3853fc @@ -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/55/709e9d2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/709e9d2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/709e9d2dd5d3001919daccf07d3853fc @@ -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/55/8081f9b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/8081f9b683d4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/55/8081f9b683d4001919daccf07d3853fc @@ -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/56/40263b1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/56/40263b1980d4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/56/40263b1980d4001919daccf07d3853fc @@ -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/56/f0ab905a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/56/f0ab905a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/56/f0ab905a9fd4001919daccf07d3853fc @@ -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/57/605e3a047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/605e3a047fd4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/605e3a047fd4001919daccf07d3853fc @@ -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/57/b07d8ec97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b07d8ec97dd4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/b07d8ec97dd4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/57/d036585a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/d036585a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/57/d036585a9fd4001919daccf07d3853fc @@ -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/58/20523a5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/20523a5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/20523a5f84d4001919daccf07d3853fc @@ -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/58/b0700d067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/b0700d067fd4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/b0700d067fd4001919daccf07d3853fc @@ -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/58/d0bbf95d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/d0bbf95d84d4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/d0bbf95d84d4001919daccf07d3853fc @@ -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/58/e01e4f047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/e01e4f047fd4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/e01e4f047fd4001919daccf07d3853fc @@ -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/58/e0f651b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/e0f651b683d4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/58/e0f651b683d4001919daccf07d3853fc @@ -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/59/f0be9d057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/59/f0be9d057fd4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/59/f0be9d057fd4001919daccf07d3853fc @@ -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/5a/a06c801980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/a06c801980d4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/a06c801980d4001919daccf07d3853fc @@ -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/5a/b0dfcbca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/b0dfcbca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/b0dfcbca7dd4001919daccf07d3853fc @@ -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/5a/f072acb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/f072acb683d4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5a/f072acb683d4001919daccf07d3853fc @@ -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/5b/807990c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5b/807990c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5b/807990c97dd4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/5c/2083cd0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/2083cd0772d4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/2083cd0772d4001919daccf07d3853fc @@ -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/.history/5c/a00ff82cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/a00ff82cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/a00ff82cd5d3001919daccf07d3853fc @@ -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/5c/b0a6092ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/b0a6092ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/b0a6092ed5d3001919daccf07d3853fc @@ -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/5c/f032e32dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/f032e32dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/f032e32dd5d3001919daccf07d3853fc @@ -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/5c/f0d29a5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/f0d29a5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5c/f0d29a5d84d4001919daccf07d3853fc @@ -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/5d/2018975f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/2018975f84d4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/2018975f84d4001919daccf07d3853fc @@ -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/5d/40c8c2047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/40c8c2047fd4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/40c8c2047fd4001919daccf07d3853fc @@ -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/5d/60400d0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/60400d0772d4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/60400d0772d4001919daccf07d3853fc @@ -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/5d/b0b1992ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/b0b1992ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/b0b1992ed5d3001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/5d/f00a5c5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/f00a5c5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5d/f00a5c5f84d4001919daccf07d3853fc @@ -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/5e/50a0602ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/50a0602ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/50a0602ed5d3001919daccf07d3853fc @@ -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/5e/905e2fb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/905e2fb783d4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/905e2fb783d4001919daccf07d3853fc @@ -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/5e/a039c71980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/a039c71980d4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/a039c71980d4001919daccf07d3853fc @@ -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/5e/a047c9ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/a047c9ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/a047c9ca7dd4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/5e/b09754cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/b09754cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/b09754cb7dd4001919daccf07d3853fc @@ -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/5e/d0dac4ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/d0dac4ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5e/d0dac4ca7dd4001919daccf07d3853fc @@ -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/5f/b007e6047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/b007e6047fd4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/b007e6047fd4001919daccf07d3853fc @@ -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/5f/c0616d0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/c0616d0772d4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/c0616d0772d4001919daccf07d3853fc @@ -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/5f/d027c4047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/d027c4047fd4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/5f/d027c4047fd4001919daccf07d3853fc @@ -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/6/202719599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/202719599fd4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/202719599fd4001919daccf07d3853fc @@ -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/6/20296b0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/20296b0572d4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/20296b0572d4001919daccf07d3853fc @@ -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/6/40b0cfca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/40b0cfca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/40b0cfca7dd4001919daccf07d3853fc @@ -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/6/90f78b0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/90f78b0572d4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/90f78b0572d4001919daccf07d3853fc @@ -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/6/e04d300672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/e04d300672d4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6/e04d300672d4001919daccf07d3853fc @@ -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/60/20275c5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/60/20275c5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/60/20275c5e84d4001919daccf07d3853fc @@ -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/60/706a20b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/60/706a20b783d4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/60/706a20b783d4001919daccf07d3853fc @@ -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/61/80837e5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/61/80837e5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/61/80837e5a9fd4001919daccf07d3853fc @@ -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/62/502d0b2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/502d0b2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/502d0b2ed5d3001919daccf07d3853fc @@ -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/62/804384057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/804384057fd4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/804384057fd4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/62/a086c20772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/a086c20772d4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/a086c20772d4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/f0e09c5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/f0e09c5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/62/f0e09c5a9fd4001919daccf07d3853fc @@ -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/63/90e7062ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/90e7062ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/90e7062ed5d3001919daccf07d3853fc @@ -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/63/e077f05e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e077f05e84d4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/63/e077f05e84d4001919daccf07d3853fc @@ -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/64/1026605a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/1026605a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/1026605a9fd4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/60fb8bcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/60fb8bcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/60fb8bcb7dd4001919daccf07d3853fc @@ -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/64/80cd8b5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/80cd8b5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/80cd8b5f84d4001919daccf07d3853fc @@ -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/64/a073b5b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/a073b5b683d4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/a073b5b683d4001919daccf07d3853fc @@ -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/64/e06e112ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/e06e112ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/64/e06e112ed5d3001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/1006c3ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/1006c3ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/1006c3ca7dd4001919daccf07d3853fc @@ -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/65/b09a2a5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/b09a2a5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/b09a2a5f84d4001919daccf07d3853fc @@ -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/65/f03ce15a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/f03ce15a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/65/f03ce15a9fd4001919daccf07d3853fc @@ -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/66/000a7f589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/000a7f589fd4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/000a7f589fd4001919daccf07d3853fc @@ -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/66/002789599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/002789599fd4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/002789599fd4001919daccf07d3853fc @@ -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/66/d027a51880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/d027a51880d4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/66/d027a51880d4001919daccf07d3853fc @@ -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/67/00be022dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/00be022dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/00be022dd5d3001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/67/00c2770772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/00c2770772d4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/00c2770772d4001919daccf07d3853fc @@ -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/67/5028742ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/5028742ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/5028742ed5d3001919daccf07d3853fc @@ -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/67/702714067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/702714067fd4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/702714067fd4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/67/707a795a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/707a795a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/707a795a9fd4001919daccf07d3853fc @@ -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/67/80dd6f5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/80dd6f5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/80dd6f5a9fd4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/90893e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/90893e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/90893e0772d4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/f0189eca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/f0189eca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/67/f0189eca7dd4001919daccf07d3853fc @@ -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/68/00e81cb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/00e81cb783d4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/00e81cb783d4001919daccf07d3853fc @@ -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/68/10c02dc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/10c02dc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/10c02dc97dd4001919daccf07d3853fc @@ -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/68/70db545a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/70db545a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/70db545a9fd4001919daccf07d3853fc @@ -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/69/0023661880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/0023661880d4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/0023661880d4001919daccf07d3853fc @@ -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/69/10f92e599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/10f92e599fd4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/10f92e599fd4001919daccf07d3853fc @@ -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/69/30e15e057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/30e15e057fd4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/30e15e057fd4001919daccf07d3853fc @@ -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/69/809b212ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/809b212ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/809b212ed5d3001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/a067a95f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/a067a95f84d4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/69/a067a95f84d4001919daccf07d3853fc @@ -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/6a/0014c0057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/0014c0057fd4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/0014c0057fd4001919daccf07d3853fc @@ -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/6a/20d9180772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/20d9180772d4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/20d9180772d4001919daccf07d3853fc @@ -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/6a/5075510772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/5075510772d4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6a/5075510772d4001919daccf07d3853fc @@ -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/6b/6001042ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/6001042ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/6001042ed5d3001919daccf07d3853fc @@ -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/6b/704aa6057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/704aa6057fd4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/704aa6057fd4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/a0abe8c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/a0abe8c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6b/a0abe8c97dd4001919daccf07d3853fc @@ -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/6c/a014e21980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6c/a014e21980d4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6c/a014e21980d4001919daccf07d3853fc @@ -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/6d/80757c5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/80757c5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/80757c5d84d4001919daccf07d3853fc @@ -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/6d/90e2115f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/90e2115f84d4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/90e2115f84d4001919daccf07d3853fc @@ -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/6d/a070755d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/a070755d84d4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/a070755d84d4001919daccf07d3853fc @@ -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/6d/c04da15a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/c04da15a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6d/c04da15a9fd4001919daccf07d3853fc @@ -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/6e/6025560672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/6025560672d4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/6025560672d4001919daccf07d3853fc @@ -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/6e/90d43d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/90d43d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/90d43d5f84d4001919daccf07d3853fc @@ -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/6e/a0c3ed5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/a0c3ed5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/a0c3ed5f84d4001919daccf07d3853fc @@ -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/.history/6e/f0a0831980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/f0a0831980d4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6e/f0a0831980d4001919daccf07d3853fc @@ -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/6f/10057eb583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/10057eb583d4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/10057eb583d4001919daccf07d3853fc @@ -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/6f/70bd595a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/70bd595a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/70bd595a9fd4001919daccf07d3853fc @@ -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/6f/70fe691980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/70fe691980d4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/70fe691980d4001919daccf07d3853fc @@ -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/6f/d056d62cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/d056d62cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/d056d62cd5d3001919daccf07d3853fc @@ -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/6f/e0284c5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/e0284c5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/e0284c5a9fd4001919daccf07d3853fc @@ -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/6f/f0e482c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/f0e482c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/6f/f0e482c97dd4001919daccf07d3853fc @@ -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/7/3082345a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/3082345a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/3082345a9fd4001919daccf07d3853fc @@ -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/7/b0a1722ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/b0a1722ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/b0a1722ed5d3001919daccf07d3853fc @@ -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/7/c0b5665a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/c0b5665a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/c0b5665a9fd4001919daccf07d3853fc @@ -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/7/e058d31780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/e058d31780d4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7/e058d31780d4001919daccf07d3853fc @@ -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/70/30a3142ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/30a3142ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/30a3142ed5d3001919daccf07d3853fc @@ -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/70/30a90e067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/30a90e067fd4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/30a90e067fd4001919daccf07d3853fc @@ -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/70/50655c047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/50655c047fd4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/50655c047fd4001919daccf07d3853fc @@ -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/70/909a9a5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/909a9a5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/909a9a5f84d4001919daccf07d3853fc @@ -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/70/d04128c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/d04128c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/d04128c97dd4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/70/e001145a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/e001145a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/70/e001145a9fd4001919daccf07d3853fc @@ -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/71/30df1aca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/30df1aca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/30df1aca7dd4001919daccf07d3853fc @@ -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/71/40a7641980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/40a7641980d4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/40a7641980d4001919daccf07d3853fc @@ -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/71/5070eb2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/5070eb2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/5070eb2dd5d3001919daccf07d3853fc @@ -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/71/a09e76cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/a09e76cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/a09e76cb7dd4001919daccf07d3853fc @@ -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/71/e07f39c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/e07f39c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/71/e07f39c97dd4001919daccf07d3853fc @@ -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/72/40be751980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/40be751980d4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/40be751980d4001919daccf07d3853fc @@ -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/72/d00785c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/d00785c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/d00785c97dd4001919daccf07d3853fc @@ -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/72/d01d771980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/d01d771980d4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/72/d01d771980d4001919daccf07d3853fc @@ -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/73/7000bd1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/7000bd1980d4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/7000bd1980d4001919daccf07d3853fc @@ -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/73/e09206067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/e09206067fd4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/e09206067fd4001919daccf07d3853fc @@ -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/73/f0ced3ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/f0ced3ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/73/f0ced3ca7dd4001919daccf07d3853fc @@ -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/74/10d1b6ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/74/10d1b6ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/74/10d1b6ca7dd4001919daccf07d3853fc @@ -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/74/8000455f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/74/8000455f84d4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/74/8000455f84d4001919daccf07d3853fc @@ -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/75/10445b5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/10445b5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/10445b5a9fd4001919daccf07d3853fc @@ -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/75/203f3dcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/203f3dcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/203f3dcb7dd4001919daccf07d3853fc @@ -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/75/308e381980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/308e381980d4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/308e381980d4001919daccf07d3853fc @@ -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/75/401a05b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/401a05b783d4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/401a05b783d4001919daccf07d3853fc @@ -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/75/d0c2115b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/d0c2115b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/75/d0c2115b9fd4001919daccf07d3853fc @@ -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/76/1008a85f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/1008a85f84d4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/1008a85f84d4001919daccf07d3853fc @@ -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/76/105450b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/105450b783d4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/105450b783d4001919daccf07d3853fc @@ -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/76/40bd000772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/40bd000772d4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/40bd000772d4001919daccf07d3853fc @@ -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/76/907858057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/907858057fd4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/907858057fd4001919daccf07d3853fc @@ -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/76/a0e840cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/a0e840cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/a0e840cb7dd4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/76/c064e22cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/c064e22cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/c064e22cd5d3001919daccf07d3853fc @@ -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/76/e0133fcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e0133fcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e0133fcb7dd4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e088481880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e088481880d4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/e088481880d4001919daccf07d3853fc @@ -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/76/f0fa922ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/f0fa922ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/76/f0fa922ed5d3001919daccf07d3853fc @@ -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/77/00068d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/00068d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/00068d5f84d4001919daccf07d3853fc @@ -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/77/c01dce057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/c01dce057fd4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/c01dce057fd4001919daccf07d3853fc @@ -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/77/e02ca3cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/e02ca3cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/77/e02ca3cb7dd4001919daccf07d3853fc @@ -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/78/408fdf5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/78/408fdf5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/78/408fdf5a9fd4001919daccf07d3853fc @@ -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/78/d07906b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/78/d07906b783d4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/78/d07906b783d4001919daccf07d3853fc @@ -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/79/201b392ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/201b392ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/201b392ed5d3001919daccf07d3853fc @@ -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/79/2031b85a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/2031b85a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/2031b85a9fd4001919daccf07d3853fc @@ -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/79/300cde5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/300cde5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/300cde5f84d4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/30a02e0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/30a02e0672d4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/30a02e0672d4001919daccf07d3853fc @@ -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/79/405287599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/405287599fd4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/405287599fd4001919daccf07d3853fc @@ -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/79/90d8d02cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/90d8d02cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/90d8d02cd5d3001919daccf07d3853fc @@ -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/79/c09e540672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/c09e540672d4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/79/c09e540672d4001919daccf07d3853fc @@ -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/7a/a080dc1780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7a/a080dc1780d4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7a/a080dc1780d4001919daccf07d3853fc @@ -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/7b/006c5d2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/006c5d2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/006c5d2ed5d3001919daccf07d3853fc @@ -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/7b/10c4920772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/10c4920772d4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/10c4920772d4001919daccf07d3853fc @@ -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/7b/9003911880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/9003911880d4001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/9003911880d4001919daccf07d3853fc @@ -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/7b/c0326d1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0326d1980d4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7b/c0326d1980d4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/7c/003b565a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/003b565a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/003b565a9fd4001919daccf07d3853fc @@ -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/7c/10cb8f1880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/10cb8f1880d4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/10cb8f1880d4001919daccf07d3853fc @@ -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/7c/30904b5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/30904b5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/30904b5f84d4001919daccf07d3853fc @@ -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/7c/a025182ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/a025182ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/a025182ed5d3001919daccf07d3853fc @@ -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/7c/c008b15f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/c008b15f84d4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7c/c008b15f84d4001919daccf07d3853fc @@ -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/7d/a066871880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/a066871880d4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/a066871880d4001919daccf07d3853fc @@ -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/7d/a07f850072d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/a07f850072d4001919daccf07d3853fc new file mode 100644 index 000000000..396e6eabc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7d/a07f850072d4001919daccf07d3853fc @@ -0,0 +1,2035 @@ + +#include +#include +#include +#include +#include +#include +#include "FPGA_SPI_Comm.h" +#include "Drivers/Motors/Motor.h" +#include "modules/control/millisecTask.h" +#include "modules/thread/thread.h" +#include "drivers/Heater/TemperatureSensor.h" +#include "PMR/Hardware/HardwareMotor.pb-c.h" +#include "PMR/Hardware/HardwareDancerType.pb-c.h" +#include +#include + +extern TempSensorResponseStruct TempSensorResponse[MAX_TEMPERATURE_SENSOR_ID]; +#include + +bool Extended_Motor_Param = true; + +/////////////////////////////////////////////////////////////////////////////// +SPI Fpga_Spi[NUM_OF_MOTORS]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * NBUSY; // One bit for every motor + volatile short * SPI_Busy; + +} FpgaMotMap_t; + + + +static FpgaMotMap_t FpgaMotMap[NUM_OF_MOTORS] = +{ + //MOTOR_DH_CLEANHEAD - Cleaning head motor + {&F1_MOTO_DH_CLEANHEAD_A1_TX_00, &F1_MOTO_DH_CLEANHEAD_A1_TX_01, &F1_MOTO_DH_CLEANHEAD_A1_RX_00 ,&F1_MOTO_DH_CLEANHEAD_A1_RX_01 ,&F1_MOTO_DH_CLEANHEAD_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DH_CLEANMECH - Cleaning mechanism + {&F1_MOTO_DH_CLEANMECH_A1_TX_00, &F1_MOTO_DH_CLEANMECH_A1_TX_01, &F1_MOTO_DH_CLEANMECH_A1_RX_00 ,&F1_MOTO_DH_CLEANMECH_A1_RX_01 ,&F1_MOTO_DH_CLEANMECH_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + + //MOTOR_DH_LID - Dyeing head lid + {&F1_MOTO_DH_LID_A1_TX_00, &F1_MOTO_DH_LID_A1_TX_01, &F1_MOTO_DH_LID_A1_RX_00 ,&F1_MOTO_DH_LID_A1_RX_01 ,&F1_MOTO_DH_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DRYER_DRIVING - Dryer main motor + {&F1_MOTO_DRYER_DRIVING_A1_TX_00, &F1_MOTO_DRYER_DRIVING_A1_TX_01, &F1_MOTO_DRYER_DRIVING_A1_RX_00 ,&F1_MOTO_DRYER_DRIVING_A1_RX_01 ,&F1_MOTO_DRYER_DRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LID - Drier lid + {&F1_MOTO_DRYER_LID_A1_TX_00, &F1_MOTO_DRYER_LID_A1_TX_01, &F1_MOTO_DRYER_LID_A1_RX_00 ,&F1_MOTO_DRYER_LID_A1_RX_01 ,&F1_MOTO_DRYER_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LOADARM - Drier thread loading arm + {&F1_MOTO_DRYER_LOADARM_A1_TX_00, &F1_MOTO_DRYER_LOADARM_A1_TX_01, &F1_MOTO_DRYER_LOADARM_A1_RX_00 ,&F1_MOTO_DRYER_LOADARM_A1_RX_01 ,&F1_MOTO_DRYER_LOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DISPENSER_1 - Dispenser + {&F2_MOTO_DISPENSER_A1_1_TX_00, &F2_MOTO_DISPENSER_A1_1_TX_01, &F2_MOTO_DISPENSER_A1_1_RX_00 ,&F2_MOTO_DISPENSER_A1_1_RX_01 ,&F2_MOTO_DISPENSER_A1_1_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_2 - Dispenser + {&F2_MOTO_DISPENSER_A1_2_TX_00, &F2_MOTO_DISPENSER_A1_2_TX_01, &F2_MOTO_DISPENSER_A1_2_RX_00 ,&F2_MOTO_DISPENSER_A1_2_RX_01 ,&F2_MOTO_DISPENSER_A1_2_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_3 - Dispenser + {&F2_MOTO_DISPENSER_A1_3_TX_00, &F2_MOTO_DISPENSER_A1_3_TX_01, &F2_MOTO_DISPENSER_A1_3_RX_00 ,&F2_MOTO_DISPENSER_A1_3_RX_01 ,&F2_MOTO_DISPENSER_A1_3_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_4 - Dispenser + {&F2_MOTO_DISPENSER_A1_4_TX_00, &F2_MOTO_DISPENSER_A1_4_TX_01, &F2_MOTO_DISPENSER_A1_4_RX_00 ,&F2_MOTO_DISPENSER_A1_4_RX_01 ,&F2_MOTO_DISPENSER_A1_4_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_5 - Dispenser + {&F2_MOTO_DISPENSER_A1_5_TX_00, &F2_MOTO_DISPENSER_A1_5_TX_01, &F2_MOTO_DISPENSER_A1_5_RX_00 ,&F2_MOTO_DISPENSER_A1_5_RX_01 ,&F2_MOTO_DISPENSER_A1_5_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_6 - Dispenser + {&F2_MOTO_DISPENSER_A1_6_TX_00, &F2_MOTO_DISPENSER_A1_6_TX_01, &F2_MOTO_DISPENSER_A1_6_RX_00 ,&F2_MOTO_DISPENSER_A1_6_RX_01 ,&F2_MOTO_DISPENSER_A1_6_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_7 - Dispenser + {&F2_MOTO_DISPENSER_A1_7_TX_00, &F2_MOTO_DISPENSER_A1_7_TX_01, &F2_MOTO_DISPENSER_A1_7_RX_00 ,&F2_MOTO_DISPENSER_A1_7_RX_01 ,&F2_MOTO_DISPENSER_A1_7_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_8 - Dispenser + {&F2_MOTO_DISPENSER_A1_8_TX_00, &F2_MOTO_DISPENSER_A1_8_TX_01, &F2_MOTO_DISPENSER_A1_8_RX_00 ,&F2_MOTO_DISPENSER_A1_8_RX_01 ,&F2_MOTO_DISPENSER_A1_8_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + + //MOTOR_SCREW - Winder screw + {&F1_MOTO_SCREW_A1_TX_00, &F1_MOTO_SCREW_A1_TX_01, &F1_MOTO_SCREW_A1_RX_00 ,&F1_MOTO_SCREW_A1_RX_01 ,&F1_MOTO_SCREW_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy2_D}, + //MOTOR_WINDER - Winder + {&F1_MOTO_WINDER_A1_TX_00, &F1_MOTO_WINDER_A1_TX_01, &F1_MOTO_WINDER_A1_RX_00 ,&F1_MOTO_WINDER_A1_RX_01 ,&F1_MOTO_WINDER_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy1_D}, + + //MOTOR_LDANCER1 -Pooler Dancer adjustment + {&F1_MOTO_LDANCER1_A1_TX_00, &F1_MOTO_LDANCER1_A1_TX_01, &F1_MOTO_LDANCER1_A1_RX_00 ,&F1_MOTO_LDANCER1_A1_RX_01 ,&F1_MOTO_LDANCER1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LDANCER2 - Winder Dancer adjustment #1 + {&F1_MOTO_LDANCER2_A1_TX_00, &F1_MOTO_LDANCER2_A1_TX_01, &F1_MOTO_LDANCER2_A1_RX_00 ,&F1_MOTO_LDANCER2_A1_RX_01 ,&F1_MOTO_LDANCER2_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_LDRIVING - Pooler: + {&F1_MOTO_LDRIVING_A1_TX_00, &F1_MOTO_LDRIVING_A1_TX_01, &F1_MOTO_LDRIVING_A1_RX_00 ,&F1_MOTO_LDRIVING_A1_RX_01 ,&F1_MOTO_LDRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LLOADING - Pooler loading + {&F1_MOTO_LLOADING_A1_TX_00, &F1_MOTO_LLOADING_A1_TX_01, &F1_MOTO_LLOADING_A1_RX_00 ,&F1_MOTO_LLOADING_A1_RX_01 ,&F1_MOTO_LLOADING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LPIVOT1 - Pooler loading pivot arm + {&F1_MOTO_LPIVOT1_A1_TX_00, &F1_MOTO_LPIVOT1_A1_TX_01, &F1_MOTO_LPIVOT1_A1_RX_00 ,&F1_MOTO_LPIVOT1_A1_RX_01 ,&F1_MOTO_LPIVOT1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_RDANCER - Feeder dancer adjustment: + {&F1_MOTO_RDANCER_A1_TX_00, &F1_MOTO_RDANCER_A1_TX_01, &F1_MOTO_RDANCER_A1_RX_00 ,&F1_MOTO_RDANCER_A1_RX_01 ,&F1_MOTO_RDANCER_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RDRIVING - Feeder: + {&F1_MOTO_RDRIVING_A1_TX_00, &F1_MOTO_RDRIVING_A1_TX_01, &F1_MOTO_RDRIVING_A1_RX_00, &F1_MOTO_RDRIVING_A1_RX_01, &F1_MOTO_RDRIVING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADARM - Right loading arm: + {&F1_MOTO_RLOADARM_A1_TX_00, &F1_MOTO_RLOADARM_A1_TX_01, &F1_MOTO_RLOADARM_A1_RX_00 ,&F1_MOTO_RLOADARM_A1_RX_01 ,&F1_MOTO_RLOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADING - Right Loading + {&F1_MOTO_RLOADING_A1_TX_00, &F1_MOTO_RLOADING_A1_TX_01, &F1_MOTO_RLOADING_A1_RX_00, &F1_MOTO_RLOADING_A1_RX_01, &F1_MOTO_RLOADING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + + //MOTOR_SPARE1_1 - Spare + {&F3_MOTO_SPARE1_1_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_1_A1_RX_00 ,&F3_MOTO_SPARE1_1_A1_RX_01 ,&F3_MOTO_SPARE1_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE1_2 - Spare + {&F3_MOTO_SPARE1_2_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_2_A1_RX_00 ,&F3_MOTO_SPARE1_2_A1_RX_01 ,&F3_MOTO_SPARE1_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_1 - Spare + {&F3_MOTO_SPARE2_1_A1_TX_00, &F3_MOTO_SPARE2_1_A1_TX_01, &F3_MOTO_SPARE2_1_A1_RX_00 ,&F3_MOTO_SPARE2_1_A1_RX_01 ,&F3_MOTO_SPARE2_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_2 - Spare + {&F3_MOTO_SPARE2_2_A1_TX_00, &F3_MOTO_SPARE2_2_A1_TX_01, &F3_MOTO_SPARE2_2_A1_RX_00 ,&F3_MOTO_SPARE2_2_A1_RX_01 ,&F3_MOTO_SPARE2_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE3_1 - Spare + //{&F3_MOTO_SPARE3_1_A1_TX_00, &F3_MOTO_SPARE3_1_A1_TX_01, &F3_MOTO_SPARE3_1_A1_RX_00 ,&F3_MOTO_SPARE3_1_A1_RX_01 ,&F3_MOTO_SPARE3_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + +}; + +uint8_t FPGA_SPI_Transnit(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //*FpgaMotMap[_motorId].WORDS = 4; + + //if((*FpgaMotMap[_motorId].NBUSY == NOTBUSY) && (*FpgaMotMap[_motorId].SPI_Busy == NOTBUSY)) + { + Int2Short.uint = Fpga_Spi[_motorId].TX_MOSI; + + *FpgaMotMap[_motorId].TX_01 = Int2Short.ushort.MSB; + //SysCtlDelay(1); + *FpgaMotMap[_motorId].TX_00 = Int2Short.ushort.LSB; + // SysCtlDelay(100); + //*FpgaMotMap[_motorId].WORDS = Fpga_Spi[_motorId].AMT_OF_Words; + } + return OK; +} + +uint8_t FPGA_SPI_Receive(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //TODO - check if busy ? + Int2Short.ushort.LSB = *FpgaMotMap[_motorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[_motorId].RX_01; + Fpga_Spi[_motorId].RX_MISO = Int2Short.uint; + + return OK; +} + +//---------------- GET ------------------------------ + +void Read_Motors_Driver_ADC(TimerMotors_t i) +{ + SysCtlDelay(12000); + Fpga_Spi[i].TX_MOSI = (x_GET_PARAM | x_ADC_OUT)<<8; + FPGA_SPI_Transnit(i); + SysCtlDelay(12000); + FPGA_Get_Res(i); + MotorDriverResponse[i].ADC = Fpga_Spi[i].RX_MISO; +} + +uint32_t Read_Motors_Driver_Type(TimerMotors_t i) +{ + uint32_t status = OK; + + + //First communicate with powerSTEP01 + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 22) && (MotorDriverResponse[i].ADC < 26)) // //(powerSTEP01, ADC = 24) + { + MotorDriverResponse[i].DriverType = CombinrdMotDriver; + //default for dispensers, dryer-LID and DH-LID Voltage mode, for other motors Current mode + if(((i >= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1) && (i <= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8)) || (i == HARDWARE_MOTOR_TYPE__MOTO_DH_LID) || (i == HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID)) + MotorDriverResponse[i].DriverMode = Voltage; + else + MotorDriverResponse[i].DriverMode = Current; + } + else + { + //Change the SPI direction and check if this driver is Current or Voltage + Change_Motor_SPI_Direction(i,Current_Or_Voltage); + delayms(5); + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 9) && (MotorDriverResponse[i].ADC < 13)) + { + MotorDriverResponse[i].DriverType = CurrentMotDriver; //(L6472, ADC = 11) + MotorDriverResponse[i].DriverMode = Current; + } + else + if((MotorDriverResponse[i].ADC >= 15) && (MotorDriverResponse[i].ADC < 19)) + { + MotorDriverResponse[i].DriverType = VoltageMotDriver; //(L6470, ADC = 17) + MotorDriverResponse[i].DriverMode = Voltage; + } + else + { + //UnKnownMotDriver + MotorDriverResponse[i].DriverType = UnKnownMotDriver; + LOG_ERROR (i, "Unable to recognize the motor's driver type"); + status = ERROR; + } + } + + + return status; +} + +void FPGA_GetClrMotStat_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_STATUS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + //FPGA_SPI_Transnit(_motorId); + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetStatusFromFPGA_Callback); + +} + +void FPGA_GetFPGAMotSpeed_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetSpeedFromFPGA_Callback); +} + +void FPGA_GetMotSpeed_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_ADC_OUT_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ADC_OUT; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotPosition_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ABS_POS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetPositionFromFPGA_Callback); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotMicroSteps_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_STEP_MODE; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_Res(TimerMotors_t _motorId) //The answer for every FPGA Get Cmd +{ + FPGA_SPI_Receive(_motorId); +} + +void FPGA_GetBusy() +{ +#ifndef EVALUATION_BOARD + // uint8_t i; + + F1MOTNBUSY1 F1_MOT_NBUSY1; + F1MOTNBUSY2 F1_MOT_NBUSY2; + F2MOTNBUSY1 F2_MOT_NBUSY1; + //F3MOTNBUSY1 F3_MOT_NBUSY1; - for spare motors + + F1SPIBUSY1 F1_SPI_BUSY1; + F1SPIBUSY2 F1_SPI_BUSY2; + F2SPIBUSY1 F2_SPI_BUSY1; + F2SPIBUSY2 F2_SPI_BUSY2; + //F3SPIBUSY1 F3_SPI_BUSY1; - for spare motors + + //Read NBUSY from FPGA + unsigned short readValue = 0; + readValue = F1_Moto_Driver_NBUSY1_D; + F1_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F1_Moto_Driver_NBUSY2_D; + F1_MOT_NBUSY2.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F2_Moto_Driver_NBUSY1_D; + F2_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + //F3_MOT_NBUSY1.ushort = F3_Moto_Driver_NBUSY1_D; - for spare motors + + //Read SPI BUSY from FPGA + F1_SPI_BUSY1.ushort = F1_SPI_Busy1_D; + F1_SPI_BUSY2.ushort = F1_SPI_Busy2_D; + F2_SPI_BUSY1.ushort = F2_SPI_Busy1_D; + F2_SPI_BUSY2.ushort = F2_SPI_Busy2_D; + //F3_SPI_BUSY1.ushort = F3_SPI_Busy1_D; - for spare motors + + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_LID_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DH_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LID_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LOADARM_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DRYER_LOADARM_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_1_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_2_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_3_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_4_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_5_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_6_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_7_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_8_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_SCREW].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_SCREW_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_SCREW_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_WINDER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_WINDER_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_WINDER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDANCER2].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDANCER2_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDANCER2_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LLOADING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LLOADING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LPIVOT1_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_LPIVOT1_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDANCER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDANCER_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_RDANCER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDRIVING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RLOADING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RLOADING_A1_SDI_busy; + + TempSensorResponse[TEMP_SENSE_ANALOG_MIXCHIP_TEMP].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_MIXCHIP_TEMP_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP4].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP4_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP5].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP5_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP1].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP2].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP3].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP3_1_BUSY; + + Dancer_Busy[HARDWARE_DANCER_TYPE__LeftDancer] = F1_SPI_BUSY1.bits.F1_LDANCER2_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__MiddleDancer] = F1_SPI_BUSY1.bits.F1_LDANCER1_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__RightDancer] = F1_SPI_BUSY1.bits.F1_RDANCER_ROTENC_DATA_p_busy; + + SpeedSensorResponseS.Busy = F1_SPI_BUSY1.bits.F1_RSPARE_ROTENC_DATA_p_busy; + +#endif +} + +int MotorGetFPGAResponse(TimerMotors_t MotorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaMotMap[MotorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[MotorId].RX_01; + *Data = Int2Short.uint; + + return OK; + } + //else + // return ERROR; +} +//---------------- SET ------------------------------ + +//uint32_t MotorSentData[NUM_OF_MOTORS][100] = {0}; +//int MotorDataIndex[NUM_OF_MOTORS] = {0}; +int MotorSendFPGARequest(TimerMotors_t MotorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; +// MotorSentData[MotorId][MotorDataIndex[MotorId]] = Data; +// MotorDataIndex[MotorId]+=1; +// if (MotorDataIndex[MotorId] == 99) MotorDataIndex[MotorId] = 0; + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) + { + ROM_IntMasterDisable(); + Int2Short.uint = Data; + + *FpgaMotMap[MotorId].TX_01 = Int2Short.ushort.MSB; + *FpgaMotMap[MotorId].TX_00 = Int2Short.ushort.LSB; + //*FpgaMotMap[MotorId].WORDS = Length; + ROM_IntMasterEnable(); + + return OK; + } + //else + // return ERROR; +} + +typedef enum +{ + MOTOR_CONFIG_INIT, + MOTOR_CONFIG_HARD_HIZ, + MOTOR_CONFIG_READ_ADC, + MOTOR_CONFIG_ACC, + MOTOR_CONFIG_DEC, + MOTOR_CONFIG_MIN_SPEED, + MOTOR_CONFIG_MAX_SPEED, + MOTOR_CONFIG_STEP_MODE, + MOTOR_CONFIG_CONFIG, + MOTOR_CONFIG_KVAL_TVAL_HOLD, + MOTOR_CONFIG_KVAL_TVAL_RUN, + MOTOR_CONFIG_KVAL_TVAL_ACC, + MOTOR_CONFIG_KVAL_TVAL_DEC, + MOTOR_CONFIG_ST_SLP_T_FAST, + MOTOR_CONFIG_INT_SPD, + MOTOR_CONFIG_FN_SLP_ACC_TON_MIN, + MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN, + MOTOR_CONFIG_OCD_TH, + MOTOR_CONFIG_STALL_TH, + MOTOR_CONFIG_K_THERM, + MOTOR_CONFIG_FS_SPD, + MOTOR_CONFIG_GATECFG1, + MOTOR_CONFIG_GATECFG2, + MOTOR_CONFIG_END +}MOTOR_CONFIG_STAGES_ENUM; +MOTOR_CONFIG_STAGES_ENUM ConfigStages[NUM_OF_MOTORS] = {MOTOR_CONFIG_INIT}; + +void FPGA_SetMotorsInit() +{ + uint8_t i=0; + + //LOW logic level resets the logic and puts the device into Standby mode. + F1_Moto_Driver_NSTBYRST1 = 0; + F1_Moto_Driver_NSTBYRST2 = 0; + F2_Moto_Driver_NSTBYRST1 = 0; + F3_Moto_Driver_NSTBYRST1 = 0; + + SysCtlDelay(100); + + F1_Moto_Driver_NSTBYRST1 = 0xFFFF; + F1_Moto_Driver_NSTBYRST2 = 0xFFFF; + F2_Moto_Driver_NSTBYRST1 = 0xFFFF; + F3_Moto_Driver_NSTBYRST1 = 0xFFFF; + + for(i=0;i5) && (i<14))//dispensers + { + delayms(100); + + +/* + MotorDriverRequest[i].KvalHold = 0x29; + MotorDriverRequest[i].KvalRun = 0x29; + MotorDriverRequest[i].KvalAcc = 0x29; + MotorDriverRequest[i].KvalDec = 0x29; + + FPGA_SetMotKvalHold(i); + delayms(100); + FPGA_SetMotKvalRun(i); + delayms(100); + FPGA_SetMotKvalAcc(i); + delayms(100); + FPGA_SetMotKvalDec(i); + delayms(100); +*/ + FPGA_SetMotPowerStep01GateCfg(i); + delayms(100); + } +#endif + } + + //TODO Prescaler settings for SPI + //F1_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F1_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw + //F2_Prescaler1_reg4 = //3bit spi moto low duty cycle value for pmw + //F2_Prescaler1_reg5 = //3bit spi moto high duty cycle value for pmw + //F3_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F3_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw +} + +//char nop; +uint32_t FPGA_MotorConfig_callback(TimerMotors_t _motorId, uint32_t ReadValue) +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp = 0; + uint32_t input_value = 0; + uint32_t speed_calc = 0; + //static char Motor_Type_Flag = 0; + char CM_VM = 0; + if (_motorId > NUM_OF_MOTORS) + { + LOG_ERROR (_motorId, "Invalid motor id"); + return ERROR; + } + + switch (ConfigStages[_motorId]) + { + case MOTOR_CONFIG_READ_ADC: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == UnKnownMotDriver) + { + Read_Motors_Driver_Type(_motorId); + } +// else +// { +// nop++; +// } + //intentional fall through + case MOTOR_CONFIG_ACC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_ACC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_DEC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_DEC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_MIN_SPEED: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].lowspeedoptimization!=0) + { + temp = x_SET_PARAM | x_MIN_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].minfrequency); + speed_calc|= 0x800; //LSPD_OPT + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_MAX_SPEED: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_STEP_MODE: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].microstep!=0) + { + for (i = 0; i < 8; i++) + { + if (MotorsCfg[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; + +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ +/* + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + CM_VM = CurrentMotDriver; + } + else + CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + +*/ + CM_VM = MotorDriverResponse[_motorId].DriverMode;// 1<<3 or 0<<3 + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + } + case MOTOR_CONFIG_CONFIG: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].configword!=0) + { + //temp = x_SET_PARAM | x_CONFIG; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_CONFIG; + temp = temp << 24; + if(MotorDriverResponse[_motorId].DriverMode == Voltage) + { + temp |= 0x2E8F<<8;//voltage + } + else + { + temp |= 0x2E8F<<8;//need to change in current mode? + } + + } + else + { + temp = x_SET_PARAM | x_CONFIG; + temp = temp << 24; + temp |= MotorsCfg[_motorId].configword<<8; + } + + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_KVAL_TVAL_HOLD: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalhold / tvalhold is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_RUN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalrun / tvalrun is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_ACC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalacc; + } + else + { + input_value = MotorsCfg[_motorId].kvalacc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalacc / tvalacc is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_DEC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvaldec; + } + else + { + if(Extended_Motor_Param) + input_value = MotorsCfg[_motorId].kvaldec; + else + input_value = MotorsCfg[_motorId].kvalacc;//for old parameters files (we used kvaldec for x_FS_SPD + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvaldec / tvaldec is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_ST_SLP_T_FAST: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_ST_SLP_T_FAST; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tfast; + } + else + { + input_value = MotorsCfg[_motorId].stslp; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"stslp / tfast is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_INT_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].intspd!=0) + { + temp = x_SET_PARAM | x_INT_SPD; + temp = temp << 24; + temp |= MotorsCfg[_motorId].intspd<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FN_SLP_ACC_TON_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_ACC_TON_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tonmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpacc; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpacc / tonmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_DEC_TOFF_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].toffmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpdec; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpdec / toffmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_OCD_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].overcurrentthreshold!=0) + { + temp = x_SET_PARAM | x_OCD_TH; + temp = temp << 24; + if(MotorsCfg[_motorId].overcurrentthreshold == 0) + { + LOG_ERROR (_motorId,"OCD_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + temp |= MotorsCfg[_motorId].overcurrentthreshold<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_STALL_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].stallthreshold!=0) + { + temp = x_SET_PARAM | x_STALL_TH; + temp = temp << 24; + temp |= MotorsCfg[_motorId].stallthreshold<<16; + if(MotorsCfg[_motorId].stallthreshold == 0) + { + LOG_ERROR (_motorId,"STALL_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_K_THERM: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].thermalcompensationfactor!=0) + { + temp = x_SET_PARAM | x_K_THERM; + temp = temp << 24; + temp |= MotorsCfg[_motorId].thermalcompensationfactor<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FS_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].fsspd!=0) + { + temp = x_SET_PARAM | x_FS_SPD; + temp = temp << 24; + temp |= (/*FSCalc*/(MotorsCfg[_motorId].fsspd))<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG1: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG2: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + break; + default: + return ERROR; + } + if (ConfigStages[_motorId] >= MOTOR_CONFIG_END) + { + //notify original caller that motor is ready + } +return OK; + +} + +uint32_t FPGA_MotorConfig(TimerMotors_t _motorId, MotorDriverConfigStruc *MotorConfig) +{ + ConfigStages[_motorId] = MOTOR_CONFIG_HARD_HIZ; + + uint32_t temp; + temp = x_HARD_HIZ; + temp = temp << 24; + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + ConfigStages[_motorId]++; + return OK; +} + +void FPGA_SetMotSpeed(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + MillisecSetMotorSpeed(_motorId, temp, 4, NULL); + + +///-------------------------------------------- +// Fpga_Spi[_motorId].TX_MOSI = temp;//<<8; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; +// FPGA_SPI_Transnit(_motorId); +//----------------------------------------------------- +} +void FPGA_SetMotSpeedDirect(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} +void FPGA_SetMotMaxSpeed(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + uint16_t speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + if (speed_calc > 0x3FF) //TODO to check if it is needed here + speed_calc = 0x3FF; + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +} + + +void FPGA_SetMotMicroStep(TimerMotors_t _motorId)// +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp; + char CM_VM = 0; + + for (i = 0; i < 8; i++) + { + if (MotorDriverRequest[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ + + //CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + //The CM_VM bit sets the current control method between voltage and current mode: + CM_VM = MotorDriverResponse[_motorId].DriverMode; + + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + ReportWithPackageFilter(GeneralFilter,"FPGA_SetMotMicroStep",__FILE__,__LINE__,_motorId,RpMessage,i,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + } +} + + +void FPGA_SetGoToPosition(TimerMotors_t _motorId)//GoTo +{ + uint32_t temp; + + temp = x_GOTO; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position);; + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetGoToDirPosition(TimerMotors_t _motorId)//GoTo_DIR command +{ + uint32_t temp; + + temp = x_GOTO_DIR | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position); + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetMotPosition(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + temp = x_MOVE | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= MotorDriverRequest[_motorId].Position; + Fpga_Spi[_motorId].TX_MOSI = temp; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + + // FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetGoMotHome(TimerMotors_t _motorId) +{ + + Fpga_Spi[_motorId].TX_MOSI = x_GO_HOME; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotHome(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_RESET_POS; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; + //FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotStop(TimerMotors_t _motorId) +{ + uint32_t temp; + + switch(MotorDriverRequest[_motorId].Stop) + { + case Hard_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; + break; + case Soft_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_STOP; + break; + case Hard_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_HIZ ; + break; + case Soft_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_HIZ; + break; + default: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; //TODO which default value? + break; + } + + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1;//TODO ? + + temp = Fpga_Spi[_motorId].TX_MOSI; + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalHold(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalHold > 0x7F)) + MotorDriverRequest[_motorId].KvalHold = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalHold",__FILE__,__LINE__,_motorId,RpMessage,MotorDriverResponse[_motorId].DriverMode,0); + + MillisecWriteToMotor(_motorId,temp,4,NULL); +} + +void FPGA_SetMotKvalRun(TimerMotors_t _motorId) +{ + uint32_t temp; + + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalRun > 0x7F)) + MotorDriverRequest[_motorId].KvalRun = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalRun",__FILE__,__LINE__,_motorId,RpMessage,temp,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + //FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalAcc(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalAcc > 0x7F)) + MotorDriverRequest[_motorId].KvalAcc = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalAcc; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalAcc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalDec(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalDec > 0x7F)) + MotorDriverRequest[_motorId].KvalDec = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalDec; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalDec; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotPowerStep01GateCfg(TimerMotors_t _motorId) +{ + uint32_t temp; + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + + //------------------------------------- + delayms(100); + //------------------------------------- + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} + +/////////////////////////////////////////////////////////////////////////////// +/* +SPI spi; + +uint8_t SPI_Transnit(SPI Spi) +{ + + INT2SHORT Int2Short; + + Int2Short.uint = Spi.TX_MOSI; + + //Check Busy register and see if the SPI desired is available + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + F1_MOTO_RLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADING_A1_TX_00); + break; + case MOTOR_RDRIVING: + F1_MOTO_RDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDRIVING_A1_TX_00); + break; + case MOTOR_LDRIVING: + F1_MOTO_LDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDRIVING_A1_TX_00); + break; + case MOTOR_LLOADING: + F1_MOTO_LLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LLOADING_A1_TX_00); + break; + case MOTOR_DRYER_LOADARM: + F1_MOTO_DRYER_LOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LOADARM_A1_TX_00); + break; + case MOTOR_DRYER_DRIVING: + F1_MOTO_DRYER_DRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_DRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_DRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_DRIVING_A1_TX_00); + break; + case MOTOR_DH_CLEANHEAD: + F1_MOTO_DH_CLEANHEAD_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANHEAD_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANHEAD_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANHEAD_A1_TX_00); + break; + case MOTOR_DH_CLEANMECH: + F1_MOTO_DH_CLEANMECH_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANMECH_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANMECH_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANMECH_A1_TX_00); + break; + case MOTOR_SCREW: + F1_MOTO_SCREW_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_SCREW_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_SCREW_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_SCREW_A1_TX_00); + break; + case MOTOR_WINDER: + F1_MOTO_WINDER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_WINDER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_WINDER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_WINDER_A1_TX_00); + break; + case MOTOR_RLOADARM: + F1_MOTO_RLOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADARM_A1_TX_00); + break; + case MOTOR_RDANCER: + F1_MOTO_RDANCER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDANCER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDANCER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDANCER_A1_TX_00); + break; + case MOTOR_LDANCER1: + F1_MOTO_LDANCER1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER1_A1_TX_00); + break; + case MOTOR_LDANCER2: + F1_MOTO_LDANCER2_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER2_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER2_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER2_A1_TX_00); + break; + case MOTOR_DRYER_LID: + F1_MOTO_DRYER_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LID_A1_TX_00); + break; + case MOTOR_DH_LID: + F1_MOTO_DH_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_LID_A1_TX_00); + break; + case MOTOR_LPIVOT1: + F1_MOTO_LPIVOT1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LPIVOT1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LPIVOT1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LPIVOT1_A1_TX_00); + break; + default: + break; + } + + return 0; +} + +uint8_t SPI_Receive (SPI Spi) +{ + + INT2SHORT Int2Short; + + //Check busy before trying to read RX registers. + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + Int2Short.ushort.LSB = F1_MOTO_RLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADING_A1_RX_01; + break; + case MOTOR_RDRIVING: + Int2Short.ushort.LSB = F1_MOTO_RDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDRIVING_A1_RX_01; + break; + case MOTOR_LDRIVING: + Int2Short.ushort.LSB = F1_MOTO_LDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDRIVING_A1_RX_01; + break; + case MOTOR_LLOADING: + Int2Short.ushort.LSB = F1_MOTO_LLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LLOADING_A1_RX_01; + break; + case MOTOR_DRYER_LOADARM: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LOADARM_A1_RX_01; + break; + case MOTOR_DRYER_DRIVING: + Int2Short.ushort.LSB = F1_MOTO_DRYER_DRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_DRIVING_A1_RX_01; + break; + case MOTOR_DH_CLEANHEAD: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANHEAD_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANHEAD_A1_RX_01; + break; + case MOTOR_DH_CLEANMECH: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANMECH_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANMECH_A1_RX_01; + break; + case MOTOR_SCREW: + Int2Short.ushort.LSB = F1_MOTO_SCREW_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_SCREW_A1_RX_01; + break; + case MOTOR_WINDER: + Int2Short.ushort.LSB = F1_MOTO_WINDER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_WINDER_A1_RX_01; + break; + case MOTOR_RLOADARM: + Int2Short.ushort.LSB = F1_MOTO_RLOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADARM_A1_RX_01; + break; + case MOTOR_RDANCER: + Int2Short.ushort.LSB = F1_MOTO_RDANCER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDANCER_A1_RX_01; + break; + case MOTOR_LDANCER1: + Int2Short.ushort.LSB = F1_MOTO_LDANCER1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER1_A1_RX_01; + break; + case MOTOR_LDANCER2: + Int2Short.ushort.LSB = F1_MOTO_LDANCER2_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER2_A1_RX_01; + break; + case MOTOR_DRYER_LID: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LID_A1_RX_01; + break; + case MOTOR_DH_LID: + Int2Short.ushort.LSB = F1_MOTO_DH_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_LID_A1_RX_01; + break; + case MOTOR_LPIVOT1: + Int2Short.ushort.LSB = F1_MOTO_LPIVOT1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LPIVOT1_A1_RX_01; + break; + default: + break; + } + + Spi.RX_MISO = Int2Short.uint; + + return 0; +} + +void FPGA_GetClrMotStat(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_STATUS; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} + +void FPGA_GetMotSpeed(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_PARAM | x_SPEED; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} +*/ +//////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// + +SPI TempSense_Spi[MAX_TEMPERATURE_SENSOR_ID]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * SPI_Busy; // TODO - remove this fied and combine with the mtor struct + +} FpgaSpiMap_t; + +static FpgaSpiMap_t FpgaTempSenseMap[MAX_TEMPERATURE_SENSOR_ID] = +{ + //TEMP_SENSE_ANALOG_MIXCHIP_TEMP, //ANALOG_MIXCHIP_TEMP + {&F2_ANALOG_MIXCHIP_TEMP_1_TX_00, &F2_ANALOG_MIXCHIP_TEMP_1_TX_01, &F2_ANALOG_MIXCHIP_TEMP_1_RX_00 ,&F2_ANALOG_MIXCHIP_TEMP_1_RX_01 ,&F2_ANALOG_MIXCHIP_TEMP_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DYEINGH_TEMP1, //ANALOG_DYEINGH_TEMP1_1 + {&F2_ANALOG_DYEINGH_TEMP1_1_TX_00, &F2_ANALOG_DYEINGH_TEMP1_1_TX_01, &F2_ANALOG_DYEINGH_TEMP1_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP1_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP2, //ANALOG_DYEINGH_TEMP2 + {&F2_ANALOG_DYEINGH_TEMP2_TX_00, &F2_ANALOG_DYEINGH_TEMP2_TX_01, &F2_ANALOG_DYEINGH_TEMP2_RX_00 ,&F2_ANALOG_DYEINGH_TEMP2_RX_01 ,&F2_ANALOG_DYEINGH_TEMP2_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP3, //ANALOG_DYEINGH_TEMP3 + {&F2_ANALOG_DYEINGH_TEMP3_1_TX_00, &F2_ANALOG_DYEINGH_TEMP3_1_TX_01, &F2_ANALOG_DYEINGH_TEMP3_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP3_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP4, //ANALOG_DYEINGH_TEMP4 + {&F2_ANALOG_DYEINGH_TEMP4_1_TX_00, &F2_ANALOG_DYEINGH_TEMP4_1_TX_01, &F2_ANALOG_DYEINGH_TEMP4_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP4_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP4_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP5, //ANALOG_DYEINGH_TEMP5 + {&F2_ANALOG_DYEINGH_TEMP5_1_TX_00, &F2_ANALOG_DYEINGH_TEMP5_1_TX_01, &F2_ANALOG_DYEINGH_TEMP5_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP5_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP5_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DRYER_TEMP1, //ANALOG_DRYER_TEMP1 + {&F2_ANALOG_DRYER_TEMP1_1_TX_00, &F2_ANALOG_DRYER_TEMP1_1_TX_01, &F2_ANALOG_DRYER_TEMP1_1_RX_00 ,&F2_ANALOG_DRYER_TEMP1_1_RX_01 ,&F2_ANALOG_DRYER_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP2, //ANALOG_DRYER_TEMP2 + {&F2_ANALOG_DRYER_TEMP2_1_TX_00, &F2_ANALOG_DRYER_TEMP2_1_TX_01, &F2_ANALOG_DRYER_TEMP2_1_RX_00 ,&F2_ANALOG_DRYER_TEMP2_1_RX_01 ,&F2_ANALOG_DRYER_TEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP3, //ANALOG_DRYER_TEMP3 + {&F2_ANALOG_DRYER_TEMP3_1_TX_00, &F2_ANALOG_DRYER_TEMP3_1_TX_01, &F2_ANALOG_DRYER_TEMP3_1_RX_00 ,&F2_ANALOG_DRYER_TEMP3_1_RX_01 ,&F2_ANALOG_DRYER_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_AN_ENCLOSURETEMP1, //AN_ENCLOSURETEMP1_1 + {&F2_AN_ENCLOSURETEMP1_1_TX_00, &F2_AN_ENCLOSURETEMP1_1_TX_01, &F2_AN_ENCLOSURETEMP1_1_RX_00 ,&F2_AN_ENCLOSURETEMP1_1_RX_01 ,&F2_AN_ENCLOSURETEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP2, //AN_ENCLOSURETEMP2_1 + {&F2_AN_ENCLOSURETEMP2_1_TX_00, &F2_AN_ENCLOSURETEMP2_1_TX_01, &F2_AN_ENCLOSURETEMP2_1_RX_00 ,&F2_AN_ENCLOSURETEMP2_1_RX_01 ,&F2_AN_ENCLOSURETEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP3, //AN_ENCLOSURETEMP3_1 + {&F2_AN_ENCLOSURETEMP3_1_TX_00, &F2_AN_ENCLOSURETEMP3_1_TX_01, &F2_AN_ENCLOSURETEMP3_1_RX_00 ,&F2_AN_ENCLOSURETEMP3_1_RX_01 ,&F2_AN_ENCLOSURETEMP3_1_WORDS ,&F2_SPI_Busy1_D}, +}; + +//void FPGA_WRITE() +//{ +// /*int i,j; +// uint16_t *Temp; +// Temp = &F1_Ver1_D; +// uint16_t a[209]; +// memset(Temp,0xFFFF,200); +// memcpy(a,Temp,208); +// for(j=0;j<32000;j++) +// { +// j++; +// for(i=0;i<32000;i++) +// { +// *(&F2_ANALOG_DRYER_TEMP3_1_TX_00+i) = 0xFFFF; +// } +// }*/ +//} + +int SPISendFPGARequest(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) + { + Int2Short.uint = Data; + + *FpgaTempSenseMap[SensorId].WORDS = Length; + *FpgaTempSenseMap[SensorId].TX_01 = Int2Short.ushort.MSB; + *FpgaTempSenseMap[SensorId].TX_00 = Int2Short.ushort.LSB; + + + Status = OK; + } + else + Status = ERROR; + + return Status; +} + +int SPIGetFPGAResponse(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaTempSenseMap[SensorId].RX_00; + Int2Short.ushort.MSB = *FpgaTempSenseMap[SensorId].RX_01; + *Data = Int2Short.uint; + + Status = OK; + } + else + Status = ERROR; + + return Status; +} +//////////////////////////////////////////////////////////////// +/* +//temporary till the FPGA change: +unsigned short F1_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F1_Moto_Driver_SPI_DIRECTION2 = 0; +unsigned short F2_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F3_Moto_Driver_SPI_DIRECTION1 = 0; +*/ + +F1_SPI_DIRECTION1 F1_SPI_Direction1; +F1_SPI_DIRECTION2 F1_SPI_Direction2; +F2_SPI_DIRECTION1 F2_SPI_Direction1; +F3_SPI_DIRECTION1 F3_SPI_Direction1; + +void Change_Motor_SPI_Direction(TimerMotors_t _motorId, SPI_MOT_DRIVER_DIRECTION Spi_Direction) +{ + +/* + //read direction registers + F1_SPI_Direction1.ushort = F1_Moto_Driver_SPI_DIRECTION1; + F1_SPI_Direction2.ushort = F1_Moto_Driver_SPI_DIRECTION2; + F2_SPI_Direction1.ushort = F2_Moto_Driver_SPI_DIRECTION1; + F3_SPI_Direction1.ushort = F3_Moto_Driver_SPI_DIRECTION1; +*/ + //change direction + switch(_motorId) + { + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD: + //MOTOR_DH_CLEANHEAD - Cleaning head motor + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANHEAD = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH: + //MOTOR_DH_CLEANMECH - Cleaning mechanism + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANMECH = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_LID: + //MOTOR_DH_LID - Dyeing head lid + F1_SPI_Direction1.bits.F1_MOTO_DH_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING: + //MOTOR_DRYER_DRIVING - Dryer main motor + F1_SPI_Direction1.bits.F1_MOTO_DRYER_DRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID: + //MOTOR_DRYER_LID - Drier lid + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM: + //MOTOR_DRYER_LOADARM - Drier thread loading arm + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1: + //MOTOR_DISPENSER_1 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2: + //MOTOR_DISPENSER_2 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3: + //MOTOR_DISPENSER_3 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_3 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4: + //MOTOR_DISPENSER_4 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_4 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5: + //MOTOR_DISPENSER_5 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_5 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6: + //MOTOR_DISPENSER_6 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_6 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7: + //MOTOR_DISPENSER_7 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_7 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8: + //MOTOR_DISPENSER_8 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_8 = Spi_Direction; + case HARDWARE_MOTOR_TYPE__MOTO_SCREW: + //MOTOR_SCREW - Winder screw + F1_SPI_Direction2.bits.F1_MOTO_SCREW = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_WINDER: + //MOTOR_WINDER - Winder + F1_SPI_Direction2.bits.F1_MOTO_WINDER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER1: + //MOTOR_LDANCER1 -Pooler Dancer adjustment + F1_SPI_Direction1.bits.F1_MOTO_LDANCER1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER2: + //MOTOR_LDANCER2 - Winder Dancer adjustment #1 + F1_SPI_Direction1.bits.F1_MOTO_LDANCER2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDRIVING: + //MOTOR_LDRIVING - Pooler: + F1_SPI_Direction1.bits.F1_MOTO_LDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LLOADING: + //MOTOR_LLOADING - Pooler loading + F1_SPI_Direction1.bits.F1_MOTO_LLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1: + //MOTOR_LPIVOT1 - Pooler loading pivot arm + F1_SPI_Direction1.bits.F1_MOTO_LPIVOT1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDANCER: + //MOTOR_RDANCER - Feeder dancer adjustment: + F1_SPI_Direction2.bits.F1_MOTO_RDANCER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDRIVING: + //MOTOR_RDRIVING - Feeder: + F1_SPI_Direction2.bits.F1_MOTO_RDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADARM: + //MOTOR_RLOADARM - Right loading arm: + F1_SPI_Direction2.bits.F1_MOTO_RLOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADING: + //MOTOR_RLOADING - Right Loading + F1_SPI_Direction2.bits.F1_MOTO_RLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE3_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE3_1 = Spi_Direction; + break; + default: + break; + } + + //write direction registers + F1_Moto_Driver_SPI_DIRECTION1 = F1_SPI_Direction1.ushort; + F1_Moto_Driver_SPI_DIRECTION2 = F1_SPI_Direction2.ushort; + F2_Moto_Driver_SPI_DIRECTION1 = F2_SPI_Direction1.ushort; + F3_Moto_Driver_SPI_DIRECTION1 = F3_SPI_Direction1.ushort; +} + + +extern bool MotorConfigState[NUM_OF_MOTORS]; + +uint32_t Power_Step_01_Mode(TimerMotors_t _motorId, MOTDRIVER_MODE New_Mode) +{ + /* + POWERSTEP01 + 1. need support in machine studio + create new parameters file the (for current and voltage modes) + 2. The default mode is voltage for dispensers and + DH_LID + DRYER_LID and Current for all the rest. + 3. I order to change mode need to: + a. Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(motorId); + b. call the function Combined_Motor_Driver_Mode(motorId, New_Mode)/ Combined_dispenser_Driver_Mode(Disp_ID, New_Mode)// Current or Voltage + c. change the step to MOTOR_CONFIG_INIT and call the function MotorConfig( motorId, &MotorsCfg[motorId]) + d. read the STEP_MODE register and verify that the CM_VM bit 0 for Voltage mode and 1 for current mode + */ + uint32_t status = OK; + uint8_t MicroStepsReg = 0, CM_VM = 0;; + + if((New_Mode != MotorDriverResponse[_motorId].DriverMode) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + MotorConfigState[_motorId] = false; + + //Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(_motorId); + + //Change the flag mode + Combined_Motor_Driver_Mode(_motorId, New_Mode); + + //Set the new configuration according to the flag mode + ConfigStages[_motorId] = MOTOR_CONFIG_INIT; + MotorConfig( _motorId, &MotorsCfg[_motorId]); + delayms(50); + //read the CM_VM bit + MotorGetMicroStepsFromFPGA(_motorId); + delayms(5); + MicroStepsReg = MotorGetMicroStepsFromFPGA_Res(_motorId); + + CM_VM = (MicroStepsReg & 0x08); + + if(((New_Mode == Voltage) && (CM_VM != Voltage)) || ((New_Mode == Current) && (CM_VM != Current))) + { + status = ERROR; + } + + ReportWithPackageFilter(ControlFilter,"Change PowerStep01 mode", __FILE__,__LINE__,_motorId,RpMessage,New_Mode,0); + } + + + return status; + +} + +uint32_t Power_Step_01_Dispenser_Mode(uint8_t Dispenser_ID, MOTDRIVER_MODE New_Mode) +{ + uint32_t status = OK; + + status = Power_Step_01_Mode(Dispenser_ID + HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1, New_Mode); + + return status; +} + + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/102dec057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/102dec057fd4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/102dec057fd4001919daccf07d3853fc @@ -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/7e/902551057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/902551057fd4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/902551057fd4001919daccf07d3853fc @@ -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/7e/d0194d0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d0194d0572d4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d0194d0572d4001919daccf07d3853fc @@ -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/7e/d01eb3b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d01eb3b583d4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d01eb3b583d4001919daccf07d3853fc @@ -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/7e/d0a84b599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d0a84b599fd4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7e/d0a84b599fd4001919daccf07d3853fc @@ -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/7f/10d2660772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/10d2660772d4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/10d2660772d4001919daccf07d3853fc @@ -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/7f/701d742dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/701d742dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/701d742dd5d3001919daccf07d3853fc @@ -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/7f/70aea61880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/70aea61880d4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/70aea61880d4001919daccf07d3853fc @@ -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/7f/b0aadcb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/b0aadcb683d4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/b0aadcb683d4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e06a98b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e06a98b583d4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e06a98b583d4001919daccf07d3853fc @@ -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/7f/e0c5ebb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e0c5ebb683d4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/7f/e0c5ebb683d4001919daccf07d3853fc @@ -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/8/30d2091880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/30d2091880d4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/30d2091880d4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/8/506389cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/506389cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/506389cb7dd4001919daccf07d3853fc @@ -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/8/50a7a9599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/50a7a9599fd4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/50a7a9599fd4001919daccf07d3853fc @@ -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/8/d0427b057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/d0427b057fd4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/d0427b057fd4001919daccf07d3853fc @@ -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/8/d0d63bb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/d0d63bb683d4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8/d0d63bb683d4001919daccf07d3853fc @@ -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/80/204de31980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/204de31980d4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/204de31980d4001919daccf07d3853fc @@ -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/80/30fac2057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/30fac2057fd4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/30fac2057fd4001919daccf07d3853fc @@ -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/80/50a2e0b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/50a2e0b683d4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/50a2e0b683d4001919daccf07d3853fc @@ -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/80/80c65e5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/80c65e5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/80/80c65e5a9fd4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/10e782b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/10e782b583d4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/10e782b583d4001919daccf07d3853fc @@ -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/81/2048db1780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/2048db1780d4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/2048db1780d4001919daccf07d3853fc @@ -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/81/6058931980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/6058931980d4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/6058931980d4001919daccf07d3853fc @@ -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/81/8063e1ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/8063e1ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/8063e1ca7dd4001919daccf07d3853fc @@ -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/81/c06bcc2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/c06bcc2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/c06bcc2cd5d3001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/81/e0056bcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/e0056bcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/81/e0056bcb7dd4001919daccf07d3853fc @@ -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/82/10179a0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/82/10179a0772d4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/82/10179a0772d4001919daccf07d3853fc @@ -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/82/206c4b0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/82/206c4b0572d4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/82/206c4b0572d4001919daccf07d3853fc @@ -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/83/103a6dc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/83/103a6dc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/83/103a6dc97dd4001919daccf07d3853fc @@ -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/84/30a6270772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/30a6270772d4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/30a6270772d4001919daccf07d3853fc @@ -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/84/80a9c40772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/80a9c40772d4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/80a9c40772d4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/a037a2ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/a037a2ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/84/a037a2ca7dd4001919daccf07d3853fc @@ -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/85/2093071980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/2093071980d4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/2093071980d4001919daccf07d3853fc @@ -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/85/d0853c1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/d0853c1980d4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/d0853c1980d4001919daccf07d3853fc @@ -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/85/f0b30c2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/f0b30c2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/85/f0b30c2ed5d3001919daccf07d3853fc @@ -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/86/102f4ecb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/102f4ecb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/102f4ecb7dd4001919daccf07d3853fc @@ -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/86/406a89589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/406a89589fd4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/406a89589fd4001919daccf07d3853fc @@ -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/86/50c4e32cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/50c4e32cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/50c4e32cd5d3001919daccf07d3853fc @@ -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/86/a0c7621880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/a0c7621880d4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/a0c7621880d4001919daccf07d3853fc @@ -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/86/c0260b067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/c0260b067fd4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/c0260b067fd4001919daccf07d3853fc @@ -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/86/c0f360cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/c0f360cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/86/c0f360cb7dd4001919daccf07d3853fc @@ -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/87/409e452ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/409e452ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/409e452ed5d3001919daccf07d3853fc @@ -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/87/7063685a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/7063685a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/7063685a9fd4001919daccf07d3853fc @@ -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/87/907e815d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/907e815d84d4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/907e815d84d4001919daccf07d3853fc @@ -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/87/90ce710772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/90ce710772d4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/87/90ce710772d4001919daccf07d3853fc @@ -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/89/20ac6b1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/20ac6b1980d4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/20ac6b1980d4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30018e1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30018e1980d4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30018e1980d4001919daccf07d3853fc @@ -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/89/30317f0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30317f0672d4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/30317f0672d4001919daccf07d3853fc @@ -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/89/a0c5fc0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/a0c5fc0672d4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/89/a0c5fc0672d4001919daccf07d3853fc @@ -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/8b/30d163b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/30d163b683d4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/30d163b683d4001919daccf07d3853fc @@ -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/8b/601cbc057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/601cbc057fd4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/601cbc057fd4001919daccf07d3853fc @@ -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/8b/70d1250772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/70d1250772d4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8b/70d1250772d4001919daccf07d3853fc @@ -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/8c/30a5095f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30a5095f84d4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30a5095f84d4001919daccf07d3853fc @@ -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/8c/30b1e82dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30b1e82dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/30b1e82dd5d3001919daccf07d3853fc @@ -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/8c/90667f5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/90667f5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/90667f5e84d4001919daccf07d3853fc @@ -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/8c/90d6ef057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/90d6ef057fd4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8c/90d6ef057fd4001919daccf07d3853fc @@ -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/8d/307a892dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/307a892dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/307a892dd5d3001919daccf07d3853fc @@ -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/8d/309e5f1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/309e5f1980d4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/309e5f1980d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/90ddd9057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/90ddd9057fd4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/90ddd9057fd4001919daccf07d3853fc @@ -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/8d/a01f2fc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/a01f2fc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/a01f2fc97dd4001919daccf07d3853fc @@ -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/8d/a0747a047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/a0747a047fd4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/a0747a047fd4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/8d/c056f01780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/c056f01780d4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/c056f01780d4001919daccf07d3853fc @@ -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/8d/e0960a5b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/e0960a5b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/e0960a5b9fd4001919daccf07d3853fc @@ -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/.history/8d/e0cb165b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/e0cb165b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8d/e0cb165b9fd4001919daccf07d3853fc @@ -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/8e/30c4220772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/30c4220772d4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/30c4220772d4001919daccf07d3853fc @@ -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/8e/40ee09067fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/40ee09067fd4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/40ee09067fd4001919daccf07d3853fc @@ -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/8e/b0b319b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/b0b319b783d4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/b0b319b783d4001919daccf07d3853fc @@ -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/8e/e0e7905d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e0e7905d84d4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8e/e0e7905d84d4001919daccf07d3853fc @@ -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/8f/20d859057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/20d859057fd4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/20d859057fd4001919daccf07d3853fc @@ -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/8f/409163047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/409163047fd4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/409163047fd4001919daccf07d3853fc @@ -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/8f/70717f5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70717f5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70717f5f84d4001919daccf07d3853fc @@ -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/8f/70c292057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70c292057fd4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/70c292057fd4001919daccf07d3853fc @@ -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/8f/a005cb047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/a005cb047fd4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/a005cb047fd4001919daccf07d3853fc @@ -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/8f/e043020772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/e043020772d4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/e043020772d4001919daccf07d3853fc @@ -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/8f/f084db1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/f084db1980d4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/8f/f084db1980d4001919daccf07d3853fc @@ -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/.history/9/10f3785d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/10f3785d84d4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/10f3785d84d4001919daccf07d3853fc @@ -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/9/20b5255a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/20b5255a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/20b5255a9fd4001919daccf07d3853fc @@ -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/9/7084a7599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/7084a7599fd4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/7084a7599fd4001919daccf07d3853fc @@ -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/9/80bc2f0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/80bc2f0772d4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/80bc2f0772d4001919daccf07d3853fc @@ -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/9/b054c35a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/b054c35a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/b054c35a9fd4001919daccf07d3853fc @@ -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/9/b090e92cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/b090e92cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/b090e92cd5d3001919daccf07d3853fc @@ -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/9/d0be39b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/d0be39b783d4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9/d0be39b783d4001919daccf07d3853fc @@ -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/90/3035f85d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/3035f85d84d4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/3035f85d84d4001919daccf07d3853fc @@ -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/90/30751fb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/30751fb683d4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/30751fb683d4001919daccf07d3853fc @@ -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/90/4008401980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/4008401980d4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/4008401980d4001919daccf07d3853fc @@ -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/90/6058535f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/6058535f84d4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/6058535f84d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/609173cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/609173cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/609173cb7dd4001919daccf07d3853fc @@ -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/90/7087b9b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/7087b9b583d4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/7087b9b583d4001919daccf07d3853fc @@ -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/90/9027a4057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/9027a4057fd4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/90/9027a4057fd4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/91/10ca1a0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/10ca1a0672d4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/10ca1a0672d4001919daccf07d3853fc @@ -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/91/10cef12cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/10cef12cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/10cef12cd5d3001919daccf07d3853fc @@ -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/91/6062df2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/6062df2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/6062df2dd5d3001919daccf07d3853fc @@ -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/91/80e9731980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/80e9731980d4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/80e9731980d4001919daccf07d3853fc @@ -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/91/c03bbd419fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/c03bbd419fd4001919daccf07d3853fc new file mode 100644 index 000000000..3265fb56b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/91/c03bbd419fd4001919daccf07d3853fc @@ -0,0 +1,1911 @@ +/* ---- WHS */ +#include +#include +#include "include.h" +#include "Modules/Control/control.h" // use for FPGA IO +#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h"//#include "FPGA_GPIO.h" // use for FPGA IO +#include "drivers/Valves/Valve.h" +#include "Common/report/report.h" +#include "Modules/Waste/Waste.h" +#include "common/utilities/RfidTagContent.h" + +#include +#include "Modules/AlarmHandling/AlarmHandling.h" +#include "StateMachines/Initialization/PowerOffSequence.h" +#include "drivers/I2C_Communication/ADC_MUX/ADC_MUX.h" +#include "CartridgeValidationRequest.pb-c.h" +#include "CartridgeValidationResponse.pb-c.h" +#include "Modules/General/buttons.h" +#include "Modules/IFS/ifs.h" +// +//#define CARTRIDGE_INK_TIMEOUT 60 +//#define CARTRIDGE_INK_TIMEOUTx2 120 +//#define CartridgeInkTimeOutCallBackTime eOneSecond +//#define MidTank_Pressure_EMPTY 1000 //todo get from Moti the correct number +//#define CARTRIDGE_CAPATICY 1500 //liters +//#define FULL 1000 + +#define WasteTankCallBackTime eOneSecond +#define CartridgeCoverCallBackTime eOneSecond +#define CartridgeCoverCallBackFastTime eTenMillisecond +#define CartridgeWaste1CallBackTime eOneSecond +#define CartridgeWaste2CallBackTime eOneSecond +//#define CartridgeInkCallBackTime eOneSecond +#define STARTCOUNT 1 +#define STOPCOUNT 0 +#define PUMPTIMEOUT 1200 // seconds; 20 minutes, per Moty, 15/4/19 + + +/*------------Waste Tank function-----------------------*/ +bool initWHS_WasteTank(); +bool InitCartStatus(); + +//bool CartridgeCoverCBFunction(); +U8 CartridgeCoverCallBackFunction(); +// WHS_sensor CartridgeInkCallBackFunction(); +WHS_sensor CartridgeWaste1CallBackFunction(); +WHS_sensor CartridgeWaste2CallBackFunction(); +WHS_sensor WasteTankCallBackFunction(); +U8 CartridgeWasteFilling(bool status); +//bool WasteTankCBFunction(); +//WHS_sensor CartridgeInkTimeOutCallBackFunction(); + + +U8 CartridgePrecenceCBFunction(); +U8 SetCartridgeLED(cartridge_name name,led_status led); + +bool SetWastePump( bool power); +bool SetValveDirection(); +bool RdCartridgeCoverSensor(); + +bool RdWasteCartridge1Sensor(); +bool RdWasteCartridge2Sensor(); +bool RdWasteTankFilterSensor(); +bool RdWasteTankOverFlowSensor(); +bool RdWasteTankFullSensor(); +bool RdWasteTankEmptySensor(); +bool RdCartridgeParam(cartridge_name cart_name); +bool CartridgeAuthentication(cartridge_name cart_name); +bool SetActiveWastCartridge(); + + + +//bool PowerOffInProcessGetState(); + + +//struct cartridge_params +//{ +// uint32_t serial_number; +// cartridge_status status; /*WasteEmpty, WasteFilling, WasteFail, WasteFull....... */ +// MidTank_t cart_color; +// bool autheticate; +// uint32_t time_out; +//}; + +//struct pump_params +//{ +// bool status; +// uint32_t time; +//}; + + +//struct WHS_sensors_status +//{ +// WHS_CarteidgeCoverSensorStatus cartridge_cover; /*open(1) ,close(0) */ +// WHS_CarteidgPrecenseSensorStatus IFS_Ink_precense_sensor; /*presence(1) ,not_precense(0) */ +// bool IFS_Ink_precense_sensor_flag; /* 1=event 0=no enent */ +// WHS_CarteidgPrecenseSensorStatus waste_cartridge1_precense_sensor; /*presence(1) ,not_precense(0) */ +// bool waste_cartridge1_precense_sensor_flag; /* 1=event 0=no enent */ +// WHS_CarteidgPrecenseSensorStatus waste_cartridge2_precense_sensor; /*presence(1) ,not_precense(0) */ +// bool waste_cartridge2_precense_sensor_flag; /* 1=event 0=no enent */ +// bool waste_tank_filter_sensor; /*presence(1) ,not_precense(0) */ +// WHS_EmptySensorStatus waste_tank_empty_sensor; /*enpty(1) ,not_empty(0) */ +// WHS_FullSensorStatus waste_tank_full_sensor; /*full(1) ,not_full(0) */ +// bool waste_tank_over_flow_sensor; /*over_flow(1) ,not_over_flow(0) */ +//}; + + + +//struct WHS_information +//{ +// WHS_sttMachin sttMachine; +// struct cartridge_params cartridge_1, cartridge_2; +// struct WHS_sensors_status WHS_sensors; +// struct pump_params WHS_pump; +// bool WHS_valve; +// WHS_sensor event; +// cartridge_name active_cartridge; +// uint32_t Cartridge_Ink_device_Id; +// uint32_t Cartridge_Ink_TimeOut_device_Id; +// uint32_t Cartridge_Waste1_device_Id; +// uint32_t Cartridge_Waste2_device_Id; +// uint32_t Cartridge_Cover_device_Id; +// //PBcolor Ink_Led, cartridge_1_Led, cartridge_2_Led; +// double MidTank_capacity; +//}; + +//struct WHS_information WHS_info; +RfidTagContent cartridge_info; + +// function for RFID: +bool WrRFIDStatus(cartridge_name active_cartridge, cartridge_status status); +cartridge_status RdRFIDStatus (cartridge_name active_cartridge); +bool RD_MID_TANK_Level(); + +//bool PowerOffInProcessGetState() {return OK;}; //todo +bool WrRFIDStatus(cartridge_name active_cartridge, cartridge_status status) { return OK;} //todo +cartridge_status RdRFIDStatus (cartridge_name active_cartridge) { return WasteEmpty; } //todo + +bool WHS_IsContainerFull(){return WHS_info.WHS_sensors.waste_tank_full_sensor;} +bool WHS_IsContainerEmpty(){return WHS_info.WHS_sensors.waste_tank_empty_sensor;} + +bool WHS_IsContainerOverflow(){return WHS_info.WHS_sensors.waste_tank_over_flow_sensor;} +bool WHS_WasteCartridgeLowerPresent(){return WHS_info.WHS_sensors.waste_cartridge1_precense_sensor;} +bool WHS_WasteCartridgeMiddlePresent(){return WHS_info.WHS_sensors.waste_cartridge2_precense_sensor;} +bool WHS_IsPumpActive(){return WHS_info.WHS_pump.status;} +bool WHS_IsValveOpen(){return WHS_info.WHS_valve;} +bool RD_MID_TANK_Level(){return 0 /* FULL*/ ;} +//bool ColorMatch(); +//bool MidTankValvesAction(bool action); +//bool IFS_TimeOutAlarm(); + +//bool IFS_TimeOutAlarm() +//{ +// bool ret = OK; +// switch (WHS_info.Ink.cart_color) //todo enter the correct color from RFID +// { +// case 1 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_1_FILL_TIMEOUT, true); +// break; +// case 2 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_2_FILL_TIMEOUT, true); +// break; +// case 3 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_3_FILL_TIMEOUT, true); +// break; +// case 4 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_4_FILL_TIMEOUT, true); +// break; +// case 5 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_5_FILL_TIMEOUT, true); +// break; +// case 6 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_6_FILL_TIMEOUT, true); +// break; +// case 7 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_7_FILL_TIMEOUT, true); +// break; +// case 8 : +// AlarmHandlingSetAlarm( EVENT_TYPE__MID_TANK_8_FILL_TIMEOUT, true); +// break; +// default: //wrong color +// ret = notOK; +// break; +// } +// +// return ret; +//} + + + +//bool MidTankValvesAction(bool action) //Cartridge_MidTank_ON of Cartridge_MidTank_OFF +//{ +// bool ret = false; +// +// Valve_Set(IDS_Id_to_AirValve[WHS_info.Ink.cart_color], action ); //Atm_MidTank_OFF/ON +// Valve_Set(IDS_Id_to_CartrideValve[WHS_info.Ink.cart_color], action ); //Atm_MidTank_OFF/ON +// +// ret = true; +// return ret; +//} +// +//bool ColorMatch() +//{ +// bool ret = false; +// +// ret = true; +// return ret; +//} + +bool WHS_IsEmptying() +{ + bool ret = false; + if ( WHS_info.sttMachine == WHS_emptying ) + { + ret = true; + } + return ret; +} + +//char CartridgeRequestToken[36+1]; +//int CartridgeRequestId = 0x01010101; +///* -------- cartridge function ----*/ +//uint32_t ReadCartridgeData(cartridge_name cart_name) +//{ +// //this function triggers reading and validation of the cartridge information +// // for now it sends a request to the tablet to inquire for the ink color/midtank id +// MessageContainer responseContainer; +// CartridgeValidationRequest ValidationReq = CARTRIDGE_VALIDATION_REQUEST__INIT; +// Cartridge CartridgeData; +// +// strcpy(CartridgeRequestToken,"Happy days are coming to us, soon"); +// memcpy(&CartridgeRequestToken[32],&CartridgeRequestId,sizeof(CartridgeRequestId)); +// CartridgeRequestId++; +// +// cartridge__init(&CartridgeData); +// CartridgeData.has_slot = true; +// CartridgeData.slot = CARTRIDGE_SLOT__Ink; +// CartridgeData.tag = 0; +// CartridgeData.has_index = false; +// +// ValidationReq.has_action = true; +// ValidationReq.action = CARTRIDGE_ACTION__Inserted; +// +// ValidationReq.cartridge = &CartridgeData; +// +// responseContainer = createContainer(MESSAGE_TYPE__CartridgeValidationRequest, CartridgeRequestToken, true, &ValidationReq, &cartridge_validation_request__pack, &cartridge_validation_request__get_packed_size); +// //------------------------------------------------------------------------------------------- +// uint8_t* container_buffer = my_malloc(message_container__get_packed_size(&responseContainer)); +// size_t container_size = message_container__pack(&responseContainer, container_buffer); +// my_free(responseContainer.data.data); +// //SendChars((char*)container_buffer, container_size); +// +// return OK; +//} +//void ResponseDemo(int MidtankId) +//{ +// WHS_info.event = IFS_INK_authentication_pass; +// //global mid tank id = MidtankId; +// WHS_info.Ink.cart_color = MidtankId; +// WasteTankCBFunction();//call cart is ok +//} +//bool CartridgeValidationResponseFunc(MessageContainer* requestContainer) +//{ +// bool ret = notOK; +// CartridgeValidationResponse* response = cartridge_validation_response__unpack(NULL, requestContainer->data.len, requestContainer->data.data); +// +// Cartridge *cartridge; +// uint32_t midtankId; +// cartridge_name cart_name; +// +// // chack the massege: +// // 1. the cartridge is valid ( autantication) +// // 2. the pointer is not 0 !!! +// if (response->cartridge == 0 ) +// { +// REPORT_MSG(WHS_filling," ------------ IFS_filling message from PPC is null!!! ----------------- "); // write to log error +// return ret; +// } +// +// if (response->isvalid == true) +// { +// REPORT_MSG(WHS_filling," ------------ IFS_filling INK cartridge is valid ----------------- "); // write to log error +// cartridge = response->cartridge; +// midtankId = cartridge->index; // midtank 1-8 +// cart_name = cartridge->slot; //cart1(INK),cart2(WASTE1),cart3(WASTE1) +// if (cartridge->slot == INK_cartridge) +// { +// WHS_info.Ink.cart_color = cartridge->index; // midtank 1-8 +// WHS_info.event = IFS_INK_authentication_pass; +// } +// WasteTankCBFunction();//call cart is ok +// ret = OK; +// } +// else +// { +// REPORT_MSG(WHS_filling," ------------ IFS_filling INK cartridge is not valid !!!----------------- "); // write to log error +//// cartridge = response->cartridge; +//// mimidtankId = cartridge->index; +//// cart_name = cartridge->slot; +// WHS_info.event = IFS_INK_authentication_fail; +// WasteTankCBFunction();// call cart is INVALID +// ret = OK; +// } +//return ret; +//} + + + +bool RdCartridgeParam(cartridge_name cart_name) +{ + /* + read all parameters from RFid cartridge: + serial number, cartridge_status... + waste_cartridge 1 or 1 + update waste_cartridge struct + */ + bool ret = notOK; + switch (cart_name) + { + case waste_cartridge1: + WHS_info.cartridge_1.serial_number = temp_funcion; //to do + WHS_info.cartridge_1.status = temp_funcion; // to do + break; + case waste_cartridge2: + WHS_info.cartridge_2.serial_number = temp_funcion; + WHS_info.cartridge_2.status = temp_funcion; + break; + case INK_cartridge: + ReadCartridgeData(cart_name); + //memcpy(cartridge_info.ColorName,RED); +// add call back!! WasteTankCallBackTime +// state - wait for cartridge validation +// //WHS_info.Ink.serial_number = temp_funcion; + //WHS_info.Ink.status = temp_funcion; + break; + default: + break; + } + ret = OK; + return ret; +} + +bool CartridgeAuthentication(cartridge_name cart_name) +{ + bool ret = notOK; + // TBD; + switch (cart_name) + { +// case INK_cartridge: +// WHS_info.Ink.autheticate = PASSED; //todo +// //Pannel_Leds(CART_1, MODE_ON); +// break; + case waste_cartridge1: + WHS_info.cartridge_1.autheticate = PASSED; //todo + //Pannel_Leds(CART_2, MODE_ON); + break; + case waste_cartridge2: + WHS_info.cartridge_2.autheticate = PASSED; //todo + //Pannel_Leds(CART_3, MODE_ON); + break; + default: + WHS_info.cartridge_1.autheticate = FAILED; //todo + WHS_info.cartridge_2.autheticate = FAILED; //todo + //Pannel_Leds(CART_2, MODE_OFF); + //Pannel_Leds(CART_3, MODE_OFF); + break; + } + ret = OK; + return ret; +} + +/* +bool check_RFID_authentication() +{ + bool ret = notOK; + // rd_waste_cartridge_param(); + if ( 1 ) + ret = OK; + return ret; +} + + +U8 Wr_cartridge_RFid(cartridge_name cartridge, cartridge_status status) +{ + bool ret = notOK; + // TBD; + ret = OK; + return ret; +} + +U8 set_cartridge_2(U8 cartridge_status) +{ + bool ret = notOK; + WHS_info.cartridge_2.status = temp_funcion; + return ret; +} +*/ + +/* ------------------------------*/ + + +bool SetWastePump( bool power) +{ + /* + set the waste pump on/off + off - : + 1. when waste tank is empty + 2. when empting is time out + 3. cartrigde cover is open + 4. when waste1 is not precense AND valve3way==1 + 5. when waste2 is not precense AND valve3way==2 + 6. when autentication with waste cartige is disable + on : + 1. when waste_tank_full + + void Pumps_Control(PUMPS_ENUM Pump_Id, bool Direction) //1 - OPEN, 0 - CLOSE ?? WHS_WTANKPUMP2 or WASTECH_PUMP2 + */ + bool ret = notOK; +// if (( power == OPEN ) && (WHS_info.WHS_sensors.cartridge_cover == CLOSE)) + if ( power == OPEN ) + { + Pumps_Control(WHS_WTANKPUMP2, OPEN); //waste_pump_power_on(); + REPORT_MSG(WHS_empty," ------------ WHS WHS_empty start PUMP ----------------- "); + WHS_info.WHS_pump.status = OPEN; + WHS_info.WHS_pump.time = STARTCOUNT; + ret = OPEN; + } + else + { + Pumps_Control(WHS_WTANKPUMP2, CLOSE); //waste_pump_power_off(); + REPORT_MSG(WHS_empty," ------------ WHS WHS_empty stop PUMP ----------------- "); + WHS_info.WHS_pump.status = CLOSE; + WHS_info.WHS_pump.time = STOPCOUNT; + ret = CLOSE; + } + return ret; +} + + + + +bool SetValveDirection() +{ + /* + * waste_cartridge = 1- OPEN, 0 - CLOSE + * VALVE_WASTE_TANK + * + * */ + bool ret = notOK; + //if (WHS_info.WHS_valve != no_waste_cartridge) + if (WHS_info.active_cartridge == waste_cartridge1) WHS_info.WHS_valve = 1; + else WHS_info.WHS_valve = 2; + { + Valve_Set(VALVE_WASTE_TANK, WHS_info.WHS_valve); + ret = OK; + } + return ret; +} + + +/*-------------------------- function for WHS ------------------------------- */ + +U8 CartridgeWasteFilling(bool status) +{ + bool ret = notOK; + + if ((status == ON) && (WHS_info.active_cartridge != no_waste_cartridge)) + { + Valve_Set(VALVE_WASTE_TANK, WHS_info.active_cartridge); //set the valve direction + //Pannel_Leds(PANEL_BUTTON_OR_CRAT_ID Pannel_Led_Id, OPERATION_MODE LED_Mode); //set cartridge led color slow blink + SetWastePump(OPEN); + //WHS_info.WHS_pump.time = 0; + REPORT_MSG(WHS_empty," ------------ WHS WHS_empty start PUMP ----------------- "); + ret=OK; + } + else // stop Waste cartridge filling + { + SetWastePump(CLOSE); + Valve_Set(VALVE_WASTE_TANK, waste_cartridge2); //set the valve direction set to low POWER !!! + + switch (WHS_info.active_cartridge) + { + case waste_cartridge1: + Pannel_Leds( CART_2, MODE_OFF); //set led color + cart2.color = colorOFF; + REPORT_MSG(WHS_empty," ------------ WHS waste_cartridge1 is used please replace it ----------------- "); + break; + case waste_cartridge2: + Pannel_Leds( CART_3, MODE_OFF); //set led color + cart3.color = colorOFF; + REPORT_MSG(WHS_empty," ------------ WHS waste_cartridge2 is used please replace it ----------------- "); + break; + case no_waste_cartridge: + + break; + default: + break; + } + + + //write RFID status + } + return ret; +} + +/* ------read waste tank sensors ----------- */ +bool RdWasteTankEmptySensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + //WHS_info.WHS_sensors.waste_tank_empty_sensor = WHS_GPI_WCONTAINER_WARN(); + //ret = WHS_info.WHS_sensors.waste_tank_empty_sensor; + ret = WHS_GPI_WCONTAINER_WARN(); + return ret; +} + +bool RdWasteTankFullSensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + //WHS_info.WHS_sensors.waste_tank_full_sensor = WHS_GPI_WCONTAINER_FULL(); + //ret = WHS_info.WHS_sensors.waste_tank_full_sensor; + ret = WHS_GPI_WCONTAINER_FULL(); + return ret; +} + +bool RdWasteTankOverFlowSensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + //WHS_info.WHS_sensors.waste_tank_over_flow_sensor = WHS_GPI_WASTE_OVERFULL(); + //ret = WHS_info.WHS_sensors.waste_tank_over_flow_sensor; + ret = WHS_GPI_WASTE_OVERFULL(); + return ret; +} + +/*-------------*/ + + +WHS_sttMachin UpdateStateMachine() +{ + //WHS_sttMachin ret = WHS_sttError ; + + if ( WHS_info.WHS_sensors.waste_tank_full_sensor == SENSORnotFULL) + { + WHS_info.sttMachine = WHS_empty ; + REPORT_MSG(WHS_empty," ------------ WHS WHS_empty ----------------- "); + } + else if ((WHS_info.WHS_sensors.waste_tank_full_sensor == SENSORFULL) && + (WHS_info.WHS_sensors.waste_tank_empty_sensor == SENSORnotEMPTY)) + { + WHS_info.sttMachine = WHS_full ; + REPORT_MSG(WHS_full," ------------ WHS WHS_full ----------------- "); + } + else + { + WHS_info.sttMachine = WHS_sttError ; + REPORT_MSG(WHS_sttError," ------------ WHS sensor Error ----------------- "); + } + +/* if (//(WHS_info.WHS_sensors.waste_tank_over_flow_sensor == SENSORnotOVERFLOW) && + ( WHS_info.WHS_sensors.waste_tank_full_sensor == SENSORnotFULL) && + ((WHS_info.WHS_sensors.waste_tank_empty_sensor == SENSORnotEMPTY) || + (WHS_info.WHS_sensors.waste_tank_empty_sensor == SENSOREMPTY))) + WHS_info.sttMachine = WHS_empty ; + else if (//(WHS_info.WHS_sensors.waste_tank_over_flow_sensor == SENSORnotOVERFLOW) && + (WHS_info.WHS_sensors.waste_tank_full_sensor == SENSORFULL) && + (WHS_info.WHS_sensors.waste_tank_empty_sensor == SENSORnotEMPTY)) + WHS_info.sttMachine = WHS_full ; + else if (//(WHS_info.WHS_sensors.waste_tank_over_flow_sensor == SENSOROVERFLOW) && + (WHS_info.WHS_sensors.waste_tank_full_sensor == SENSORFULL) && + (WHS_info.WHS_sensors.waste_tank_empty_sensor == SENSORnotEMPTY)) + WHS_info.sttMachine = WHS_overflow ; + else + { + WHS_info.sttMachine = WHS_sttError ; + REPORT_MSG(WHS_sttError," ------------ WHS sensor Error ----------------- "); + } +*/ + return OK; +} + + +bool initWHS_WasteTank() +{ + WHS_info.WHS_sensors.waste_tank_empty_sensor = RdWasteTankEmptySensor(); + WHS_info.WHS_sensors.waste_tank_full_sensor = SENSORnotFULL; + UpdateStateMachine(); + AddControlCallback(WasteTankCBFunction, WasteTankCallBackTime , WasteTankCallBackFunction, 0,0,0);//eOneMinute + return OK; +} + + +/* +WHS_sensor OverflowSensorEvent() +{ + WHS_sensor ret = WHS_no_event; + if (RdWasteTankOverFlowSensor() != WHS_info.WHS_sensors.waste_tank_over_flow_sensor) + { + WHS_info.event = WHS_overflow_sensor; + ret = WHS_overflow_sensor; + WHS_info.WHS_sensors.waste_tank_over_flow_sensor = !(WHS_info.WHS_sensors.waste_tank_over_flow_sensor); + } + return ret; +} +*/ + +WHS_sensor EmptySensorEvent() +{ + WHS_sensor ret = WHS_no_event; + if (RdWasteTankEmptySensor() != WHS_info.WHS_sensors.waste_tank_empty_sensor) + { + WHS_info.event = WHS_empty_sensor; + ret = WHS_empty_sensor; + WHS_info.WHS_sensors.waste_tank_empty_sensor = !WHS_info.WHS_sensors.waste_tank_empty_sensor; + } + return ret; +} + +WHS_sensor FullSensorEvent() +{ + WHS_sensor ret = WHS_no_event; + if ( RdWasteTankFullSensor() != WHS_info.WHS_sensors.waste_tank_full_sensor ) + { + WHS_info.event = WHS_full_sensor; + ret = WHS_full_sensor; + WHS_info.WHS_sensors.waste_tank_full_sensor = 1-WHS_info.WHS_sensors.waste_tank_full_sensor; + } + return ret; +} + +WHS_sensor WasteTankCallBackFunction() +{ + /* detect waste tank sensor event */ + WHS_sensor ret = WHS_no_event; +/* if ( OverflowSensorEvent()) + { + return WHS_info.event; + } + else */ + if (WHS_info.WHS_pump.time) WHS_info.WHS_pump.time += 1; + if (WHS_info.WHS_pump.time == PUMPTIMEOUT) + { + WHS_info.WHS_pump.time = 0; + AlarmHandlingSetAlarm( EVENT_TYPE__WASTE_CONTAINER_EMPTYING_TIMEOUT, false); + return WHS_info.event = WHS_Timeout; + } + if ( FullSensorEvent()) + { + return WHS_info.event; + } + else if ( EmptySensorEvent()) + { + return WHS_info.event; + } + + return ret; +} + +/* +bool start_WHS_machin() +{ + AddControlCallback( WasteTankCBFunction, eTenMillisecond, WasteTankCallBackFunction, 0,0,0 );// eOneMinute + return OK; +} + */ + +bool WasteTankCBFunction() +{ + + uint8_t parameter = 7; + bool ret = notOK; + static bool pump_on_flag = CLOSE; + //uint32_t Cartridge_Cover_device_Id = 0; + double MidTank_Pressure = 0; + + switch (WHS_info.event) + { + case WHS_empty_sensor: + if (WHS_info.WHS_sensors.waste_tank_empty_sensor == SENSORnotEMPTY) + { + if (WHS_info.sttMachine == WHS_empty) + { + WHS_info.sttMachine = WHS_filling; + REPORT_MSG(WHS_filling," ------------ WHS_filling ----------------- "); + } + else + { + REPORT_MSG(WHS_filling," ------------ WHS EMPTY sensor failed !!!!!!! ----------------- "); + } + } + else //SENSOREMPTY + { + if (WHS_info.sttMachine == WHS_emptying) + { + WHS_info.sttMachine = WHS_empty; + REPORT_MSG(WHS_filling," ------------ WHS_empty ----------------- "); + ret = CartridgeWasteFilling(OFF); + WHS_info.Cartridge_Cover_device_Id = RemoveControlCallback(WHS_info.Cartridge_Cover_device_Id, WasteTankCBFunction ); + WHS_info.Cartridge_Cover_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeCoverCallBackTime, CartridgeCoverCallBackFunction, 0,0,0 );//eOneSecond + WrRFIDStatus(WHS_info.active_cartridge, WasteFull);//write RFID status todo + } + else + { + REPORT_MSG(WHS_emptying," ------------ WHS EMPTY sensor failed !!!!!!! ----------------- "); + } + } + break; + case WHS_full_sensor: + /* if the machine status is power down : don't start the waste emptying sequence !!!*/ + if ( PowerOffInProcessGetState() ) + break; + + if (WHS_info.WHS_sensors.waste_tank_full_sensor == SENSORFULL) + { + WHS_info.sttMachine = WHS_full; + REPORT_MSG(WHS_emptying," ------------ WHS_full ----------------- "); + WHS_info.Cartridge_Cover_device_Id = RemoveControlCallback(WHS_info.Cartridge_Cover_device_Id, WasteTankCBFunction ); + WHS_info.Cartridge_Cover_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeCoverCallBackFastTime , CartridgeCoverCallBackFunction, 0,0,0 );//eTenMillisecond + if (RdRFIDStatus (WHS_info.active_cartridge) == WasteEmpty) + { + ret = WrRFIDStatus(WHS_info.active_cartridge, WasteFilling);//write RFID status todo + if (ret == OK) + { + CartridgeWasteFilling(ON); + } + else + { + WrRFIDStatus(WHS_info.active_cartridge, WasteFail);//write RFID status todo + } + } + + if (ret != OK) + { + //recreate the full event until cartridge is inserted or atontocation + WHS_info.WHS_sensors.waste_tank_full_sensor = 1-WHS_info.WHS_sensors.waste_tank_full_sensor; + } + + // cant start a new Job + } + else + { + if (WHS_info.sttMachine == WHS_full) + { + WHS_info.sttMachine = WHS_emptying; + REPORT_MSG(WHS_emptying," ------------ WHS_emptying ----------------- "); + // can start a new JOB + } + else + { + REPORT_MSG(WHS_full," ------------ WHS FULL sensor failed !!!!!!! ----------------- "); + } + } + break; + +/* case WHS_overflow_sensor: + if (WHS_info.WHS_sensors.waste_tank_empty_sensor) + { + + // 1.StopMacine + WHS_info.sttMachine = WHS_overflow; + } + else + { + WHS_info.sttMachine = WHS_full; + } + break; +*/ + case WHS_cartridge_cover_sensor: + + if ( WHS_info.WHS_sensors.cartridge_cover == OPEN ) + { + REPORT_MSG(parameter," Cartridge cover open ");//popup message :"Cartridge cover open" //todo + if ( WHS_info.WHS_pump.status == OPEN) + { + CartridgeWasteFilling(CLOSE); + pump_on_flag = OPEN; + } + +// if (cart1.color != colorOFF) +// { +// +// } + + if ( !PowerOffInProcessGetState() ) + { + IFS_info.Cartridge_Ink_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeInkCallBackTime , CartridgeInkCallBackFunction , 0,0,0 ); //eOneSecond + WHS_info.Cartridge_Waste1_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeWaste1CallBackTime, CartridgeWaste1CallBackFunction, 0,0,0 ); //eOneSecond + WHS_info.Cartridge_Waste2_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeWaste2CallBackTime, CartridgeWaste2CallBackFunction, 0,0,0 ); //eOneSecond + } + else + { + REPORT_MSG(parameter,"Power down in process");//popup message :"Cartridge cover open" //todo + } + + + + //if (WHS_info.WHS_pump == ON) + //{ + // SetWastePump(OFF); //pump OFF + //} + // prevent NEW Job + // Display "Close cartridge cover" + // pop up message in GUI + } + else // CLOSE + { + //if (WHS_info.sttMachine == WHS_full) CartridgeWasteFilling(OPEN); + SetActiveWastCartridge(); + if (pump_on_flag == OPEN ) + { + WHS_info.WHS_sensors.waste_tank_full_sensor = SENSORnotFULL; // todo + // CartridgeWasteFilling(OPEN); + pump_on_flag = CLOSE; + } + IFS_info.Cartridge_Ink_device_Id = RemoveControlCallback(IFS_info.Cartridge_Ink_device_Id , WasteTankCBFunction ); + WHS_info.Cartridge_Waste1_device_Id = RemoveControlCallback(WHS_info.Cartridge_Waste1_device_Id, WasteTankCBFunction ); + WHS_info.Cartridge_Waste2_device_Id = RemoveControlCallback(WHS_info.Cartridge_Waste2_device_Id, WasteTankCBFunction ); + if ( IFS_info.INK_isOK_flag ) + { + IFS_info.INK_isOK_flag = false;//0 + REPORT_MSG(WHS_full," ------------ change INK cartridge status to color Used ----------------- "); + MidTankValvesAction(Cartridge_MidTank_ON); + // test the Mid-tank capacity is not at Nadav sequence + // Enable_MidTank_Pressure_Reading(IFS_info.Ink.cart_color); + MidTank_Pressure = Read_MidTank_Pressure_Sensor(IFS_info.Ink.cart_color); + if ( MidTank_Pressure > MidTank_Pressure_EMPTY ) + { + ReportWithPackageFilter(WasteFilter,"------------ close door MidTank_Pressure > MidTank_Pressure_EMPTY -----------------", __FILE__,__LINE__,(MidTank_Pressure_EMPTY), RpMessage, (int)(MidTank_Pressure*1000), 0); + MidTankValvesAction(Cartridge_MidTank_OFF); + //Disable_MidTank_Pressure_Reading(IFS_info.Ink.cart_color); + REPORT_MSG(WHS_full," ------------ Mid-tank not empty ----------------- "); + break; + } + + REPORT_MSG(WHS_full," ------------ Mid-tank filling in process ----------------- "); + Pannel_Leds(CART_1, MODE_ON); + cart1.color = BLINK; + //add timeout + IFS_info.Ink.time_out = 1; + IFS_info.Cartridge_Ink_TimeOut_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeInkTimeOutCallBackTime, CartridgeInkTimeOutCallBackFunction, 0,0,0 ); //eOneSecond + + +// //add callback for midtank status is full +// IFS_info.Cartridge_Ink_TimeOut_device_Id = AddControlCallback( WasteTankCBFunction, CartridgeInkTimeOutCallBackTime, CartridgeInkTimeOutCallBackFunction, 0,0,0 ); //eOneSecond +// Enable_MidTank_Pressure_Reading(IFS_info.Ink.cart_color); +// Read_MidTank_Pressure_Sensor(IFS_info.Ink.cart_color); +// if ( Get_MidTank_Pressure_Sensor(IFS_info.Ink.cart_color) > MidTank_Pressure_FULL ) +// { +// Disable_MidTank_Pressure_Reading(IFS_info.Ink.cart_color); +// REPORT_MSG(WHS_full," ------------ Mid-tank not empty ----------------- "); +// break; +// } + + } + } + break; + + case IFS_INK_presence_sensor: + if (IFS_info.IFS_Ink_precense_sensor == CarteidgePrecense) + { + // is power down in process?? //todo + if ( !PowerOffInProcessGetState() ) // not in power down proccess + { + Pannel_Leds(CART_1, MODE_ON); + cart1.color = colorON; + RdCartridgeParam(INK_cartridge); //todo + } + else + { + // print: "power down in process"; + REPORT_MSG(WHS_full," ------------ power down in process ----------------- "); + } + + + } + else // Cartridge is out + { + IFS_info.INK_isOK_flag = false;//0 + Pannel_Leds(CART_1, MODE_OFF); + cart1.color = colorOFF; + if (IFS_info.Ink.time_out != 0) + { + MidTankValvesAction(Cartridge_MidTank_OFF); + IFS_info.Ink.time_out = 0; + IFS_info.Cartridge_Ink_TimeOut_device_Id = RemoveControlCallback(IFS_info.Cartridge_Ink_TimeOut_device_Id, WasteTankCBFunction ); + } + + } + break; + + case IFS_INK_authentication_pass: + if (!ColorMatch()) + { + REPORT_MSG(WHS_full," ------------ cartridge color does not match ----------------- "); + Pannel_Leds(CART_1, MODE_ON); + cart1.color = BLINK; + break; + } + REPORT_MSG(WHS_full," ------------ close cartridge cover ----------------- "); + IFS_info.INK_isOK_flag = true; // 1 + + break; + + case IFS_INK_authentication_fail: + break; + + + case WHS_waste1_presence_sensor : + if (WHS_info.WHS_sensors.waste_cartridge1_precense_sensor == CarteidgePrecense ) // waste cartridge 1 is inserted . + { + //SetCartridgeLED(waste_cartridge1, led_on); + Pannel_Leds(CART_2, MODE_ON); + cart2.color = colorON; + RdCartridgeParam(waste_cartridge1); +// SetActiveWastCartridge(); +// SetValveDirection(); + if ( CartridgeAuthentication(waste_cartridge1) == PASSED) // to define authentication + { + //WHS_info.cartridge_1.autheticate = PASSED; //='0' + //???WHS_info.WHS_valve = waste_cartridge1; // or we should do it only before pumping???? + } + else + { + //WHS_info.cartridge_1.autheticate = FAILED; //='1' + //SetCartridgeLED(waste_cartridge1, led_off); + Pannel_Leds(CART_2, MODE_OFF); + cart2.color = colorOFF; + } + } + else // waste cartridge 1 take out + { + Pannel_Leds(CART_2, MODE_OFF); + cart2.color = colorOFF; + WHS_info.cartridge_1.autheticate = FAILED; + } + //SetActiveWastCartridge(); + break; + case WHS_waste2_presence_sensor : + if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor == CarteidgePrecense ) // waste cartridge is inserted . + { + Pannel_Leds(CART_3, MODE_ON);//SetCartridgeLED(waste_cartridge2, led_on); + cart3.color = colorON; + RdCartridgeParam(waste_cartridge2); + if ( CartridgeAuthentication(waste_cartridge2) == PASSED) // to define authentication + { + //WHS_info.cartridge_2.autheticate = PASSED; //='0' + //???WHS_info.WHS_valve = waste_cartridge2; // or we should do it only before pumping???? + //???SetValveDirection(); // or we should do it only before pumping???? + } + else + { + //WHS_info.cartridge_2.autheticate = FAILED; //='1' + Pannel_Leds(CART_3, MODE_OFF);//SetCartridgeLED(waste_cartridge2, led_off); + cart3.color = colorON; + } + } + else // waste cartridge 2 take out + { + Pannel_Leds(CART_3, MODE_OFF); + cart3.color = colorOFF; + WHS_info.cartridge_2.autheticate = FAILED; + /* + if (WHS_info.cartridge_2.autheticate == PASSED) // or we should do it only before pumping???? + { + WHS_info.WHS_valve = waste_cartridge; + SetValveDirection(); + } + else + { + + } + RdCartridgeParam(waste_cartridge2); + WHS_info.WHS_valve = waste_cartridge1; + */ + } + //SetActiveWastCartridge(); + break; + + case WHS_Timeout: + REPORT_MSG(WHS_emptying," ------------ WHS_Timeout ----------------- "); + AlarmHandlingSetAlarm( EVENT_TYPE__WASTE_CONTAINER_EMPTYING_TIMEOUT, true); + CartridgeWasteFilling(OFF); + break; + +// case IFS_Timeout: +// REPORT_MSG(WHS_emptying," ------------ IFS_Timeout ----------------- "); +// // try again : +// // start timeout +// // close and open the correct valves +// REPORT_MSG(WHS_full," ------------ IFS_Timeout_Second_Time ----------------- "); +// MidTankValvesAction(Cartridge_MidTank_OFF); +// MidTankValvesAction(Cartridge_MidTank_ON); +// +// IFS_TimeOutAlarm(); +// +// break; + case IFS_Timeout_Second: +// Disable_MidTank_Pressure_Reading(IFS_info.Ink.cart_color); + IFS_info.Cartridge_Ink_TimeOut_device_Id = RemoveControlCallback(IFS_info.Cartridge_Ink_TimeOut_device_Id, WasteTankCBFunction ); + REPORT_MSG(WHS_full," ------------ Change cartridge status to Fail ----------------- "); + + MidTankValvesAction(Cartridge_MidTank_OFF); + cart1.color = fastBILNK; + REPORT_MSG(WHS_full," ------------ Display Mid-tank # filling fail ----------------- "); + REPORT_MSG(WHS_full," ------------ call customer support ----------------- "); + Pannel_Leds(CART_1, MODE_ON); + cart1.color = fastBILNK; + //IFS_TimeOutAlarm(); + break; + + case IFS_MidTankFull: +// Disable_MidTank_Pressure_Reading(IFS_info.Ink.cart_color); + WHS_info.Cartridge_Ink_TimeOut_device_Id = RemoveControlCallback(WHS_info.Cartridge_Ink_TimeOut_device_Id, WasteTankCBFunction ); + REPORT_MSG(WHS_full," ------------ Change cartridge status to Waste Empty ----------------- "); + Pannel_Leds(CART_1, MODE_OFF); + cart1.color = colorOFF; + MidTankValvesAction(Cartridge_MidTank_OFF); + REPORT_MSG(WHS_full," ------------ Display Mid-tank # filling complited ----------------- "); + break; + + + + case WHS_no_event: + break; + default: //error state + break; + } + WHS_info.event = WHS_no_event; + return ret; +} + + + + +/*------------------------------- Cartridge Cover -----------------------------------------*/ + +bool RdCartridgeCoverSensor() +{ + uint32_t parameter = 6 ; + + //REPORT_MSG(parameter," ------------ RD Cartridge Cover Sensor ----------------- "); + bool ret = notOK; + WHS_Read_GPI_Registers(); + // WHS_info.WHS_sensors.cartridge_cover = Get_COVER_1_State(CartridgesDoor); + // ret = WHS_info.WHS_sensors.cartridge_cover; + ret = Get_COVER_1_State(CartridgesDoor); + if ((ret == OPEN ) && (ret != WHS_info.WHS_sensors.cartridge_cover)) + { + Report(" ------------ RD Cartridge Cover Sensor is = OPEN(1) ----------------- ",__FILE__,__LINE__,ret,RpWarning,ret,0); + } + if ((ret == CLOSE ) && (ret != WHS_info.WHS_sensors.cartridge_cover)) + { + REPORT_MSG(parameter," ------------ RD Cartridge Cover Sensor is = CLOSE(0) ----------------- "); + } + return ret; +} + + + + +WHS_sensor CartridgeCoverCallBackFunction() +{ + uint32_t parameter = 6 ; + + + WHS_sensor ret = WHS_no_event; + //ret = RdCartridgeCoverSensor(); + if ( WHS_info.WHS_sensors.cartridge_cover != RdCartridgeCoverSensor() ) + { + REPORT_MSG(parameter," ------------ find : WHS_cartridge_cover_sensor event ----------------- "); + WHS_info.event = WHS_cartridge_cover_sensor; + WHS_info.WHS_sensors.cartridge_cover = !WHS_info.WHS_sensors.cartridge_cover; + ret = WHS_cartridge_cover_sensor; //todo + } + else if (( IFS_info.INK_isOK_flag ) && ( WHS_info.WHS_sensors.cartridge_cover == WHS_CartridgeCoverOPEN))// for Mid-tank filling + { + REPORT_MSG(parameter," ------------ Mid-tank Filling : Close cartridge cover ----------------- "); + } + /*else if(WHS_info.WHS_sensors.cartridge_cover == WHS_CartridgeCoverOPEN) + { + REPORT_MSG(parameter," ------------ Mid-tank Filling : Cartridge door open ----------------- "); + }*/ + return ret; +} + + + +//WHS_sensor CartridgeInkTimeOutCallBackFunction() +//{ +// WHS_sensor ret = WHS_no_event; +//// uint32_t time_out_second = 0 ; +// +// if (WHS_info.Ink.time_out) WHS_info.Ink.time_out += 1; +// Read_MidTank_Pressure_Sensor(WHS_info.Ink.cart_color); +// if (Get_MidTank_Pressure_Sensor(WHS_info.Ink.cart_color) >= WHS_info.MidTank_capacity + CARTRIDGE_CAPATICY) +// { +// WHS_info.Ink.time_out = 0; +// WHS_info.event = IFS_MidTankFull; +// return IFS_MidTankFull; +// } +// if (WHS_info.Ink.time_out == CARTRIDGE_INK_TIMEOUT) +// { +// //WHS_info.Ink.time_out = 0; +// //return WHS_info.event = IFS_Timeout; +// +// REPORT_MSG(WHS_emptying," ------------ IFS_Timeout ----------------- "); +// // try again : +// // start timeout +// // close and open the correct valves +// REPORT_MSG(WHS_full," ------------ IFS_Timeout_Second_Time ----------------- "); +// MidTankValvesAction(Cartridge_MidTank_OFF); +// } +// +// if (WHS_info.Ink.time_out == (CARTRIDGE_INK_TIMEOUT+1)) //need to open the valve for second chance +// { +// MidTankValvesAction(Cartridge_MidTank_ON); +// } +// +// if (WHS_info.Ink.time_out == CARTRIDGE_INK_TIMEOUTx2) +// { +// WHS_info.Ink.time_out = 0; +// WHS_info.event = IFS_Timeout_Second; +// return IFS_Timeout_Second; +// } +// return ret; +//} + + + +//WHS_sensor CartridgeInkCallBackFunction() +//{ +// uint32_t parameter = 6 ; +// +// WHS_sensor ret = WHS_no_event; +// if (WHS_info.WHS_sensors.IFS_Ink_precense_sensor != RdInkCartridgeSensor()) +// { +// REPORT_MSG(parameter," ------------ find : IFS_Ink_presence_sensor event ----------------- "); +// WHS_info.event = IFS_INK_presence_sensor; +// WHS_info.WHS_sensors.IFS_Ink_precense_sensor = !WHS_info.WHS_sensors.IFS_Ink_precense_sensor; +// ret = IFS_INK_presence_sensor; +// } +// return ret; +//} + + + +WHS_sensor CartridgeWaste1CallBackFunction() +{ + uint32_t parameter = 6 ; + + WHS_sensor ret = WHS_no_event; + //ret = RdCartridgeCoverSensor(); + if (WHS_info.WHS_sensors.waste_cartridge1_precense_sensor != RdWasteCartridge1Sensor()) + { + REPORT_MSG(parameter," ------------ find : WHS_waste1_presence_sensor event ----------------- "); + WHS_info.event = WHS_waste1_presence_sensor; + WHS_info.WHS_sensors.waste_cartridge1_precense_sensor = !WHS_info.WHS_sensors.waste_cartridge1_precense_sensor; + ret = WHS_waste1_presence_sensor; + } + return ret; +} + +WHS_sensor CartridgeWaste2CallBackFunction() +{ + uint32_t parameter = 6 ; + + WHS_sensor ret = WHS_no_event; + //ret = RdCartridgeCoverSensor(); + if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor != RdWasteCartridge2Sensor()) + { + REPORT_MSG(parameter," ------------ find : WHS_waste2_presence_sensor event ----------------- "); + WHS_info.event = WHS_waste2_presence_sensor; + WHS_info.WHS_sensors.waste_cartridge2_precense_sensor = !WHS_info.WHS_sensors.waste_cartridge2_precense_sensor; + ret = WHS_waste2_presence_sensor; + } + return ret; +} + +/*------------------------------- Waste Cartridge + IFS Cartridge -----------------------------------------*/ +bool InitCartStatus() +{ + uint32_t parameter = 6 ; + + WHS_info.WHS_sensors.cartridge_cover = RdCartridgeCoverSensor(); + + /* INK => CART_1 */ + REPORT_MSG(parameter," ------------------------------------------------------------------------------------------ "); + REPORT_MSG(parameter," ------------!!!!!!! at INIT what to do if IFS_INK is presence !!!!!!! ----------------- "); + REPORT_MSG(parameter," ------------------------------------------------------------------------------------------ "); + + if (RdInkCartridgeSensor()) + { + REPORT_MSG(parameter," ------------ INIT : IFS_INK is presence ----------------- "); + IFS_info.IFS_Ink_precense_sensor = CarteidgePrecense; + Pannel_Leds( CART_1, MODE_ON); + cart1.color = colorON; + } + else + { + REPORT_MSG(parameter," ------------ INIT : IFS_INK is NOT presence ----------------- "); + IFS_info.IFS_Ink_precense_sensor = CarteidgeNotPrecense; + Pannel_Leds( CART_1, MODE_OFF); + cart1.color = colorOFF; + } + + /* waste_cartridge1 => CART_2 */ + if (RdWasteCartridge1Sensor()) + { + REPORT_MSG(parameter," ------------ INIT : WHS_waste1 cart is presence ----------------- "); + WHS_info.WHS_sensors.waste_cartridge1_precense_sensor = CarteidgePrecense; + Pannel_Leds( CART_2, MODE_ON); + cart2.color = colorON; + } + else + { + REPORT_MSG(parameter," ------------ INIT : WHS_waste1 cart is NOT presence !!! ----------------- "); + WHS_info.WHS_sensors.waste_cartridge1_precense_sensor = CarteidgeNotPrecense; + Pannel_Leds( CART_2, MODE_OFF); + cart2.color = colorOFF; + } + + /* waste_cartridge2 => CART_3 */ + if (RdWasteCartridge2Sensor()) + { + REPORT_MSG(parameter," ------------ INIT : WHS_waste2 cart is presence ----------------- "); + WHS_info.WHS_sensors.waste_cartridge2_precense_sensor = CarteidgePrecense; + Pannel_Leds( CART_3, MODE_ON); + cart3.color = colorON; + } + else + { + REPORT_MSG(parameter," ------------ INIT : WHS_waste1 cart is NOT presence_sensor !!! ----------------- "); + WHS_info.WHS_sensors.waste_cartridge2_precense_sensor = CarteidgeNotPrecense; + Pannel_Leds( CART_3, MODE_OFF); + cart3.color = colorOFF; + } + + + + if (IFS_info.IFS_Ink_precense_sensor == CarteidgePrecense) CartridgeAuthentication(INK_cartridge); + if (WHS_info.WHS_sensors.waste_cartridge1_precense_sensor == CarteidgePrecense) CartridgeAuthentication(waste_cartridge1); + if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor == CarteidgePrecense) CartridgeAuthentication(waste_cartridge2); + SetActiveWastCartridge(); + + if (WHS_info.WHS_sensors.cartridge_cover == WHS_CartridgeCoverOPEN) + { + REPORT_MSG(parameter," ------------ WHS_CartridgeCoverOPEN : add callback for cart1 and cart 2 ----------------- "); + IFS_info.Cartridge_Ink_device_Id = AddControlCallback( WasteTankCBFunction, eOneSecond, CartridgeInkCallBackFunction, 0,0,0 ); + WHS_info.Cartridge_Waste1_device_Id = AddControlCallback( WasteTankCBFunction, eOneSecond, CartridgeWaste1CallBackFunction, 0,0,0 ); + WHS_info.Cartridge_Waste2_device_Id = AddControlCallback( WasteTankCBFunction, eOneSecond, CartridgeWaste2CallBackFunction, 0,0,0 ); + } + WHS_info.Cartridge_Cover_device_Id = AddControlCallback( WasteTankCBFunction, eOneSecond, CartridgeCoverCallBackFunction, 0,0,0 ); + + return OK; +} + +bool RdInkCartridgeSensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + //WHS_info.WHS_sensors.waste_cartridge1_precense_sensor = Is_Cartridge_Present(CART_2); + //ret = WHS_info.WHS_sensors.waste_cartridge1_precense_sensor; + ret = Is_Cartridge_Present(CART_1); + return ret; +} + +bool RdWasteCartridge1Sensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + //WHS_info.WHS_sensors.waste_cartridge1_precense_sensor = Is_Cartridge_Present(CART_2); + //ret = WHS_info.WHS_sensors.waste_cartridge1_precense_sensor; + ret = Is_Cartridge_Present(CART_2); + return ret; +} + +bool RdWasteCartridge2Sensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + //WHS_info.WHS_sensors.waste_cartridge2_precense_sensor = Is_Cartridge_Present(CART_3); + //ret = WHS_info.WHS_sensors.waste_cartridge2_precense_sensor; + ret = Is_Cartridge_Present(CART_3); + return ret; +} + +bool SetActiveWastCartridge() +{ + uint8_t parameter = 5; + + bool ret = notOK; + if (( WHS_info.WHS_sensors.waste_cartridge1_precense_sensor == PRECENSE ) && + (WHS_info.cartridge_1.autheticate == PASSED)) + { + REPORT_MSG(parameter," ------------ WHS : active_cartridge = waste_cartridge 1 ----------------- "); + WHS_info.active_cartridge = waste_cartridge1; + } + else if (( WHS_info.WHS_sensors.waste_cartridge2_precense_sensor == PRECENSE) && + (WHS_info.cartridge_2.autheticate == PASSED)) + { + REPORT_MSG(parameter," ------------ WHS : active_cartridge = waste_cartridge 2 ----------------- "); + WHS_info.active_cartridge = waste_cartridge2; + } + else + { + REPORT_MSG(parameter," ------------ WHS : NO active_cartridge ----------------- "); + WHS_info.active_cartridge = no_waste_cartridge; + } + return ret; + +} + +/* +U8 RdWastePrecenseSensor(cartridge_name name) +{ + + // we have 2 waste_cartridge (waste_cartridge1 and waste_cartridge2) + // bool Is_Cartridge_Present(PANEL_BUTTON_OR_CRAT_ID Cartridge); //use CART_2 or CART_3 + + WHS_Read_GPI_Registers(); + switch (name) + { + case waste_cartridge1: + if (WHS_info.WHS_sensors.waste_cartridge1_precense_sensor != Is_Cartridge_Present(CART_2)) + { + WHS_info.WHS_sensors.waste_cartridge1_precense_sensor = !WHS_info.WHS_sensors.waste_cartridge1_precense_sensor; + WHS_info.event = WHS_waste1_presence_sensor; + } + break; + case waste_cartridge2: + if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor != Is_Cartridge_Present(CART_3)) + { + WHS_info.WHS_sensors.waste_cartridge2_precense_sensor = !WHS_info.WHS_sensors.waste_cartridge2_precense_sensor; + WHS_info.event = WHS_waste2_presence_sensor; + } + break; + default : + break; + } + return OK; +} +*/ +/* +U8 cartridge_handeling() +{ + AddControlCallback( CartridgePrecenceCBFunction, eOneMinute, CartridgePrecenceCallBackFunction, 0,0,0 ); // + return OK; +} +*/ + +//U8 SetCartridgeLED(cartridge_name name,led_status led) +//{ +// bool ret = notOK; +// return ret; +//} + +/* +U8 CartridgePrecenceCBFunction() +{ + if ( WHS_info.WHS_sensors.waste_cartridge1_precense_sensor_flag ) // if we have changes at cartridge1: + { + if (WHS_info.WHS_sensors.waste_cartridge1_precense_sensor) // if new cartridge is presence: + { + if (rd_waste_cartridge_param()== OK) //read parameter from RFID + SetCartridgeLED(waste_cartridge1,led_on); //change led status to ON + } + else // if the cartridge is removed + { + SetCartridgeLED(waste_cartridge1, led_off); //change led status to OFF + } + WHS_info.WHS_sensors.waste_cartridge1_precense_sensor_flag = 0; //remove the flag + + } + else if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor_flag ) + { + if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor) + { + + } + else + { + + } + } + return OK; +}*/ +/* +U8 CartridgePrecenceCallBackFunction() +{ + bool ret = notOK; + return ret; +} +*/ + + + + + + + + +//bool CartridgeCoverCBFunction() +//{ +// bool ret = notOK; +// if (WHS_info.WHS_sensors.cartridge_cover == OPEN) +// { +// //if (WHS_info.WHS_pump == ON) +// //{ +// SetWastePump(CLOSE); //pump OFF +// //} +// // prevent NEW Job +// // Display "Close cartridge cover" +// // pop up message in GUI +// } +// else +// { +// // can do a NEW Job +// // remove message "Close cartridge cover" +// // remove pop up message in GUI +// } +// WHS_info.event = WHS_no_event; +// return ret; +//} + + +/*------------------------------------------------------------------------------------------------*/ + + + +U8 WHS_init(void) +{ + SetWastePump(CLOSE); + InitCartStatus(); + initWHS_WasteTank(); + + return 0; +} + + +//void midtanktest6_ON(void) +//{ +// Valve_Set( VALVE_2W_CART_MID_1, Cartridge_MidTank_ON); +// Valve_Set( VALVE_2W_MID_AIR_1 , Cartridge_MidTank_ON); +//} +// +//void midtanktest6_OFF(void) +//{ +// Valve_Set( VALVE_2W_CART_MID_1, Cartridge_MidTank_OFF); +// Valve_Set( VALVE_2W_MID_AIR_1 , Cartridge_MidTank_OFF); +//} + + + + + + + + + + + +/*---------------------------------- HW Test --------------------------------------------------------------*/ + + + +bool RdWasteTankFilterSensor() +{ + bool ret = notOK; + WHS_Read_GPI_Registers(); + WHS_info.WHS_sensors.waste_tank_filter_sensor = WHS_GPI_SW_FILTER_PRES(); + ret = WHS_info.WHS_sensors.waste_tank_filter_sensor; + return ret; +} + + +U8 RdCartridgeDoor() +{ + bool ret = notOK; + ret = RdCartridgeCoverSensor(); + return ret; +} +U8 RdWaste1() +{ + bool ret = notOK; + ret = RdWasteCartridge1Sensor(); + return ret; +} +U8 RdWaste2() +{ + bool ret = notOK; + ret = RdWasteCartridge2Sensor(); + return ret; +} +U8 SetValve(bool value) +{ + bool ret = notOK; + WHS_info.WHS_valve = value; + ret = SetValveDirection( ); + return ret; +} + +U8 SetPump(bool value) +{ + bool ret = notOK; + ret = SetWastePump(value); + return ret; +} + +U8 RdFilter() +{ + bool ret = notOK; + ret = RdWasteTankFilterSensor(); + return ret; +} +U8 RdEmpty() +{ + bool ret = notOK; + ret = RdWasteTankEmptySensor(); + return ret; +} +U8 RdFull() +{ + bool ret = notOK; + ret = RdWasteTankFullSensor(); + return ret; +} +U8 RdOverFlow() +{ + bool ret = notOK; + RdWasteTankOverFlowSensor(); + return ret; +} + + + +U8 WHS_HW_test() +{ + bool ret = notOK; +/* ret = RdCartridgeDoor(); + while (ret == RdCartridgeDoor()); +*/ +/* --- connect JO271 cable ---*/ + ret = RdWaste1(); + while (ret == RdWaste1());// blue = waste1 + ret = RdWaste2(); + while (ret == RdWaste2());// yellow = waste2 + + /* --- connect JO71 JO72 JO121 cable ---*/ + + ret = SetValve(1); //red LED On + ret = SetValve(0); //red LED Off + + + ret = SetPump(1); // led green (backplan) On + ret = SetPump(0); // led green (backplan) Off + + ret = RdFilter(); + while (ret == RdFilter()); + ret = RdEmpty(); + while (ret == RdEmpty()); + ret = RdFull(); + while (ret == RdFull()); +// ret = RdOverFlow(); +// while (ret == RdOverFlow()); + return ret; +} + + + + + + + + +/*------------------------------------------------------------------------------------------------*/ + +/* +//U8 WasteCartridgeCallBackFunction(); +//U8 WasteCartridgeCBFunction(); + +bool start_WHS_machin(); +U8 CartridgePrecenceCallBackFunction(); +uint32_t EmptyWasteTankFullCBFunction(); +U8 cartridge_handeling(); + +U8 RdWastePrecenseSensor(cartridge_name name); + +U8 rd_waste_cartridge_param(); +U8 set_cartridge_1(U8 cartridge_status); +U8 set_cartridge_2(U8 cartridge_status); +U8 check_sensors_before_start_emptying(); +bool check_RFID_authentication(); + +uint32_t waste_tank_init(void); +uint32_t EmptyWasteTankCBFunction(); + + + +U8 WasteCartridgeCallBackFunction() +{ + bool ret = notOK; + + ret = RdWastePrecenseSensor(waste_cartridge1); + ret = RdWastePrecenseSensor(waste_cartridge2); + return ret; +} + + +U8 Wr_cartridge_RFid(cartridge_name cartridge, cartridge_status status); +WHS_sttMachin UpdateStateMachine(); + +*/ + +// uint32_t updateWasteTankStruct(); +//uint32_t WasteTankFullCallBackFunction(uint32_t IfIndex, uint32_t ReadValue); + +/*--- functipons not in use ----*/ + +/* +U8 check_sensors_before_start_emptying() ???????????????????? +{ + bool ret = notOK; + + if ((WHS_info.WHS_sensors.cartridge_cover == CLOSE) && + (( WHS_info.WHS_sensors.waste_cartridge1_precense_sensor == precense) || + (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor == precense)) && + (WHS_info.WHS_sensors.waste_tank_filter_sensor == 1 )) + { + ret = OK; + } + return ret; +} + + + + +uint32_t updateWasteTankStruct() //----------what is the timing??????----------------- +{ +// bool waste_number =1; + + rd_waste_precense_sensor( ); + RdWasteTankFilterSensor(); + rd_whs_cartridge_cover(); + +// rd_waste_tank_RdWasteTankEmptySensor_sensor(); +// RdWasteTankFullSensor(); +// rd_waste_tank_over_flow_sensor(); + return OK; +} + + + + +uint32_t WasteTankFullCallBackFunction(uint32_t IfIndex, uint32_t ReadValue) +{ + if ( RdWasteTankFullSensor() != WHS_info.WHS_sensors.waste_tank_full_sensor ) + { + WHS_info.event = WHS_full_sensor; + WHS_info.WHS_sensors.waste_tank_full_sensor = !WHS_info.WHS_sensors.waste_tank_full_sensor; + } + return OK; +} + + +uint32_t WasteTankEmptyCallBackFunction(uint32_t IfIndex, uint32_t ReadValue) +{ + if (RdWasteTankEmptySensor() != WHS_info.WHS_sensors.waste_tank_empty_sensor) + { + WHS_info.event = WHS_empty_sensor; + WHS_info.WHS_sensors.waste_tank_empty_sensor = !WHS_info.WHS_sensors.waste_tank_empty_sensor; + } + return OK; +} + +uint32_t WasteTankOverflowCallBackFunction(uint32_t IfIndex, uint32_t ReadValue) +{ + if (rd_waste_tank_over_flow_sensor() != WHS_info.WHS_sensors.waste_tank_over_flow_sensor) + { + WHS_info.event = WHS_overflow_sensor; + WHS_info.WHS_sensors.waste_tank_over_flow_sensor = !(WHS_info.WHS_sensors.waste_tank_over_flow_sensor); + } + return OK; +} + + +U8 CartridgeCoverCallBackFunction() +{ + bool ret = notOK; + return ret; +} + + +U8 CartridgeCoverCBFunction() +{ + bool ret = notOK; + return ret; +} + + + + +uint32_t WHS_machin() +{ + switch( WHS_info.sttMachine ) + { + case WHS_empty: // last OnOffPBstate was OFF + + break; + case WHS_filling : // last OnOffPBstate was COUNTPB + + break; + case WHS_emptying: // last OnOffPBstate was SHORTPB + + break; + case WHS_full: + + break; + case WHS_overflow: + + break; + default: // WHS_sttError + break; + } + return OK; +} + + + + +uint32_t EmptyWasteTankCBFunction() +{ + bool ret = notOK; +//--------try state machine------- + if (WHS_info.event == WHS_no_event) + return OK; + else + { +// WHS_info.sttMachine = UpdateStateMachine(); +// WHS_info.event = WHS_no_event; + switch (WHS_info.event) + { + case WHS_empty_sensor: + if (WHS_info.WHS_sensors.waste_tank_empty_sensor) + { + + } + else + { + ret = CartridgeWasteFilling(OFF); + } + break; + case WHS_full_sensor: + if (WHS_info.WHS_sensors.waste_tank_full_sensor) + { + ret = CartridgeWasteFilling(ON); + // cant start a new Job + } + else + { + // can start a new JOB + WHS_info.sttMachine = WHS_empty; + } + break; + case WHS_overflow_sensor: + if (WHS_info.WHS_sensors.waste_tank_empty_sensor) + { + + // 1.StopMacine + // 2. + + WHS_info.sttMachine = WHS_overflow; + } + else + { + WHS_info.sttMachine = WHS_full; + } + break; + default: //error state + break; + } + WHS_info.event = WHS_no_event;; + } + return ret; +} + + + +uint32_t start_WHS_machin() +{ + switch( WHS_info.sttMachine ) + { + case WHS_empty: // last OnOffPBstate was OFF + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankEmptyCallBackFunction, 0,0,0 ); // + break; + case WHS_filling : // last OnOffPBstate was COUNTPB + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankFullCallBackFunction, 0,0,0 ); // + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankEmptyCallBackFunction, 0,0,0 ); // + break; + case WHS_emptying: // last OnOffPBstate was SHORTPB + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankEmptyCallBackFunction, 0,0,0 ); // + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankFullCallBackFunction, 0,0,0 ); // + break; + case WHS_full: + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankFullCallBackFunction, 0,0,0 ); // + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankOverflowCallBackFunction, 0,0,0 ); // + break; + case WHS_overflow: + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankFullCallBackFunction, 0,0,0 ); // + AddControlCallback( EmptyWasteTankCBFunction, eOneMinute, WasteTankOverflowCallBackFunction, 0,0,0 ); // + break; + default: // WHS_sttError + break; + } + return OK; +} + +*/ + +//U8 WasteCartridgeCBFunction() +//{ +// bool ret = notOK; +// switch (WHS_info.event) +// { +// /*case WHS_waste1_presence_sensor : +// if (WHS_info.WHS_sensors.waste_cartridge1_precense_sensor ) // waste cartridge 1 is inserted . +// { +// SetCartridgeLED(waste_cartridge1, led_on); +// RdCartridgeParam(waste_cartridge1); +// if ( CartridgeAuthentication(waste_cartridge1)) // to define authentication +// { +// //WHS_info.cartridge_1.autheticate = PASSED; //='0' +// //???WHS_info.WHS_valve = waste_cartridge1; // or we should do it only before pumping???? +// //???SetValveDirection(); // or we should do it only before pumping???? +// } +// else +// { +// //WHS_info.cartridge_1.autheticate = FAILED; //='1' +// SetCartridgeLED(waste_cartridge1, led_off); +// } +// } +// else // waste cartridge 1 take out +// { +// WHS_info.cartridge_1.autheticate = FAILED; +// //???if (WHS_info.cartridge_2.autheticate == PASSED) // or we should do it only before pumping???? +// //???{ +// //???WHS_info.WHS_valve = waste_cartridge; +// //???SetValveDirection(); +// //???} +// //???else +// //???{ +// //??? +// //???} +// //??? RdCartridgeParam(waste_cartridge2); +// //???WHS_info.WHS_valve = waste_cartridge1; +// } +// +// break; +// case WHS_waste2_presence_sensor : +// if (WHS_info.WHS_sensors.waste_cartridge2_precense_sensor ) // waste cartridge is inserted . +// { +// SetCartridgeLED(waste_cartridge2, led_on); +// RdCartridgeParam(waste_cartridge2); +// if ( CartridgeAuthentication(waste_cartridge2)) // to define authentication +// { +// //WHS_info.cartridge_2.autheticate = PASSED; //='0' +// //???WHS_info.WHS_valve = waste_cartridge2; // or we should do it only before pumping???? +// //???SetValveDirection(); // or we should do it only before pumping???? +// } +// else +// { +// //WHS_info.cartridge_2.autheticate = FAILED; //='1' +// SetCartridgeLED(waste_cartridge2, led_off); +// } +// } +// else // waste cartridge 2 take out +// { +// WHS_info.cartridge_2.autheticate = FAILED; +// +// if (WHS_info.cartridge_2.autheticate == PASSED) // or we should do it only before pumping???? +// { +// WHS_info.WHS_valve = waste_cartridge; +// SetValveDirection(); +// } +// else +// { +// +// } +// RdCartridgeParam(waste_cartridge2); +// WHS_info.WHS_valve = waste_cartridge1; +// +// } +// break;*/ +// default: +// break; +// } +// +// WHS_info.event = WHS_no_event; +// +// return ret; +//} + + +//IDS_Dispenser_Build_Pressure_Callback + + +/*------------------------------------------------------------------------------------------------*/ + + + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0328c057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0328c057fd4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0328c057fd4001919daccf07d3853fc @@ -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/92/c0c0a7cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0c0a7cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/92/c0c0a7cb7dd4001919daccf07d3853fc @@ -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/93/70f4a85884d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/70f4a85884d4001919daccf07d3853fc new file mode 100644 index 000000000..396e6eabc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/70f4a85884d4001919daccf07d3853fc @@ -0,0 +1,2035 @@ + +#include +#include +#include +#include +#include +#include +#include "FPGA_SPI_Comm.h" +#include "Drivers/Motors/Motor.h" +#include "modules/control/millisecTask.h" +#include "modules/thread/thread.h" +#include "drivers/Heater/TemperatureSensor.h" +#include "PMR/Hardware/HardwareMotor.pb-c.h" +#include "PMR/Hardware/HardwareDancerType.pb-c.h" +#include +#include + +extern TempSensorResponseStruct TempSensorResponse[MAX_TEMPERATURE_SENSOR_ID]; +#include + +bool Extended_Motor_Param = true; + +/////////////////////////////////////////////////////////////////////////////// +SPI Fpga_Spi[NUM_OF_MOTORS]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * NBUSY; // One bit for every motor + volatile short * SPI_Busy; + +} FpgaMotMap_t; + + + +static FpgaMotMap_t FpgaMotMap[NUM_OF_MOTORS] = +{ + //MOTOR_DH_CLEANHEAD - Cleaning head motor + {&F1_MOTO_DH_CLEANHEAD_A1_TX_00, &F1_MOTO_DH_CLEANHEAD_A1_TX_01, &F1_MOTO_DH_CLEANHEAD_A1_RX_00 ,&F1_MOTO_DH_CLEANHEAD_A1_RX_01 ,&F1_MOTO_DH_CLEANHEAD_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DH_CLEANMECH - Cleaning mechanism + {&F1_MOTO_DH_CLEANMECH_A1_TX_00, &F1_MOTO_DH_CLEANMECH_A1_TX_01, &F1_MOTO_DH_CLEANMECH_A1_RX_00 ,&F1_MOTO_DH_CLEANMECH_A1_RX_01 ,&F1_MOTO_DH_CLEANMECH_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + + //MOTOR_DH_LID - Dyeing head lid + {&F1_MOTO_DH_LID_A1_TX_00, &F1_MOTO_DH_LID_A1_TX_01, &F1_MOTO_DH_LID_A1_RX_00 ,&F1_MOTO_DH_LID_A1_RX_01 ,&F1_MOTO_DH_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DRYER_DRIVING - Dryer main motor + {&F1_MOTO_DRYER_DRIVING_A1_TX_00, &F1_MOTO_DRYER_DRIVING_A1_TX_01, &F1_MOTO_DRYER_DRIVING_A1_RX_00 ,&F1_MOTO_DRYER_DRIVING_A1_RX_01 ,&F1_MOTO_DRYER_DRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LID - Drier lid + {&F1_MOTO_DRYER_LID_A1_TX_00, &F1_MOTO_DRYER_LID_A1_TX_01, &F1_MOTO_DRYER_LID_A1_RX_00 ,&F1_MOTO_DRYER_LID_A1_RX_01 ,&F1_MOTO_DRYER_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LOADARM - Drier thread loading arm + {&F1_MOTO_DRYER_LOADARM_A1_TX_00, &F1_MOTO_DRYER_LOADARM_A1_TX_01, &F1_MOTO_DRYER_LOADARM_A1_RX_00 ,&F1_MOTO_DRYER_LOADARM_A1_RX_01 ,&F1_MOTO_DRYER_LOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DISPENSER_1 - Dispenser + {&F2_MOTO_DISPENSER_A1_1_TX_00, &F2_MOTO_DISPENSER_A1_1_TX_01, &F2_MOTO_DISPENSER_A1_1_RX_00 ,&F2_MOTO_DISPENSER_A1_1_RX_01 ,&F2_MOTO_DISPENSER_A1_1_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_2 - Dispenser + {&F2_MOTO_DISPENSER_A1_2_TX_00, &F2_MOTO_DISPENSER_A1_2_TX_01, &F2_MOTO_DISPENSER_A1_2_RX_00 ,&F2_MOTO_DISPENSER_A1_2_RX_01 ,&F2_MOTO_DISPENSER_A1_2_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_3 - Dispenser + {&F2_MOTO_DISPENSER_A1_3_TX_00, &F2_MOTO_DISPENSER_A1_3_TX_01, &F2_MOTO_DISPENSER_A1_3_RX_00 ,&F2_MOTO_DISPENSER_A1_3_RX_01 ,&F2_MOTO_DISPENSER_A1_3_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_4 - Dispenser + {&F2_MOTO_DISPENSER_A1_4_TX_00, &F2_MOTO_DISPENSER_A1_4_TX_01, &F2_MOTO_DISPENSER_A1_4_RX_00 ,&F2_MOTO_DISPENSER_A1_4_RX_01 ,&F2_MOTO_DISPENSER_A1_4_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_5 - Dispenser + {&F2_MOTO_DISPENSER_A1_5_TX_00, &F2_MOTO_DISPENSER_A1_5_TX_01, &F2_MOTO_DISPENSER_A1_5_RX_00 ,&F2_MOTO_DISPENSER_A1_5_RX_01 ,&F2_MOTO_DISPENSER_A1_5_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_6 - Dispenser + {&F2_MOTO_DISPENSER_A1_6_TX_00, &F2_MOTO_DISPENSER_A1_6_TX_01, &F2_MOTO_DISPENSER_A1_6_RX_00 ,&F2_MOTO_DISPENSER_A1_6_RX_01 ,&F2_MOTO_DISPENSER_A1_6_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_7 - Dispenser + {&F2_MOTO_DISPENSER_A1_7_TX_00, &F2_MOTO_DISPENSER_A1_7_TX_01, &F2_MOTO_DISPENSER_A1_7_RX_00 ,&F2_MOTO_DISPENSER_A1_7_RX_01 ,&F2_MOTO_DISPENSER_A1_7_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_8 - Dispenser + {&F2_MOTO_DISPENSER_A1_8_TX_00, &F2_MOTO_DISPENSER_A1_8_TX_01, &F2_MOTO_DISPENSER_A1_8_RX_00 ,&F2_MOTO_DISPENSER_A1_8_RX_01 ,&F2_MOTO_DISPENSER_A1_8_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + + //MOTOR_SCREW - Winder screw + {&F1_MOTO_SCREW_A1_TX_00, &F1_MOTO_SCREW_A1_TX_01, &F1_MOTO_SCREW_A1_RX_00 ,&F1_MOTO_SCREW_A1_RX_01 ,&F1_MOTO_SCREW_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy2_D}, + //MOTOR_WINDER - Winder + {&F1_MOTO_WINDER_A1_TX_00, &F1_MOTO_WINDER_A1_TX_01, &F1_MOTO_WINDER_A1_RX_00 ,&F1_MOTO_WINDER_A1_RX_01 ,&F1_MOTO_WINDER_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy1_D}, + + //MOTOR_LDANCER1 -Pooler Dancer adjustment + {&F1_MOTO_LDANCER1_A1_TX_00, &F1_MOTO_LDANCER1_A1_TX_01, &F1_MOTO_LDANCER1_A1_RX_00 ,&F1_MOTO_LDANCER1_A1_RX_01 ,&F1_MOTO_LDANCER1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LDANCER2 - Winder Dancer adjustment #1 + {&F1_MOTO_LDANCER2_A1_TX_00, &F1_MOTO_LDANCER2_A1_TX_01, &F1_MOTO_LDANCER2_A1_RX_00 ,&F1_MOTO_LDANCER2_A1_RX_01 ,&F1_MOTO_LDANCER2_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_LDRIVING - Pooler: + {&F1_MOTO_LDRIVING_A1_TX_00, &F1_MOTO_LDRIVING_A1_TX_01, &F1_MOTO_LDRIVING_A1_RX_00 ,&F1_MOTO_LDRIVING_A1_RX_01 ,&F1_MOTO_LDRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LLOADING - Pooler loading + {&F1_MOTO_LLOADING_A1_TX_00, &F1_MOTO_LLOADING_A1_TX_01, &F1_MOTO_LLOADING_A1_RX_00 ,&F1_MOTO_LLOADING_A1_RX_01 ,&F1_MOTO_LLOADING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LPIVOT1 - Pooler loading pivot arm + {&F1_MOTO_LPIVOT1_A1_TX_00, &F1_MOTO_LPIVOT1_A1_TX_01, &F1_MOTO_LPIVOT1_A1_RX_00 ,&F1_MOTO_LPIVOT1_A1_RX_01 ,&F1_MOTO_LPIVOT1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_RDANCER - Feeder dancer adjustment: + {&F1_MOTO_RDANCER_A1_TX_00, &F1_MOTO_RDANCER_A1_TX_01, &F1_MOTO_RDANCER_A1_RX_00 ,&F1_MOTO_RDANCER_A1_RX_01 ,&F1_MOTO_RDANCER_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RDRIVING - Feeder: + {&F1_MOTO_RDRIVING_A1_TX_00, &F1_MOTO_RDRIVING_A1_TX_01, &F1_MOTO_RDRIVING_A1_RX_00, &F1_MOTO_RDRIVING_A1_RX_01, &F1_MOTO_RDRIVING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADARM - Right loading arm: + {&F1_MOTO_RLOADARM_A1_TX_00, &F1_MOTO_RLOADARM_A1_TX_01, &F1_MOTO_RLOADARM_A1_RX_00 ,&F1_MOTO_RLOADARM_A1_RX_01 ,&F1_MOTO_RLOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADING - Right Loading + {&F1_MOTO_RLOADING_A1_TX_00, &F1_MOTO_RLOADING_A1_TX_01, &F1_MOTO_RLOADING_A1_RX_00, &F1_MOTO_RLOADING_A1_RX_01, &F1_MOTO_RLOADING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + + //MOTOR_SPARE1_1 - Spare + {&F3_MOTO_SPARE1_1_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_1_A1_RX_00 ,&F3_MOTO_SPARE1_1_A1_RX_01 ,&F3_MOTO_SPARE1_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE1_2 - Spare + {&F3_MOTO_SPARE1_2_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_2_A1_RX_00 ,&F3_MOTO_SPARE1_2_A1_RX_01 ,&F3_MOTO_SPARE1_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_1 - Spare + {&F3_MOTO_SPARE2_1_A1_TX_00, &F3_MOTO_SPARE2_1_A1_TX_01, &F3_MOTO_SPARE2_1_A1_RX_00 ,&F3_MOTO_SPARE2_1_A1_RX_01 ,&F3_MOTO_SPARE2_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_2 - Spare + {&F3_MOTO_SPARE2_2_A1_TX_00, &F3_MOTO_SPARE2_2_A1_TX_01, &F3_MOTO_SPARE2_2_A1_RX_00 ,&F3_MOTO_SPARE2_2_A1_RX_01 ,&F3_MOTO_SPARE2_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE3_1 - Spare + //{&F3_MOTO_SPARE3_1_A1_TX_00, &F3_MOTO_SPARE3_1_A1_TX_01, &F3_MOTO_SPARE3_1_A1_RX_00 ,&F3_MOTO_SPARE3_1_A1_RX_01 ,&F3_MOTO_SPARE3_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + +}; + +uint8_t FPGA_SPI_Transnit(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //*FpgaMotMap[_motorId].WORDS = 4; + + //if((*FpgaMotMap[_motorId].NBUSY == NOTBUSY) && (*FpgaMotMap[_motorId].SPI_Busy == NOTBUSY)) + { + Int2Short.uint = Fpga_Spi[_motorId].TX_MOSI; + + *FpgaMotMap[_motorId].TX_01 = Int2Short.ushort.MSB; + //SysCtlDelay(1); + *FpgaMotMap[_motorId].TX_00 = Int2Short.ushort.LSB; + // SysCtlDelay(100); + //*FpgaMotMap[_motorId].WORDS = Fpga_Spi[_motorId].AMT_OF_Words; + } + return OK; +} + +uint8_t FPGA_SPI_Receive(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //TODO - check if busy ? + Int2Short.ushort.LSB = *FpgaMotMap[_motorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[_motorId].RX_01; + Fpga_Spi[_motorId].RX_MISO = Int2Short.uint; + + return OK; +} + +//---------------- GET ------------------------------ + +void Read_Motors_Driver_ADC(TimerMotors_t i) +{ + SysCtlDelay(12000); + Fpga_Spi[i].TX_MOSI = (x_GET_PARAM | x_ADC_OUT)<<8; + FPGA_SPI_Transnit(i); + SysCtlDelay(12000); + FPGA_Get_Res(i); + MotorDriverResponse[i].ADC = Fpga_Spi[i].RX_MISO; +} + +uint32_t Read_Motors_Driver_Type(TimerMotors_t i) +{ + uint32_t status = OK; + + + //First communicate with powerSTEP01 + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 22) && (MotorDriverResponse[i].ADC < 26)) // //(powerSTEP01, ADC = 24) + { + MotorDriverResponse[i].DriverType = CombinrdMotDriver; + //default for dispensers, dryer-LID and DH-LID Voltage mode, for other motors Current mode + if(((i >= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1) && (i <= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8)) || (i == HARDWARE_MOTOR_TYPE__MOTO_DH_LID) || (i == HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID)) + MotorDriverResponse[i].DriverMode = Voltage; + else + MotorDriverResponse[i].DriverMode = Current; + } + else + { + //Change the SPI direction and check if this driver is Current or Voltage + Change_Motor_SPI_Direction(i,Current_Or_Voltage); + delayms(5); + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 9) && (MotorDriverResponse[i].ADC < 13)) + { + MotorDriverResponse[i].DriverType = CurrentMotDriver; //(L6472, ADC = 11) + MotorDriverResponse[i].DriverMode = Current; + } + else + if((MotorDriverResponse[i].ADC >= 15) && (MotorDriverResponse[i].ADC < 19)) + { + MotorDriverResponse[i].DriverType = VoltageMotDriver; //(L6470, ADC = 17) + MotorDriverResponse[i].DriverMode = Voltage; + } + else + { + //UnKnownMotDriver + MotorDriverResponse[i].DriverType = UnKnownMotDriver; + LOG_ERROR (i, "Unable to recognize the motor's driver type"); + status = ERROR; + } + } + + + return status; +} + +void FPGA_GetClrMotStat_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_STATUS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + //FPGA_SPI_Transnit(_motorId); + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetStatusFromFPGA_Callback); + +} + +void FPGA_GetFPGAMotSpeed_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetSpeedFromFPGA_Callback); +} + +void FPGA_GetMotSpeed_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_ADC_OUT_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ADC_OUT; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotPosition_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ABS_POS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetPositionFromFPGA_Callback); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotMicroSteps_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_STEP_MODE; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_Res(TimerMotors_t _motorId) //The answer for every FPGA Get Cmd +{ + FPGA_SPI_Receive(_motorId); +} + +void FPGA_GetBusy() +{ +#ifndef EVALUATION_BOARD + // uint8_t i; + + F1MOTNBUSY1 F1_MOT_NBUSY1; + F1MOTNBUSY2 F1_MOT_NBUSY2; + F2MOTNBUSY1 F2_MOT_NBUSY1; + //F3MOTNBUSY1 F3_MOT_NBUSY1; - for spare motors + + F1SPIBUSY1 F1_SPI_BUSY1; + F1SPIBUSY2 F1_SPI_BUSY2; + F2SPIBUSY1 F2_SPI_BUSY1; + F2SPIBUSY2 F2_SPI_BUSY2; + //F3SPIBUSY1 F3_SPI_BUSY1; - for spare motors + + //Read NBUSY from FPGA + unsigned short readValue = 0; + readValue = F1_Moto_Driver_NBUSY1_D; + F1_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F1_Moto_Driver_NBUSY2_D; + F1_MOT_NBUSY2.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F2_Moto_Driver_NBUSY1_D; + F2_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + //F3_MOT_NBUSY1.ushort = F3_Moto_Driver_NBUSY1_D; - for spare motors + + //Read SPI BUSY from FPGA + F1_SPI_BUSY1.ushort = F1_SPI_Busy1_D; + F1_SPI_BUSY2.ushort = F1_SPI_Busy2_D; + F2_SPI_BUSY1.ushort = F2_SPI_Busy1_D; + F2_SPI_BUSY2.ushort = F2_SPI_Busy2_D; + //F3_SPI_BUSY1.ushort = F3_SPI_Busy1_D; - for spare motors + + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_LID_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DH_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LID_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LOADARM_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DRYER_LOADARM_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_1_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_2_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_3_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_4_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_5_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_6_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_7_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_8_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_SCREW].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_SCREW_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_SCREW_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_WINDER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_WINDER_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_WINDER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDANCER2].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDANCER2_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDANCER2_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LLOADING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LLOADING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LPIVOT1_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_LPIVOT1_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDANCER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDANCER_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_RDANCER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDRIVING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RLOADING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RLOADING_A1_SDI_busy; + + TempSensorResponse[TEMP_SENSE_ANALOG_MIXCHIP_TEMP].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_MIXCHIP_TEMP_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP4].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP4_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP5].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP5_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP1].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP2].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP3].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP3_1_BUSY; + + Dancer_Busy[HARDWARE_DANCER_TYPE__LeftDancer] = F1_SPI_BUSY1.bits.F1_LDANCER2_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__MiddleDancer] = F1_SPI_BUSY1.bits.F1_LDANCER1_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__RightDancer] = F1_SPI_BUSY1.bits.F1_RDANCER_ROTENC_DATA_p_busy; + + SpeedSensorResponseS.Busy = F1_SPI_BUSY1.bits.F1_RSPARE_ROTENC_DATA_p_busy; + +#endif +} + +int MotorGetFPGAResponse(TimerMotors_t MotorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaMotMap[MotorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[MotorId].RX_01; + *Data = Int2Short.uint; + + return OK; + } + //else + // return ERROR; +} +//---------------- SET ------------------------------ + +//uint32_t MotorSentData[NUM_OF_MOTORS][100] = {0}; +//int MotorDataIndex[NUM_OF_MOTORS] = {0}; +int MotorSendFPGARequest(TimerMotors_t MotorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; +// MotorSentData[MotorId][MotorDataIndex[MotorId]] = Data; +// MotorDataIndex[MotorId]+=1; +// if (MotorDataIndex[MotorId] == 99) MotorDataIndex[MotorId] = 0; + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) + { + ROM_IntMasterDisable(); + Int2Short.uint = Data; + + *FpgaMotMap[MotorId].TX_01 = Int2Short.ushort.MSB; + *FpgaMotMap[MotorId].TX_00 = Int2Short.ushort.LSB; + //*FpgaMotMap[MotorId].WORDS = Length; + ROM_IntMasterEnable(); + + return OK; + } + //else + // return ERROR; +} + +typedef enum +{ + MOTOR_CONFIG_INIT, + MOTOR_CONFIG_HARD_HIZ, + MOTOR_CONFIG_READ_ADC, + MOTOR_CONFIG_ACC, + MOTOR_CONFIG_DEC, + MOTOR_CONFIG_MIN_SPEED, + MOTOR_CONFIG_MAX_SPEED, + MOTOR_CONFIG_STEP_MODE, + MOTOR_CONFIG_CONFIG, + MOTOR_CONFIG_KVAL_TVAL_HOLD, + MOTOR_CONFIG_KVAL_TVAL_RUN, + MOTOR_CONFIG_KVAL_TVAL_ACC, + MOTOR_CONFIG_KVAL_TVAL_DEC, + MOTOR_CONFIG_ST_SLP_T_FAST, + MOTOR_CONFIG_INT_SPD, + MOTOR_CONFIG_FN_SLP_ACC_TON_MIN, + MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN, + MOTOR_CONFIG_OCD_TH, + MOTOR_CONFIG_STALL_TH, + MOTOR_CONFIG_K_THERM, + MOTOR_CONFIG_FS_SPD, + MOTOR_CONFIG_GATECFG1, + MOTOR_CONFIG_GATECFG2, + MOTOR_CONFIG_END +}MOTOR_CONFIG_STAGES_ENUM; +MOTOR_CONFIG_STAGES_ENUM ConfigStages[NUM_OF_MOTORS] = {MOTOR_CONFIG_INIT}; + +void FPGA_SetMotorsInit() +{ + uint8_t i=0; + + //LOW logic level resets the logic and puts the device into Standby mode. + F1_Moto_Driver_NSTBYRST1 = 0; + F1_Moto_Driver_NSTBYRST2 = 0; + F2_Moto_Driver_NSTBYRST1 = 0; + F3_Moto_Driver_NSTBYRST1 = 0; + + SysCtlDelay(100); + + F1_Moto_Driver_NSTBYRST1 = 0xFFFF; + F1_Moto_Driver_NSTBYRST2 = 0xFFFF; + F2_Moto_Driver_NSTBYRST1 = 0xFFFF; + F3_Moto_Driver_NSTBYRST1 = 0xFFFF; + + for(i=0;i5) && (i<14))//dispensers + { + delayms(100); + + +/* + MotorDriverRequest[i].KvalHold = 0x29; + MotorDriverRequest[i].KvalRun = 0x29; + MotorDriverRequest[i].KvalAcc = 0x29; + MotorDriverRequest[i].KvalDec = 0x29; + + FPGA_SetMotKvalHold(i); + delayms(100); + FPGA_SetMotKvalRun(i); + delayms(100); + FPGA_SetMotKvalAcc(i); + delayms(100); + FPGA_SetMotKvalDec(i); + delayms(100); +*/ + FPGA_SetMotPowerStep01GateCfg(i); + delayms(100); + } +#endif + } + + //TODO Prescaler settings for SPI + //F1_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F1_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw + //F2_Prescaler1_reg4 = //3bit spi moto low duty cycle value for pmw + //F2_Prescaler1_reg5 = //3bit spi moto high duty cycle value for pmw + //F3_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F3_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw +} + +//char nop; +uint32_t FPGA_MotorConfig_callback(TimerMotors_t _motorId, uint32_t ReadValue) +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp = 0; + uint32_t input_value = 0; + uint32_t speed_calc = 0; + //static char Motor_Type_Flag = 0; + char CM_VM = 0; + if (_motorId > NUM_OF_MOTORS) + { + LOG_ERROR (_motorId, "Invalid motor id"); + return ERROR; + } + + switch (ConfigStages[_motorId]) + { + case MOTOR_CONFIG_READ_ADC: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == UnKnownMotDriver) + { + Read_Motors_Driver_Type(_motorId); + } +// else +// { +// nop++; +// } + //intentional fall through + case MOTOR_CONFIG_ACC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_ACC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_DEC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_DEC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_MIN_SPEED: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].lowspeedoptimization!=0) + { + temp = x_SET_PARAM | x_MIN_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].minfrequency); + speed_calc|= 0x800; //LSPD_OPT + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_MAX_SPEED: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_STEP_MODE: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].microstep!=0) + { + for (i = 0; i < 8; i++) + { + if (MotorsCfg[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; + +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ +/* + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + CM_VM = CurrentMotDriver; + } + else + CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + +*/ + CM_VM = MotorDriverResponse[_motorId].DriverMode;// 1<<3 or 0<<3 + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + } + case MOTOR_CONFIG_CONFIG: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].configword!=0) + { + //temp = x_SET_PARAM | x_CONFIG; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_CONFIG; + temp = temp << 24; + if(MotorDriverResponse[_motorId].DriverMode == Voltage) + { + temp |= 0x2E8F<<8;//voltage + } + else + { + temp |= 0x2E8F<<8;//need to change in current mode? + } + + } + else + { + temp = x_SET_PARAM | x_CONFIG; + temp = temp << 24; + temp |= MotorsCfg[_motorId].configword<<8; + } + + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_KVAL_TVAL_HOLD: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalhold / tvalhold is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_RUN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalrun / tvalrun is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_ACC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalacc; + } + else + { + input_value = MotorsCfg[_motorId].kvalacc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalacc / tvalacc is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_DEC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvaldec; + } + else + { + if(Extended_Motor_Param) + input_value = MotorsCfg[_motorId].kvaldec; + else + input_value = MotorsCfg[_motorId].kvalacc;//for old parameters files (we used kvaldec for x_FS_SPD + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvaldec / tvaldec is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_ST_SLP_T_FAST: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_ST_SLP_T_FAST; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tfast; + } + else + { + input_value = MotorsCfg[_motorId].stslp; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"stslp / tfast is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_INT_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].intspd!=0) + { + temp = x_SET_PARAM | x_INT_SPD; + temp = temp << 24; + temp |= MotorsCfg[_motorId].intspd<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FN_SLP_ACC_TON_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_ACC_TON_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tonmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpacc; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpacc / tonmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_DEC_TOFF_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].toffmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpdec; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpdec / toffmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_OCD_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].overcurrentthreshold!=0) + { + temp = x_SET_PARAM | x_OCD_TH; + temp = temp << 24; + if(MotorsCfg[_motorId].overcurrentthreshold == 0) + { + LOG_ERROR (_motorId,"OCD_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + temp |= MotorsCfg[_motorId].overcurrentthreshold<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_STALL_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].stallthreshold!=0) + { + temp = x_SET_PARAM | x_STALL_TH; + temp = temp << 24; + temp |= MotorsCfg[_motorId].stallthreshold<<16; + if(MotorsCfg[_motorId].stallthreshold == 0) + { + LOG_ERROR (_motorId,"STALL_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_K_THERM: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].thermalcompensationfactor!=0) + { + temp = x_SET_PARAM | x_K_THERM; + temp = temp << 24; + temp |= MotorsCfg[_motorId].thermalcompensationfactor<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FS_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].fsspd!=0) + { + temp = x_SET_PARAM | x_FS_SPD; + temp = temp << 24; + temp |= (/*FSCalc*/(MotorsCfg[_motorId].fsspd))<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG1: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG2: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + break; + default: + return ERROR; + } + if (ConfigStages[_motorId] >= MOTOR_CONFIG_END) + { + //notify original caller that motor is ready + } +return OK; + +} + +uint32_t FPGA_MotorConfig(TimerMotors_t _motorId, MotorDriverConfigStruc *MotorConfig) +{ + ConfigStages[_motorId] = MOTOR_CONFIG_HARD_HIZ; + + uint32_t temp; + temp = x_HARD_HIZ; + temp = temp << 24; + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + ConfigStages[_motorId]++; + return OK; +} + +void FPGA_SetMotSpeed(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + MillisecSetMotorSpeed(_motorId, temp, 4, NULL); + + +///-------------------------------------------- +// Fpga_Spi[_motorId].TX_MOSI = temp;//<<8; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; +// FPGA_SPI_Transnit(_motorId); +//----------------------------------------------------- +} +void FPGA_SetMotSpeedDirect(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} +void FPGA_SetMotMaxSpeed(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + uint16_t speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + if (speed_calc > 0x3FF) //TODO to check if it is needed here + speed_calc = 0x3FF; + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +} + + +void FPGA_SetMotMicroStep(TimerMotors_t _motorId)// +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp; + char CM_VM = 0; + + for (i = 0; i < 8; i++) + { + if (MotorDriverRequest[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ + + //CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + //The CM_VM bit sets the current control method between voltage and current mode: + CM_VM = MotorDriverResponse[_motorId].DriverMode; + + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + ReportWithPackageFilter(GeneralFilter,"FPGA_SetMotMicroStep",__FILE__,__LINE__,_motorId,RpMessage,i,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + } +} + + +void FPGA_SetGoToPosition(TimerMotors_t _motorId)//GoTo +{ + uint32_t temp; + + temp = x_GOTO; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position);; + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetGoToDirPosition(TimerMotors_t _motorId)//GoTo_DIR command +{ + uint32_t temp; + + temp = x_GOTO_DIR | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position); + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetMotPosition(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + temp = x_MOVE | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= MotorDriverRequest[_motorId].Position; + Fpga_Spi[_motorId].TX_MOSI = temp; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + + // FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetGoMotHome(TimerMotors_t _motorId) +{ + + Fpga_Spi[_motorId].TX_MOSI = x_GO_HOME; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotHome(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_RESET_POS; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; + //FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotStop(TimerMotors_t _motorId) +{ + uint32_t temp; + + switch(MotorDriverRequest[_motorId].Stop) + { + case Hard_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; + break; + case Soft_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_STOP; + break; + case Hard_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_HIZ ; + break; + case Soft_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_HIZ; + break; + default: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; //TODO which default value? + break; + } + + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1;//TODO ? + + temp = Fpga_Spi[_motorId].TX_MOSI; + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalHold(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalHold > 0x7F)) + MotorDriverRequest[_motorId].KvalHold = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalHold",__FILE__,__LINE__,_motorId,RpMessage,MotorDriverResponse[_motorId].DriverMode,0); + + MillisecWriteToMotor(_motorId,temp,4,NULL); +} + +void FPGA_SetMotKvalRun(TimerMotors_t _motorId) +{ + uint32_t temp; + + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalRun > 0x7F)) + MotorDriverRequest[_motorId].KvalRun = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalRun",__FILE__,__LINE__,_motorId,RpMessage,temp,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + //FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalAcc(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalAcc > 0x7F)) + MotorDriverRequest[_motorId].KvalAcc = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalAcc; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalAcc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalDec(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalDec > 0x7F)) + MotorDriverRequest[_motorId].KvalDec = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalDec; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalDec; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotPowerStep01GateCfg(TimerMotors_t _motorId) +{ + uint32_t temp; + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + + //------------------------------------- + delayms(100); + //------------------------------------- + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} + +/////////////////////////////////////////////////////////////////////////////// +/* +SPI spi; + +uint8_t SPI_Transnit(SPI Spi) +{ + + INT2SHORT Int2Short; + + Int2Short.uint = Spi.TX_MOSI; + + //Check Busy register and see if the SPI desired is available + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + F1_MOTO_RLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADING_A1_TX_00); + break; + case MOTOR_RDRIVING: + F1_MOTO_RDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDRIVING_A1_TX_00); + break; + case MOTOR_LDRIVING: + F1_MOTO_LDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDRIVING_A1_TX_00); + break; + case MOTOR_LLOADING: + F1_MOTO_LLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LLOADING_A1_TX_00); + break; + case MOTOR_DRYER_LOADARM: + F1_MOTO_DRYER_LOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LOADARM_A1_TX_00); + break; + case MOTOR_DRYER_DRIVING: + F1_MOTO_DRYER_DRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_DRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_DRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_DRIVING_A1_TX_00); + break; + case MOTOR_DH_CLEANHEAD: + F1_MOTO_DH_CLEANHEAD_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANHEAD_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANHEAD_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANHEAD_A1_TX_00); + break; + case MOTOR_DH_CLEANMECH: + F1_MOTO_DH_CLEANMECH_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANMECH_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANMECH_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANMECH_A1_TX_00); + break; + case MOTOR_SCREW: + F1_MOTO_SCREW_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_SCREW_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_SCREW_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_SCREW_A1_TX_00); + break; + case MOTOR_WINDER: + F1_MOTO_WINDER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_WINDER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_WINDER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_WINDER_A1_TX_00); + break; + case MOTOR_RLOADARM: + F1_MOTO_RLOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADARM_A1_TX_00); + break; + case MOTOR_RDANCER: + F1_MOTO_RDANCER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDANCER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDANCER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDANCER_A1_TX_00); + break; + case MOTOR_LDANCER1: + F1_MOTO_LDANCER1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER1_A1_TX_00); + break; + case MOTOR_LDANCER2: + F1_MOTO_LDANCER2_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER2_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER2_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER2_A1_TX_00); + break; + case MOTOR_DRYER_LID: + F1_MOTO_DRYER_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LID_A1_TX_00); + break; + case MOTOR_DH_LID: + F1_MOTO_DH_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_LID_A1_TX_00); + break; + case MOTOR_LPIVOT1: + F1_MOTO_LPIVOT1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LPIVOT1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LPIVOT1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LPIVOT1_A1_TX_00); + break; + default: + break; + } + + return 0; +} + +uint8_t SPI_Receive (SPI Spi) +{ + + INT2SHORT Int2Short; + + //Check busy before trying to read RX registers. + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + Int2Short.ushort.LSB = F1_MOTO_RLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADING_A1_RX_01; + break; + case MOTOR_RDRIVING: + Int2Short.ushort.LSB = F1_MOTO_RDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDRIVING_A1_RX_01; + break; + case MOTOR_LDRIVING: + Int2Short.ushort.LSB = F1_MOTO_LDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDRIVING_A1_RX_01; + break; + case MOTOR_LLOADING: + Int2Short.ushort.LSB = F1_MOTO_LLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LLOADING_A1_RX_01; + break; + case MOTOR_DRYER_LOADARM: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LOADARM_A1_RX_01; + break; + case MOTOR_DRYER_DRIVING: + Int2Short.ushort.LSB = F1_MOTO_DRYER_DRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_DRIVING_A1_RX_01; + break; + case MOTOR_DH_CLEANHEAD: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANHEAD_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANHEAD_A1_RX_01; + break; + case MOTOR_DH_CLEANMECH: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANMECH_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANMECH_A1_RX_01; + break; + case MOTOR_SCREW: + Int2Short.ushort.LSB = F1_MOTO_SCREW_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_SCREW_A1_RX_01; + break; + case MOTOR_WINDER: + Int2Short.ushort.LSB = F1_MOTO_WINDER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_WINDER_A1_RX_01; + break; + case MOTOR_RLOADARM: + Int2Short.ushort.LSB = F1_MOTO_RLOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADARM_A1_RX_01; + break; + case MOTOR_RDANCER: + Int2Short.ushort.LSB = F1_MOTO_RDANCER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDANCER_A1_RX_01; + break; + case MOTOR_LDANCER1: + Int2Short.ushort.LSB = F1_MOTO_LDANCER1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER1_A1_RX_01; + break; + case MOTOR_LDANCER2: + Int2Short.ushort.LSB = F1_MOTO_LDANCER2_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER2_A1_RX_01; + break; + case MOTOR_DRYER_LID: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LID_A1_RX_01; + break; + case MOTOR_DH_LID: + Int2Short.ushort.LSB = F1_MOTO_DH_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_LID_A1_RX_01; + break; + case MOTOR_LPIVOT1: + Int2Short.ushort.LSB = F1_MOTO_LPIVOT1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LPIVOT1_A1_RX_01; + break; + default: + break; + } + + Spi.RX_MISO = Int2Short.uint; + + return 0; +} + +void FPGA_GetClrMotStat(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_STATUS; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} + +void FPGA_GetMotSpeed(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_PARAM | x_SPEED; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} +*/ +//////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// + +SPI TempSense_Spi[MAX_TEMPERATURE_SENSOR_ID]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * SPI_Busy; // TODO - remove this fied and combine with the mtor struct + +} FpgaSpiMap_t; + +static FpgaSpiMap_t FpgaTempSenseMap[MAX_TEMPERATURE_SENSOR_ID] = +{ + //TEMP_SENSE_ANALOG_MIXCHIP_TEMP, //ANALOG_MIXCHIP_TEMP + {&F2_ANALOG_MIXCHIP_TEMP_1_TX_00, &F2_ANALOG_MIXCHIP_TEMP_1_TX_01, &F2_ANALOG_MIXCHIP_TEMP_1_RX_00 ,&F2_ANALOG_MIXCHIP_TEMP_1_RX_01 ,&F2_ANALOG_MIXCHIP_TEMP_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DYEINGH_TEMP1, //ANALOG_DYEINGH_TEMP1_1 + {&F2_ANALOG_DYEINGH_TEMP1_1_TX_00, &F2_ANALOG_DYEINGH_TEMP1_1_TX_01, &F2_ANALOG_DYEINGH_TEMP1_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP1_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP2, //ANALOG_DYEINGH_TEMP2 + {&F2_ANALOG_DYEINGH_TEMP2_TX_00, &F2_ANALOG_DYEINGH_TEMP2_TX_01, &F2_ANALOG_DYEINGH_TEMP2_RX_00 ,&F2_ANALOG_DYEINGH_TEMP2_RX_01 ,&F2_ANALOG_DYEINGH_TEMP2_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP3, //ANALOG_DYEINGH_TEMP3 + {&F2_ANALOG_DYEINGH_TEMP3_1_TX_00, &F2_ANALOG_DYEINGH_TEMP3_1_TX_01, &F2_ANALOG_DYEINGH_TEMP3_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP3_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP4, //ANALOG_DYEINGH_TEMP4 + {&F2_ANALOG_DYEINGH_TEMP4_1_TX_00, &F2_ANALOG_DYEINGH_TEMP4_1_TX_01, &F2_ANALOG_DYEINGH_TEMP4_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP4_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP4_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP5, //ANALOG_DYEINGH_TEMP5 + {&F2_ANALOG_DYEINGH_TEMP5_1_TX_00, &F2_ANALOG_DYEINGH_TEMP5_1_TX_01, &F2_ANALOG_DYEINGH_TEMP5_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP5_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP5_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DRYER_TEMP1, //ANALOG_DRYER_TEMP1 + {&F2_ANALOG_DRYER_TEMP1_1_TX_00, &F2_ANALOG_DRYER_TEMP1_1_TX_01, &F2_ANALOG_DRYER_TEMP1_1_RX_00 ,&F2_ANALOG_DRYER_TEMP1_1_RX_01 ,&F2_ANALOG_DRYER_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP2, //ANALOG_DRYER_TEMP2 + {&F2_ANALOG_DRYER_TEMP2_1_TX_00, &F2_ANALOG_DRYER_TEMP2_1_TX_01, &F2_ANALOG_DRYER_TEMP2_1_RX_00 ,&F2_ANALOG_DRYER_TEMP2_1_RX_01 ,&F2_ANALOG_DRYER_TEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP3, //ANALOG_DRYER_TEMP3 + {&F2_ANALOG_DRYER_TEMP3_1_TX_00, &F2_ANALOG_DRYER_TEMP3_1_TX_01, &F2_ANALOG_DRYER_TEMP3_1_RX_00 ,&F2_ANALOG_DRYER_TEMP3_1_RX_01 ,&F2_ANALOG_DRYER_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_AN_ENCLOSURETEMP1, //AN_ENCLOSURETEMP1_1 + {&F2_AN_ENCLOSURETEMP1_1_TX_00, &F2_AN_ENCLOSURETEMP1_1_TX_01, &F2_AN_ENCLOSURETEMP1_1_RX_00 ,&F2_AN_ENCLOSURETEMP1_1_RX_01 ,&F2_AN_ENCLOSURETEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP2, //AN_ENCLOSURETEMP2_1 + {&F2_AN_ENCLOSURETEMP2_1_TX_00, &F2_AN_ENCLOSURETEMP2_1_TX_01, &F2_AN_ENCLOSURETEMP2_1_RX_00 ,&F2_AN_ENCLOSURETEMP2_1_RX_01 ,&F2_AN_ENCLOSURETEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP3, //AN_ENCLOSURETEMP3_1 + {&F2_AN_ENCLOSURETEMP3_1_TX_00, &F2_AN_ENCLOSURETEMP3_1_TX_01, &F2_AN_ENCLOSURETEMP3_1_RX_00 ,&F2_AN_ENCLOSURETEMP3_1_RX_01 ,&F2_AN_ENCLOSURETEMP3_1_WORDS ,&F2_SPI_Busy1_D}, +}; + +//void FPGA_WRITE() +//{ +// /*int i,j; +// uint16_t *Temp; +// Temp = &F1_Ver1_D; +// uint16_t a[209]; +// memset(Temp,0xFFFF,200); +// memcpy(a,Temp,208); +// for(j=0;j<32000;j++) +// { +// j++; +// for(i=0;i<32000;i++) +// { +// *(&F2_ANALOG_DRYER_TEMP3_1_TX_00+i) = 0xFFFF; +// } +// }*/ +//} + +int SPISendFPGARequest(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) + { + Int2Short.uint = Data; + + *FpgaTempSenseMap[SensorId].WORDS = Length; + *FpgaTempSenseMap[SensorId].TX_01 = Int2Short.ushort.MSB; + *FpgaTempSenseMap[SensorId].TX_00 = Int2Short.ushort.LSB; + + + Status = OK; + } + else + Status = ERROR; + + return Status; +} + +int SPIGetFPGAResponse(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaTempSenseMap[SensorId].RX_00; + Int2Short.ushort.MSB = *FpgaTempSenseMap[SensorId].RX_01; + *Data = Int2Short.uint; + + Status = OK; + } + else + Status = ERROR; + + return Status; +} +//////////////////////////////////////////////////////////////// +/* +//temporary till the FPGA change: +unsigned short F1_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F1_Moto_Driver_SPI_DIRECTION2 = 0; +unsigned short F2_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F3_Moto_Driver_SPI_DIRECTION1 = 0; +*/ + +F1_SPI_DIRECTION1 F1_SPI_Direction1; +F1_SPI_DIRECTION2 F1_SPI_Direction2; +F2_SPI_DIRECTION1 F2_SPI_Direction1; +F3_SPI_DIRECTION1 F3_SPI_Direction1; + +void Change_Motor_SPI_Direction(TimerMotors_t _motorId, SPI_MOT_DRIVER_DIRECTION Spi_Direction) +{ + +/* + //read direction registers + F1_SPI_Direction1.ushort = F1_Moto_Driver_SPI_DIRECTION1; + F1_SPI_Direction2.ushort = F1_Moto_Driver_SPI_DIRECTION2; + F2_SPI_Direction1.ushort = F2_Moto_Driver_SPI_DIRECTION1; + F3_SPI_Direction1.ushort = F3_Moto_Driver_SPI_DIRECTION1; +*/ + //change direction + switch(_motorId) + { + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD: + //MOTOR_DH_CLEANHEAD - Cleaning head motor + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANHEAD = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH: + //MOTOR_DH_CLEANMECH - Cleaning mechanism + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANMECH = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_LID: + //MOTOR_DH_LID - Dyeing head lid + F1_SPI_Direction1.bits.F1_MOTO_DH_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING: + //MOTOR_DRYER_DRIVING - Dryer main motor + F1_SPI_Direction1.bits.F1_MOTO_DRYER_DRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID: + //MOTOR_DRYER_LID - Drier lid + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM: + //MOTOR_DRYER_LOADARM - Drier thread loading arm + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1: + //MOTOR_DISPENSER_1 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2: + //MOTOR_DISPENSER_2 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3: + //MOTOR_DISPENSER_3 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_3 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4: + //MOTOR_DISPENSER_4 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_4 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5: + //MOTOR_DISPENSER_5 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_5 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6: + //MOTOR_DISPENSER_6 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_6 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7: + //MOTOR_DISPENSER_7 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_7 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8: + //MOTOR_DISPENSER_8 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_8 = Spi_Direction; + case HARDWARE_MOTOR_TYPE__MOTO_SCREW: + //MOTOR_SCREW - Winder screw + F1_SPI_Direction2.bits.F1_MOTO_SCREW = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_WINDER: + //MOTOR_WINDER - Winder + F1_SPI_Direction2.bits.F1_MOTO_WINDER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER1: + //MOTOR_LDANCER1 -Pooler Dancer adjustment + F1_SPI_Direction1.bits.F1_MOTO_LDANCER1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER2: + //MOTOR_LDANCER2 - Winder Dancer adjustment #1 + F1_SPI_Direction1.bits.F1_MOTO_LDANCER2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDRIVING: + //MOTOR_LDRIVING - Pooler: + F1_SPI_Direction1.bits.F1_MOTO_LDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LLOADING: + //MOTOR_LLOADING - Pooler loading + F1_SPI_Direction1.bits.F1_MOTO_LLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1: + //MOTOR_LPIVOT1 - Pooler loading pivot arm + F1_SPI_Direction1.bits.F1_MOTO_LPIVOT1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDANCER: + //MOTOR_RDANCER - Feeder dancer adjustment: + F1_SPI_Direction2.bits.F1_MOTO_RDANCER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDRIVING: + //MOTOR_RDRIVING - Feeder: + F1_SPI_Direction2.bits.F1_MOTO_RDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADARM: + //MOTOR_RLOADARM - Right loading arm: + F1_SPI_Direction2.bits.F1_MOTO_RLOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADING: + //MOTOR_RLOADING - Right Loading + F1_SPI_Direction2.bits.F1_MOTO_RLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE3_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE3_1 = Spi_Direction; + break; + default: + break; + } + + //write direction registers + F1_Moto_Driver_SPI_DIRECTION1 = F1_SPI_Direction1.ushort; + F1_Moto_Driver_SPI_DIRECTION2 = F1_SPI_Direction2.ushort; + F2_Moto_Driver_SPI_DIRECTION1 = F2_SPI_Direction1.ushort; + F3_Moto_Driver_SPI_DIRECTION1 = F3_SPI_Direction1.ushort; +} + + +extern bool MotorConfigState[NUM_OF_MOTORS]; + +uint32_t Power_Step_01_Mode(TimerMotors_t _motorId, MOTDRIVER_MODE New_Mode) +{ + /* + POWERSTEP01 + 1. need support in machine studio + create new parameters file the (for current and voltage modes) + 2. The default mode is voltage for dispensers and + DH_LID + DRYER_LID and Current for all the rest. + 3. I order to change mode need to: + a. Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(motorId); + b. call the function Combined_Motor_Driver_Mode(motorId, New_Mode)/ Combined_dispenser_Driver_Mode(Disp_ID, New_Mode)// Current or Voltage + c. change the step to MOTOR_CONFIG_INIT and call the function MotorConfig( motorId, &MotorsCfg[motorId]) + d. read the STEP_MODE register and verify that the CM_VM bit 0 for Voltage mode and 1 for current mode + */ + uint32_t status = OK; + uint8_t MicroStepsReg = 0, CM_VM = 0;; + + if((New_Mode != MotorDriverResponse[_motorId].DriverMode) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + MotorConfigState[_motorId] = false; + + //Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(_motorId); + + //Change the flag mode + Combined_Motor_Driver_Mode(_motorId, New_Mode); + + //Set the new configuration according to the flag mode + ConfigStages[_motorId] = MOTOR_CONFIG_INIT; + MotorConfig( _motorId, &MotorsCfg[_motorId]); + delayms(50); + //read the CM_VM bit + MotorGetMicroStepsFromFPGA(_motorId); + delayms(5); + MicroStepsReg = MotorGetMicroStepsFromFPGA_Res(_motorId); + + CM_VM = (MicroStepsReg & 0x08); + + if(((New_Mode == Voltage) && (CM_VM != Voltage)) || ((New_Mode == Current) && (CM_VM != Current))) + { + status = ERROR; + } + + ReportWithPackageFilter(ControlFilter,"Change PowerStep01 mode", __FILE__,__LINE__,_motorId,RpMessage,New_Mode,0); + } + + + return status; + +} + +uint32_t Power_Step_01_Dispenser_Mode(uint8_t Dispenser_ID, MOTDRIVER_MODE New_Mode) +{ + uint32_t status = OK; + + status = Power_Step_01_Mode(Dispenser_ID + HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1, New_Mode); + + return status; +} + + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/8052170772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/8052170772d4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/8052170772d4001919daccf07d3853fc @@ -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/93/908314b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/908314b783d4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/908314b783d4001919daccf07d3853fc @@ -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/93/c040411980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/c040411980d4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/c040411980d4001919daccf07d3853fc @@ -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/93/d0fa615a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/d0fa615a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/93/d0fa615a9fd4001919daccf07d3853fc @@ -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/94/008d6b0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/008d6b0772d4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/008d6b0772d4001919daccf07d3853fc @@ -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/94/10a1312ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/10a1312ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/10a1312ed5d3001919daccf07d3853fc @@ -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/94/c0d87b1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/c0d87b1980d4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/c0d87b1980d4001919daccf07d3853fc @@ -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/94/f002501880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/f002501880d4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/94/f002501880d4001919daccf07d3853fc @@ -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/95/b06c085f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/95/b06c085f84d4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/95/b06c085f84d4001919daccf07d3853fc @@ -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/95/b0e4341980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/95/b0e4341980d4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/95/b0e4341980d4001919daccf07d3853fc @@ -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/96/60abe5b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/60abe5b683d4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/60abe5b683d4001919daccf07d3853fc @@ -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/96/a0ce390772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/a0ce390772d4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/a0ce390772d4001919daccf07d3853fc @@ -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/96/b020a70572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/b020a70572d4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/b020a70572d4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/96/c07d150772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/c07d150772d4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/c07d150772d4001919daccf07d3853fc @@ -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/96/c0ac280672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/c0ac280672d4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/96/c0ac280672d4001919daccf07d3853fc @@ -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/97/20daac057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/20daac057fd4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/20daac057fd4001919daccf07d3853fc @@ -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/97/70ba72b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/70ba72b583d4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/70ba72b583d4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/97/b050605f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/b050605f84d4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/97/b050605f84d4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/98/20f7145b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/20f7145b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/20f7145b9fd4001919daccf07d3853fc @@ -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/98/90c5340772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/90c5340772d4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/90c5340772d4001919daccf07d3853fc @@ -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/98/a0757d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/a0757d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/a0757d5f84d4001919daccf07d3853fc @@ -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/98/b055371980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/b055371980d4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/b055371980d4001919daccf07d3853fc @@ -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/98/d034485f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/d034485f84d4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/d034485f84d4001919daccf07d3853fc @@ -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/98/f0d478b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/f0d478b583d4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/98/f0d478b583d4001919daccf07d3853fc @@ -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/99/4018b2b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/4018b2b683d4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/4018b2b683d4001919daccf07d3853fc @@ -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/99/5049b4047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/5049b4047fd4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/5049b4047fd4001919daccf07d3853fc @@ -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/99/60d8a5b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/60d8a5b583d4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/60d8a5b583d4001919daccf07d3853fc @@ -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/99/9037daca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/9037daca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/9037daca7dd4001919daccf07d3853fc @@ -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/99/9091e8b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/9091e8b683d4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/9091e8b683d4001919daccf07d3853fc @@ -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/99/a031680772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/a031680772d4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/a031680772d4001919daccf07d3853fc @@ -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/99/c0dc9e5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/c0dc9e5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/99/c0dc9e5a9fd4001919daccf07d3853fc @@ -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/9a/305361c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/305361c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/305361c97dd4001919daccf07d3853fc @@ -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/9a/803c9a057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/803c9a057fd4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/803c9a057fd4001919daccf07d3853fc @@ -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/9a/d02975599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/d02975599fd4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/d02975599fd4001919daccf07d3853fc @@ -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/9a/e089aa1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/e089aa1980d4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9a/e089aa1980d4001919daccf07d3853fc @@ -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/9b/3008a6ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/3008a6ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/3008a6ca7dd4001919daccf07d3853fc @@ -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/9b/90ae64c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/90ae64c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/90ae64c97dd4001919daccf07d3853fc @@ -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/9b/b09a89057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/b09a89057fd4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9b/b09a89057fd4001919daccf07d3853fc @@ -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/9c/20e8215f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/20e8215f84d4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/20e8215f84d4001919daccf07d3853fc @@ -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/9c/6023b5ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/6023b5ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/6023b5ca7dd4001919daccf07d3853fc @@ -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/9c/a039e6057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/a039e6057fd4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9c/a039e6057fd4001919daccf07d3853fc @@ -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/9d/40d5d1b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/40d5d1b683d4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/40d5d1b683d4001919daccf07d3853fc @@ -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/9d/50656bc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/50656bc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/50656bc97dd4001919daccf07d3853fc @@ -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/9d/a0da6ccb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/a0da6ccb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/a0da6ccb7dd4001919daccf07d3853fc @@ -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/9d/b043db2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/b043db2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/b043db2dd5d3001919daccf07d3853fc @@ -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/9d/d0b9e61780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/d0b9e61780d4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/d0b9e61780d4001919daccf07d3853fc @@ -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/9d/e0daa9b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/e0daa9b683d4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9d/e0daa9b683d4001919daccf07d3853fc @@ -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/9e/2026270672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/2026270672d4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/2026270672d4001919daccf07d3853fc @@ -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/9e/4061ed2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/4061ed2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/4061ed2cd5d3001919daccf07d3853fc @@ -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/9e/d006661980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/d006661980d4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/d006661980d4001919daccf07d3853fc @@ -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/9e/e0db3c0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/e0db3c0772d4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9e/e0db3c0772d4001919daccf07d3853fc @@ -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/9f/001aa6589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/001aa6589fd4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/001aa6589fd4001919daccf07d3853fc @@ -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/9f/00f7b5047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/00f7b5047fd4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/00f7b5047fd4001919daccf07d3853fc @@ -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/9f/503f95ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/503f95ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/503f95ca7dd4001919daccf07d3853fc @@ -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/9f/d069dfb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/d069dfb683d4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/d069dfb683d4001919daccf07d3853fc @@ -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/9f/d08ea7ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/d08ea7ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/9f/d08ea7ca7dd4001919daccf07d3853fc @@ -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/a0/30ab70cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/30ab70cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/30ab70cb7dd4001919daccf07d3853fc @@ -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/a0/50fb43047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/50fb43047fd4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/50fb43047fd4001919daccf07d3853fc @@ -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/a0/a0ccf91780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/a0ccf91780d4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/a0ccf91780d4001919daccf07d3853fc @@ -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/a0/e0352e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/e0352e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a0/e0352e0772d4001919daccf07d3853fc @@ -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/a1/20c51ab783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/20c51ab783d4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/20c51ab783d4001919daccf07d3853fc @@ -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/a1/40274b047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/40274b047fd4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/40274b047fd4001919daccf07d3853fc @@ -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/a1/50a3730772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/50a3730772d4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a1/50a3730772d4001919daccf07d3853fc @@ -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/a2/00c70f5b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/00c70f5b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/00c70f5b9fd4001919daccf07d3853fc @@ -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/a2/50305fc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/50305fc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..3bfcbecc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/50305fc97dd4001919daccf07d3853fc @@ -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/a2/50cf420772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/50cf420772d4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/50cf420772d4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/c0b1431980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/c0b1431980d4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/c0b1431980d4001919daccf07d3853fc @@ -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/a2/f0db36047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/f0db36047fd4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a2/f0db36047fd4001919daccf07d3853fc @@ -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/a3/60785d0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/60785d0672d4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/60785d0672d4001919daccf07d3853fc @@ -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/a3/706ad51980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/706ad51980d4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/706ad51980d4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/80bb511980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/80bb511980d4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a3/80bb511980d4001919daccf07d3853fc @@ -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/a4/10ee0e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/10ee0e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/10ee0e0772d4001919daccf07d3853fc @@ -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/a4/201d9cca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/201d9cca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/201d9cca7dd4001919daccf07d3853fc @@ -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/a4/50ada25a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/50ada25a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/50ada25a9fd4001919daccf07d3853fc @@ -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/a4/50c77a1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/50c77a1980d4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/50c77a1980d4001919daccf07d3853fc @@ -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/a4/b000fb2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/b000fb2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/b000fb2dd5d3001919daccf07d3853fc @@ -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/a4/f08991057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/f08991057fd4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a4/f08991057fd4001919daccf07d3853fc @@ -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/a5/5034530572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a5/5034530572d4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a5/5034530572d4001919daccf07d3853fc @@ -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/a5/f09fc0cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a5/f09fc0cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a5/f09fc0cb7dd4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/2069d6b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/2069d6b683d4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/2069d6b683d4001919daccf07d3853fc @@ -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/a6/3069712ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/3069712ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/3069712ed5d3001919daccf07d3853fc @@ -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/a6/4088f40672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/4088f40672d4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a6/4088f40672d4001919daccf07d3853fc @@ -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/a7/3089a11980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/3089a11980d4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/3089a11980d4001919daccf07d3853fc @@ -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/a7/609d865f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/609d865f84d4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/609d865f84d4001919daccf07d3853fc @@ -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/a7/a0955a5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/a0955a5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a7/a0955a5d84d4001919daccf07d3853fc @@ -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/a8/50433bcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/50433bcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/50433bcb7dd4001919daccf07d3853fc @@ -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/a8/601bdacb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/601bdacb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/601bdacb7dd4001919daccf07d3853fc @@ -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/a8/602f262ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/602f262ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/602f262ed5d3001919daccf07d3853fc @@ -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/a8/a0ca62b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/a0ca62b783d4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a8/a0ca62b783d4001919daccf07d3853fc @@ -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/a9/2048f92cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/2048f92cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/2048f92cd5d3001919daccf07d3853fc @@ -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/a9/50ec7e057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/50ec7e057fd4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/50ec7e057fd4001919daccf07d3853fc @@ -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/a9/908ad2057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/908ad2057fd4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/908ad2057fd4001919daccf07d3853fc @@ -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/a9/90a3945a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/90a3945a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/90a3945a9fd4001919daccf07d3853fc @@ -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/a9/a0270d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/a0270d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/a0270d5f84d4001919daccf07d3853fc @@ -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/a9/d0d97fb583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/d0d97fb583d4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/d0d97fb583d4001919daccf07d3853fc @@ -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/a9/f09f4fc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/f09f4fc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/f09f4fc97dd4001919daccf07d3853fc @@ -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/a9/f0a1610772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/f0a1610772d4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/a9/f0a1610772d4001919daccf07d3853fc @@ -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/aa/000b83057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/000b83057fd4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/000b83057fd4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/90df8a5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/90df8a5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/90df8a5a9fd4001919daccf07d3853fc @@ -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/aa/b0a91c0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/b0a91c0772d4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/b0a91c0772d4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/aa/e0073e047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/e0073e047fd4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/e0073e047fd4001919daccf07d3853fc @@ -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/aa/f055440772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f055440772d4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f055440772d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f0b61f0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f0b61f0772d4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/aa/f0b61f0772d4001919daccf07d3853fc @@ -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/ab/0035fe2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/0035fe2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/0035fe2dd5d3001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/ab/2008deca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/2008deca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/2008deca7dd4001919daccf07d3853fc @@ -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/ab/507864b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/507864b783d4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/507864b783d4001919daccf07d3853fc @@ -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/.history/ab/60c1c6589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/60c1c6589fd4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ab/60c1c6589fd4001919daccf07d3853fc @@ -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/ac/202f655a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/202f655a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ac/202f655a9fd4001919daccf07d3853fc @@ -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/ad/10dc675d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/10dc675d84d4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/10dc675d84d4001919daccf07d3853fc @@ -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/ad/202f33b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/202f33b783d4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/202f33b783d4001919daccf07d3853fc @@ -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/ad/504a745a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/504a745a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/504a745a9fd4001919daccf07d3853fc @@ -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/ad/9073edb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/9073edb683d4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ad/9073edb683d4001919daccf07d3853fc @@ -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/ae/104b13b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/104b13b783d4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/104b13b783d4001919daccf07d3853fc @@ -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/ae/10730f2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/10730f2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/10730f2ed5d3001919daccf07d3853fc @@ -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/ae/304c360772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/304c360772d4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/304c360772d4001919daccf07d3853fc @@ -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/ae/50b8310772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/50b8310772d4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/50b8310772d4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/c06f722dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/c06f722dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ae/c06f722dd5d3001919daccf07d3853fc @@ -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/af/403fcdca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/403fcdca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/403fcdca7dd4001919daccf07d3853fc @@ -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/af/40fa892ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/40fa892ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/40fa892ed5d3001919daccf07d3853fc @@ -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/af/50df690772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/50df690772d4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/50df690772d4001919daccf07d3853fc @@ -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/af/708a51cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/708a51cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/af/708a51cb7dd4001919daccf07d3853fc @@ -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/b/1046de2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/1046de2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/1046de2cd5d3001919daccf07d3853fc @@ -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/b/60a6805a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/60a6805a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/60a6805a9fd4001919daccf07d3853fc @@ -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/b/9055f2b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/9055f2b683d4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b/9055f2b683d4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/00759b057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/00759b057fd4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/00759b057fd4001919daccf07d3853fc @@ -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/b0/104be7057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/104be7057fd4001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/104be7057fd4001919daccf07d3853fc @@ -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/b0/508366c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/508366c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/508366c97dd4001919daccf07d3853fc @@ -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/b0/60069b2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/60069b2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/60069b2dd5d3001919daccf07d3853fc @@ -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/b0/70003a5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/70003a5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/70003a5a9fd4001919daccf07d3853fc @@ -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/b0/80cb385f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/80cb385f84d4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/80cb385f84d4001919daccf07d3853fc @@ -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/b0/c0069e1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/c0069e1980d4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/c0069e1980d4001919daccf07d3853fc @@ -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/b0/c0ba9f057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/c0ba9f057fd4001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b0/c0ba9f057fd4001919daccf07d3853fc @@ -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/b1/009a7f2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/009a7f2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/009a7f2ed5d3001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/100d7f1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/100d7f1980d4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/100d7f1980d4001919daccf07d3853fc @@ -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/b1/20266b5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/20266b5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/20266b5f84d4001919daccf07d3853fc @@ -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/b1/208dadcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/208dadcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/208dadcb7dd4001919daccf07d3853fc @@ -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/b1/8021400572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/8021400572d4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/8021400572d4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/b1/805e4acb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/805e4acb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/805e4acb7dd4001919daccf07d3853fc @@ -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/b1/80c862cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/80c862cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/80c862cb7dd4001919daccf07d3853fc @@ -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/b1/b02a195e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/b02a195e84d4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/b02a195e84d4001919daccf07d3853fc @@ -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/b1/d0ec5f5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/d0ec5f5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b1/d0ec5f5d84d4001919daccf07d3853fc @@ -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/b2/2044a61980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/2044a61980d4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/2044a61980d4001919daccf07d3853fc @@ -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/b2/2067562ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/2067562ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/2067562ed5d3001919daccf07d3853fc @@ -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/b2/402f781980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/402f781980d4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/402f781980d4001919daccf07d3853fc @@ -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/b2/50bcd70772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/50bcd70772d4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/50bcd70772d4001919daccf07d3853fc @@ -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/b2/70d5fc2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/70d5fc2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/70d5fc2dd5d3001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/80bd645f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/80bd645f84d4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/80bd645f84d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/90e07a0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/90e07a0572d4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b2/90e07a0572d4001919daccf07d3853fc @@ -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/b3/1066fb0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/1066fb0672d4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/1066fb0672d4001919daccf07d3853fc @@ -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/b3/40e044cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/40e044cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/40e044cb7dd4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/509a491880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/509a491880d4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/509a491880d4001919daccf07d3853fc @@ -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/b3/b047812ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/b047812ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b3/b047812ed5d3001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/0023530772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/0023530772d4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/0023530772d4001919daccf07d3853fc @@ -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/b4/505697057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/505697057fd4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/505697057fd4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/506ffb057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/506ffb057fd4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/506ffb057fd4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/50b48c5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/50b48c5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/50b48c5a9fd4001919daccf07d3853fc @@ -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/b4/902ae8047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/902ae8047fd4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/902ae8047fd4001919daccf07d3853fc @@ -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/b4/a040fcb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/a040fcb683d4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/a040fcb683d4001919daccf07d3853fc @@ -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/b4/f028e2b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/f028e2b683d4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b4/f028e2b683d4001919daccf07d3853fc @@ -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/b5/00408e2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/00408e2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/00408e2ed5d3001919daccf07d3853fc @@ -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/b5/20d9cacb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/20d9cacb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/20d9cacb7dd4001919daccf07d3853fc @@ -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/.history/b5/606928599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/606928599fd4001919daccf07d3853fc new file mode 100644 index 000000000..ddddab698 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/606928599fd4001919daccf07d3853fc @@ -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/b5/60b8f90672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/60b8f90672d4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/60b8f90672d4001919daccf07d3853fc @@ -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/b5/70c2912ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/70c2912ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/70c2912ed5d3001919daccf07d3853fc @@ -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/b5/80d39eb583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/80d39eb583d4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/80d39eb583d4001919daccf07d3853fc @@ -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/b5/b00af80672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/b00af80672d4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/b00af80672d4001919daccf07d3853fc @@ -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/b5/c0a996cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/c0a996cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/c0a996cb7dd4001919daccf07d3853fc @@ -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/b5/c0fc9dcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/c0fc9dcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/c0fc9dcb7dd4001919daccf07d3853fc @@ -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/b5/d00f635f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/d00f635f84d4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b5/d00f635f84d4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/708ed5589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/708ed5589fd4001919daccf07d3853fc new file mode 100644 index 000000000..7ef722063 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/708ed5589fd4001919daccf07d3853fc @@ -0,0 +1,71 @@ +################################################################################ +# 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/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/b6/70d9b2ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/70d9b2ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/70d9b2ca7dd4001919daccf07d3853fc @@ -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/b6/a03d79589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/a03d79589fd4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/a03d79589fd4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/b6/c0e1785f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/c0e1785f84d4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b6/c0e1785f84d4001919daccf07d3853fc @@ -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/b7/80e0542ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b7/80e0542ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b7/80e0542ed5d3001919daccf07d3853fc @@ -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/b7/90d47d1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b7/90d47d1980d4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b7/90d47d1980d4001919daccf07d3853fc @@ -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/b8/80f7652ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/80f7652ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/80f7652ed5d3001919daccf07d3853fc @@ -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/b8/a051450572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/a051450572d4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b8/a051450572d4001919daccf07d3853fc @@ -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/b9/10684e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/10684e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/10684e0772d4001919daccf07d3853fc @@ -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/b9/6017835a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/6017835a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/6017835a9fd4001919daccf07d3853fc @@ -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/b9/801af82dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/801af82dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/b9/801af82dd5d3001919daccf07d3853fc @@ -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/ba/003d7b5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/003d7b5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/003d7b5d84d4001919daccf07d3853fc @@ -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/ba/00765a0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/00765a0772d4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/00765a0772d4001919daccf07d3853fc @@ -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/ba/30e07ccb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/30e07ccb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..b37735f09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/30e07ccb7dd4001919daccf07d3853fc @@ -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/ba/70251f5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/70251f5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/70251f5a9fd4001919daccf07d3853fc @@ -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/ba/706ea9cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/706ea9cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/706ea9cb7dd4001919daccf07d3853fc @@ -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/ba/d0ba481980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/d0ba481980d4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/d0ba481980d4001919daccf07d3853fc @@ -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/ba/e040ef2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/e040ef2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/e040ef2dd5d3001919daccf07d3853fc @@ -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/ba/e0ff612ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/e0ff612ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ba/e0ff612ed5d3001919daccf07d3853fc @@ -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/bb/5005c41980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/5005c41980d4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/5005c41980d4001919daccf07d3853fc @@ -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/bb/5054432ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/5054432ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/5054432ed5d3001919daccf07d3853fc @@ -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/bb/70921c2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/70921c2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/70921c2ed5d3001919daccf07d3853fc @@ -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/bb/e034105f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/e034105f84d4001919daccf07d3853fc new file mode 100644 index 000000000..982770da7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bb/e034105f84d4001919daccf07d3853fc @@ -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/bc/0067c7057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bc/0067c7057fd4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bc/0067c7057fd4001919daccf07d3853fc @@ -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/bc/d02d1b5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bc/d02d1b5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bc/d02d1b5a9fd4001919daccf07d3853fc @@ -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/bd/7078c8057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/7078c8057fd4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/7078c8057fd4001919daccf07d3853fc @@ -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/bd/809fd7ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/809fd7ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/809fd7ca7dd4001919daccf07d3853fc @@ -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/bd/903a0e2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/903a0e2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/903a0e2ed5d3001919daccf07d3853fc @@ -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/bd/e053290772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/e053290772d4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bd/e053290772d4001919daccf07d3853fc @@ -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/be/7081635a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/be/7081635a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/be/7081635a9fd4001919daccf07d3853fc @@ -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/be/f021f8b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/be/f021f8b683d4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/be/f021f8b683d4001919daccf07d3853fc @@ -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/bf/404f435a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/404f435a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/404f435a9fd4001919daccf07d3853fc @@ -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/bf/70435d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/70435d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..b6e6616cd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/70435d5f84d4001919daccf07d3853fc @@ -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/bf/70cd4eb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/70cd4eb783d4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/70cd4eb783d4001919daccf07d3853fc @@ -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/bf/d0036db783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/d0036db783d4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/d0036db783d4001919daccf07d3853fc @@ -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/bf/e021e51980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/e021e51980d4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/e021e51980d4001919daccf07d3853fc @@ -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/c/708367cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/708367cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/708367cb7dd4001919daccf07d3853fc @@ -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/c/f02e9c589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/f02e9c589fd4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/f02e9c589fd4001919daccf07d3853fc @@ -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/c/f04146b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/f04146b783d4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c/f04146b783d4001919daccf07d3853fc @@ -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/c0/000f875a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/000f875a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/000f875a9fd4001919daccf07d3853fc @@ -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/c0/10fb041980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/10fb041980d4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/10fb041980d4001919daccf07d3853fc @@ -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/c0/3076855d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/3076855d84d4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/3076855d84d4001919daccf07d3853fc @@ -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/c0/30e2cfcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/30e2cfcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/30e2cfcb7dd4001919daccf07d3853fc @@ -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/c0/600e450672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/600e450672d4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/600e450672d4001919daccf07d3853fc @@ -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/c0/7033a4ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/7033a4ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/7033a4ca7dd4001919daccf07d3853fc @@ -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/c0/d0219a5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/d0219a5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..b223c7168 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c0/d0219a5a9fd4001919daccf07d3853fc @@ -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/c1/0085205a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0085205a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..cd2f2e099 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/0085205a9fd4001919daccf07d3853fc @@ -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/c1/00c64f057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/00c64f057fd4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/00c64f057fd4001919daccf07d3853fc @@ -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/c1/208e305f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/208e305f84d4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/208e305f84d4001919daccf07d3853fc @@ -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/c1/90b59d589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/90b59d589fd4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/90b59d589fd4001919daccf07d3853fc @@ -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/c1/90f135047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/90f135047fd4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/90f135047fd4001919daccf07d3853fc @@ -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/c1/a0fd4d5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/a0fd4d5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/a0fd4d5a9fd4001919daccf07d3853fc @@ -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/c1/b072d01780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/b072d01780d4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c1/b072d01780d4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/c2/20f7130772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/20f7130772d4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/20f7130772d4001919daccf07d3853fc @@ -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/c2/60eaf22dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/60eaf22dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/60eaf22dd5d3001919daccf07d3853fc @@ -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/c2/90f3560772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/90f3560772d4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/90f3560772d4001919daccf07d3853fc @@ -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/c2/d0b9176084d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/d0b9176084d4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/d0b9176084d4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/c2/d0be6b5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/d0be6b5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..df9ce9c40 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c2/d0be6b5a9fd4001919daccf07d3853fc @@ -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/PT100_ADC.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/PT100/PT100_ADC.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/20c148057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/20c148057fd4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/20c148057fd4001919daccf07d3853fc @@ -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/c3/307b4a5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/307b4a5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/307b4a5a9fd4001919daccf07d3853fc @@ -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/c3/5048efb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/5048efb683d4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/5048efb683d4001919daccf07d3853fc @@ -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/c3/b040c4b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/b040c4b683d4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/b040c4b683d4001919daccf07d3853fc @@ -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/c3/d02dbd057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/d02dbd057fd4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c3/d02dbd057fd4001919daccf07d3853fc @@ -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/c4/008ba8589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/008ba8589fd4001919daccf07d3853fc new file mode 100644 index 000000000..f0d60cd57 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/008ba8589fd4001919daccf07d3853fc @@ -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/c4/60ef580772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/60ef580772d4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/60ef580772d4001919daccf07d3853fc @@ -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/c4/80ed965a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/80ed965a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/80ed965a9fd4001919daccf07d3853fc @@ -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/c4/905bcecb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/905bcecb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/905bcecb7dd4001919daccf07d3853fc @@ -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/c4/f072611980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/f072611980d4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c4/f072611980d4001919daccf07d3853fc @@ -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/c5/20ea745f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/20ea745f84d4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/20ea745f84d4001919daccf07d3853fc @@ -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/c5/607f16b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/607f16b783d4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/607f16b783d4001919daccf07d3853fc @@ -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/c5/c03bf5b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/c03bf5b683d4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/c03bf5b683d4001919daccf07d3853fc @@ -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/c5/d00b1b2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/d00b1b2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..fa007a15a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c5/d00b1b2ed5d3001919daccf07d3853fc @@ -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/c6/c024991980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c6/c024991980d4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c6/c024991980d4001919daccf07d3853fc @@ -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/c6/c0d98a2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c6/c0d98a2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..5880cb66d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c6/c0d98a2dd5d3001919daccf07d3853fc @@ -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/c7/40f986589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/40f986589fd4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/40f986589fd4001919daccf07d3853fc @@ -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/c7/80d94c1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/80d94c1980d4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/80d94c1980d4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/e04fc75f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/e04fc75f84d4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c7/e04fc75f84d4001919daccf07d3853fc @@ -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/c8/401ae8ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/401ae8ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/401ae8ca7dd4001919daccf07d3853fc @@ -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/c8/a08dac0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/a08dac0772d4001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/a08dac0772d4001919daccf07d3853fc @@ -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/c8/e0554f5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/e0554f5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/e0554f5e84d4001919daccf07d3853fc @@ -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/c8/e0e2275b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/e0e2275b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c8/e0e2275b9fd4001919daccf07d3853fc @@ -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/c9/0066330772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/0066330772d4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/0066330772d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0a9805f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0a9805f84d4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0a9805f84d4001919daccf07d3853fc @@ -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/c9/f0caff1880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0caff1880d4001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/c9/f0caff1880d4001919daccf07d3853fc @@ -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/ca/00124e1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/00124e1980d4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/00124e1980d4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/ca/10702a5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/10702a5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/10702a5a9fd4001919daccf07d3853fc @@ -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/ca/10b3d8b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/10b3d8b683d4001919daccf07d3853fc new file mode 100644 index 000000000..83cbddb67 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/10b3d8b683d4001919daccf07d3853fc @@ -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/ca/309d9ccb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/309d9ccb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/309d9ccb7dd4001919daccf07d3853fc @@ -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/ca/700c5c2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/700c5c2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/700c5c2ed5d3001919daccf07d3853fc @@ -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/ca/706c56cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/706c56cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..9a06f1546 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/706c56cb7dd4001919daccf07d3853fc @@ -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/ca/d02b4b1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/d02b4b1980d4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/d02b4b1980d4001919daccf07d3853fc @@ -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/ca/e0d5445a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/e0d5445a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/e0d5445a9fd4001919daccf07d3853fc @@ -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/ca/e0f33f5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/e0f33f5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ca/e0f33f5a9fd4001919daccf07d3853fc @@ -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/cb/10f2e52dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/10f2e52dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/10f2e52dd5d3001919daccf07d3853fc @@ -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/cb/3065cc047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/3065cc047fd4001919daccf07d3853fc new file mode 100644 index 000000000..7024e2b68 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/3065cc047fd4001919daccf07d3853fc @@ -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/cb/50fe24b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/50fe24b783d4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/50fe24b783d4001919daccf07d3853fc @@ -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/cb/a057e1057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/a057e1057fd4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/a057e1057fd4001919daccf07d3853fc @@ -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/cb/b0e2ff2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/b0e2ff2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/b0e2ff2dd5d3001919daccf07d3853fc @@ -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/cb/e075590572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/e075590572d4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cb/e075590572d4001919daccf07d3853fc @@ -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/cc/309794057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/309794057fd4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/309794057fd4001919daccf07d3853fc @@ -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/cc/60fbda5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/60fbda5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/60fbda5a9fd4001919daccf07d3853fc @@ -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/cc/80d2621980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/80d2621980d4001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cc/80d2621980d4001919daccf07d3853fc @@ -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/cd/60482c5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/60482c5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..45308d60d --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/60482c5f84d4001919daccf07d3853fc @@ -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/cd/a05943cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/a05943cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..cd0af54da --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/a05943cb7dd4001919daccf07d3853fc @@ -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/I2C.c \ +../Drivers/I2C_Communication/I2C_Comm.c + +C_DEPS += \ +./Drivers/I2C_Communication/I2C.d \ +./Drivers/I2C_Communication/I2C_Comm.d + +OBJS += \ +./Drivers/I2C_Communication/I2C.obj \ +./Drivers/I2C_Communication/I2C_Comm.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\I2C.obj" \ +"Drivers\I2C_Communication\I2C_Comm.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\I2C.d" \ +"Drivers\I2C_Communication\I2C_Comm.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/I2C.c" \ +"../Drivers/I2C_Communication/I2C_Comm.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/e0f5925a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/e0f5925a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..805d9d685 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/e0f5925a9fd4001919daccf07d3853fc @@ -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/cd/f00ae7b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/f00ae7b683d4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cd/f00ae7b683d4001919daccf07d3853fc @@ -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/ce/804e40b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/804e40b783d4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/804e40b783d4001919daccf07d3853fc @@ -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/ce/807578b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/807578b783d4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/807578b783d4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/ce/a04c502ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/a04c502ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/a04c502ed5d3001919daccf07d3853fc @@ -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/ce/c0da8e5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/c0da8e5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ce/c0da8e5f84d4001919daccf07d3853fc @@ -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/cf/10a6970772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/10a6970772d4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/10a6970772d4001919daccf07d3853fc @@ -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/cf/60d0adca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/60d0adca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/60d0adca7dd4001919daccf07d3853fc @@ -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/cf/905c911980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/905c911980d4001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/cf/905c911980d4001919daccf07d3853fc @@ -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/d/00d4222ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/00d4222ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/00d4222ed5d3001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20e56c5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20e56c5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..811c046a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20e56c5d84d4001919daccf07d3853fc @@ -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/d/20f654057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20f654057fd4001919daccf07d3853fc new file mode 100644 index 000000000..86e61b207 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d/20f654057fd4001919daccf07d3853fc @@ -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/d0/30e7b55a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/30e7b55a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..a4a43d940 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/30e7b55a9fd4001919daccf07d3853fc @@ -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/d0/40ed750772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/40ed750772d4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/40ed750772d4001919daccf07d3853fc @@ -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/d0/50cb6bb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/50cb6bb783d4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d0/50cb6bb783d4001919daccf07d3853fc @@ -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/d1/20287b5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d1/20287b5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d1/20287b5a9fd4001919daccf07d3853fc @@ -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/d1/70ca7cc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d1/70ca7cc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d1/70ca7cc97dd4001919daccf07d3853fc @@ -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/d2/1057672ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/1057672ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..80187ae88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/1057672ed5d3001919daccf07d3853fc @@ -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/d2/b0ae865d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/b0ae865d84d4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/b0ae865d84d4001919daccf07d3853fc @@ -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/d2/d0c4c1b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/d0c4c1b583d4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/d0c4c1b583d4001919daccf07d3853fc @@ -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/d2/e0609b0572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/e0609b0572d4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d2/e0609b0572d4001919daccf07d3853fc @@ -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/d3/2090835f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/2090835f84d4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/2090835f84d4001919daccf07d3853fc @@ -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/d3/30a79c1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/30a79c1980d4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/30a79c1980d4001919daccf07d3853fc @@ -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/d3/70b1ea1780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/70b1ea1780d4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/70b1ea1780d4001919daccf07d3853fc @@ -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/d3/a01c7d5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/a01c7d5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/a01c7d5e84d4001919daccf07d3853fc @@ -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/d3/a0b1735f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/a0b1735f84d4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/a0b1735f84d4001919daccf07d3853fc @@ -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/d3/c09e23b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/c09e23b783d4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/c09e23b783d4001919daccf07d3853fc @@ -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/d3/d0c0ee2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/d0c0ee2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d3/d0c0ee2cd5d3001919daccf07d3853fc @@ -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/d4/0072e52cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/0072e52cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..ec3f0b835 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/0072e52cd5d3001919daccf07d3853fc @@ -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/d4/6033dcca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/6033dcca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..248408ccc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/6033dcca7dd4001919daccf07d3853fc @@ -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/d4/a0abd9047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/a0abd9047fd4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/a0abd9047fd4001919daccf07d3853fc @@ -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/d4/d081830772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/d081830772d4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d4/d081830772d4001919daccf07d3853fc @@ -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/d5/00f4521980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/00f4521980d4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/00f4521980d4001919daccf07d3853fc @@ -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/d5/10a4175e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/10a4175e84d4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/10a4175e84d4001919daccf07d3853fc @@ -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/d5/9063a9ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/9063a9ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/9063a9ca7dd4001919daccf07d3853fc @@ -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/d5/c014bdb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/c014bdb683d4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/c014bdb683d4001919daccf07d3853fc @@ -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/d5/e0a0385a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/e0a0385a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d5/e0a0385a9fd4001919daccf07d3853fc @@ -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/d6/001957057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/001957057fd4001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/001957057fd4001919daccf07d3853fc @@ -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/d6/40f4605b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/40f4605b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..60f6f1156 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/40f4605b9fd4001919daccf07d3853fc @@ -0,0 +1,758 @@ +################################################################################ +# 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/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/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/EEPROM/Head_EEPROM.obj" \ +"./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.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/PT100_ADC.obj" \ +"./Drivers/I2C_Communication/I2C.obj" \ +"./Drivers/I2C_Communication/I2C_Comm.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/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" \ +"./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_Dancer.obj" \ +"./Modules/Stubs_Handler/Stub_Dispenser.obj" \ +"./Modules/Stubs_Handler/Stub_ExtFlash.obj" \ +"./Modules/Stubs_Handler/Stub_FPGARWReg.obj" \ +"./Modules/Stubs_Handler/Stub_FPGAReadVersion.obj" \ +"./Modules/Stubs_Handler/Stub_GPIO.obj" \ +"./Modules/Stubs_Handler/Stub_Heater.obj" \ +"./Modules/Stubs_Handler/Stub_I2C.obj" \ +"./Modules/Stubs_Handler/Stub_IntADC.obj" \ +"./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Motor.obj" \ +"./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj" \ +"./Modules/Stubs_Handler/Stub_Status.obj" \ +"./Modules/Stubs_Handler/Stub_TempSensor.obj" \ +"./Modules/Stubs_Handler/Stub_Valve.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/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/RFID_NFC/NFC_I2C/subdir_vars.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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/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/RFID_NFC/NFC_I2C/subdir_rules.mk +-include Drivers/I2C_Communication/RFID_NFC/PN7150/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 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\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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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\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" + -$(RM) "Drivers\I2C_Communication\Head_Card\EEPROM\Head_EEPROM.obj" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.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\PT100_ADC.obj" "Drivers\I2C_Communication\I2C.obj" "Drivers\I2C_Communication\I2C_Comm.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\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" + -$(RM) "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_Dancer.obj" + -$(RM) "Modules\Stubs_Handler\Stub_Dispenser.obj" "Modules\Stubs_Handler\Stub_ExtFlash.obj" "Modules\Stubs_Handler\Stub_FPGARWReg.obj" "Modules\Stubs_Handler\Stub_FPGAReadVersion.obj" "Modules\Stubs_Handler\Stub_GPIO.obj" "Modules\Stubs_Handler\Stub_Heater.obj" "Modules\Stubs_Handler\Stub_I2C.obj" "Modules\Stubs_Handler\Stub_IntADC.obj" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" "Modules\Stubs_Handler\Stub_Motor.obj" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" "Modules\Stubs_Handler\Stub_Status.obj" "Modules\Stubs_Handler\Stub_TempSensor.obj" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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\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" "Communication\PMR\Diagnostics\CartridgeValidationRequest.pb-c.d" "Communication\PMR\Diagnostics\CartridgeValidationResponse.pb-c.d" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\EmbeddedParameters\DispenserDataResponse.pb-c.d" "Communication\PMR\EmbeddedParameters\DispenserRunningData.pb-c.d" "Communication\PMR\EmbeddedParameters\MachineCalibrationData.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" "Communication\PMR\IO\CreateRequest.pb-c.d" + -$(RM) "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" + -$(RM) "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" "Communication\PMR\Printing\JobDescriptionFileBrushStop.pb-c.d" "Communication\PMR\Printing\JobDescriptionFileSegment.pb-c.d" "Communication\PMR\Printing\JobDispenser.pb-c.d" + -$(RM) "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" "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" + -$(RM) "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" "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" + -$(RM) "Drivers\Flash_Memory\Flash_Memory.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\EEPROM\Head_EEPROM.d" "Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" "Drivers\I2C_Communication\Head_Card\Heaters\Head_Heaters.d" "Drivers\I2C_Communication\Head_Card\I2C_Head_Mux.d" "Drivers\I2C_Communication\Head_Card\IO_Ports\Head_IO.d" "Drivers\I2C_Communication\Head_Card\PT100\PT100_ADC.d" "Drivers\I2C_Communication\I2C.d" "Drivers\I2C_Communication\I2C_Comm.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\Motors\Motor.d" "Drivers\Motors\MotorActions.d" + -$(RM) "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" "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" "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" + -$(RM) "Modules\IDS\IDS_dispenser.d" "Modules\IDS\IDS_init.d" "Modules\IDS\IDS_maint.d" "Modules\IDS\IDS_print.d" "Modules\IFS\ifs.d" "Modules\Stubs_Handler\Calculate.d" "Modules\Stubs_Handler\Progress.d" "Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" "Modules\Stubs_Handler\Stub_GPIO.d" "Modules\Stubs_Handler\Stub_Heater.d" "Modules\Stubs_Handler\Stub_I2C.d" "Modules\Stubs_Handler\Stub_IntADC.d" "Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" "Modules\Stubs_Handler\Stub_Motor.d" "Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" "Modules\Stubs_Handler\Stub_Status.d" "Modules\Stubs_Handler\Stub_TempSensor.d" "Modules\Stubs_Handler\Stub_Valve.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" + -$(RM) "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/d6/60d3e12dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/60d3e12dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/60d3e12dd5d3001919daccf07d3853fc @@ -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/d6/80974a0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/80974a0772d4001919daccf07d3853fc new file mode 100644 index 000000000..a4c6a28c0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/80974a0772d4001919daccf07d3853fc @@ -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/d6/a0d1c15f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/a0d1c15f84d4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/a0d1c15f84d4001919daccf07d3853fc @@ -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/d6/b07959cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/b07959cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d6/b07959cb7dd4001919daccf07d3853fc @@ -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/d7/9019b11980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/9019b11980d4001919daccf07d3853fc new file mode 100644 index 000000000..b2b0260e4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/9019b11980d4001919daccf07d3853fc @@ -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/d7/b0ea5bcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/b0ea5bcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/b0ea5bcb7dd4001919daccf07d3853fc @@ -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/d7/d027d3c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/d027d3c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..2b479abab --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/d027d3c97dd4001919daccf07d3853fc @@ -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/d7/f0ea6b2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/f0ea6b2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..94a2fa3e9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d7/f0ea6b2ed5d3001919daccf07d3853fc @@ -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/d8/20f0dbcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/20f0dbcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/20f0dbcb7dd4001919daccf07d3853fc @@ -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/d8/90ea77b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/90ea77b583d4001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/90ea77b583d4001919daccf07d3853fc @@ -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/d8/b03162047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/b03162047fd4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d8/b03162047fd4001919daccf07d3853fc @@ -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/d9/70456d5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/70456d5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/70456d5a9fd4001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/d9/70abadb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/70abadb683d4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/70abadb683d4001919daccf07d3853fc @@ -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/d9/80773dc97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/80773dc97dd4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/80773dc97dd4001919daccf07d3853fc @@ -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/d9/906ce6ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/906ce6ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/906ce6ca7dd4001919daccf07d3853fc @@ -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/d9/a059645d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/a059645d84d4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/d9/a059645d84d4001919daccf07d3853fc @@ -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/da/40e83cb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/da/40e83cb683d4001919daccf07d3853fc new file mode 100644 index 000000000..0d046f6d7 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/da/40e83cb683d4001919daccf07d3853fc @@ -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/da/804739cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/da/804739cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..94a17d396 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/da/804739cb7dd4001919daccf07d3853fc @@ -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/db/30c9ea2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/30c9ea2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/30c9ea2cd5d3001919daccf07d3853fc @@ -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/db/30d509b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/30d509b783d4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/30d509b783d4001919daccf07d3853fc @@ -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/db/5033e61980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/5033e61980d4001919daccf07d3853fc new file mode 100644 index 000000000..2e9e44918 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/5033e61980d4001919daccf07d3853fc @@ -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/db/e0c6515e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/e0c6515e84d4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/db/e0c6515e84d4001919daccf07d3853fc @@ -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/dc/00eb332ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/00eb332ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/00eb332ed5d3001919daccf07d3853fc @@ -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/dc/30b58f057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/30b58f057fd4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/30b58f057fd4001919daccf07d3853fc @@ -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/dc/40554e1880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/40554e1880d4001919daccf07d3853fc new file mode 100644 index 000000000..b27c5e3b8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/40554e1880d4001919daccf07d3853fc @@ -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/dc/8052c9cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/8052c9cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..98cd1f3ec --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/8052c9cb7dd4001919daccf07d3853fc @@ -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/dc/8092e42dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/8092e42dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/8092e42dd5d3001919daccf07d3853fc @@ -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/dc/c06aaa0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/c06aaa0772d4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/c06aaa0772d4001919daccf07d3853fc @@ -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/dc/d0ca8e057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/d0ca8e057fd4001919daccf07d3853fc new file mode 100644 index 000000000..2d8d13e32 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dc/d0ca8e057fd4001919daccf07d3853fc @@ -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/dd/00baaf1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/00baaf1980d4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/00baaf1980d4001919daccf07d3853fc @@ -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/dd/208a460572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/208a460572d4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/208a460572d4001919daccf07d3853fc @@ -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/dd/b09f1f2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/b09f1f2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..65148d9e8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/b09f1f2ed5d3001919daccf07d3853fc @@ -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/PT100_ADC.obj: ../Drivers/I2C_Communication/Head_Card/PT100/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/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/dd/f0c5862ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/f0c5862ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..cda29b385 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/dd/f0c5862ed5d3001919daccf07d3853fc @@ -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/.history/de/0089d81780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/0089d81780d4001919daccf07d3853fc new file mode 100644 index 000000000..ba205852c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/0089d81780d4001919daccf07d3853fc @@ -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/de/100b4b057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/100b4b057fd4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/100b4b057fd4001919daccf07d3853fc @@ -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/de/10c93c1880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/10c93c1880d4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/10c93c1880d4001919daccf07d3853fc @@ -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/de/20404bb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/20404bb683d4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/20404bb683d4001919daccf07d3853fc @@ -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/de/4058c35f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/4058c35f84d4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/4058c35f84d4001919daccf07d3853fc @@ -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/de/80f01d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/80f01d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/80f01d5f84d4001919daccf07d3853fc @@ -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/de/e09eb3b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/e09eb3b683d4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/de/e09eb3b683d4001919daccf07d3853fc @@ -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/df/5074beb683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/5074beb683d4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/5074beb683d4001919daccf07d3853fc @@ -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/df/60112b2ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/60112b2ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/60112b2ed5d3001919daccf07d3853fc @@ -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/df/801c4c057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/801c4c057fd4001919daccf07d3853fc new file mode 100644 index 000000000..09bdc8fed --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/801c4c057fd4001919daccf07d3853fc @@ -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/df/8088585f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/8088585f84d4001919daccf07d3853fc new file mode 100644 index 000000000..4448a628e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/8088585f84d4001919daccf07d3853fc @@ -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/df/b0655e1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/b0655e1980d4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/b0655e1980d4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/c0055b047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/c0055b047fd4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/c0055b047fd4001919daccf07d3853fc @@ -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/df/f0d72db783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/f0d72db783d4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/f0d72db783d4001919daccf07d3853fc @@ -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/e/20e568b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/20e568b783d4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/20e568b783d4001919daccf07d3853fc @@ -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/e/6024c3b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/6024c3b583d4001919daccf07d3853fc new file mode 100644 index 000000000..a15ee2b82 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/6024c3b583d4001919daccf07d3853fc @@ -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/e/807c665d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/807c665d84d4001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/807c665d84d4001919daccf07d3853fc @@ -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/e/b0ed711980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/b0ed711980d4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/b0ed711980d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/f07e10ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/f07e10ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e/f07e10ca7dd4001919daccf07d3853fc @@ -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/e0/3079c5b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/3079c5b683d4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/3079c5b683d4001919daccf07d3853fc @@ -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/e0/c047492ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/c047492ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/c047492ed5d3001919daccf07d3853fc @@ -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/e0/f08ca30772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/f08ca30772d4001919daccf07d3853fc new file mode 100644 index 000000000..6ced92348 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e0/f08ca30772d4001919daccf07d3853fc @@ -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/e1/9053541980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/9053541980d4001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/9053541980d4001919daccf07d3853fc @@ -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/e1/a0b7b8589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/a0b7b8589fd4001919daccf07d3853fc new file mode 100644 index 000000000..148485096 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/a0b7b8589fd4001919daccf07d3853fc @@ -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/e1/c0bf930572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/c0bf930572d4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/c0bf930572d4001919daccf07d3853fc @@ -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/e1/f09f40047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/f09f40047fd4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e1/f09f40047fd4001919daccf07d3853fc @@ -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/e2/1048015b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/1048015b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..68fe173a9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/1048015b9fd4001919daccf07d3853fc @@ -0,0 +1,134 @@ +################################################################################ +# 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_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_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_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_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_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_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_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_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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/108ef3b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/108ef3b683d4001919daccf07d3853fc new file mode 100644 index 000000000..9f8a77a71 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/108ef3b683d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/701dd3589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/701dd3589fd4001919daccf07d3853fc new file mode 100644 index 000000000..8bf4d5e3e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/701dd3589fd4001919daccf07d3853fc @@ -0,0 +1,74 @@ +################################################################################ +# 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/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/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/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\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\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/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/e2/a07162b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/a07162b683d4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/a07162b683d4001919daccf07d3853fc @@ -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/e2/d037ea2dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/d037ea2dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e2/d037ea2dd5d3001919daccf07d3853fc @@ -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/e3/b018df1780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/b018df1780d4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/b018df1780d4001919daccf07d3853fc @@ -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/e3/b0a415599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/b0a415599fd4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e3/b0a415599fd4001919daccf07d3853fc @@ -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/e4/30c5b6057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/30c5b6057fd4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/30c5b6057fd4001919daccf07d3853fc @@ -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/e4/60ab9a1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/60ab9a1980d4001919daccf07d3853fc new file mode 100644 index 000000000..c49132708 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/60ab9a1980d4001919daccf07d3853fc @@ -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/e4/a05d0a5e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/a05d0a5e84d4001919daccf07d3853fc new file mode 100644 index 000000000..fe052d491 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/a05d0a5e84d4001919daccf07d3853fc @@ -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/e4/b06d84b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/b06d84b583d4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/b06d84b583d4001919daccf07d3853fc @@ -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/e4/b0cd412ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/b0cd412ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..2ef8f47b3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/b0cd412ed5d3001919daccf07d3853fc @@ -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/e4/c0eab55f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/c0eab55f84d4001919daccf07d3853fc new file mode 100644 index 000000000..062005c16 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/c0eab55f84d4001919daccf07d3853fc @@ -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/e4/e0557c0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/e0557c0772d4001919daccf07d3853fc new file mode 100644 index 000000000..a01b7c044 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/e0557c0772d4001919daccf07d3853fc @@ -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/e4/f0216d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/f0216d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..8a50ca8d2 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e4/f0216d5f84d4001919daccf07d3853fc @@ -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/e5/100dcab683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/100dcab683d4001919daccf07d3853fc new file mode 100644 index 000000000..69342426c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/100dcab683d4001919daccf07d3853fc @@ -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/e5/3098842dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/3098842dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/3098842dd5d3001919daccf07d3853fc @@ -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/e5/b0c1c1057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/b0c1c1057fd4001919daccf07d3853fc new file mode 100644 index 000000000..aee99823b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/b0c1c1057fd4001919daccf07d3853fc @@ -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/e5/b0cf95057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/b0cf95057fd4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/b0cf95057fd4001919daccf07d3853fc @@ -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/e5/d013c65a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/d013c65a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/d013c65a9fd4001919daccf07d3853fc @@ -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/e5/f098255b9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/f098255b9fd4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e5/f098255b9fd4001919daccf07d3853fc @@ -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/e6/601c190672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/601c190672d4001919daccf07d3853fc new file mode 100644 index 000000000..c909f2ae6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/601c190672d4001919daccf07d3853fc @@ -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/e6/807d840572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/807d840572d4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e6/807d840572d4001919daccf07d3853fc @@ -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/e7/20830eca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/20830eca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/20830eca7dd4001919daccf07d3853fc @@ -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/e7/50301e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/50301e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..f9003f42f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/50301e0772d4001919daccf07d3853fc @@ -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/e7/60357d0672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/60357d0672d4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/60357d0672d4001919daccf07d3853fc @@ -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/e7/a05ecb057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/a05ecb057fd4001919daccf07d3853fc new file mode 100644 index 000000000..d58afd1c9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/a05ecb057fd4001919daccf07d3853fc @@ -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/e7/a083515f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/a083515f84d4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/a083515f84d4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/c049acca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/c049acca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..43102a930 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/c049acca7dd4001919daccf07d3853fc @@ -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/e7/e0135cb783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e0135cb783d4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e7/e0135cb783d4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/000618b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/000618b783d4001919daccf07d3853fc new file mode 100644 index 000000000..73e3151bc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/000618b783d4001919daccf07d3853fc @@ -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/e8/0039465f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/0039465f84d4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/0039465f84d4001919daccf07d3853fc @@ -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/e8/50ab4f5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/50ab4f5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/50ab4f5a9fd4001919daccf07d3853fc @@ -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/e8/708c33c97dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/708c33c97dd4001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/708c33c97dd4001919daccf07d3853fc @@ -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/e8/70f0b4057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/70f0b4057fd4001919daccf07d3853fc new file mode 100644 index 000000000..f57d10d43 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/70f0b4057fd4001919daccf07d3853fc @@ -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/e8/80a550047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/80a550047fd4001919daccf07d3853fc new file mode 100644 index 000000000..937d2aa65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/80a550047fd4001919daccf07d3853fc @@ -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/e8/a0a5f25f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/a0a5f25f84d4001919daccf07d3853fc new file mode 100644 index 000000000..05b7a1f54 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e8/a0a5f25f84d4001919daccf07d3853fc @@ -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/e9/30882c0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/30882c0772d4001919daccf07d3853fc new file mode 100644 index 000000000..08394bc52 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/30882c0772d4001919daccf07d3853fc @@ -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/e9/9013a50772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/9013a50772d4001919daccf07d3853fc new file mode 100644 index 000000000..63bbc10a3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/9013a50772d4001919daccf07d3853fc @@ -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/e9/c07689b583d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/c07689b583d4001919daccf07d3853fc new file mode 100644 index 000000000..7658bc5b9 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/c07689b583d4001919daccf07d3853fc @@ -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/e9/c09c851980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/c09c851980d4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/c09c851980d4001919daccf07d3853fc @@ -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/e9/d03001057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/d03001057fd4001919daccf07d3853fc new file mode 100644 index 000000000..563b4bce0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/d03001057fd4001919daccf07d3853fc @@ -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/e9/d03b325f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/d03b325f84d4001919daccf07d3853fc new file mode 100644 index 000000000..47bbb9bfd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/e9/d03b325f84d4001919daccf07d3853fc @@ -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/ea/a099bd589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ea/a099bd589fd4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ea/a099bd589fd4001919daccf07d3853fc @@ -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/ea/b094315e84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ea/b094315e84d4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ea/b094315e84d4001919daccf07d3853fc @@ -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/eb/301b012ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/301b012ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..6f80887dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/301b012ed5d3001919daccf07d3853fc @@ -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/eb/4013905f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/4013905f84d4001919daccf07d3853fc new file mode 100644 index 000000000..42f679a53 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/4013905f84d4001919daccf07d3853fc @@ -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/eb/60a9471980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/60a9471980d4001919daccf07d3853fc new file mode 100644 index 000000000..f8910cec4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/eb/60a9471980d4001919daccf07d3853fc @@ -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/ec/1095b1057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/1095b1057fd4001919daccf07d3853fc new file mode 100644 index 000000000..46d9242fd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/1095b1057fd4001919daccf07d3853fc @@ -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/ec/4079421980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/4079421980d4001919daccf07d3853fc new file mode 100644 index 000000000..522384cb6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/4079421980d4001919daccf07d3853fc @@ -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/ec/b0fd155a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/b0fd155a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/b0fd155a9fd4001919daccf07d3853fc @@ -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/ec/e09c910572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/e09c910572d4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ec/e09c910572d4001919daccf07d3853fc @@ -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/ed/1076d4cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/1076d4cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/1076d4cb7dd4001919daccf07d3853fc @@ -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/ed/609aff5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/609aff5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/609aff5a9fd4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/c0f8465a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/c0f8465a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..f3d2b9665 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ed/c0f8465a9fd4001919daccf07d3853fc @@ -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/Heater/Heater.c \ +../Drivers/Heater/TemperatureSensor.c + +C_DEPS += \ +./Drivers/Heater/Heater.d \ +./Drivers/Heater/TemperatureSensor.d + +OBJS += \ +./Drivers/Heater/Heater.obj \ +./Drivers/Heater/TemperatureSensor.obj + +OBJS__QUOTED += \ +"Drivers\Heater\Heater.obj" \ +"Drivers\Heater\TemperatureSensor.obj" + +C_DEPS__QUOTED += \ +"Drivers\Heater\Heater.d" \ +"Drivers\Heater\TemperatureSensor.d" + +C_SRCS__QUOTED += \ +"../Drivers/Heater/Heater.c" \ +"../Drivers/Heater/TemperatureSensor.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/0065551980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/0065551980d4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/0065551980d4001919daccf07d3853fc @@ -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/ee/30eecf2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/30eecf2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..7aa0e8205 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/30eecf2cd5d3001919daccf07d3853fc @@ -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/ee/70efb0589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/70efb0589fd4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/70efb0589fd4001919daccf07d3853fc @@ -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/ee/d052b1ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/d052b1ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..87c0ad368 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/d052b1ca7dd4001919daccf07d3853fc @@ -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/ee/f009b7589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/f009b7589fd4001919daccf07d3853fc new file mode 100644 index 000000000..460474bb5 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ee/f009b7589fd4001919daccf07d3853fc @@ -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/ef/20065d1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/20065d1980d4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/20065d1980d4001919daccf07d3853fc @@ -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/ef/40f08c5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/40f08c5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..31bc6b321 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/40f08c5d84d4001919daccf07d3853fc @@ -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/ef/f0a9df057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/f0a9df057fd4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ef/f0a9df057fd4001919daccf07d3853fc @@ -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/f/10cae9b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/10cae9b683d4001919daccf07d3853fc new file mode 100644 index 000000000..5d5798422 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/10cae9b683d4001919daccf07d3853fc @@ -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/f/5025615d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/5025615d84d4001919daccf07d3853fc new file mode 100644 index 000000000..71dcae149 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/5025615d84d4001919daccf07d3853fc @@ -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/f/5035f95f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/5035f95f84d4001919daccf07d3853fc new file mode 100644 index 000000000..cb2c2ad65 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/5035f95f84d4001919daccf07d3853fc @@ -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/f/a051e72dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/a051e72dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..63fadabb4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/a051e72dd5d3001919daccf07d3853fc @@ -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/f/c07a022ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/c07a022ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..9c82ff358 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f/c07a022ed5d3001919daccf07d3853fc @@ -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/f0/206f32047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/206f32047fd4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/206f32047fd4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/f0/c039752ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/c039752ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..7cbd9a7eb --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/c039752ed5d3001919daccf07d3853fc @@ -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/f0/c0cad5ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/c0cad5ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/c0cad5ca7dd4001919daccf07d3853fc @@ -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/f0/f056cc419fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/f056cc419fd4001919daccf07d3853fc new file mode 100644 index 000000000..179bc7a09 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f0/f056cc419fd4001919daccf07d3853fc @@ -0,0 +1,510 @@ +#ifndef DATADEF_H +#define DATADEF_H + +#include +#include +#include +#include +#include "common/report/report.h" + +//#define EVALUATION_BOARD // to use the LCD only when using the evaluation board +//#define USE_USB +//#define DEMO_TEMPERATURE 1 +#define Stub_Mode 1 +#define USE_HIGH_SPEED_GPIO // to use AHB GPIO (A..J) ports A-J APB or AHB, ports K-Q on AHB only +//#define WithTempSensorFiltrer (to use the function Filter_Temparature_Measurement) +//#define DEBUG_TEST_FUNCTIONS +#define HIZ_TIMEOUT 1000 +//#define DEMO_TEMPERATURE +//#define TEST_LONGER_PID_THREAD +//#define HUNDRED_MICROSECONDS_DANCER_READ +#define NO_INITIAL_HEATING +#define MAX_STRING_LEN 255 //Embedded version + filter.c + +//#define WATCHDOG +//#define FPGA_WATCHDOG +//#define Use_Head_Card //for real card only +//#define Test_headCard_With_DispCard_I2C4_Add0xE2_DispID_0 + +#define MAX_ERR_SAMPLES 5 //Number of Samples before sending error +#define ERROR_TEMPERATURE_MEASUREMENT 0xFFFF + +//#define TEST_POWERSTEP01//send GATECFG parameters to work without sending parameters via machine studio + +#define ON 1 +#define OFF 0 + +enum +{ + PASSED = 0, + FAILED = 1, + NOT_SUPPORTED = 254, + VERIFIED = 255 +}; + + +#define OK 0 +#define ERROR 1 +#define WARNING 2 + +#define ENABLE 1 +#define DISABLE 0 + +//Valves Directions: +#define MidTank_Dispenser 0 +#define Dispenser_Mixer 1 +#define Cartridge_MidTank_ON 1 +#define Cartridge_MidTank_OFF 0 +#define Atm_MidTank_ON 1 +#define Atm_MidTank_OFF 0 +//waste valve reversed +#define Mixer_Head 1 +#define Mixer_Waste 0 + + +#define NEW 0 +#define USED 1 + +#define START 0 +#define STOP 1 +#define NOSTOP 2 +#define CONTINUE 2 + +#define NOTBUSY 0 +#define BUSY 1 +// +// motor direction +#define CW 0 // clockwise +#define CCW 1 // counter clockwise + +#define TRUE 1 +#define FALSE 0 + +#define INPUT 0x0 +#define OUTPUT 0x1 + +#define PULLDOWN 0 +#define PULLUP 1 + +#define DOWN 0 +#define UP 1 + +#define TX 0 +#define RX 1 +#define TXRX 2 +#define ODD 0 +#define EVEN 1 + +#define READY 0 +#define NOTREADY 1 +#define WAIT 2 + +#define LOW 0x0 +#define HIGH 0x1 + +#define WR 0 +#define RD 1 + +#define FLAGSTART 1 +#define FLAGSET 1 +#define FLAGCLEAR 0 + +#define IN 2 +#define OUT 3 + +#define INIT 1 +#define SKIP_INIT 0 + +#define byte uint8_t//char +#define boolean bool + +#define SERIAL 0x0 +#define DISPLAY 0x1 + +#define LSBFIRST 0 +#define MSBFIRST 1 + +#define CHANGE 1 +#define FALLING 2 +#define RISING 3 + +#define CLOSE 0 +#define OPEN 1 + +#define DRIER_LID_OPEN 0 +#define DRIER_LID_CLOSE 2 + +#define DOUBLE_BUFFER 2 + + +/* +#define CurrentMotDriver 0x08 +#define VoltageMotDriver 0x00 +#define CurrentCombinedMotDriver 0x0108 // 01 Combined Driver, 08 Current +#define VoltageCombinedMotDriver 0x0100 // 01 Combined Driver, 00 Voltage +#define CombinrdMotDriver 0x0300 // 03 Combined Driver + Combined Modes , 00 Voltage mode enabled +*/ + +typedef enum +{ + //Don't change the value! + Current = 0x08, + Voltage = 0x00, +}MOTDRIVER_MODE; + +typedef enum +{ + Combinrd = 0x00, + Current_Or_Voltage = 0x01, +}SPI_MOT_DRIVER_DIRECTION; + +typedef enum +{ + UnKnownMotDriver, + CurrentMotDriver, + VoltageMotDriver, + CombinrdMotDriver, +}MOTDRIVER_TYPE; + + +typedef enum +{ + High_Voltage, + Normal_Voltage, + Low_Voltage, +}PowerControlFlag; + +//#define MagneticLImitSwitch 0x01 + +//#define FPGA_Reg_Size_Bits 16 + +#define FPGA_Freq 29166667 + +#define MIDTANK_DIRECTION 0 +#define MIXER_DIRECTION 1 + +#define MASK_LOW_BYTE_IN_WORD 0x00FF; +#define MASK_HIGH_BYTE_IN_WORD 0xFF00; + + +#define STATUS_GREEN_LED_ON ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, GPIO_PIN_1) //Turn ON STATUS Green LED +#define STATUS_RED_LED_ON ROM_GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_0, GPIO_PIN_0) //Turn ON STATUS Red LED + +#define ACTIVITY_RED_LED_ON ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_0, GPIO_PIN_0) //Turn ON ACTIVITY Red LED +#define ACTIVITY_GREEN_LED_ON ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_0, GPIO_PIN_0) //Turn ON ACTIVITY Green LED + +#define COMM_RED_LED_ON ROM_GPIOPinWrite(GPIO_PORTP_BASE, GPIO_PIN_4, GPIO_PIN_4) //Turn ON COMM Red LED +#define COMM_GREEN_LED_ON ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_1, GPIO_PIN_1) //Turn ON COMM Green LED + +#define STATUS_GREEN_LED_OFF ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, 0) //Turn OFF STATUS Green LED +#define STATUS_RED_LED_OFF ROM_GPIOPinWrite(GPIO_PORTS_BASE, GPIO_PIN_0, 0) //Turn OFF STATUS Red LED + +#define ACTIVITY_RED_LED_OFF ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_0, 0) //Turn OFF ACTIVITY Red LED +#define ACTIVITY_GREEN_LED_OFF ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_0, 0) //Turn OFF ACTIVITY Green LED + +#define COMM_RED_LED_OFF ROM_GPIOPinWrite(GPIO_PORTP_BASE, GPIO_PIN_4, 0) //Turn OFF Red LED LED +#define COMM_GREEN_LED_OFF ROM_GPIOPinWrite(GPIO_PORTJ_BASE, GPIO_PIN_1, 0) //Turn OFF COMM Green LED + +#define STATUS_GREEN_LED_CHANGE_MODE ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_1, (ROM_GPIOPinRead(GPIO_PORTN_BASE, GPIO_PIN_1) ^ GPIO_PIN_1)); +#define ACTIVITY_RED_LED_CHANGE_MODE ROM_GPIOPinWrite(GPIO_PORTN_BASE, GPIO_PIN_0, (ROM_GPIOPinRead(GPIO_PORTN_BASE, GPIO_PIN_0) ^ GPIO_PIN_0)); +#define COMM_RED_CHANGE_MODE ROM_GPIOPinWrite(GPIO_PORTP_BASE, GPIO_PIN_4, (ROM_GPIOPinRead(GPIO_PORTP_BASE, GPIO_PIN_4) ^ GPIO_PIN_4)); + + +#define BIT0 0x0001 //0x01 << 0 +#define BIT1 0x0002 //0x01 << 1 +#define BIT2 0x0004 //0x01 << 2 +#define BIT3 0x0008 //0x01 << 3 +#define BIT4 0x0010 //0x01 << 4 +#define BIT5 0x0020 //0x01 << 5 +#define BIT6 0x0040 //0x01 << 6 +#define BIT7 0x0080 //0x01 << 7 +#define BIT8 0x0100 //0x01 << 8 +#define BIT9 0x0200 //0x01 << 9 +#define BIT10 0x0400 //0x01 << 10 +#define BIT11 0x0800 //0x01 << 11 +#define BIT12 0x1000 //0x01 << 12 +#define BIT13 0x2000 //0x01 << 13 +#define BIT14 0x4000 //0x01 << 14 +#define BIT15 0x8000 //0x01 << 15 + +#define BIT16 0x00010000 //0x01 << 16 +#define BIT17 0x00020000 //0x01 << 17 +#define BIT18 0x00040000 //0x01 << 18 +#define BIT19 0x00080000 //0x01 << 19 +#define BIT20 0x00100000 //0x01 << 20 +#define BIT21 0x00200000 //0x01 << 21 +#define BIT22 0x00400000 //0x01 << 22 +#define BIT23 0x00800000 //0x01 << 23 +#define BIT24 0x01000000 //0x01 << 24 +#define BIT25 0x02000000 //0x01 << 25 +#define BIT26 0x04000000 //0x01 << 26 +#define BIT27 0x08000000 //0x01 << 27 +#define BIT28 0x10000000 //0x01 << 28 +#define BIT29 0x20000000 //0x01 << 29 +#define BIT30 0x40000000 //0x01 << 30 +#define BIT31 0x80000000 //0x01 << 31 + + +#define MAX_PWM_Command 100 + +typedef enum +{ + //Don't change the value - keep it according to the bits in F3_GPO_02_bus + CART_1 = 1, + CART_2 = 2, + CART_3 = 3, + //------------- + POWER_ON_OFF, + THREAD_JOGGING , + THREAD_LOAD , +}PANEL_BUTTON_OR_CRAT_ID; + +typedef enum +{ + MODE_OFF = 0, + MODE_ON = 1, +}OPERATION_MODE; +/* +typedef enum +{ + //according to the bits of the leds in F3_GPO_01_bus + ON_OFF = 1, + THREAD_LOADING = 2, + JOGGING = 3, +}BUTTON; +*/ +/* +typedef enum +{ + //According to the bits of the leds in F3_GPO_02_bus + CART1 = 1, + CART2 = 2, + CART3 = 3, +}CARTREGE; +*/ + + +typedef union +{ + struct + { + uint8_t DRAWER_BIG:1; //bit 0 + uint8_t DRAWER_SMALL0:1;//bit 1 + uint8_t DRAWER_SMALL1:1;//bit 2 + uint8_t DRAWER_SMALL2:1;//bit 3 + uint8_t DRAWER_SMALL3:1;//bit 4 + uint8_t SYSTEM_FAN0:1; //bit 5 + uint8_t SYSTEM_FAN1:1; //bit 6 + uint8_t SYSTEM_FAN2:1; //bit 7 + }bit; + uint8_t Uchar; +}FANS_STATUS; + +enum +{ + DRAWER_B, + DRAWER_S0, + DRAWER_S1, + DRAWER_S2, + DRAWER_S3, + SYSTEM_0, + SYSTEM_1, + SYSTEM_2, + MAX_FANS, +}FANS_ID; + +//--------------------- +#define MaxFlashWords 128 //1K +#define MaxFlashBytes MaxFlashWords*4 //4K Byte +#define MaxBytesForAddress 256 //The addresses to be programmed must not span a 256-byte boundary + +extern char *SW_INFO_DIR; + +typedef union +{ + uint32_t DWords[MaxFlashWords]; + uint8_t Bytes[MaxFlashBytes]; +}Flash_Union; +//---------------------------- + + + + +#define LIMIT 0 // Limit Switch +#define NO_LIMIT 1 + +#define No_Safety_Event 1 +#define Safety_Event_Occurred 0 + +//#define INVERSION_POLARITY_LIMIT 1 // Limit Switch +//#define INVERSION_POLARITY_NO_LIMIT 0 + + +typedef enum +{ + DISP_TYPE_UNKNOWN, + DISP_TYPE_WITHOUT_EEPROM, + DISP_TYPE_EEPROM32KB, + DISP_TYPE_EEPROM128KB, + +}DISP_TYPE; + +typedef enum +{ + DEFAULT_POLARITY = 0,//OPTIC_LS , MAGNETIC_LS CARD 2 + INVERSION_POLARITY = 1,//MAGNETIC_LS CARD 2 - must be 1 used for xor the polarity +}LS_POLARITY; + +typedef enum +{ + LS_STATUS_OK = 0, + LS_STATUS_ERROR = 1, +}LS_STATUS; + + +/* +typedef union +{ + struct + { + uint32_t SN; //0-4 + uint8_t Version; //5 + uint8_t Content; //6 + uint8_t Location ; //7 + uint8_t Life_Time ; //8 + uint32_t Calibration ; //9-12 + uint32_t Spare ; //13-15 + }bytes; + uint8_t Buf[16]; +}DISP_EEPROM; +*/ +//////////////////////////////////////////// +typedef struct +{ + uint32_t SN; + uint32_t Batch_Productions_data; + uint32_t Production_date; + uint32_t Dispenser_Part_Number; + uint32_t PCB_Serial; + uint32_t PCB_Version; +}DISPENSER_DATA; + +typedef struct +{ + float Humidity; + float Temperature; +}DISPENSER_TEST_AMBIENT; + +typedef struct +{ + uint16_t Current; + uint16_t Batch; +}DISPENSER_COLOR; + +typedef struct +{ + float Calibration0; + float Calibration1; +}DISPENSER_CALIBRATION_TABLE; + +typedef struct +{ + DISPENSER_DATA Dispebser_Data; + uint32_t Calibration_Test_Date ; + uint32_t ATS_location_Slot ; + uint32_t Nl_Pulse_Value ; + uint32_t Flow_Pass_Fail ; + DISPENSER_CALIBRATION_TABLE Calibration_table; + uint32_t Test_TI_Batch; + DISPENSER_COLOR Color; + DISPENSER_TEST_AMBIENT Test_Ambient; + uint32_t Total_Cycles_Working_Time; + uint32_t Spare[5]; +}DISP_EEPROM_BYTES; + +typedef union +{ + DISP_EEPROM_BYTES bytes; + uint8_t Buf[sizeof(DISP_EEPROM_BYTES)]; +}DISP_EEPROM; +//////////////////////////////////////////// +typedef struct +{ + DISP_TYPE Type; + LS_POLARITY LS_Polarity; + DISP_EEPROM Write_Disp_EEPROM; + DISP_EEPROM Read_Disp_EEPROM; + LS_STATUS Status; +}DISP; + +DISP Dispenser_struct[8]; + +//SPI +typedef struct //S_SPI +{ + //unsigned char MotID; //- TODO to remove this field + unsigned int TX_MOSI; //32bit (Master Output Slave Input ) + unsigned int RX_MISO; //24bit (Master Input Slave Output) + //unsigned int BUSY; //32bit + unsigned char AMT_OF_Words:3; //The amount of spi words (usually byte sized) per transmission (send 4 to 32bit) + +}SPI;//SPI + + + +#define SSI_SPI_TIMEOUT 1000 + +extern void *my_malloc(size_t _size); +extern void my_free(void *_ptr); +extern uint32_t msec_millisecondCounter; +//--------------------------------------------------------------------- +#pragma diag_suppress 169 /* Avoid warnings on VOID * conversions (protobuf issue) +The warning: +#169-D argument of type "size_t (*)(const CalculateResponse *, uint8_t *)" is incompatible with parameter of type "size_t (*)(void *, uint8_t *)" Calculate.c /twine_usblib_demo/PMR/Stubs line 53 C/C++ Problem + + +//#pragma diag_suppress 190 // Avoid the warning - #190-D enumerated type mixed with another type protobuf-c.c + * +or in the environment add command line: + +Project -> properties -> +Press on show advanced settings +CCS Build -> +Advanced Options -> +Diagnistic Options -> +Add the warning number in +Supports diagnostic (--diag_suppress, - pds) +169 +190 +*/ + +//Project Properties->Build->Compiler->Include Options +//There may be paths there relative to a build variable, rather than hard-coded paths, that may be triggering the error. +//machine 2 only!!!!!!!!!!! +//#define HEAD6_PT100 TEMP_SENSE_ANALOG_MIXCHIP_TEMP +//#define MIXER_PT100 TEMP_SENSE_AN_ENCLOSURETEMP3 +//machine 2 only!!!!!!!!!!! +#define HEAD6_PT100 TEMP_SENSE_AN_ENCLOSURETEMP3 +#define MIXER_PT100 TEMP_SENSE_ANALOG_MIXCHIP_TEMP + +#define LUBRICANT_DISPENSER 7 +#define CLEANER_DISPENSER 6 +//#define AUTO_HOME_DISPENSERS + +extern PackageHandle ControlFilter; +extern PackageHandle HeatersFilter; +extern PackageHandle JobFilter ; +extern PackageHandle WasteFilter ; +extern PackageHandle AlarmFilter ; +extern PackageHandle DiagnosticsFilter; +extern PackageHandle IDSFilter; +extern PackageHandle ThreadFilter; +extern PackageHandle GeneralFilter; +extern PackageHandle CommFilter; +extern PackageHandle FPGAFilter; +extern PackageHandle LoadFilter; +extern PackageHandle InitFilter; +extern PackageHandle MaintFilter; + + +#endif /* DATADEF_H */ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/10acd1ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/10acd1ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..f8ecd45e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/10acd1ca7dd4001919daccf07d3853fc @@ -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/f1/402cf45f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/402cf45f84d4001919daccf07d3853fc new file mode 100644 index 000000000..5dd7a1b3a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/402cf45f84d4001919daccf07d3853fc @@ -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/f1/50b097ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/50b097ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..2599fb3d4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/50b097ca7dd4001919daccf07d3853fc @@ -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/f1/b0517e0772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0517e0772d4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0517e0772d4001919daccf07d3853fc @@ -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/f1/b0ca5c5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0ca5c5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0ca5c5a9fd4001919daccf07d3853fc @@ -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/f2/80ea822dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f2/80ea822dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..0c7afdd70 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f2/80ea822dd5d3001919daccf07d3853fc @@ -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/f3/007e365a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/007e365a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..10e0deef0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/007e365a9fd4001919daccf07d3853fc @@ -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/f3/90e4a41980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/90e4a41980d4001919daccf07d3853fc new file mode 100644 index 000000000..7e6705062 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/90e4a41980d4001919daccf07d3853fc @@ -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/f3/a0aeec5a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/a0aeec5a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/a0aeec5a9fd4001919daccf07d3853fc @@ -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/f3/d0b0da5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/d0b0da5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..0e50e0591 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f3/d0b0da5f84d4001919daccf07d3853fc @@ -0,0 +1,128 @@ +################################################################################ +# 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_Dancer.c \ +../Modules/Stubs_Handler/Stub_Dispenser.c \ +../Modules/Stubs_Handler/Stub_ExtFlash.c \ +../Modules/Stubs_Handler/Stub_FPGARWReg.c \ +../Modules/Stubs_Handler/Stub_FPGAReadVersion.c \ +../Modules/Stubs_Handler/Stub_GPIO.c \ +../Modules/Stubs_Handler/Stub_Heater.c \ +../Modules/Stubs_Handler/Stub_I2C.c \ +../Modules/Stubs_Handler/Stub_IntADC.c \ +../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c \ +../Modules/Stubs_Handler/Stub_Motor.c \ +../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c \ +../Modules/Stubs_Handler/Stub_Status.c \ +../Modules/Stubs_Handler/Stub_TempSensor.c \ +../Modules/Stubs_Handler/Stub_Valve.c + +C_DEPS += \ +./Modules/Stubs_Handler/Calculate.d \ +./Modules/Stubs_Handler/Progress.d \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.d \ +./Modules/Stubs_Handler/Stub_GPIO.d \ +./Modules/Stubs_Handler/Stub_Heater.d \ +./Modules/Stubs_Handler/Stub_I2C.d \ +./Modules/Stubs_Handler/Stub_IntADC.d \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.d \ +./Modules/Stubs_Handler/Stub_Motor.d \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.d \ +./Modules/Stubs_Handler/Stub_Status.d \ +./Modules/Stubs_Handler/Stub_TempSensor.d \ +./Modules/Stubs_Handler/Stub_Valve.d + +OBJS += \ +./Modules/Stubs_Handler/Calculate.obj \ +./Modules/Stubs_Handler/Progress.obj \ +./Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.obj \ +./Modules/Stubs_Handler/Stub_GPIO.obj \ +./Modules/Stubs_Handler/Stub_Heater.obj \ +./Modules/Stubs_Handler/Stub_I2C.obj \ +./Modules/Stubs_Handler/Stub_IntADC.obj \ +./Modules/Stubs_Handler/Stub_MidTankPressureSensor.obj \ +./Modules/Stubs_Handler/Stub_Motor.obj \ +./Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.obj \ +./Modules/Stubs_Handler/Stub_Status.obj \ +./Modules/Stubs_Handler/Stub_TempSensor.obj \ +./Modules/Stubs_Handler/Stub_Valve.obj + +OBJS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.obj" \ +"Modules\Stubs_Handler\Progress.obj" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.obj" \ +"Modules\Stubs_Handler\Stub_GPIO.obj" \ +"Modules\Stubs_Handler\Stub_Heater.obj" \ +"Modules\Stubs_Handler\Stub_I2C.obj" \ +"Modules\Stubs_Handler\Stub_IntADC.obj" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.obj" \ +"Modules\Stubs_Handler\Stub_Motor.obj" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.obj" \ +"Modules\Stubs_Handler\Stub_Status.obj" \ +"Modules\Stubs_Handler\Stub_TempSensor.obj" \ +"Modules\Stubs_Handler\Stub_Valve.obj" + +C_DEPS__QUOTED += \ +"Modules\Stubs_Handler\Calculate.d" \ +"Modules\Stubs_Handler\Progress.d" \ +"Modules\Stubs_Handler\StubRealTimeUsage.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_FPGAReadVersion.d" \ +"Modules\Stubs_Handler\Stub_GPIO.d" \ +"Modules\Stubs_Handler\Stub_Heater.d" \ +"Modules\Stubs_Handler\Stub_I2C.d" \ +"Modules\Stubs_Handler\Stub_IntADC.d" \ +"Modules\Stubs_Handler\Stub_MidTankPressureSensor.d" \ +"Modules\Stubs_Handler\Stub_Motor.d" \ +"Modules\Stubs_Handler\Stub_ReadEmbeddedVersion.d" \ +"Modules\Stubs_Handler\Stub_Status.d" \ +"Modules\Stubs_Handler\Stub_TempSensor.d" \ +"Modules\Stubs_Handler\Stub_Valve.d" + +C_SRCS__QUOTED += \ +"../Modules/Stubs_Handler/Calculate.c" \ +"../Modules/Stubs_Handler/Progress.c" \ +"../Modules/Stubs_Handler/StubRealTimeUsage.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_FPGAReadVersion.c" \ +"../Modules/Stubs_Handler/Stub_GPIO.c" \ +"../Modules/Stubs_Handler/Stub_Heater.c" \ +"../Modules/Stubs_Handler/Stub_I2C.c" \ +"../Modules/Stubs_Handler/Stub_IntADC.c" \ +"../Modules/Stubs_Handler/Stub_MidTankPressureSensor.c" \ +"../Modules/Stubs_Handler/Stub_Motor.c" \ +"../Modules/Stubs_Handler/Stub_ReadEmbeddedVersion.c" \ +"../Modules/Stubs_Handler/Stub_Status.c" \ +"../Modules/Stubs_Handler/Stub_TempSensor.c" \ +"../Modules/Stubs_Handler/Stub_Valve.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/00ac26b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/00ac26b783d4001919daccf07d3853fc new file mode 100644 index 000000000..49e799865 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/00ac26b783d4001919daccf07d3853fc @@ -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/f4/70bf5dcb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/70bf5dcb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..4501ed229 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/70bf5dcb7dd4001919daccf07d3853fc @@ -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/f4/c074d95a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/c074d95a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/c074d95a9fd4001919daccf07d3853fc @@ -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/f4/d080c4057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/d080c4057fd4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/d080c4057fd4001919daccf07d3853fc @@ -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/f4/e03d4d5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/e03d4d5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f4/e03d4d5f84d4001919daccf07d3853fc @@ -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/f5/a083b0057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/a083b0057fd4001919daccf07d3853fc new file mode 100644 index 000000000..66a427fa3 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/a083b0057fd4001919daccf07d3853fc @@ -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/f5/e047d92dd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/e047d92dd5d3001919daccf07d3853fc new file mode 100644 index 000000000..233b95060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/e047d92dd5d3001919daccf07d3853fc @@ -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/f5/f0f98f589fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/f0f98f589fd4001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f5/f0f98f589fd4001919daccf07d3853fc @@ -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/f6/302b860572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/302b860572d4001919daccf07d3853fc new file mode 100644 index 000000000..66f3efdee --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/302b860572d4001919daccf07d3853fc @@ -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/f6/d080f0b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/d080f0b683d4001919daccf07d3853fc new file mode 100644 index 000000000..716d5a2e0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/d080f0b683d4001919daccf07d3853fc @@ -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/f6/e00335b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/e00335b783d4001919daccf07d3853fc new file mode 100644 index 000000000..fef65b56e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f6/e00335b783d4001919daccf07d3853fc @@ -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/f7/107bfd5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/107bfd5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..606e96c56 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/107bfd5f84d4001919daccf07d3853fc @@ -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/f7/203d7c5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/203d7c5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..7bb4b0e24 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/203d7c5f84d4001919daccf07d3853fc @@ -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/f7/206d805d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/206d805d84d4001919daccf07d3853fc new file mode 100644 index 000000000..406e76651 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/206d805d84d4001919daccf07d3853fc @@ -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/f7/3054555f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/3054555f84d4001919daccf07d3853fc new file mode 100644 index 000000000..b4bce377e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/3054555f84d4001919daccf07d3853fc @@ -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/f7/40a902b783d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/40a902b783d4001919daccf07d3853fc new file mode 100644 index 000000000..0401d1187 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/40a902b783d4001919daccf07d3853fc @@ -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/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 ' ' + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/60ea500572d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/60ea500572d4001919daccf07d3853fc new file mode 100644 index 000000000..ed806ae47 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/60ea500572d4001919daccf07d3853fc @@ -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/f7/806f53057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/806f53057fd4001919daccf07d3853fc new file mode 100644 index 000000000..8cce4b3ae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/806f53057fd4001919daccf07d3853fc @@ -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/f7/8075da2cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/8075da2cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..8c01da5af --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/8075da2cd5d3001919daccf07d3853fc @@ -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/f7/9049d32cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/9049d32cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..b5f8c66dd --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f7/9049d32cd5d3001919daccf07d3853fc @@ -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/f8/00da4c5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f8/00da4c5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..615c72bc4 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f8/00da4c5d84d4001919daccf07d3853fc @@ -0,0 +1,192 @@ +################################################################################ +# 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/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/RFID_NFC/NFC_I2C \ +Drivers/I2C_Communication/RFID_NFC/PN7150 \ +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 \ +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/f9/0088052ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/0088052ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..5c32f02ce --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/0088052ed5d3001919daccf07d3853fc @@ -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/f9/10defa1780d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/10defa1780d4001919daccf07d3853fc new file mode 100644 index 000000000..de1ba5fae --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/10defa1780d4001919daccf07d3853fc @@ -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/f9/60e318ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/60e318ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..89e01b6a8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/60e318ca7dd4001919daccf07d3853fc @@ -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/f9/809b031980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/809b031980d4001919daccf07d3853fc new file mode 100644 index 000000000..09cff3073 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/809b031980d4001919daccf07d3853fc @@ -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/f9/90e95a057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/90e95a057fd4001919daccf07d3853fc new file mode 100644 index 000000000..eb43d31e6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/90e95a057fd4001919daccf07d3853fc @@ -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/f9/b0f45b1980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/b0f45b1980d4001919daccf07d3853fc new file mode 100644 index 000000000..e7680d0ef --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/f9/b0f45b1980d4001919daccf07d3853fc @@ -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/fa/2083ff047fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/2083ff047fd4001919daccf07d3853fc new file mode 100644 index 000000000..e3c29fdad --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/2083ff047fd4001919daccf07d3853fc @@ -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/fa/60abb9057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/60abb9057fd4001919daccf07d3853fc new file mode 100644 index 000000000..8f295c82e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/60abb9057fd4001919daccf07d3853fc @@ -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/b0b8b0b683d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/b0b8b0b683d4001919daccf07d3853fc new file mode 100644 index 000000000..6d62c79f6 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/b0b8b0b683d4001919daccf07d3853fc @@ -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/fa/d01e550772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/d01e550772d4001919daccf07d3853fc new file mode 100644 index 000000000..f2fecf89b --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/d01e550772d4001919daccf07d3853fc @@ -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/fa/e02fd8057fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/e02fd8057fd4001919daccf07d3853fc new file mode 100644 index 000000000..a2a449f77 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/e02fd8057fd4001919daccf07d3853fc @@ -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/fa/f015d92cd5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/f015d92cd5d3001919daccf07d3853fc new file mode 100644 index 000000000..a1de9654a --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fa/f015d92cd5d3001919daccf07d3853fc @@ -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/fb/e0bb011880d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fb/e0bb011880d4001919daccf07d3853fc new file mode 100644 index 000000000..e842fb84f --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fb/e0bb011880d4001919daccf07d3853fc @@ -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/fc/b006535a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/b006535a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..886b38a4e --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/b006535a9fd4001919daccf07d3853fc @@ -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/fc/c07377599fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/c07377599fd4001919daccf07d3853fc new file mode 100644 index 000000000..3c7aad50c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/c07377599fd4001919daccf07d3853fc @@ -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/fc/c087430672d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/c087430672d4001919daccf07d3853fc new file mode 100644 index 000000000..94e56c077 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fc/c087430672d4001919daccf07d3853fc @@ -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/fd/505fe3ca7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/505fe3ca7dd4001919daccf07d3853fc new file mode 100644 index 000000000..bf802aca8 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/505fe3ca7dd4001919daccf07d3853fc @@ -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/Fan/Head_Fan.c + +C_DEPS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.d + +OBJS += \ +./Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.obj + +OBJS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.obj" + +C_DEPS__QUOTED += \ +"Drivers\I2C_Communication\Head_Card\Fan\Head_Fan.d" + +C_SRCS__QUOTED += \ +"../Drivers/I2C_Communication/Head_Card/Fan/Head_Fan.c" + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/507871b87fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/507871b87fd4001919daccf07d3853fc new file mode 100644 index 000000000..e73194060 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/507871b87fd4001919daccf07d3853fc @@ -0,0 +1,2035 @@ + +#include +#include +#include +#include +#include +#include +#include "FPGA_SPI_Comm.h" +#include "Drivers/Motors/Motor.h" +#include "modules/control/millisecTask.h" +#include "modules/thread/thread.h" +#include "drivers/Heater/TemperatureSensor.h" +#include "PMR/Hardware/HardwareMotor.pb-c.h" +#include "PMR/Hardware/HardwareDancerType.pb-c.h" +#include +#include + +extern TempSensorResponseStruct TempSensorResponse[MAX_TEMPERATURE_SENSOR_ID]; +#include + +bool Extended_Motor_Param = false; + +/////////////////////////////////////////////////////////////////////////////// +SPI Fpga_Spi[NUM_OF_MOTORS]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * NBUSY; // One bit for every motor + volatile short * SPI_Busy; + +} FpgaMotMap_t; + + + +static FpgaMotMap_t FpgaMotMap[NUM_OF_MOTORS] = +{ + //MOTOR_DH_CLEANHEAD - Cleaning head motor + {&F1_MOTO_DH_CLEANHEAD_A1_TX_00, &F1_MOTO_DH_CLEANHEAD_A1_TX_01, &F1_MOTO_DH_CLEANHEAD_A1_RX_00 ,&F1_MOTO_DH_CLEANHEAD_A1_RX_01 ,&F1_MOTO_DH_CLEANHEAD_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DH_CLEANMECH - Cleaning mechanism + {&F1_MOTO_DH_CLEANMECH_A1_TX_00, &F1_MOTO_DH_CLEANMECH_A1_TX_01, &F1_MOTO_DH_CLEANMECH_A1_RX_00 ,&F1_MOTO_DH_CLEANMECH_A1_RX_01 ,&F1_MOTO_DH_CLEANMECH_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + + //MOTOR_DH_LID - Dyeing head lid + {&F1_MOTO_DH_LID_A1_TX_00, &F1_MOTO_DH_LID_A1_TX_01, &F1_MOTO_DH_LID_A1_RX_00 ,&F1_MOTO_DH_LID_A1_RX_01 ,&F1_MOTO_DH_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DRYER_DRIVING - Dryer main motor + {&F1_MOTO_DRYER_DRIVING_A1_TX_00, &F1_MOTO_DRYER_DRIVING_A1_TX_01, &F1_MOTO_DRYER_DRIVING_A1_RX_00 ,&F1_MOTO_DRYER_DRIVING_A1_RX_01 ,&F1_MOTO_DRYER_DRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LID - Drier lid + {&F1_MOTO_DRYER_LID_A1_TX_00, &F1_MOTO_DRYER_LID_A1_TX_01, &F1_MOTO_DRYER_LID_A1_RX_00 ,&F1_MOTO_DRYER_LID_A1_RX_01 ,&F1_MOTO_DRYER_LID_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_DRYER_LOADARM - Drier thread loading arm + {&F1_MOTO_DRYER_LOADARM_A1_TX_00, &F1_MOTO_DRYER_LOADARM_A1_TX_01, &F1_MOTO_DRYER_LOADARM_A1_RX_00 ,&F1_MOTO_DRYER_LOADARM_A1_RX_01 ,&F1_MOTO_DRYER_LOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_DISPENSER_1 - Dispenser + {&F2_MOTO_DISPENSER_A1_1_TX_00, &F2_MOTO_DISPENSER_A1_1_TX_01, &F2_MOTO_DISPENSER_A1_1_RX_00 ,&F2_MOTO_DISPENSER_A1_1_RX_01 ,&F2_MOTO_DISPENSER_A1_1_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_2 - Dispenser + {&F2_MOTO_DISPENSER_A1_2_TX_00, &F2_MOTO_DISPENSER_A1_2_TX_01, &F2_MOTO_DISPENSER_A1_2_RX_00 ,&F2_MOTO_DISPENSER_A1_2_RX_01 ,&F2_MOTO_DISPENSER_A1_2_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_3 - Dispenser + {&F2_MOTO_DISPENSER_A1_3_TX_00, &F2_MOTO_DISPENSER_A1_3_TX_01, &F2_MOTO_DISPENSER_A1_3_RX_00 ,&F2_MOTO_DISPENSER_A1_3_RX_01 ,&F2_MOTO_DISPENSER_A1_3_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_4 - Dispenser + {&F2_MOTO_DISPENSER_A1_4_TX_00, &F2_MOTO_DISPENSER_A1_4_TX_01, &F2_MOTO_DISPENSER_A1_4_RX_00 ,&F2_MOTO_DISPENSER_A1_4_RX_01 ,&F2_MOTO_DISPENSER_A1_4_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_5 - Dispenser + {&F2_MOTO_DISPENSER_A1_5_TX_00, &F2_MOTO_DISPENSER_A1_5_TX_01, &F2_MOTO_DISPENSER_A1_5_RX_00 ,&F2_MOTO_DISPENSER_A1_5_RX_01 ,&F2_MOTO_DISPENSER_A1_5_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_6 - Dispenser + {&F2_MOTO_DISPENSER_A1_6_TX_00, &F2_MOTO_DISPENSER_A1_6_TX_01, &F2_MOTO_DISPENSER_A1_6_RX_00 ,&F2_MOTO_DISPENSER_A1_6_RX_01 ,&F2_MOTO_DISPENSER_A1_6_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_7 - Dispenser + {&F2_MOTO_DISPENSER_A1_7_TX_00, &F2_MOTO_DISPENSER_A1_7_TX_01, &F2_MOTO_DISPENSER_A1_7_RX_00 ,&F2_MOTO_DISPENSER_A1_7_RX_01 ,&F2_MOTO_DISPENSER_A1_7_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + //MOTOR_DISPENSER_8 - Dispenser + {&F2_MOTO_DISPENSER_A1_8_TX_00, &F2_MOTO_DISPENSER_A1_8_TX_01, &F2_MOTO_DISPENSER_A1_8_RX_00 ,&F2_MOTO_DISPENSER_A1_8_RX_01 ,&F2_MOTO_DISPENSER_A1_8_WORDS ,&F2_Moto_Driver_NBUSY1_D, &F2_SPI_Busy2_D}, + + //MOTOR_SCREW - Winder screw + {&F1_MOTO_SCREW_A1_TX_00, &F1_MOTO_SCREW_A1_TX_01, &F1_MOTO_SCREW_A1_RX_00 ,&F1_MOTO_SCREW_A1_RX_01 ,&F1_MOTO_SCREW_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy2_D}, + //MOTOR_WINDER - Winder + {&F1_MOTO_WINDER_A1_TX_00, &F1_MOTO_WINDER_A1_TX_01, &F1_MOTO_WINDER_A1_RX_00 ,&F1_MOTO_WINDER_A1_RX_01 ,&F1_MOTO_WINDER_A1_WORDS ,&F1_Moto_Driver_NSTBYRST2, &F1_SPI_Busy1_D}, + + //MOTOR_LDANCER1 -Pooler Dancer adjustment + {&F1_MOTO_LDANCER1_A1_TX_00, &F1_MOTO_LDANCER1_A1_TX_01, &F1_MOTO_LDANCER1_A1_RX_00 ,&F1_MOTO_LDANCER1_A1_RX_01 ,&F1_MOTO_LDANCER1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LDANCER2 - Winder Dancer adjustment #1 + {&F1_MOTO_LDANCER2_A1_TX_00, &F1_MOTO_LDANCER2_A1_TX_01, &F1_MOTO_LDANCER2_A1_RX_00 ,&F1_MOTO_LDANCER2_A1_RX_01 ,&F1_MOTO_LDANCER2_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, + //MOTOR_LDRIVING - Pooler: + {&F1_MOTO_LDRIVING_A1_TX_00, &F1_MOTO_LDRIVING_A1_TX_01, &F1_MOTO_LDRIVING_A1_RX_00 ,&F1_MOTO_LDRIVING_A1_RX_01 ,&F1_MOTO_LDRIVING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LLOADING - Pooler loading + {&F1_MOTO_LLOADING_A1_TX_00, &F1_MOTO_LLOADING_A1_TX_01, &F1_MOTO_LLOADING_A1_RX_00 ,&F1_MOTO_LLOADING_A1_RX_01 ,&F1_MOTO_LLOADING_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy1_D}, +//MOTOR_LPIVOT1 - Pooler loading pivot arm + {&F1_MOTO_LPIVOT1_A1_TX_00, &F1_MOTO_LPIVOT1_A1_TX_01, &F1_MOTO_LPIVOT1_A1_RX_00 ,&F1_MOTO_LPIVOT1_A1_RX_01 ,&F1_MOTO_LPIVOT1_A1_WORDS ,&F1_Moto_Driver_NBUSY1_D, &F1_SPI_Busy2_D}, + + //MOTOR_RDANCER - Feeder dancer adjustment: + {&F1_MOTO_RDANCER_A1_TX_00, &F1_MOTO_RDANCER_A1_TX_01, &F1_MOTO_RDANCER_A1_RX_00 ,&F1_MOTO_RDANCER_A1_RX_01 ,&F1_MOTO_RDANCER_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RDRIVING - Feeder: + {&F1_MOTO_RDRIVING_A1_TX_00, &F1_MOTO_RDRIVING_A1_TX_01, &F1_MOTO_RDRIVING_A1_RX_00, &F1_MOTO_RDRIVING_A1_RX_01, &F1_MOTO_RDRIVING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADARM - Right loading arm: + {&F1_MOTO_RLOADARM_A1_TX_00, &F1_MOTO_RLOADARM_A1_TX_01, &F1_MOTO_RLOADARM_A1_RX_00 ,&F1_MOTO_RLOADARM_A1_RX_01 ,&F1_MOTO_RLOADARM_A1_WORDS ,&F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + //MOTOR_RLOADING - Right Loading + {&F1_MOTO_RLOADING_A1_TX_00, &F1_MOTO_RLOADING_A1_TX_01, &F1_MOTO_RLOADING_A1_RX_00, &F1_MOTO_RLOADING_A1_RX_01, &F1_MOTO_RLOADING_A1_WORDS, &F1_Moto_Driver_NBUSY2_D, &F1_SPI_Busy1_D}, + + //MOTOR_SPARE1_1 - Spare + {&F3_MOTO_SPARE1_1_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_1_A1_RX_00 ,&F3_MOTO_SPARE1_1_A1_RX_01 ,&F3_MOTO_SPARE1_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE1_2 - Spare + {&F3_MOTO_SPARE1_2_A1_TX_00, &F3_MOTO_SPARE1_1_A1_TX_01, &F3_MOTO_SPARE1_2_A1_RX_00 ,&F3_MOTO_SPARE1_2_A1_RX_01 ,&F3_MOTO_SPARE1_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_1 - Spare + {&F3_MOTO_SPARE2_1_A1_TX_00, &F3_MOTO_SPARE2_1_A1_TX_01, &F3_MOTO_SPARE2_1_A1_RX_00 ,&F3_MOTO_SPARE2_1_A1_RX_01 ,&F3_MOTO_SPARE2_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE2_2 - Spare + {&F3_MOTO_SPARE2_2_A1_TX_00, &F3_MOTO_SPARE2_2_A1_TX_01, &F3_MOTO_SPARE2_2_A1_RX_00 ,&F3_MOTO_SPARE2_2_A1_RX_01 ,&F3_MOTO_SPARE2_2_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + //MOTOR_SPARE3_1 - Spare + //{&F3_MOTO_SPARE3_1_A1_TX_00, &F3_MOTO_SPARE3_1_A1_TX_01, &F3_MOTO_SPARE3_1_A1_RX_00 ,&F3_MOTO_SPARE3_1_A1_RX_01 ,&F3_MOTO_SPARE3_1_A1_WORDS ,&F3_Moto_Driver_NBUSY1_D, &F3_SPI_Busy1_D}, + +}; + +uint8_t FPGA_SPI_Transnit(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //*FpgaMotMap[_motorId].WORDS = 4; + + //if((*FpgaMotMap[_motorId].NBUSY == NOTBUSY) && (*FpgaMotMap[_motorId].SPI_Busy == NOTBUSY)) + { + Int2Short.uint = Fpga_Spi[_motorId].TX_MOSI; + + *FpgaMotMap[_motorId].TX_01 = Int2Short.ushort.MSB; + //SysCtlDelay(1); + *FpgaMotMap[_motorId].TX_00 = Int2Short.ushort.LSB; + // SysCtlDelay(100); + //*FpgaMotMap[_motorId].WORDS = Fpga_Spi[_motorId].AMT_OF_Words; + } + return OK; +} + +uint8_t FPGA_SPI_Receive(TimerMotors_t _motorId) +{ + INT2SHORT Int2Short; + + //TODO - check if busy ? + Int2Short.ushort.LSB = *FpgaMotMap[_motorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[_motorId].RX_01; + Fpga_Spi[_motorId].RX_MISO = Int2Short.uint; + + return OK; +} + +//---------------- GET ------------------------------ + +void Read_Motors_Driver_ADC(TimerMotors_t i) +{ + SysCtlDelay(12000); + Fpga_Spi[i].TX_MOSI = (x_GET_PARAM | x_ADC_OUT)<<8; + FPGA_SPI_Transnit(i); + SysCtlDelay(12000); + FPGA_Get_Res(i); + MotorDriverResponse[i].ADC = Fpga_Spi[i].RX_MISO; +} + +uint32_t Read_Motors_Driver_Type(TimerMotors_t i) +{ + uint32_t status = OK; + + + //First communicate with powerSTEP01 + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 22) && (MotorDriverResponse[i].ADC < 26)) // //(powerSTEP01, ADC = 24) + { + MotorDriverResponse[i].DriverType = CombinrdMotDriver; + //default for dispensers, dryer-LID and DH-LID Voltage mode, for other motors Current mode + if(((i >= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1) && (i <= HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8)) || (i == HARDWARE_MOTOR_TYPE__MOTO_DH_LID) || (i == HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID)) + MotorDriverResponse[i].DriverMode = Voltage; + else + MotorDriverResponse[i].DriverMode = Current; + } + else + { + //Change the SPI direction and check if this driver is Current or Voltage + Change_Motor_SPI_Direction(i,Current_Or_Voltage); + delayms(5); + Read_Motors_Driver_ADC(i); + + if((MotorDriverResponse[i].ADC >= 9) && (MotorDriverResponse[i].ADC < 13)) + { + MotorDriverResponse[i].DriverType = CurrentMotDriver; //(L6472, ADC = 11) + MotorDriverResponse[i].DriverMode = Current; + } + else + if((MotorDriverResponse[i].ADC >= 15) && (MotorDriverResponse[i].ADC < 19)) + { + MotorDriverResponse[i].DriverType = VoltageMotDriver; //(L6470, ADC = 17) + MotorDriverResponse[i].DriverMode = Voltage; + } + else + { + //UnKnownMotDriver + MotorDriverResponse[i].DriverType = UnKnownMotDriver; + LOG_ERROR (i, "Unable to recognize the motor's driver type"); + status = ERROR; + } + } + + + return status; +} + +void FPGA_GetClrMotStat_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_STATUS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + //FPGA_SPI_Transnit(_motorId); + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetStatusFromFPGA_Callback); + +} + +void FPGA_GetFPGAMotSpeed_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetSpeedFromFPGA_Callback); +} + +void FPGA_GetMotSpeed_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_SPEED; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_ADC_OUT_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ADC_OUT; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotPosition_Cmd(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_ABS_POS; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + MillisecReadFromMotor(_motorId, temp, 4, MotorGetPositionFromFPGA_Callback); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_GetMotMicroSteps_Cmd(TimerMotors_t _motorId) +{ + Fpga_Spi[_motorId].TX_MOSI = x_GET_PARAM | x_STEP_MODE; + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 8;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_Get_Res(TimerMotors_t _motorId) //The answer for every FPGA Get Cmd +{ + FPGA_SPI_Receive(_motorId); +} + +void FPGA_GetBusy() +{ +#ifndef EVALUATION_BOARD + // uint8_t i; + + F1MOTNBUSY1 F1_MOT_NBUSY1; + F1MOTNBUSY2 F1_MOT_NBUSY2; + F2MOTNBUSY1 F2_MOT_NBUSY1; + //F3MOTNBUSY1 F3_MOT_NBUSY1; - for spare motors + + F1SPIBUSY1 F1_SPI_BUSY1; + F1SPIBUSY2 F1_SPI_BUSY2; + F2SPIBUSY1 F2_SPI_BUSY1; + F2SPIBUSY2 F2_SPI_BUSY2; + //F3SPIBUSY1 F3_SPI_BUSY1; - for spare motors + + //Read NBUSY from FPGA + unsigned short readValue = 0; + readValue = F1_Moto_Driver_NBUSY1_D; + F1_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F1_Moto_Driver_NBUSY2_D; + F1_MOT_NBUSY2.ushort = (uint16_t) ~((unsigned int) readValue); + readValue = F2_Moto_Driver_NBUSY1_D; + F2_MOT_NBUSY1.ushort = (uint16_t) ~((unsigned int) readValue); + //F3_MOT_NBUSY1.ushort = F3_Moto_Driver_NBUSY1_D; - for spare motors + + //Read SPI BUSY from FPGA + F1_SPI_BUSY1.ushort = F1_SPI_Busy1_D; + F1_SPI_BUSY2.ushort = F1_SPI_Busy2_D; + F2_SPI_BUSY1.ushort = F2_SPI_Busy1_D; + F2_SPI_BUSY2.ushort = F2_SPI_Busy2_D; + //F3_SPI_BUSY1.ushort = F3_SPI_Busy1_D; - for spare motors + + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANHEAD_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DH_CLEANMECH_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DH_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DH_LID_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DH_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_DRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LID_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_DRYER_LID_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_DRYER_LOADARM_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_DRYER_LOADARM_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_1_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_2_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_3_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_4_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_5_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_6_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_7_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8].Busy = (F2_MOT_NBUSY1.bits.F2_MOTO_DISPENSER_A1_8_NBUSY) | F2_SPI_BUSY2.bits.F2_MOTO_DISPENSER_A1_1_BUSY; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_SCREW].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_SCREW_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_SCREW_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_WINDER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_WINDER_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_WINDER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDANCER2].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDANCER2_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDANCER2_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LDRIVING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LLOADING].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_LLOADING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1].Busy = (F1_MOT_NBUSY1.bits.F1_MOTO_LPIVOT1_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_LPIVOT1_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDANCER].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDANCER_A1_NBUSY) | F1_SPI_BUSY2.bits.F1_MOTO_RDANCER_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RDRIVING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RDRIVING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RDRIVING_A1_SDI_busy; + MotorDriverResponse[HARDWARE_MOTOR_TYPE__MOTO_RLOADING].Busy = (F1_MOT_NBUSY2.bits.F1_MOTO_RLOADING_A1_NBUSY) | F1_SPI_BUSY1.bits.F1_MOTO_RLOADING_A1_SDI_busy; + + TempSensorResponse[TEMP_SENSE_ANALOG_MIXCHIP_TEMP].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_MIXCHIP_TEMP_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP4].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP4_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DYEINGH_TEMP5].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DYEINGH_TEMP5_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP1].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP2].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_ANALOG_DRYER_TEMP3].Busy = F2_SPI_BUSY1.bits.F2_ANALOG_DRYER_TEMP3_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP1].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP1_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP2].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP2_1_BUSY; + TempSensorResponse[TEMP_SENSE_AN_ENCLOSURETEMP3].Busy = F2_SPI_BUSY1.bits.F2_AN_ENCLOSURETEMP3_1_BUSY; + + Dancer_Busy[HARDWARE_DANCER_TYPE__LeftDancer] = F1_SPI_BUSY1.bits.F1_LDANCER2_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__MiddleDancer] = F1_SPI_BUSY1.bits.F1_LDANCER1_ROTENC_DATA_p_busy; + Dancer_Busy[HARDWARE_DANCER_TYPE__RightDancer] = F1_SPI_BUSY1.bits.F1_RDANCER_ROTENC_DATA_p_busy; + + SpeedSensorResponseS.Busy = F1_SPI_BUSY1.bits.F1_RSPARE_ROTENC_DATA_p_busy; + +#endif +} + +int MotorGetFPGAResponse(TimerMotors_t MotorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaMotMap[MotorId].RX_00; + Int2Short.ushort.MSB = *FpgaMotMap[MotorId].RX_01; + *Data = Int2Short.uint; + + return OK; + } + //else + // return ERROR; +} +//---------------- SET ------------------------------ + +//uint32_t MotorSentData[NUM_OF_MOTORS][100] = {0}; +//int MotorDataIndex[NUM_OF_MOTORS] = {0}; +int MotorSendFPGARequest(TimerMotors_t MotorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; +// MotorSentData[MotorId][MotorDataIndex[MotorId]] = Data; +// MotorDataIndex[MotorId]+=1; +// if (MotorDataIndex[MotorId] == 99) MotorDataIndex[MotorId] = 0; + //if((*FpgaMotMap[MotorId].NBUSY == NOTBUSY) && (*FpgaMotMap[MotorId].SPI_Busy == NOTBUSY)) + { + ROM_IntMasterDisable(); + Int2Short.uint = Data; + + *FpgaMotMap[MotorId].TX_01 = Int2Short.ushort.MSB; + *FpgaMotMap[MotorId].TX_00 = Int2Short.ushort.LSB; + //*FpgaMotMap[MotorId].WORDS = Length; + ROM_IntMasterEnable(); + + return OK; + } + //else + // return ERROR; +} + +typedef enum +{ + MOTOR_CONFIG_INIT, + MOTOR_CONFIG_HARD_HIZ, + MOTOR_CONFIG_READ_ADC, + MOTOR_CONFIG_ACC, + MOTOR_CONFIG_DEC, + MOTOR_CONFIG_MIN_SPEED, + MOTOR_CONFIG_MAX_SPEED, + MOTOR_CONFIG_STEP_MODE, + MOTOR_CONFIG_CONFIG, + MOTOR_CONFIG_KVAL_TVAL_HOLD, + MOTOR_CONFIG_KVAL_TVAL_RUN, + MOTOR_CONFIG_KVAL_TVAL_ACC, + MOTOR_CONFIG_KVAL_TVAL_DEC, + MOTOR_CONFIG_ST_SLP_T_FAST, + MOTOR_CONFIG_INT_SPD, + MOTOR_CONFIG_FN_SLP_ACC_TON_MIN, + MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN, + MOTOR_CONFIG_OCD_TH, + MOTOR_CONFIG_STALL_TH, + MOTOR_CONFIG_K_THERM, + MOTOR_CONFIG_FS_SPD, + MOTOR_CONFIG_GATECFG1, + MOTOR_CONFIG_GATECFG2, + MOTOR_CONFIG_END +}MOTOR_CONFIG_STAGES_ENUM; +MOTOR_CONFIG_STAGES_ENUM ConfigStages[NUM_OF_MOTORS] = {MOTOR_CONFIG_INIT}; + +void FPGA_SetMotorsInit() +{ + uint8_t i=0; + + //LOW logic level resets the logic and puts the device into Standby mode. + F1_Moto_Driver_NSTBYRST1 = 0; + F1_Moto_Driver_NSTBYRST2 = 0; + F2_Moto_Driver_NSTBYRST1 = 0; + F3_Moto_Driver_NSTBYRST1 = 0; + + SysCtlDelay(100); + + F1_Moto_Driver_NSTBYRST1 = 0xFFFF; + F1_Moto_Driver_NSTBYRST2 = 0xFFFF; + F2_Moto_Driver_NSTBYRST1 = 0xFFFF; + F3_Moto_Driver_NSTBYRST1 = 0xFFFF; + + for(i=0;i5) && (i<14))//dispensers + { + delayms(100); + + +/* + MotorDriverRequest[i].KvalHold = 0x29; + MotorDriverRequest[i].KvalRun = 0x29; + MotorDriverRequest[i].KvalAcc = 0x29; + MotorDriverRequest[i].KvalDec = 0x29; + + FPGA_SetMotKvalHold(i); + delayms(100); + FPGA_SetMotKvalRun(i); + delayms(100); + FPGA_SetMotKvalAcc(i); + delayms(100); + FPGA_SetMotKvalDec(i); + delayms(100); +*/ + FPGA_SetMotPowerStep01GateCfg(i); + delayms(100); + } +#endif + } + + //TODO Prescaler settings for SPI + //F1_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F1_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw + //F2_Prescaler1_reg4 = //3bit spi moto low duty cycle value for pmw + //F2_Prescaler1_reg5 = //3bit spi moto high duty cycle value for pmw + //F3_Prescaler1_reg3 = //3bit spi moto low duty cycle value for pmw + //F3_Prescaler1_reg4 = //3bit spi moto high duty cycle value for pmw +} + +//char nop; +uint32_t FPGA_MotorConfig_callback(TimerMotors_t _motorId, uint32_t ReadValue) +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp = 0; + uint32_t input_value = 0; + uint32_t speed_calc = 0; + //static char Motor_Type_Flag = 0; + char CM_VM = 0; + if (_motorId > NUM_OF_MOTORS) + { + LOG_ERROR (_motorId, "Invalid motor id"); + return ERROR; + } + + switch (ConfigStages[_motorId]) + { + case MOTOR_CONFIG_READ_ADC: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == UnKnownMotDriver) + { + Read_Motors_Driver_Type(_motorId); + } +// else +// { +// nop++; +// } + //intentional fall through + case MOTOR_CONFIG_ACC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_ACC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_DEC: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_DEC; + temp = temp << 24; + temp |= ((int)(MotorsCfg[_motorId].maxchangeslope)<<8); + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_MIN_SPEED: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].lowspeedoptimization!=0) + { + temp = x_SET_PARAM | x_MIN_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].minfrequency); + speed_calc|= 0x800; //LSPD_OPT + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_MAX_SPEED: + ConfigStages[_motorId]++; + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + case MOTOR_CONFIG_STEP_MODE: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].microstep!=0) + { + for (i = 0; i < 8; i++) + { + if (MotorsCfg[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; + +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ +/* + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + CM_VM = CurrentMotDriver; + } + else + CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + +*/ + CM_VM = MotorDriverResponse[_motorId].DriverMode;// 1<<3 or 0<<3 + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + } + case MOTOR_CONFIG_CONFIG: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].configword!=0) + { + //temp = x_SET_PARAM | x_CONFIG; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_CONFIG; + temp = temp << 24; + if(MotorDriverResponse[_motorId].DriverMode == Voltage) + { + temp |= 0x2E8F<<8;//voltage + } + else + { + temp |= 0x2E8F<<8;//need to change in current mode? + } + + } + else + { + temp = x_SET_PARAM | x_CONFIG; + temp = temp << 24; + temp |= MotorsCfg[_motorId].configword<<8; + } + + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + break; + } + case MOTOR_CONFIG_KVAL_TVAL_HOLD: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalhold / tvalhold is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_RUN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalrun / tvalrun is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_ACC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalacc; + } + else + { + input_value = MotorsCfg[_motorId].kvalacc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvalacc / tvalacc is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_KVAL_TVAL_DEC: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_KVAL_TVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvaldec; + } + else + { + if(Extended_Motor_Param) + input_value = MotorsCfg[_motorId].kvaldec; + else + input_value = MotorsCfg[_motorId].kvalacc;//for old parameters files (we used kvaldec for x_FS_SPD + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + if(input_value != 0) + { + temp |= input_value<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"kvaldec / tvaldec is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_ST_SLP_T_FAST: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_ST_SLP_T_FAST; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tfast; + } + else + { + input_value = MotorsCfg[_motorId].stslp; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"stslp / tfast is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_INT_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].intspd!=0) + { + temp = x_SET_PARAM | x_INT_SPD; + temp = temp << 24; + temp |= MotorsCfg[_motorId].intspd<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FN_SLP_ACC_TON_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_ACC_TON_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tonmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpacc; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpacc / tonmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_FN_SLP_DEC_TOFF_MIN: + ConfigStages[_motorId]++; + input_value = 0; + + temp = x_SET_PARAM | x_FN_SLP_DEC_TOFF_MIN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].toffmin; + } + else + { + input_value = MotorsCfg[_motorId].fnslpdec; + + } + + if(input_value != 0) + { + temp |= input_value<<16;; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) + return ERROR; + + break; + } + else + { + LOG_ERROR (_motorId,"fnslpdec / toffmin is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + + case MOTOR_CONFIG_OCD_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].overcurrentthreshold!=0) + { + temp = x_SET_PARAM | x_OCD_TH; + temp = temp << 24; + if(MotorsCfg[_motorId].overcurrentthreshold == 0) + { + LOG_ERROR (_motorId,"OCD_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + temp |= MotorsCfg[_motorId].overcurrentthreshold<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_STALL_TH: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].stallthreshold!=0) + { + temp = x_SET_PARAM | x_STALL_TH; + temp = temp << 24; + temp |= MotorsCfg[_motorId].stallthreshold<<16; + if(MotorsCfg[_motorId].stallthreshold == 0) + { + LOG_ERROR (_motorId,"STALL_TH is Zero"); + AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON); + } + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_K_THERM: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].thermalcompensationfactor!=0) + { + temp = x_SET_PARAM | x_K_THERM; + temp = temp << 24; + temp |= MotorsCfg[_motorId].thermalcompensationfactor<<16; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_FS_SPD: + ConfigStages[_motorId]++; + if(MotorsCfg[_motorId].fsspd!=0) + { + temp = x_SET_PARAM | x_FS_SPD; + temp = temp << 24; + temp |= (/*FSCalc*/(MotorsCfg[_motorId].fsspd))<<8; + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG1: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + case MOTOR_CONFIG_GATECFG2: + ConfigStages[_motorId]++; + if(MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver) + { + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + if( MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback) < 0 ) return ERROR; + break; + } + break; + default: + return ERROR; + } + if (ConfigStages[_motorId] >= MOTOR_CONFIG_END) + { + //notify original caller that motor is ready + } +return OK; + +} + +uint32_t FPGA_MotorConfig(TimerMotors_t _motorId, MotorDriverConfigStruc *MotorConfig) +{ + ConfigStages[_motorId] = MOTOR_CONFIG_HARD_HIZ; + + uint32_t temp; + temp = x_HARD_HIZ; + temp = temp << 24; + + MillisecWriteToMotor(_motorId, temp, 4, FPGA_MotorConfig_callback); + ConfigStages[_motorId]++; + return OK; +} + +void FPGA_SetMotSpeed(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + MillisecSetMotorSpeed(_motorId, temp, 4, NULL); + + +///-------------------------------------------- +// Fpga_Spi[_motorId].TX_MOSI = temp;//<<8; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; +// FPGA_SPI_Transnit(_motorId); +//----------------------------------------------------- +} +void FPGA_SetMotSpeedDirect(TimerMotors_t _motorId)//Run +{ + uint32_t temp; + + temp = x_RUN | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Speed > 0xFFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Speed = 0xFFFFF; + + temp |= MotorDriverRequest[_motorId].Speed; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} +void FPGA_SetMotMaxSpeed(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + + temp = x_SET_PARAM | x_MAX_SPEED; + temp = temp << 24; + uint16_t speed_calc = MaxSpdCalc(MotorsCfg[_motorId].maxfrequency); + if (speed_calc > 0x3FF) //TODO to check if it is needed here + speed_calc = 0x3FF; + temp |= speed_calc<<8; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +} + + +void FPGA_SetMotMicroStep(TimerMotors_t _motorId)// +{ + char MultiStep[8] = {1,2,4,8,16,32,64,128}; + char i; + char good = 0xFF; + uint32_t temp; + char CM_VM = 0; + + for (i = 0; i < 8; i++) + { + if (MotorDriverRequest[_motorId].microstep == MultiStep[i]) + { + good = i; + break; + } + } + if(good != 0xFF) + { + temp = x_SET_PARAM | x_STEP_MODE; + temp = temp << 24; +// //if((_motorId == HARDWARE_MOTOR_TYPE__MOTO_RDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_LDRIVING) || (_motorId == HARDWARE_MOTOR_TYPE__MOTO_WINDER)) +// if(MotorDriverResponse[_motorId].ADC < 14) // = 11 +// { +// CM_VM = CurrentMotDriver; +// } +// else +// //if(MotorDriverResponse[_motorId].ADC >= 14) // = 17 +// { +// //CM_VM = (MotorsCfg[_motorId].setmicrostep << 3) ; +// CM_VM = VoltageMotDriver; +// } +// /*else +// if(MotorDriverResponse[_motorId].ADC > TBD) // = TBD +// { +// //powerSTEP01 +// if(_motorId == TBD) +// { +// CM_VM = CurrentMotDriver; +// } +// else +// { +// CM_VM = VoltageMotDriver; +// } +// }*/ + + //CM_VM = MotorDriverResponse[_motorId].DriverType & 0xFF; + + //The CM_VM bit sets the current control method between voltage and current mode: + CM_VM = MotorDriverResponse[_motorId].DriverMode; + + temp |= (!x_SYNC_EN | CM_VM | good | x_SYNC_SEL_1)<<16; + ReportWithPackageFilter(GeneralFilter,"FPGA_SetMotMicroStep",__FILE__,__LINE__,_motorId,RpMessage,i,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + } +} + + +void FPGA_SetGoToPosition(TimerMotors_t _motorId)//GoTo +{ + uint32_t temp; + + temp = x_GOTO; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position);; + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetGoToDirPosition(TimerMotors_t _motorId)//GoTo_DIR command +{ + uint32_t temp; + + temp = x_GOTO_DIR | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= (MotorDriverRequest[_motorId].Position); + Fpga_Spi[_motorId].TX_MOSI = temp; + + //MillisecWriteToMotor(_motorId, temp, 4, NULL); + FPGA_SPI_Transnit(_motorId); + +} + +void FPGA_SetMotPosition(TimerMotors_t _motorId)//Mov +{ + uint32_t temp; + + temp = x_MOVE | MotorDriverRequest[_motorId].Direction; + temp = temp << 24; + + if (MotorDriverRequest[_motorId].Position > 0x3FFFFF) //TODO to check if it is needed here + MotorDriverRequest[_motorId].Position = 0x3FFFFF; + + temp |= MotorDriverRequest[_motorId].Position; + Fpga_Spi[_motorId].TX_MOSI = temp; + //Fpga_Spi[_motorId].AMT_OF_Words = 4; + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + + // FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetGoMotHome(TimerMotors_t _motorId) +{ + + Fpga_Spi[_motorId].TX_MOSI = x_GO_HOME; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + + FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotHome(TimerMotors_t _motorId) +{ + uint32_t temp; + Fpga_Spi[_motorId].TX_MOSI = x_RESET_POS; //TODO to check how to set the number of bytes to send + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1; + temp = Fpga_Spi[_motorId].TX_MOSI; + + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; + //FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotStop(TimerMotors_t _motorId) +{ + uint32_t temp; + + switch(MotorDriverRequest[_motorId].Stop) + { + case Hard_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; + break; + case Soft_Stop: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_STOP; + break; + case Hard_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_HIZ ; + break; + case Soft_Hiz: + Fpga_Spi[_motorId].TX_MOSI = x_SOFT_HIZ; + break; + default: + Fpga_Spi[_motorId].TX_MOSI = x_HARD_STOP; //TODO which default value? + break; + } + + Fpga_Spi[_motorId].TX_MOSI = Fpga_Spi[_motorId].TX_MOSI << 24;// move the command to the MSB TODO necessary??? + //Fpga_Spi[_motorId].AMT_OF_Words = 1;//TODO ? + + temp = Fpga_Spi[_motorId].TX_MOSI; + if( MillisecWriteToMotor(_motorId, temp, 4, NULL) < 0 ) return ; +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalHold(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_HOLD; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalHold > 0x7F)) + MotorDriverRequest[_motorId].KvalHold = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalhold; + } + else + { + input_value = MotorsCfg[_motorId].kvalhold; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalHold",__FILE__,__LINE__,_motorId,RpMessage,MotorDriverResponse[_motorId].DriverMode,0); + + MillisecWriteToMotor(_motorId,temp,4,NULL); +} + +void FPGA_SetMotKvalRun(TimerMotors_t _motorId) +{ + uint32_t temp; + + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_RUN; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalRun > 0x7F)) + MotorDriverRequest[_motorId].KvalRun = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorsCfg[_motorId].tvalrun; + } + else + { + input_value = MotorsCfg[_motorId].kvalrun; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + ReportWithPackageFilter(GeneralFilter,"FPGA SetKvalRun",__FILE__,__LINE__,_motorId,RpMessage,temp,0); + + MillisecWriteToMotor(_motorId, temp, 4, NULL); + //FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalAcc(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_ACC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalAcc > 0x7F)) + MotorDriverRequest[_motorId].KvalAcc = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalAcc; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalAcc; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + MillisecWriteToMotor(_motorId, temp, 4, NULL); +// FPGA_SPI_Transnit(_motorId); +} + +void FPGA_SetMotKvalDec(TimerMotors_t _motorId) +{ + uint32_t temp; + uint32_t input_value = 0; + + temp = x_SET_PARAM | x_KVAL_DEC; + temp = temp << 24; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverRequest[_motorId].KvalDec > 0x7F)) + MotorDriverRequest[_motorId].KvalDec = 0x7F; + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (Extended_Motor_Param)) + { + input_value = MotorDriverRequest[_motorId].TvalDec; + } + else + { + input_value = MotorDriverRequest[_motorId].KvalDec; + + } + + if((MotorDriverResponse[_motorId].DriverMode == Current) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + //in order use the same value as it is in L6472 (current limited to 4A instead of 10A in PowrStep01) + input_value*=4; + input_value/=10; + } + + temp |= input_value<<16; + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + FPGA_SPI_Transnit(_motorId); +} + + +void FPGA_SetMotPowerStep01GateCfg(TimerMotors_t _motorId) +{ + uint32_t temp; + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG1; + temp = temp << 24; + + //Gate Current of 8mA for 2000 ns (boost: 125 ns) Clock watchdog disabled + //temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_16mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg1!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg1<<8; + } + else + { + temp |= (POWERSTEP01_TCC_2000ns | POWERSTEP01_IGATE_8mA | POWERSTEP01_TBOOST_125ns | POWERSTEP01_WD_EN_DISABLE)<<8; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + + //------------------------------------- + delayms(100); + //------------------------------------- + + temp = x_SET_PARAM | x_POWERSTEP01_GATECFG2; + temp = temp << 24; + //Blanking time: 125 ns, dead time: 125 ns + + if((Extended_Motor_Param) && (MotorsCfg[_motorId].gatecfg2!=0)) + { + temp |= MotorsCfg[_motorId].gatecfg2<<16; + } + else + { + temp |= (POWERSTEP01_TBLANK_125ns | POWERSTEP01_TDT_125ns)<<16; + } + + Fpga_Spi[_motorId].TX_MOSI = temp; + Fpga_Spi[_motorId].AMT_OF_Words = 4; + //FPGA_SPI_Transnit(_motorId); + MotorSendFPGARequest(_motorId,temp, 4); //returns -1 on busy or other error + +} + +/////////////////////////////////////////////////////////////////////////////// +/* +SPI spi; + +uint8_t SPI_Transnit(SPI Spi) +{ + + INT2SHORT Int2Short; + + Int2Short.uint = Spi.TX_MOSI; + + //Check Busy register and see if the SPI desired is available + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + F1_MOTO_RLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADING_A1_TX_00); + break; + case MOTOR_RDRIVING: + F1_MOTO_RDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDRIVING_A1_TX_00); + break; + case MOTOR_LDRIVING: + F1_MOTO_LDRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDRIVING_A1_TX_00); + break; + case MOTOR_LLOADING: + F1_MOTO_LLOADING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LLOADING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LLOADING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LLOADING_A1_TX_00); + break; + case MOTOR_DRYER_LOADARM: + F1_MOTO_DRYER_LOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LOADARM_A1_TX_00); + break; + case MOTOR_DRYER_DRIVING: + F1_MOTO_DRYER_DRIVING_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_DRIVING_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_DRIVING_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_DRIVING_A1_TX_00); + break; + case MOTOR_DH_CLEANHEAD: + F1_MOTO_DH_CLEANHEAD_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANHEAD_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANHEAD_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANHEAD_A1_TX_00); + break; + case MOTOR_DH_CLEANMECH: + F1_MOTO_DH_CLEANMECH_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_CLEANMECH_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_CLEANMECH_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_CLEANMECH_A1_TX_00); + break; + case MOTOR_SCREW: + F1_MOTO_SCREW_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_SCREW_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_SCREW_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_SCREW_A1_TX_00); + break; + case MOTOR_WINDER: + F1_MOTO_WINDER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_WINDER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_WINDER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_WINDER_A1_TX_00); + break; + case MOTOR_RLOADARM: + F1_MOTO_RLOADARM_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RLOADARM_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RLOADARM_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RLOADARM_A1_TX_00); + break; + case MOTOR_RDANCER: + F1_MOTO_RDANCER_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_RDANCER_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_RDANCER_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_RDANCER_A1_TX_00); + break; + case MOTOR_LDANCER1: + F1_MOTO_LDANCER1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER1_A1_TX_00); + break; + case MOTOR_LDANCER2: + F1_MOTO_LDANCER2_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LDANCER2_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LDANCER2_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LDANCER2_A1_TX_00); + break; + case MOTOR_DRYER_LID: + F1_MOTO_DRYER_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DRYER_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DRYER_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DRYER_LID_A1_TX_00); + break; + case MOTOR_DH_LID: + F1_MOTO_DH_LID_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_DH_LID_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_DH_LID_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_DH_LID_A1_TX_00); + break; + case MOTOR_LPIVOT1: + F1_MOTO_LPIVOT1_A1_TX_01 = Int2Short.ushort.MSB; + //Read the TX_01 register and make sure that the value was written properly. + while( Int2Short.ushort.MSB != F1_MOTO_LPIVOT1_A1_TX_01); + + //Send a write to TX_00 + F1_MOTO_LPIVOT1_A1_TX_00 = Int2Short.ushort.LSB; + //Read the TX_00 register and make sure that the value was written properly. + while( Int2Short.ushort.LSB != F1_MOTO_LPIVOT1_A1_TX_00); + break; + default: + break; + } + + return 0; +} + +uint8_t SPI_Receive (SPI Spi) +{ + + INT2SHORT Int2Short; + + //Check busy before trying to read RX registers. + while((F1_SPI_Busy1_D != NOTBUSY ) || (F1_SPI_Busy2_D != NOTBUSY )); + + switch(Spi.MotID) + { + case MOTOR_RLOADING: + Int2Short.ushort.LSB = F1_MOTO_RLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADING_A1_RX_01; + break; + case MOTOR_RDRIVING: + Int2Short.ushort.LSB = F1_MOTO_RDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDRIVING_A1_RX_01; + break; + case MOTOR_LDRIVING: + Int2Short.ushort.LSB = F1_MOTO_LDRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDRIVING_A1_RX_01; + break; + case MOTOR_LLOADING: + Int2Short.ushort.LSB = F1_MOTO_LLOADING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LLOADING_A1_RX_01; + break; + case MOTOR_DRYER_LOADARM: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LOADARM_A1_RX_01; + break; + case MOTOR_DRYER_DRIVING: + Int2Short.ushort.LSB = F1_MOTO_DRYER_DRIVING_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_DRIVING_A1_RX_01; + break; + case MOTOR_DH_CLEANHEAD: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANHEAD_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANHEAD_A1_RX_01; + break; + case MOTOR_DH_CLEANMECH: + Int2Short.ushort.LSB = F1_MOTO_DH_CLEANMECH_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_CLEANMECH_A1_RX_01; + break; + case MOTOR_SCREW: + Int2Short.ushort.LSB = F1_MOTO_SCREW_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_SCREW_A1_RX_01; + break; + case MOTOR_WINDER: + Int2Short.ushort.LSB = F1_MOTO_WINDER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_WINDER_A1_RX_01; + break; + case MOTOR_RLOADARM: + Int2Short.ushort.LSB = F1_MOTO_RLOADARM_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RLOADARM_A1_RX_01; + break; + case MOTOR_RDANCER: + Int2Short.ushort.LSB = F1_MOTO_RDANCER_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_RDANCER_A1_RX_01; + break; + case MOTOR_LDANCER1: + Int2Short.ushort.LSB = F1_MOTO_LDANCER1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER1_A1_RX_01; + break; + case MOTOR_LDANCER2: + Int2Short.ushort.LSB = F1_MOTO_LDANCER2_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LDANCER2_A1_RX_01; + break; + case MOTOR_DRYER_LID: + Int2Short.ushort.LSB = F1_MOTO_DRYER_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DRYER_LID_A1_RX_01; + break; + case MOTOR_DH_LID: + Int2Short.ushort.LSB = F1_MOTO_DH_LID_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_DH_LID_A1_RX_01; + break; + case MOTOR_LPIVOT1: + Int2Short.ushort.LSB = F1_MOTO_LPIVOT1_A1_RX_00; + Int2Short.ushort.MSB = F1_MOTO_LPIVOT1_A1_RX_01; + break; + default: + break; + } + + Spi.RX_MISO = Int2Short.uint; + + return 0; +} + +void FPGA_GetClrMotStat(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_STATUS; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} + +void FPGA_GetMotSpeed(SPI MotFPGA_Spi) +{ + MotFPGA_Spi.TX_MOSI = x_GET_PARAM | x_SPEED; + SPI_Transnit(MotFPGA_Spi); + SPI_Receive(MotFPGA_Spi); +} +*/ +//////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// + +SPI TempSense_Spi[MAX_TEMPERATURE_SENSOR_ID]; + +typedef struct +{ + volatile short * TX_00; + volatile short * TX_01; + volatile short * RX_00; + volatile short * RX_01; + volatile short * WORDS; + volatile short * SPI_Busy; // TODO - remove this fied and combine with the mtor struct + +} FpgaSpiMap_t; + +static FpgaSpiMap_t FpgaTempSenseMap[MAX_TEMPERATURE_SENSOR_ID] = +{ + //TEMP_SENSE_ANALOG_MIXCHIP_TEMP, //ANALOG_MIXCHIP_TEMP + {&F2_ANALOG_MIXCHIP_TEMP_1_TX_00, &F2_ANALOG_MIXCHIP_TEMP_1_TX_01, &F2_ANALOG_MIXCHIP_TEMP_1_RX_00 ,&F2_ANALOG_MIXCHIP_TEMP_1_RX_01 ,&F2_ANALOG_MIXCHIP_TEMP_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DYEINGH_TEMP1, //ANALOG_DYEINGH_TEMP1_1 + {&F2_ANALOG_DYEINGH_TEMP1_1_TX_00, &F2_ANALOG_DYEINGH_TEMP1_1_TX_01, &F2_ANALOG_DYEINGH_TEMP1_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP1_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP2, //ANALOG_DYEINGH_TEMP2 + {&F2_ANALOG_DYEINGH_TEMP2_TX_00, &F2_ANALOG_DYEINGH_TEMP2_TX_01, &F2_ANALOG_DYEINGH_TEMP2_RX_00 ,&F2_ANALOG_DYEINGH_TEMP2_RX_01 ,&F2_ANALOG_DYEINGH_TEMP2_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP3, //ANALOG_DYEINGH_TEMP3 + {&F2_ANALOG_DYEINGH_TEMP3_1_TX_00, &F2_ANALOG_DYEINGH_TEMP3_1_TX_01, &F2_ANALOG_DYEINGH_TEMP3_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP3_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP4, //ANALOG_DYEINGH_TEMP4 + {&F2_ANALOG_DYEINGH_TEMP4_1_TX_00, &F2_ANALOG_DYEINGH_TEMP4_1_TX_01, &F2_ANALOG_DYEINGH_TEMP4_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP4_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP4_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DYEINGH_TEMP5, //ANALOG_DYEINGH_TEMP5 + {&F2_ANALOG_DYEINGH_TEMP5_1_TX_00, &F2_ANALOG_DYEINGH_TEMP5_1_TX_01, &F2_ANALOG_DYEINGH_TEMP5_1_RX_00 ,&F2_ANALOG_DYEINGH_TEMP5_1_RX_01 ,&F2_ANALOG_DYEINGH_TEMP5_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_ANALOG_DRYER_TEMP1, //ANALOG_DRYER_TEMP1 + {&F2_ANALOG_DRYER_TEMP1_1_TX_00, &F2_ANALOG_DRYER_TEMP1_1_TX_01, &F2_ANALOG_DRYER_TEMP1_1_RX_00 ,&F2_ANALOG_DRYER_TEMP1_1_RX_01 ,&F2_ANALOG_DRYER_TEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP2, //ANALOG_DRYER_TEMP2 + {&F2_ANALOG_DRYER_TEMP2_1_TX_00, &F2_ANALOG_DRYER_TEMP2_1_TX_01, &F2_ANALOG_DRYER_TEMP2_1_RX_00 ,&F2_ANALOG_DRYER_TEMP2_1_RX_01 ,&F2_ANALOG_DRYER_TEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_ANALOG_DRYER_TEMP3, //ANALOG_DRYER_TEMP3 + {&F2_ANALOG_DRYER_TEMP3_1_TX_00, &F2_ANALOG_DRYER_TEMP3_1_TX_01, &F2_ANALOG_DRYER_TEMP3_1_RX_00 ,&F2_ANALOG_DRYER_TEMP3_1_RX_01 ,&F2_ANALOG_DRYER_TEMP3_1_WORDS ,&F2_SPI_Busy1_D}, + + //TEMP_SENSE_AN_ENCLOSURETEMP1, //AN_ENCLOSURETEMP1_1 + {&F2_AN_ENCLOSURETEMP1_1_TX_00, &F2_AN_ENCLOSURETEMP1_1_TX_01, &F2_AN_ENCLOSURETEMP1_1_RX_00 ,&F2_AN_ENCLOSURETEMP1_1_RX_01 ,&F2_AN_ENCLOSURETEMP1_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP2, //AN_ENCLOSURETEMP2_1 + {&F2_AN_ENCLOSURETEMP2_1_TX_00, &F2_AN_ENCLOSURETEMP2_1_TX_01, &F2_AN_ENCLOSURETEMP2_1_RX_00 ,&F2_AN_ENCLOSURETEMP2_1_RX_01 ,&F2_AN_ENCLOSURETEMP2_1_WORDS ,&F2_SPI_Busy1_D}, + //TEMP_SENSE_AN_ENCLOSURETEMP3, //AN_ENCLOSURETEMP3_1 + {&F2_AN_ENCLOSURETEMP3_1_TX_00, &F2_AN_ENCLOSURETEMP3_1_TX_01, &F2_AN_ENCLOSURETEMP3_1_RX_00 ,&F2_AN_ENCLOSURETEMP3_1_RX_01 ,&F2_AN_ENCLOSURETEMP3_1_WORDS ,&F2_SPI_Busy1_D}, +}; + +//void FPGA_WRITE() +//{ +// /*int i,j; +// uint16_t *Temp; +// Temp = &F1_Ver1_D; +// uint16_t a[209]; +// memset(Temp,0xFFFF,200); +// memcpy(a,Temp,208); +// for(j=0;j<32000;j++) +// { +// j++; +// for(i=0;i<32000;i++) +// { +// *(&F2_ANALOG_DRYER_TEMP3_1_TX_00+i) = 0xFFFF; +// } +// }*/ +//} + +int SPISendFPGARequest(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t Data, uint32_t Length) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) + { + Int2Short.uint = Data; + + *FpgaTempSenseMap[SensorId].WORDS = Length; + *FpgaTempSenseMap[SensorId].TX_01 = Int2Short.ushort.MSB; + *FpgaTempSenseMap[SensorId].TX_00 = Int2Short.ushort.LSB; + + + Status = OK; + } + else + Status = ERROR; + + return Status; +} + +int SPIGetFPGAResponse(TEMPERATURE_SENSOR_ID_ENUM SensorId,uint32_t *Data) //returns -1 on busy or other error +{ + INT2SHORT Int2Short; + int Status; + + if(TempSensorResponse[SensorId].Busy == NOTBUSY) //TODO - check if busy ? + { + Int2Short.ushort.LSB = *FpgaTempSenseMap[SensorId].RX_00; + Int2Short.ushort.MSB = *FpgaTempSenseMap[SensorId].RX_01; + *Data = Int2Short.uint; + + Status = OK; + } + else + Status = ERROR; + + return Status; +} +//////////////////////////////////////////////////////////////// +/* +//temporary till the FPGA change: +unsigned short F1_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F1_Moto_Driver_SPI_DIRECTION2 = 0; +unsigned short F2_Moto_Driver_SPI_DIRECTION1 = 0; +unsigned short F3_Moto_Driver_SPI_DIRECTION1 = 0; +*/ + +F1_SPI_DIRECTION1 F1_SPI_Direction1; +F1_SPI_DIRECTION2 F1_SPI_Direction2; +F2_SPI_DIRECTION1 F2_SPI_Direction1; +F3_SPI_DIRECTION1 F3_SPI_Direction1; + +void Change_Motor_SPI_Direction(TimerMotors_t _motorId, SPI_MOT_DRIVER_DIRECTION Spi_Direction) +{ + +/* + //read direction registers + F1_SPI_Direction1.ushort = F1_Moto_Driver_SPI_DIRECTION1; + F1_SPI_Direction2.ushort = F1_Moto_Driver_SPI_DIRECTION2; + F2_SPI_Direction1.ushort = F2_Moto_Driver_SPI_DIRECTION1; + F3_SPI_Direction1.ushort = F3_Moto_Driver_SPI_DIRECTION1; +*/ + //change direction + switch(_motorId) + { + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANHEAD: + //MOTOR_DH_CLEANHEAD - Cleaning head motor + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANHEAD = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_CLEANMECH: + //MOTOR_DH_CLEANMECH - Cleaning mechanism + F1_SPI_Direction1.bits.F1_MOTO_DH_CLEANMECH = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DH_LID: + //MOTOR_DH_LID - Dyeing head lid + F1_SPI_Direction1.bits.F1_MOTO_DH_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_DRIVING: + //MOTOR_DRYER_DRIVING - Dryer main motor + F1_SPI_Direction1.bits.F1_MOTO_DRYER_DRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LID: + //MOTOR_DRYER_LID - Drier lid + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LID = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DRYER_LOADARM: + //MOTOR_DRYER_LOADARM - Drier thread loading arm + F1_SPI_Direction1.bits.F1_MOTO_DRYER_LOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1: + //MOTOR_DISPENSER_1 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_2: + //MOTOR_DISPENSER_2 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_3: + //MOTOR_DISPENSER_3 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_3 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_4: + //MOTOR_DISPENSER_4 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_4 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_5: + //MOTOR_DISPENSER_5 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_5 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_6: + //MOTOR_DISPENSER_6 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_6 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_7: + //MOTOR_DISPENSER_7 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_7 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_8: + //MOTOR_DISPENSER_8 - Dispenser + F2_SPI_Direction1.bits.F2_MOTO_DISPENSER_8 = Spi_Direction; + case HARDWARE_MOTOR_TYPE__MOTO_SCREW: + //MOTOR_SCREW - Winder screw + F1_SPI_Direction2.bits.F1_MOTO_SCREW = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_WINDER: + //MOTOR_WINDER - Winder + F1_SPI_Direction2.bits.F1_MOTO_WINDER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER1: + //MOTOR_LDANCER1 -Pooler Dancer adjustment + F1_SPI_Direction1.bits.F1_MOTO_LDANCER1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDANCER2: + //MOTOR_LDANCER2 - Winder Dancer adjustment #1 + F1_SPI_Direction1.bits.F1_MOTO_LDANCER2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LDRIVING: + //MOTOR_LDRIVING - Pooler: + F1_SPI_Direction1.bits.F1_MOTO_LDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LLOADING: + //MOTOR_LLOADING - Pooler loading + F1_SPI_Direction1.bits.F1_MOTO_LLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_LPIVOT1: + //MOTOR_LPIVOT1 - Pooler loading pivot arm + F1_SPI_Direction1.bits.F1_MOTO_LPIVOT1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDANCER: + //MOTOR_RDANCER - Feeder dancer adjustment: + F1_SPI_Direction2.bits.F1_MOTO_RDANCER = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RDRIVING: + //MOTOR_RDRIVING - Feeder: + F1_SPI_Direction2.bits.F1_MOTO_RDRIVING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADARM: + //MOTOR_RLOADARM - Right loading arm: + F1_SPI_Direction2.bits.F1_MOTO_RLOADARM = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_RLOADING: + //MOTOR_RLOADING - Right Loading + F1_SPI_Direction2.bits.F1_MOTO_RLOADING = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE1_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE1_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_1 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE2_2: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE2_2 = Spi_Direction; + break; + case HARDWARE_MOTOR_TYPE__MOTO_SPARE3_1: + //MOTOR_RLOADING - Right Loading + F3_SPI_Direction1.bits.F3_MOTO_SPARE3_1 = Spi_Direction; + break; + default: + break; + } + + //write direction registers + F1_Moto_Driver_SPI_DIRECTION1 = F1_SPI_Direction1.ushort; + F1_Moto_Driver_SPI_DIRECTION2 = F1_SPI_Direction2.ushort; + F2_Moto_Driver_SPI_DIRECTION1 = F2_SPI_Direction1.ushort; + F3_Moto_Driver_SPI_DIRECTION1 = F3_SPI_Direction1.ushort; +} + + +extern bool MotorConfigState[NUM_OF_MOTORS]; + +uint32_t Power_Step_01_Mode(TimerMotors_t _motorId, MOTDRIVER_MODE New_Mode) +{ + /* + POWERSTEP01 + 1. need support in machine studio + create new parameters file the (for current and voltage modes) + 2. The default mode is voltage for dispensers and + DH_LID + DRYER_LID and Current for all the rest. + 3. I order to change mode need to: + a. Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(motorId); + b. call the function Combined_Motor_Driver_Mode(motorId, New_Mode)/ Combined_dispenser_Driver_Mode(Disp_ID, New_Mode)// Current or Voltage + c. change the step to MOTOR_CONFIG_INIT and call the function MotorConfig( motorId, &MotorsCfg[motorId]) + d. read the STEP_MODE register and verify that the CM_VM bit 0 for Voltage mode and 1 for current mode + */ + uint32_t status = OK; + uint8_t MicroStepsReg = 0, CM_VM = 0;; + + if((New_Mode != MotorDriverResponse[_motorId].DriverMode) && (MotorDriverResponse[_motorId].DriverType == CombinrdMotDriver)) + { + MotorConfigState[_motorId] = false; + + //Stop the motor + MotorDriverRequest[_motorId].Stop = Hard_Hiz; + FPGA_SetMotStop(_motorId); + + //Change the flag mode + Combined_Motor_Driver_Mode(_motorId, New_Mode); + + //Set the new configuration according to the flag mode + ConfigStages[_motorId] = MOTOR_CONFIG_INIT; + MotorConfig( _motorId, &MotorsCfg[_motorId]); + delayms(50); + //read the CM_VM bit + MotorGetMicroStepsFromFPGA(_motorId); + delayms(5); + MicroStepsReg = MotorGetMicroStepsFromFPGA_Res(_motorId); + + CM_VM = (MicroStepsReg & 0x08); + + if(((New_Mode == Voltage) && (CM_VM != Voltage)) || ((New_Mode == Current) && (CM_VM != Current))) + { + status = ERROR; + } + + ReportWithPackageFilter(ControlFilter,"Change PowerStep01 mode", __FILE__,__LINE__,_motorId,RpMessage,New_Mode,0); + } + + + return status; + +} + +uint32_t Power_Step_01_Dispenser_Mode(uint8_t Dispenser_ID, MOTDRIVER_MODE New_Mode) +{ + uint32_t status = OK; + + status = Power_Step_01_Mode(Dispenser_ID + HARDWARE_MOTOR_TYPE__MOTO_DISPENSER_1, New_Mode); + + return status; +} + + + diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/50a669cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/50a669cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..aadf08a8c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/50a669cb7dd4001919daccf07d3853fc @@ -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/fd/607f485a9fd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/607f485a9fd4001919daccf07d3853fc new file mode 100644 index 000000000..db16f7293 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/607f485a9fd4001919daccf07d3853fc @@ -0,0 +1,22 @@ +################################################################################ +# Automatically-generated file. Do not edit! +################################################################################ + +SHELL = cmd.exe + +# Each subdirectory must supply rules for building sources it contributes +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/fd/80816e5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/80816e5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..1f5ec8a86 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fd/80816e5f84d4001919daccf07d3853fc @@ -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/fe/2001c61980d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/2001c61980d4001919daccf07d3853fc new file mode 100644 index 000000000..b2f93b2cc --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/2001c61980d4001919daccf07d3853fc @@ -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/fe/200347cb7dd4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/200347cb7dd4001919daccf07d3853fc new file mode 100644 index 000000000..975b7e146 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/200347cb7dd4001919daccf07d3853fc @@ -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/fe/e024472ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/e024472ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..ae44b8e39 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/e024472ed5d3001919daccf07d3853fc @@ -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/fe/f042d90772d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/f042d90772d4001919daccf07d3853fc new file mode 100644 index 000000000..a1c19fe3c --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/fe/f042d90772d4001919daccf07d3853fc @@ -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/ff/0034af5f84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/0034af5f84d4001919daccf07d3853fc new file mode 100644 index 000000000..790d8e600 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/0034af5f84d4001919daccf07d3853fc @@ -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/ff/b02d5d5d84d4001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/b02d5d5d84d4001919daccf07d3853fc new file mode 100644 index 000000000..5bbe9efe0 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/b02d5d5d84d4001919daccf07d3853fc @@ -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/ff/d029162ed5d3001919daccf07d3853fc b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/d029162ed5d3001919daccf07d3853fc new file mode 100644 index 000000000..5d22efe88 --- /dev/null +++ b/Software/.metadata/.plugins/org.eclipse.core.resources/.history/ff/d029162ed5d3001919daccf07d3853fc @@ -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/.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 0d9490bcc..70c8469bc 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 005e4525d..0df311eef 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 351c521dd..d4728c9b1 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 96ff2ffc6..afab06108 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 e6d156e36..f69e963b9 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 77273e309..6afc0640e 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 515b87c2f..5eaafd70c 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 1fa41e162..511cc1447 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 c3f555ef6..782f5da56 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 b19ed62c0..17627b6d2 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 dadbdc72b..6453dec11 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 3d6d4f271..2eb9cc1b4 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 746004d85..95a0f07e6 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 a19e7c66b..4f1f1c97f 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 180ddec1c..fbc5d9f72 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 b5e1d7b19..a5c32cbf1 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 a440e70a0..74abfc0ad 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 55b7b213b..429b6bb09 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 12d5b914c..1f325ce71 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 963d60d79..b57476cd0 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 c07a4e5c9..c1e078d56 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 2dfa18628..4150f9aa7 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 900b96a15..4e2fd5dcc 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 fd8704b95..54175e5e3 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 c6ee34363..d736a6703 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 bba3544f6..f7126c1bf 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 4bc2b51b1..0f7b3cdf3 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 2148004c5..ea907e0b6 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 b36ef991d..b25026ee6 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 3135c22a3..688ecae2e 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 78739dc6e..69cb90444 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 f8dcb75b8..3d24db3c1 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 92eacb107..37e57044f 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 6af40ae5e..9a19a46a0 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 37c604643..c73bcfc36 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 a6ad9c826..6c9ca4863 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 e5ab922f1..9c3407b5f 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 32099b7ba..59d1e6c5d 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 a8c717d2f..0cd3e4368 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 bb0f332a0..e28d6570d 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 fbe0b50ee..3de827ebc 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 d48e8a6a8..db36113d7 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/83/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/83/history.index index 54ffece88..9baf71169 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 e0e43d81e..b16862cef 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/66/0/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/66/0/history.index index efd25af49..ab7e557e5 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 c167946f0..02c43d2c0 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 d066df8fa..adc70cc97 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 fa17ca925..5a68f4229 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 4569ef65b..e0922da2f 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 a6bb3e5c7..48b72e3e5 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/f/0/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/0/history.index index 05ea13158..a34383116 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 3d51d7e84..f577a2d26 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 d8ec53306..841c6fada 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/aa/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/33/d5/91/f/aa/history.index index f508f5618..24b061d25 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 836dd0499..bb921c648 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 6ae16724e..9b671fe70 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 3cb2ac3d5..f8e92e0d1 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 04183c1f8..271a8e640 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 caf45807a..6f275cfb1 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 29e399887..1a959a494 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 6768a6b51..6979d5330 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 5b375a120..0e093e85b 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 305320755..aa8cd577c 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 f9ef115d7..0578d5e39 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/99/fa/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/fa/history.index new file mode 100644 index 000000000..9d69370ad Binary files /dev/null and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/99/fa/history.index differ diff --git a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/24/history.index b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/24/history.index index 428cc1266..fd1ad98b3 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/24/history.index and b/Software/.metadata/.plugins/org.eclipse.core.resources/.projects/Embedded/.indexes/d5/24/history.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 ea68125be..50e0e5f10 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 c7338826b..24bc1a231 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 ed1969ba2..3873adee3 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 ed1969ba2..3873adee3 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 ed1969ba2..3873adee3 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 ed1969ba2..3873adee3 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 6abe64efa..41060a598 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/19.snap b/Software/.metadata/.plugins/org.eclipse.core.resources/19.snap index 2c6385984..ce9452876 100644 Binary files a/Software/.metadata/.plugins/org.eclipse.core.resources/19.snap and b/Software/.metadata/.plugins/org.eclipse.core.resources/19.snap differ diff --git a/Software/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi b/Software/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi index e3bbc9ab5..6891c191c 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,69 +64,69 @@ 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 @@ -173,49 +173,53 @@ persp.actionSet:com.ti.dvt.rovsupport persp.actionSet:com.ti.dvt.via.plugin.ActionSet persp.showIn:org.eclipse.tm.terminal.view.ui.TerminalsView - - - + + + - - - - + + + + - - - - - + + + + + - - - - - - - - + + + + + + + + - - + + noFocus - + - - General - Other - Code Composer Studio - RTSC - - - - - - - + + + + + + General + Other + Code Composer Studio + RTSC + + + + + + + @@ -223,6559 +227,6593 @@ - - - - + + + + - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - - + + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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.asm.AsmEditor removeOnHide - + menuContribution:popup popup:#ASMEditorContext popup:org.eclipse.cdt.ui.editor.asm.AsmEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup popup:#ASMEditorRulerContext popup:org.eclipse.cdt.ui.editor.asm.AsmEditor.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 - + 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.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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 - + 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 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 - + 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 - + 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 - + 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 - + 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 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 - + Editor org.eclipse.cdt.ui.editor.asm.AsmEditor removeOnHide - + 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 - + Editor org.eclipse.cdt.ui.editor.CEditor 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 + 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 - com.ti.ccstudio.debug.ui.SourceNotFoundEditor - removeOnHide - - - - Editor - org.eclipse.cdt.ui.editor.CEditor + org.eclipse.ui.DefaultTextEditor removeOnHide - + menuContribution:popup - popup:#CEditorContext - popup:org.eclipse.cdt.ui.editor.CEditor.EditorContext + popup:#TextEditorContext + popup:org.eclipse.ui.DefaultTextEditor.EditorContext popup:#AbstractTextEditorContext - + menuContribution:popup - popup:#CEditorRulerContext - popup:org.eclipse.cdt.ui.editor.CEditor.RulerContext + popup:#TextRulerContext + popup:org.eclipse.ui.DefaultTextEditor.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 - + - + 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 - + - + 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 - + - + View categoryTag:Debug - + ViewMenu menuContribution:menu - + 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 - + - + 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 - - + - + 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 - + - + - + 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 - + - + 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 - + - + 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 - + - - + + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - - + + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + Opaque - + toolbarSeparator - + - + Draggable - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Opaque - + Draggable - + Opaque - + Opaque - + Opaque - + Draggable - + 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 - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + 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/FPGA/FPGA_SPI_Comm.c b/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_SPI_Comm.c index e73194060..a7713a253 100644 --- a/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_SPI_Comm.c +++ b/Software/Embedded_SW/Embedded/Drivers/FPGA/FPGA_SPI_Comm.c @@ -14,6 +14,7 @@ #include "PMR/Hardware/HardwareDancerType.pb-c.h" #include #include +#include "Modules/AlarmHandling/AlarmHandling.h" extern TempSensorResponseStruct TempSensorResponse[MAX_TEMPERATURE_SENSOR_ID]; #include diff --git a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_init.c b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_init.c index 3265fb56b..7796f09cf 100644 --- a/Software/Embedded_SW/Embedded/Modules/Waste/Waste_init.c +++ b/Software/Embedded_SW/Embedded/Modules/Waste/Waste_init.c @@ -897,7 +897,8 @@ bool WasteTankCBFunction() cart1.color = BLINK; break; } - REPORT_MSG(WHS_full," ------------ close cartridge cover ----------------- "); +#warning The messege removed (close cartridge cover) + //REPORT_MSG(WHS_full," ------------ close cartridge cover ----------------- "); IFS_info.INK_isOK_flag = true; // 1 break; -- cgit v1.3.1 From 239bfe1cb2b194555197f713017e41ce98359869 Mon Sep 17 00:00:00 2001 From: Shai Frieder Date: Thu, 12 Sep 2019 14:05:03 +0300 Subject: add long press (3sec) to load buttom --- .../Embedded_SW/Embedded/Modules/General/buttons.c | 35 ++++++++++++++++------ Software/Embedded_SW/Embedded/Modules/IFS/ifs.h | 2 +- 2 files changed, 27 insertions(+), 10 deletions(-) (limited to 'Software/Embedded_SW/Embedded/Modules') diff --git a/Software/Embedded_SW/Embedded/Modules/General/buttons.c b/Software/Embedded_SW/Embedded/Modules/General/buttons.c index 3ffb63508..b44cba8b4 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/buttons.c +++ b/Software/Embedded_SW/Embedded/Modules/General/buttons.c @@ -54,7 +54,7 @@ uint32_t joggingMachine( button *pBtn); //uint8_t OnOffPB, uint32_t ButtonLoadCallBackFunction(uint32_t IfIndex, uint32_t ReadValue); uint32_t ButtonLoadCBFunction(uint32_t IfIndex, uint32_t ReadValue); uint32_t LoadStatMachine( button *pBtn); - +uint32_t LoadLongPress( button *pBtn); /* void Power_Reset(); @@ -63,6 +63,7 @@ uint8_t Buzzer(OPERATION_MODE Buzzer_Mode); bool Read_PWR_Button();//TODO move to GPIO folder */ +#define LOADLONGPRESS 3 int PowerDown() { @@ -197,7 +198,7 @@ uint32_t ButtonJogCBFunction(uint32_t IfIndex, uint32_t ReadValue) //setJoggingEnableCondition(&jog); joggingMachine(&jog); } - return 0; + return OK; } @@ -208,13 +209,23 @@ uint32_t ButtonLoadCBFunction(uint32_t IfIndex, uint32_t ReadValue) if ((load.bttn_status == release) && (ReadValue == press)) { REPORT_MSG(parameter," ------------ Start thread loading empty function ----------------- "); - load.bttn_status = press; + //load.bttn_status = press; LoadStatMachine(&load); - + load.count=1; + } + else if ((load.bttn_status == press) && (ReadValue == press) ) + { + if (load.count == LOADLONGPRESS) // todo + { + load.count = 0; + LoadLongPress( &load ); + } + else load.count++; } - else load.bttn_status = ReadValue; - return 0; + + load.bttn_status = ReadValue; + return OK; } /*---------------------------------------------------------------------------------*/ @@ -301,7 +312,7 @@ uint32_t ShortLongOffPB(uint8_t OnOffPB, button *pBtn) default: break; } - return 0; + return OK; } @@ -388,7 +399,7 @@ uint32_t StateMachine( button *pBtn) //short press(=0)/long press(=1) default: break; } -return 0; +return OK; } @@ -520,7 +531,7 @@ uint32_t joggingMachine( button *pBtn) //uint8_t OnOffPB, // // } // } -return 0; +return OK; } @@ -657,3 +668,9 @@ void test_avi() } +uint32_t LoadLongPress( button *pBtn) +{ + + return OK; +} + diff --git a/Software/Embedded_SW/Embedded/Modules/IFS/ifs.h b/Software/Embedded_SW/Embedded/Modules/IFS/ifs.h index ad66520ab..f00ba7849 100644 --- a/Software/Embedded_SW/Embedded/Modules/IFS/ifs.h +++ b/Software/Embedded_SW/Embedded/Modules/IFS/ifs.h @@ -22,7 +22,7 @@ #define CARTRIDGE_INK_TIMEOUTx2 (SECONDS_600 / SECONDS_5) /**< TimeOut (5 minutes) for second try finishing transfer the Ink from Ink cartridge to MidTank */ #define CartridgeInkTimeOutCallBackTime (eOneSecond * SECONDS_5) #define CartridgeInkCallBackTime eOneSecond -#define MidTank_Pressure_EMPTY 200 //todo get from Moti the correct number +#define MidTank_Pressure_EMPTY 0.4 //todo get from Moti the correct number #define CARTRIDGE_CAPATICY 1500 //todo get from Moti the correct number #define FULL 1000 //todo get from Moti the correct number -- cgit v1.3.1