Skip to content

Commit 6d14439

Browse files
Rafal MiecznikMarGasiorek
authored andcommitted
CI/CD: Synchronize ncs-aliro@5bbad02533ca and ncs-door-lock-app
Source commit ID: @5bbad02533ca sync-ncs-aliro-5bbad02533ca Signed-off-by: Rafal Miecznik <rafal.miecznik@nordicsemi.com>
1 parent 387953c commit 6d14439

8 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/src/aliro/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config DOOR_LOCK_EXPEDITED_FAST_PHASE
1313

1414
config DOOR_LOCK_STEP_UP_PHASE
1515
bool "Support for Aliro Step-up Phase"
16-
default n
16+
default y if CHIP
1717
help
1818
If enabled, the Step-up phase is supported.
1919
The user authentication is based on the Access Document.

docs/testing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ For additional information about Matter testing with various ecosystems, see the
407407
While |APP_NAME|'s UWB ranging implementation can run with the Aliro Test Harness, it is not compliant with the Apple User Device.
408408
Currently, you can only use the NFC transport when testing |APP_NAME| with Apple ecosystem.
409409

410+
.. note::
411+
Testing with Apple ecosystem requires the Step-up phase support to be enabled on the device.
412+
This feature is enabled by default.
413+
Ensure you are building firmware with the ``CONFIG_DOOR_LOCK_STEP_UP_PHASE`` Kconfig option enabled.
414+
410415
Prerequisites
411416
-------------
412417

@@ -590,6 +595,7 @@ If you are facing difficulties during the commissioning process, consider the fo
590595
* Ensure the HomePod mini is on the same network as your iPhone.
591596
* Check the device serial console for error messages indicating commissioning failures.
592597
* Ensure the firmware was built with Matter support enabled (the ``-DSNIPPET='matter'`` option).
598+
* Ensure the Step-up phase support is enabled (the ``CONFIG_DOOR_LOCK_STEP_UP_PHASE`` Kconfig option).
593599
* Try performing a factory reset of the device and restarting the commissioning process.
594600
* Ensure the Thread network is functioning correctly on the HomePod mini.
595601

lib/aliro/bin/nrf52840/libaliro.a

0 Bytes
Binary file not shown.

lib/aliro/bin/nrf5340/libaliro.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/aliro/bin/nrf54l15/libaliro.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)