Skip to content

Commit 4341637

Browse files
author
Rafal Miecznik
committed
CI/CD: Synchronize ncs-aliro@987289368272 and ncs-door-lock-app
Source commit ID: @987289368272 sync-ncs-aliro-987289368272 Signed-off-by: Rafal Miecznik <rafal.miecznik@nordicsemi.com>
1 parent a36474a commit 4341637

388 files changed

Lines changed: 11032 additions & 1094 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

100644100755
File mode changed.

CODEOWNERS

100644100755
File mode changed.

Kconfig

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ NCS manifest repo for the door lock reference application.
55

66
Before getting started, you must set up the nRF Connect SDK development environment.
77

8-
Follow the official [Getting Started Guide](https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/develop/getting_started/index.html) article: execute the following steps:
8+
Follow the official [Getting Started Guide](https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/develop/getting_started/index.html) article: execute the following steps:
99

10-
- [Select and Update OS](https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/develop/getting_started/index.html#select_and_update_os)
11-
- [Install dependencies](https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/develop/getting_started/index.html#install_dependencies)
12-
- [Get Zephyr and install Python dependencies](https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/develop/getting_started/index.html#get_zephyr_and_install_python_dependencies)
13-
- [Install the Zephyr SDK](https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/zephyr/develop/getting_started/index.html#install_the_zephyr_sdk)
10+
- [Select and Update OS](https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/develop/getting_started/index.html#select_and_update_os)
11+
- [Install dependencies](https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/develop/getting_started/index.html#install_dependencies)
12+
- [Get Zephyr and install Python dependencies](https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/develop/getting_started/index.html#get_zephyr_and_install_python_dependencies)
13+
- [Install the Zephyr SDK](https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/zephyr/develop/getting_started/index.html#install_the_zephyr_sdk)
1414

1515
### Initialization
1616

@@ -23,6 +23,10 @@ Run the following commands:
2323
west init -m https://github.com/nrfconnect/ncs-door-lock-app --mr main door-lock-workspace
2424
```
2525

26+
> **NOTE**
27+
>
28+
> Before executing `west update` make sure that you have access to `ncs-aliro` private repository.
29+
2630
```shell
2731
# update nRF Connect SDK modules
2832
cd door-lock-workspace

app/CMakeLists.txt

100644100755
File mode changed.

app/Kconfig

100644100755
File mode changed.

app/Kconfig.sysbuild

100644100755
File mode changed.

app/VERSION

100644100755
File mode changed.

app/boards/nrf52840dk_nrf52840.overlay

100644100755
File mode changed.

0 commit comments

Comments
 (0)