1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-13 22:28:14 +00:00

fix build for arm64

This commit is contained in:
Tomasz Duda 2025-02-22 16:04:21 +01:00
parent 475409658f
commit 57547f2295

View File

@ -95,7 +95,7 @@ async def to_code(config):
cg.add_platformio_option(
"platform_packages",
[
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-3.zip",
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf#6a72a684ff161454ae4dd8745d7e7fb880615183",
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip",
],
)