Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Dec 8, 2023
1 parent bc0568e commit cfb5a7a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ def configure_default_packages(self, variables, targets):
elif p in ("tool-mconf", "tool-idf") and IS_WINDOWS:
self.packages[p]["optional"] = False

# Use the latest toolchains available for IDF v5.1
for target in (
"xtensa-esp32",
"xtensa-esp32s2",
"xtensa-esp32s3",
"riscv32-esp"
):
self.packages["toolchain-%s" % target]["version"] = "12.2.0+20230208"

for available_mcu in ("esp32", "esp32s2", "esp32s3"):
if available_mcu == mcu:
self.packages["toolchain-xtensa-%s" % mcu]["optional"] = False
Expand Down

0 comments on commit cfb5a7a

Please sign in to comment.