Skip to content

Commit 626f19e

Browse files
authored
install c61 skeleton lib
1 parent 328d926 commit 626f19e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ def _configure_espidf_framework(
594594
self.packages["framework-espidf"]["optional"] = False
595595
if mcu == "esp32c2":
596596
self.packages["framework-arduino-c2-skeleton-lib"]["optional"] = False
597+
if mcu == "esp32c61":
598+
self.packages["framework-arduino-c61-skeleton-lib"]["optional"] = False
597599

598600
def _get_mcu_config(self, mcu: str) -> Optional[Dict]:
599601
"""Get MCU configuration with optimized caching and search."""

0 commit comments

Comments
 (0)