diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-05 18:56:55 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-05 18:56:55 +0200 |
| commit | 8a8cb386be5beb96e784880db22342a01fe71085 (patch) | |
| tree | 5f81734d70db56d82ca312d427a113d4231b7d04 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | 14336d9c334ac5498bbf4ab04cf83740bf524d98 (diff) | |
| download | Tango-8a8cb386be5beb96e784880db22342a01fe71085.tar.gz Tango-8a8cb386be5beb96e784880db22342a01fe71085.zip | |
Added embedded debug logs to PPC external bridge and file system.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs index 31b5d93fc..8cccc43a7 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -82,7 +82,7 @@ namespace Tango.PPC.Common.Connection MachineOperator.UseKeepAlive = true; MachineOperator.EnableMachineStatusUpdates = true; MachineOperator.EnableDiagnostics = false; - MachineOperator.EnableEmbeddedDebugging = false; + MachineOperator.EnableEmbeddedDebugging = true; MachineOperator.FirmwareUpgradeMode = Integration.Upgrade.FirmwareUpgradeModes.DFU | Integration.Upgrade.FirmwareUpgradeModes.TFP_PACKAGE; |
