Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 832c08e

Browse filesBrowse files
authored
Remove nonexisting folder from include path (espressif#6798)
1 parent 99ba0e1 commit 832c08e
Copy full SHA for 832c08e

File tree

Expand file treeCollapse file tree

4 files changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+0
-4
lines changed

‎tools/platformio-build-esp32.py

Copy file name to clipboardExpand all lines: tools/platformio-build-esp32.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
],
118118

119119
CPPPATH=[
120-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "config"),
121120
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "newlib", "platform_include"),
122121
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "freertos", "include"),
123122
join(FRAMEWORK_DIR, "tools", "sdk", "esp32", "include", "freertos", "include", "esp_additions", "freertos"),

‎tools/platformio-build-esp32c3.py

Copy file name to clipboardExpand all lines: tools/platformio-build-esp32c3.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
],
117117

118118
CPPPATH=[
119-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "config"),
120119
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "newlib", "platform_include"),
121120
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "freertos", "include"),
122121
join(FRAMEWORK_DIR, "tools", "sdk", "esp32c3", "include", "freertos", "include", "esp_additions", "freertos"),

‎tools/platformio-build-esp32s2.py

Copy file name to clipboardExpand all lines: tools/platformio-build-esp32s2.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
],
114114

115115
CPPPATH=[
116-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "config"),
117116
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "newlib", "platform_include"),
118117
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include"),
119118
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s2", "include", "freertos", "include", "esp_additions", "freertos"),

‎tools/platformio-build-esp32s3.py

Copy file name to clipboardExpand all lines: tools/platformio-build-esp32s3.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
],
114114

115115
CPPPATH=[
116-
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "config"),
117116
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "newlib", "platform_include"),
118117
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "freertos", "include"),
119118
join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "include", "freertos", "include", "esp_additions", "freertos"),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.