File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pipeline {
63
63
git branch : " master" , url : " $REPO_CI_TOOLS "
64
64
}
65
65
// Install and initialize west
66
- sh " pip3 install --user west==0.5.1 "
66
+ sh " pip3 install --user west==0.5.4 "
67
67
sh " west init -l nrf/"
68
68
69
69
// Checkout
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Building and running
73
73
74
74
This sample can be found under :file: `samples/bluetooth/XXX ` in the |NCS | folder structure.
75
75
76
- See :ref: `bluetooth setup section <zephyr:bluetooth_setup >` for details.
76
+ See :ref: `bluetooth samples section <zephyr:bluetooth-samples >` for details.
77
77
78
78
*Link directly to the suitable Getting Started. We should have stock text here. *
79
79
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ manifest:
34
34
- name : fw-nrfconnect-zephyr
35
35
path : zephyr
36
36
west-commands : scripts/west-commands.yml
37
- revision : 578dac80f7c3bafb3d0e98c0c31b072139251395
37
+ revision : pull/107/head
38
38
- name : fw-nrfconnect-mcuboot
39
39
path : mcuboot
40
40
revision : 59fde9c792bfaa36887c860fb8cd0ca1f1bc4db5
You can’t perform that action at this time.
0 commit comments