Nordic nRF9160 DKをはじめよう6~1nceOS編2~の続きです。
1NCE Zephyr blueprintのバージョンアップがありました。
今回のSDKとToolchainはv2.8.0となります。
west
ncsディレクトリ の west.yml を開きます。
\ncs\v2.8.0\nrf\west.yml

すべてのワークスペースに対しての決定を記憶する を選択し、開く を クリック します。

-nce-sdk を追加します。

\ncs\v2.8.0\zephyr\submanifests\example.yaml.sample
example.yaml.sample のファイル名前を example.yaml に変更します。

はい を クリック します。

example.yaml の中身を変更します。

manifest:
projects:
- name: nce-sdk
url: https://github.com/1NCE-GmbH/1nce-iot-c-sdk
revision: main
Manage SDK`s から West Update を選択します。

ターミナルにて Git Clone を行います。

git clone https://github.com/1NCE-GmbH/blueprint-zephyr.git
プログラムに続きます。