add versions

This commit is contained in:
Tomasz Duda 2024-07-23 06:34:15 +02:00
parent b66d3793f5
commit 7311b00c10
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -186,8 +186,8 @@ build_src_flags = -include Arduino.h
extends = common
platform = platformio/nordicnrf52@10.3.0
platform_packages =
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf
platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1.zip
platformio/toolchain-gccarmnoneeabi@https://github.com/tomaszduda23/toolchain-sdk-ng/archive/refs/tags/v0.16.1.zip
build_flags =
${common.build_flags}
-DUSE_ZEPHYR