Skip to content

Commit

Permalink
Merge pull request #7037 from gojimmypi/PR-Expressif-Benchmark
Browse files Browse the repository at this point in the history
Espressif benchmark update
  • Loading branch information
JacobBarthelmeh authored Dec 8, 2023
2 parents 448b836 + 62c0910 commit 0ba3646
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 91 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<VisualGDBProjectSettings2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<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 />
Expand Down Expand Up @@ -220,7 +220,7 @@
<DebugMethod>
<ID>openocd</ID>
<Configuration xsi:type="com.visualgdb.edp.openocd.settings.esp32">
<CommandLine>-f interface/tigard.cfg -c "adapter_khz 15000" -f target/esp32.cfg</CommandLine>
<CommandLine>-f interface/ftdi/tigard.cfg -c "adapter_khz 15000" -f target/esp32.cfg</CommandLine>
<ExtraParameters>
<Frequency xsi:nil="true" />
<BoostedFrequency xsi:nil="true" />
Expand Down
Loading

0 comments on commit 0ba3646

Please sign in to comment.