Skip to content

Commit b939c52

Browse files
authored
Update platform.py
1 parent 763ab75 commit b939c52

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
@@ -55,6 +55,8 @@ def configure_default_packages(self, variables, targets):
5555
if variables.get("custom_sdkconfig") is not None or len(str(board_sdkconfig)) > 3:
5656
frameworks.append("espidf")
5757
self.packages["framework-espidf"]["optional"] = False
58+
if mcu == "esp32c2":
59+
self.packages["framework-arduino-c2-skeleton-lib"]["optional"] = False
5860

5961
if "buildfs" in targets:
6062
filesystem = variables.get("board_build.filesystem", "littlefs")

0 commit comments

Comments
 (0)