-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add path for OPENOCD_SCRIPTS export var in esp-idf tools.json
- Loading branch information
1 parent
e12a865
commit 0dcc1d4
Showing
2 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
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,13 @@ | ||
diff --git a/tools/tools.json b/tools/tools.json | ||
index d51e590250..7fe889aca9 100644 | ||
--- a/tools/tools.json | ||
+++ b/tools/tools.json | ||
@@ -716,7 +716,7 @@ | ||
] | ||
], | ||
"export_vars": { | ||
- "OPENOCD_SCRIPTS": "${TOOL_PATH}/openocd-esp32/share/openocd/scripts" | ||
+ "OPENOCD_SCRIPTS": "${TOOL_PATH}/share/openocd/scripts" | ||
}, | ||
"info_url": "https://github.com/espressif/openocd-esp32", | ||
"install": "always", |
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