We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e104fd commit 5e6f2bfCopy full SHA for 5e6f2bf
builder/frameworks/espidf.py
@@ -64,6 +64,7 @@
64
65
# Arduino framework as a component is not compatible with ESP-IDF >=4.1
66
if "arduino" in env.subst("$PIOFRAMEWORK"):
67
+ TOOLCHAIN_DIR = platform.get_package_dir("toolchain-xtensa32")
68
ARDUINO_FRAMEWORK_DIR = platform.get_package_dir("framework-arduinoespressif32")
69
# Possible package names in 'package@version' format is not compatible with CMake
70
if "@" in os.path.basename(ARDUINO_FRAMEWORK_DIR):
0 commit comments