mirror of
https://github.com/esphome/esphome.git
synced 2024-12-27 16:01:43 +01:00
update sdk
This commit is contained in:
parent
f5273d58e8
commit
1a45a17d12
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ async def to_code(config):
|
||||||
cg.add_platformio_option(
|
cg.add_platformio_option(
|
||||||
"platform_packages",
|
"platform_packages",
|
||||||
[
|
[
|
||||||
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1.zip",
|
"platformio/framework-zephyr@https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-1.zip",
|
||||||
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip",
|
"platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
@ -189,7 +189,7 @@ extends = common
|
||||||
platform = platformio/nordicnrf52@10.3.0
|
platform = platformio/nordicnrf52@10.3.0
|
||||||
framework = zephyr
|
framework = zephyr
|
||||||
platform_packages =
|
platform_packages =
|
||||||
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1.zip
|
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-1.zip
|
||||||
platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip
|
platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip
|
||||||
build_flags =
|
build_flags =
|
||||||
${common.build_flags}
|
${common.build_flags}
|
||||||
|
|
Loading…
Reference in a new issue