Skip to content

Commit 5cb5422

Browse files
authored
Add MCU parameter to configure Arduino framework
1 parent 62f282a commit 5cb5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ def configure_default_packages(self, variables: Dict, targets: List[str]) -> Any
830830
self._esptool_path = esptool_path
831831

832832
# Configuration steps (now with penv available)
833-
self._configure_arduino_framework(frameworks)
833+
self._configure_arduino_framework(frameworks, mcu)
834834
self._configure_espidf_framework(frameworks, variables, board_config, mcu)
835835
self._configure_mcu_toolchains(mcu, variables, targets)
836836
self._handle_littlefs_tool(for_download=False) # Ensure mklittlefs is installed

0 commit comments

Comments
 (0)