mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
[nrf52] update toolchain to v0.17.4, support mac (#10391)
This commit is contained in:
@@ -1 +1 @@
|
|||||||
0440e35cf89a49e8a35fd3690ed453a72b7b6f61b9d346ced6140e1c0d39dff6
|
8158e5b8ed99b8c2d1d8953db0561393e07cc2555e2230ba685b591db9af156e
|
||||||
|
@@ -120,7 +120,7 @@ async def to_code(config: ConfigType) -> None:
|
|||||||
"platform_packages",
|
"platform_packages",
|
||||||
[
|
[
|
||||||
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-4.zip",
|
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-4.zip",
|
||||||
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1-1.zip",
|
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.17.4-0.zip",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -222,7 +222,7 @@ platform = https://github.com/tomaszduda23/platform-nordicnrf52/archive/refs/tag
|
|||||||
framework = zephyr
|
framework = zephyr
|
||||||
platform_packages =
|
platform_packages =
|
||||||
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-4.zip
|
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-4.zip
|
||||||
platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1-1.zip
|
platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.17.4-0.zip
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
-DUSE_ZEPHYR
|
-DUSE_ZEPHYR
|
||||||
|
Reference in New Issue
Block a user