[nrf52] add message that west update is running (#16321)

This commit is contained in:
tomaszduda23
2026-05-11 16:05:41 +02:00
committed by GitHub
parent 68534ea24d
commit 2edb7ca5c2
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
edce6cd78b33b296cef3caa5869d237061345eb346e3f9cb21e3239d2711051f
96c95feaa60831da5f43e3c6a7c7a3a237e17c5d12995a730dbc3884c8dcd11c
+1 -1
View File
@@ -182,7 +182,7 @@ CONFIG_SCHEMA = cv.All(
default={},
): cv.Schema(
{
cv.Optional(CONF_VERSION, default="2.6.1-a"): cv.string_strict,
cv.Optional(CONF_VERSION, default="2.6.1-b"): cv.string_strict,
cv.Optional(CONF_ADVANCED, default={}): cv.Schema(
{
cv.Optional(
+1 -1
View File
@@ -233,7 +233,7 @@ extends = common
platform = https://github.com/tomaszduda23/platform-nordicnrf52/archive/refs/tags/v10.3.0-5.zip
framework = zephyr
platform_packages =
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-a.zip
platformio/framework-zephyr @ https://github.com/tomaszduda23/framework-sdk-nrf/archive/refs/tags/v2.6.1-b.zip
build_flags =
${common.build_flags}
-DUSE_ZEPHYR
@@ -20,4 +20,4 @@ nrf52:
voltage: 2.1V
uicr_erase: true
framework:
version: "2.6.1-a"
version: "2.6.1-b"