forked from wolfSSL/wolfssl
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wolfssl esp-tls http example with my_531 branch of ESP-IDF v5.3.1
- Loading branch information
Showing
4 changed files
with
372 additions
and
2 deletions.
There are no files selected for viewing
98 changes: 98 additions & 0 deletions
98
IDE/Espressif/ESP-IDF/examples/esp_http_client_example/VisualGDB/ESP32S2.v5.3.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.10.35027.167 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{803FD0C6-D64E-4E16-9DC3-1DAEC859A3D2}") = "ESP32S2.v5.3", "ESP32S2.v5.3.vgdbproj", "{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "wolfssl", "wolfssl", "{D0CDDB67-9C19-464B-9BB0-7A7B0F49BF50}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\components\wolfssl\CMakeLists.txt = ..\components\wolfssl\CMakeLists.txt | ||
..\..\..\..\..\..\wolfssl\error-ssl.h = ..\..\..\..\..\..\wolfssl\error-ssl.h | ||
..\components\wolfssl\idf_component.yml = ..\components\wolfssl\idf_component.yml | ||
..\components\wolfssl\Kconfig = ..\components\wolfssl\Kconfig | ||
..\README.md = ..\README.md | ||
..\..\..\..\..\..\wolfssl\wolfcrypt\settings.h = ..\..\..\..\..\..\wolfssl\wolfcrypt\settings.h | ||
..\components\wolfssl\include\user_settings.h = ..\components\wolfssl\include\user_settings.h | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "espressif", "espressif", "{ED1D36E5-D346-49F1-B235-F7163452A1A7}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\sdkconfig = ..\sdkconfig | ||
..\sdkconfig.ci = ..\sdkconfig.ci | ||
..\sdkconfig.ci.ssldyn = ..\sdkconfig.ci.ssldyn | ||
..\sdkconfig.ci.wifi = ..\sdkconfig.ci.wifi | ||
..\sdkconfig.defaults = ..\sdkconfig.defaults | ||
..\sdkconfig.esp32dev = ..\sdkconfig.esp32dev | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "esp-tls", "esp-tls", "{1333E615-11BE-40A7-A3A1-95D7F0A6B121}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\components\esp-tls\esp_tls.c = ..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\components\esp-tls\esp_tls.c | ||
..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\components\esp-tls\esp_tls_wolfssl.c = ..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\components\esp-tls\esp_tls_wolfssl.c | ||
..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\components\esp-tls\Kconfig = ..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\components\esp-tls\Kconfig | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "wolfcrypt", "wolfcrypt", "{CA8956F8-C5E5-44BD-A06D-AF3F7D318B9C}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\..\..\..\..\..\wolfssl\wolfcrypt\error-crypt.h = ..\..\..\..\..\..\wolfssl\wolfcrypt\error-crypt.h | ||
..\..\..\..\..\..\wolfssl\wolfcrypt\port\Espressif\esp32-crypt.h = ..\..\..\..\..\..\wolfssl\wolfcrypt\port\Espressif\esp32-crypt.h | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp32_aes.c = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp32_aes.c | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp32_mp.c = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp32_mp.c | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp32_sha.c = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp32_sha.c | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{55A31581-C3CC-4993-A462-674BD38D7CC5}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\..\..\..\..\..\.github\workflows\self-hosted-test.yml = ..\..\..\..\..\..\.github\workflows\self-hosted-test.yml | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "cert_bundle", "cert_bundle", "{DB324D68-702C-448F-8D2A-979B9FC40725}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\cacrt_all.pem = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\cacrt_all.pem | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\cacrt_deprecated.pem = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\cacrt_deprecated.pem | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\cacrt_local.pem = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\cacrt_local.pem | ||
..\build\VisualGDB\Debug\esp-idf\wolfssl\cert_bundle.log = ..\build\VisualGDB\Debug\esp-idf\wolfssl\cert_bundle.log | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\esp_crt_bundle.c = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\esp_crt_bundle.c | ||
..\..\..\..\..\..\wolfssl\wolfcrypt\port\Espressif\esp_crt_bundle.h = ..\..\..\..\..\..\wolfssl\wolfcrypt\port\Espressif\esp_crt_bundle.h | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\gen_crt_bundle.py = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\gen_crt_bundle.py | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\pio_install_cryptography.py = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\pio_install_cryptography.py | ||
..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\README.md = ..\..\..\..\..\..\wolfcrypt\src\port\Espressif\esp_crt_bundle\README.md | ||
..\build\VisualGDB\Debug\esp-idf\wolfssl\x509_crt_bundle_wolfssl = ..\build\VisualGDB\Debug\esp-idf\wolfssl\x509_crt_bundle_wolfssl | ||
EndProjectSection | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8C37C5C3-37D9-4DCC-8F06-FEB8E7FFC061}" | ||
ProjectSection(SolutionItems) = preProject | ||
..\device_list.sh = ..\device_list.sh | ||
..\my_idf_refresh.sh = ..\my_idf_refresh.sh | ||
..\sdkconfig.defaults = ..\sdkconfig.defaults | ||
..\testAll.sh = ..\testAll.sh | ||
..\testMonitor.sh = ..\testMonitor.sh | ||
..\logs\wolfssl_test_build_IDF__esp8266_.txt = ..\logs\wolfssl_test_build_IDF__esp8266_.txt | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|VisualGDB = Debug|VisualGDB | ||
Release|VisualGDB = Release|VisualGDB | ||
Tests (Debug)|VisualGDB = Tests (Debug)|VisualGDB | ||
Tests (Release)|VisualGDB = Tests (Release)|VisualGDB | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Debug|VisualGDB.ActiveCfg = Debug|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Debug|VisualGDB.Build.0 = Debug|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Release|VisualGDB.ActiveCfg = Release|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Release|VisualGDB.Build.0 = Release|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Tests (Debug)|VisualGDB.ActiveCfg = Tests (Debug)|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Tests (Debug)|VisualGDB.Build.0 = Tests (Debug)|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Tests (Release)|VisualGDB.ActiveCfg = Tests (Release)|VisualGDB | ||
{EADCC9AB-72B3-4B51-A838-593E5D80DDF7}.Tests (Release)|VisualGDB.Build.0 = Tests (Release)|VisualGDB | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
FileExplorer = ..\..\..\..\..\..\|..\..\..\..\..\..\..\..\SysGCC\esp32-master\esp-idf\v5.3-master\ | ||
SolutionGuid = {663BFFA4-4280-4265-BCEE-1509EDFF854C} | ||
EndGlobalSection | ||
EndGlobal |
272 changes: 272 additions & 0 deletions
272
IDE/Espressif/ESP-IDF/examples/esp_http_client_example/VisualGDB/ESP32S2.v5.3.vgdbproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,272 @@ | ||
<?xml version="1.0"?> | ||
<VisualGDBProjectSettings2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Project xsi:type="com.visualgdb.project.external.esp-idf"> | ||
<CustomSourceDirectories> | ||
<Directories /> | ||
<PathStyle>Unknown</PathStyle> | ||
</CustomSourceDirectories> | ||
<AutoProgramSPIFFSPartition>true</AutoProgramSPIFFSPartition> | ||
<ProjectModeSettings> | ||
<ProjectGUID>35e5525f-318a-466e-a8c7-36548547d801</ProjectGUID> | ||
<GroupSourcesByTypes>true</GroupSourcesByTypes> | ||
<GroupSourcesByPaths>true</GroupSourcesByPaths> | ||
<HeaderScanMode>SourceDirs</HeaderScanMode> | ||
</ProjectModeSettings> | ||
</Project> | ||
<Build xsi:type="com.visualgdb.build.cmake"> | ||
<BuildLogMode xsi:nil="true" /> | ||
<ToolchainID> | ||
<ID>SysGCC-xtensa-esp32-elf-master</ID> | ||
<Version> | ||
<GCC>13.2.0</GCC> | ||
<GDB>12.1</GDB> | ||
<Revision>1</Revision> | ||
</Version> | ||
</ToolchainID> | ||
<RelativeSourceDirectory>..</RelativeSourceDirectory> | ||
<ConfigurationType>DEBUG</ConfigurationType> | ||
<BinaryDirectory>build/$(PlatformName)/$(ConfigurationName)</BinaryDirectory> | ||
<MakeCommandTemplate> | ||
<SkipWhenRunningCommandList>false</SkipWhenRunningCommandList> | ||
<Command>$(ToolchainNinja)</Command> | ||
<WorkingDirectory>$(BuildDir)</WorkingDirectory> | ||
<BackgroundMode xsi:nil="true" /> | ||
</MakeCommandTemplate> | ||
<CMakeCommand> | ||
<SkipWhenRunningCommandList>false</SkipWhenRunningCommandList> | ||
<Command>$(SYSPROGS_CMAKE_PATH)</Command> | ||
<BackgroundMode xsi:nil="true" /> | ||
</CMakeCommand> | ||
<UpdateSourcesInCMakeFile>true</UpdateSourcesInCMakeFile> | ||
<ExportCompileCommands>false</ExportCompileCommands> | ||
<DisableToolchainFile>false</DisableToolchainFile> | ||
<CMakeMakefileType>Ninja</CMakeMakefileType> | ||
<DeployAsRoot>false</DeployAsRoot> | ||
<CMakeCleanMode>RemoveBuildDirectory</CMakeCleanMode> | ||
<UseCCache>false</UseCCache> | ||
<ProjectModeSettings> | ||
<ProjectItemSettings> | ||
<GroupSourcesByTypes>true</GroupSourcesByTypes> | ||
<GroupSourcesByPaths>true</GroupSourcesByPaths> | ||
<GroupTargetsByPaths>true</GroupTargetsByPaths> | ||
<FollowCMakeSourceGroups>false</FollowCMakeSourceGroups> | ||
<AutoRefreshProject>true</AutoRefreshProject> | ||
<AlwaysConsiderOutdated>false</AlwaysConsiderOutdated> | ||
<SortTargetsByName>true</SortTargetsByName> | ||
<RedundantTargetMode>HideOuterProjectTargets</RedundantTargetMode> | ||
<SortSourcesByName>true</SortSourcesByName> | ||
<BuildAllTargetsInSubdir>false</BuildAllTargetsInSubdir> | ||
<FoldSingleItemPathLevels>true</FoldSingleItemPathLevels> | ||
</ProjectItemSettings> | ||
<TargetSpecificSettings /> | ||
<SetLDLibraryPathFromDependentArtifacts>true</SetLDLibraryPathFromDependentArtifacts> | ||
<ProjectGUID>eadcc9ab-72b3-4b51-a838-593e5d80ddf7</ProjectGUID> | ||
<VirtualFolders /> | ||
<ConfigurationNameCase>Upper</ConfigurationNameCase> | ||
<DefaultHeaderDiscoveryMode>HeaderDirectoryAndSubdirectories</DefaultHeaderDiscoveryMode> | ||
<EnableFastUpToDateCheck>true</EnableFastUpToDateCheck> | ||
<ESPIDFExtension> | ||
<IDFCheckout> | ||
<Version>master</Version> | ||
<Subdirectory>esp-idf/v5.3-master</Subdirectory> | ||
<Type>ESPIDF</Type> | ||
</IDFCheckout> | ||
<COMPort>COM88</COMPort> | ||
<SuppressTestPrerequisiteChecks>false</SuppressTestPrerequisiteChecks> | ||
<UseCCache>false</UseCCache> | ||
<DeviceID>ESP32S2</DeviceID> | ||
</ESPIDFExtension> | ||
<DetectMissingSolutionConfigurations>false</DetectMissingSolutionConfigurations> | ||
</ProjectModeSettings> | ||
<LoadCMakePresets>false</LoadCMakePresets> | ||
</Build> | ||
<CustomBuild> | ||
<PreSyncActions /> | ||
<PreBuildActions /> | ||
<PostBuildActions /> | ||
<PreCleanActions /> | ||
<PostCleanActions /> | ||
</CustomBuild> | ||
<CustomDebug> | ||
<PreDebugActions /> | ||
<PostDebugActions /> | ||
<DebugStopActions /> | ||
<BreakMode>Default</BreakMode> | ||
</CustomDebug> | ||
<DeviceTerminalSettings> | ||
<Connection xsi:type="com.sysprogs.terminal.connection.serial"> | ||
<ComPortName>COM88</ComPortName> | ||
<AdvancedSettings> | ||
<BaudRate>115200</BaudRate> | ||
<DataBits>8</DataBits> | ||
<Parity>None</Parity> | ||
<StopBits>One</StopBits> | ||
<FlowControl>None</FlowControl> | ||
</AdvancedSettings> | ||
</Connection> | ||
<LastConnectionTime>0</LastConnectionTime> | ||
<EchoTypedCharacters>false</EchoTypedCharacters> | ||
<ClearContentsWhenReconnecting>true</ClearContentsWhenReconnecting> | ||
<ReconnectAutomatically>false</ReconnectAutomatically> | ||
<DisplayMode>ASCII</DisplayMode> | ||
<Colors> | ||
<Background> | ||
<Alpha>255</Alpha> | ||
<Red>0</Red> | ||
<Green>0</Green> | ||
<Blue>0</Blue> | ||
</Background> | ||
<Disconnected> | ||
<Alpha>255</Alpha> | ||
<Red>169</Red> | ||
<Green>169</Green> | ||
<Blue>169</Blue> | ||
</Disconnected> | ||
<Text> | ||
<Alpha>255</Alpha> | ||
<Red>211</Red> | ||
<Green>211</Green> | ||
<Blue>211</Blue> | ||
</Text> | ||
<Echo> | ||
<Alpha>255</Alpha> | ||
<Red>144</Red> | ||
<Green>238</Green> | ||
<Blue>144</Blue> | ||
</Echo> | ||
<Inactive> | ||
<Alpha>255</Alpha> | ||
<Red>169</Red> | ||
<Green>169</Green> | ||
<Blue>169</Blue> | ||
</Inactive> | ||
</Colors> | ||
<HexSettings> | ||
<MaximumBytesPerLine>16</MaximumBytesPerLine> | ||
<ShowTextView>true</ShowTextView> | ||
<BreaksAroundEcho>true</BreaksAroundEcho> | ||
<AutoSend>true</AutoSend> | ||
<SendAsHex>true</SendAsHex> | ||
<TimeoutForAutoBreak>0</TimeoutForAutoBreak> | ||
</HexSettings> | ||
<LineEnding>LF</LineEnding> | ||
<TreatLFAsCRLF>false</TreatLFAsCRLF> | ||
<KeepOpenAfterExit>false</KeepOpenAfterExit> | ||
<ShowAfterProgramming>false</ShowAfterProgramming> | ||
</DeviceTerminalSettings> | ||
<CustomShortcuts> | ||
<Shortcuts /> | ||
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting> | ||
</CustomShortcuts> | ||
<UserDefinedVariables /> | ||
<ImportedPropertySheets /> | ||
<CodeSense> | ||
<Enabled>Unknown</Enabled> | ||
<ExtraSettings> | ||
<HideErrorsInSystemHeaders>true</HideErrorsInSystemHeaders> | ||
<SupportLightweightReferenceAnalysis>true</SupportLightweightReferenceAnalysis> | ||
<CheckForClangFormatFiles>true</CheckForClangFormatFiles> | ||
<FormattingEngine xsi:nil="true" /> | ||
</ExtraSettings> | ||
<CodeAnalyzerSettings> | ||
<Enabled>false</Enabled> | ||
</CodeAnalyzerSettings> | ||
</CodeSense> | ||
<Configurations> | ||
<VisualGDBConfiguration> | ||
<Name>Debug</Name> | ||
<BuildSettingsExtension xsi:type="com.visualgdb.build.external.esp-idf.cmake.extension" /> | ||
</VisualGDBConfiguration> | ||
<VisualGDBConfiguration> | ||
<Name>Release</Name> | ||
<BuildSettingsExtension xsi:type="com.visualgdb.build.external.esp-idf.cmake.extension" /> | ||
</VisualGDBConfiguration> | ||
</Configurations> | ||
<ProgramArgumentsSuggestions /> | ||
<Debug xsi:type="com.visualgdb.debug.embedded"> | ||
<AdditionalStartupCommands /> | ||
<AdditionalGDBSettings> | ||
<Features> | ||
<DisableAutoDetection>false</DisableAutoDetection> | ||
<UseFrameParameter>false</UseFrameParameter> | ||
<SimpleValuesFlagSupported>false</SimpleValuesFlagSupported> | ||
<ListLocalsSupported>false</ListLocalsSupported> | ||
<ByteLevelMemoryCommandsAvailable>false</ByteLevelMemoryCommandsAvailable> | ||
<ThreadInfoSupported>false</ThreadInfoSupported> | ||
<PendingBreakpointsSupported>false</PendingBreakpointsSupported> | ||
<SupportTargetCommand>false</SupportTargetCommand> | ||
<ReliableBreakpointNotifications>false</ReliableBreakpointNotifications> | ||
</Features> | ||
<EnableSmartStepping>false</EnableSmartStepping> | ||
<FilterSpuriousStoppedNotifications>false</FilterSpuriousStoppedNotifications> | ||
<ForceSingleThreadedMode>false</ForceSingleThreadedMode> | ||
<UseAppleExtensions>false</UseAppleExtensions> | ||
<CanAcceptCommandsWhileRunning>false</CanAcceptCommandsWhileRunning> | ||
<MakeLogFile>false</MakeLogFile> | ||
<IgnoreModuleEventsWhileStepping>true</IgnoreModuleEventsWhileStepping> | ||
<UseRelativePathsOnly>false</UseRelativePathsOnly> | ||
<ExitAction>None</ExitAction> | ||
<DisableDisassembly>false</DisableDisassembly> | ||
<ExamineMemoryWithXCommand>false</ExamineMemoryWithXCommand> | ||
<StepIntoNewInstanceEntry>app_main</StepIntoNewInstanceEntry> | ||
<ExamineRegistersInRawFormat>true</ExamineRegistersInRawFormat> | ||
<DisableSignals>false</DisableSignals> | ||
<EnableAsyncExecutionMode>false</EnableAsyncExecutionMode> | ||
<AsyncModeSupportsBreakpoints>true</AsyncModeSupportsBreakpoints> | ||
<TemporaryBreakConsolidationTimeout>0</TemporaryBreakConsolidationTimeout> | ||
<EnableNonStopMode>false</EnableNonStopMode> | ||
<MaxBreakpointLimit>0</MaxBreakpointLimit> | ||
<EnableVerboseMode>true</EnableVerboseMode> | ||
<EnablePrettyPrinters>false</EnablePrettyPrinters> | ||
<EnableAbsolutePathReporting>true</EnableAbsolutePathReporting> | ||
</AdditionalGDBSettings> | ||
<DebugMethod> | ||
<ID>openocd</ID> | ||
<Configuration xsi:type="com.visualgdb.edp.openocd.settings.esp32"> | ||
<CommandLine>-f interface/ftdi/tigard.cfg -c "adapter_khz 28000" -f target/esp32s2.cfg</CommandLine> | ||
<ExtraParameters> | ||
<Frequency xsi:nil="true" /> | ||
<BoostedFrequency xsi:nil="true" /> | ||
<ConnectUnderReset>false</ConnectUnderReset> | ||
</ExtraParameters> | ||
<LoadProgressGUIThreshold>131072</LoadProgressGUIThreshold> | ||
<ProgramMode>Enabled</ProgramMode> | ||
<StartupCommands> | ||
<string>set remotetimeout 60</string> | ||
<string>target remote :$$SYS:GDB_PORT$$</string> | ||
<string>mon gdb_breakpoint_override hard</string> | ||
<string>mon reset halt</string> | ||
<string>load</string> | ||
</StartupCommands> | ||
<ProgramFLASHUsingExternalTool>false</ProgramFLASHUsingExternalTool> | ||
<PreferredGDBPort>0</PreferredGDBPort> | ||
<PreferredTelnetPort>0</PreferredTelnetPort> | ||
<AlwaysPassSerialNumber>false</AlwaysPassSerialNumber> | ||
<SelectedCoreIndex xsi:nil="true" /> | ||
<LiveMemoryTimeout>5000</LiveMemoryTimeout> | ||
<SuggestionLogicRevision>1</SuggestionLogicRevision> | ||
<CheckFLASHSize>true</CheckFLASHSize> | ||
<FLASHSettings> | ||
<Size>size2MB</Size> | ||
<Frequency>freq40M</Frequency> | ||
<Mode>DIO</Mode> | ||
</FLASHSettings> | ||
<PatchBootloader>true</PatchBootloader> | ||
</Configuration> | ||
</DebugMethod> | ||
<AutoDetectRTOS>true</AutoDetectRTOS> | ||
<SemihostingSupport>Auto</SemihostingSupport> | ||
<SemihostingPollingDelay>0</SemihostingPollingDelay> | ||
<StepIntoEntryPoint>false</StepIntoEntryPoint> | ||
<ReloadFirmwareOnReset>false</ReloadFirmwareOnReset> | ||
<ValidateEndOfStackAddress>true</ValidateEndOfStackAddress> | ||
<StopAtEntryPoint>false</StopAtEntryPoint> | ||
<EnableVirtualHalts>false</EnableVirtualHalts> | ||
<DynamicAnalysisSettings /> | ||
<EndOfStackSymbol>_estack</EndOfStackSymbol> | ||
<TimestampProviderTicksPerSecond>0</TimestampProviderTicksPerSecond> | ||
<KeepConsoleAfterExit>false</KeepConsoleAfterExit> | ||
<UnusedStackFillPattern xsi:nil="true" /> | ||
<CheckInterfaceDrivers>true</CheckInterfaceDrivers> | ||
</Debug> | ||
</VisualGDBProjectSettings2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters