Skip to content

Commit 715a071

Browse files
authored
Release 1.6.0: update nrfutil and release date (#386)
* update nrfutil and release date * Update label * update vComIndex * reorder programming thingy91x * shell return * shell change order
1 parent ab901a8 commit 715a071

File tree

5 files changed

+30
-48
lines changed

5 files changed

+30
-48
lines changed

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.6.0 - Unreleased
1+
## 1.6.0 - 2025-11-24
22

33
### Added
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"nrfutil": {
2929
"device": [
30-
"2.15.0"
30+
"2.15.2"
3131
]
3232
}
3333
},

src/common/steps/program/actionVariants/actionList.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export default (
2727
switch (action.type) {
2828
case 'programming': {
2929
const { file, core, link } = action.firmware;
30-
const coreLabel = core
31-
? `${core} core`
32-
: 'Connectivity bridge';
30+
const coreLabel = core ? `${core} core` : 'nRF5340';
3331

3432
const index =
3533
addActionEntry({

src/features/flows/nRF54LV10/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const evaluateConfig = [
146146
description:
147147
'Open the nRF Connect Serial Terminal application and press reset on the device to print the output.',
148148
app: 'pc-nrfconnect-serial-terminal',
149-
vComIndex: 1,
149+
vComIndex: 0,
150150
},
151151
{
152152
title: 'Documentation',

src/features/flows/thingy91x/index.ts

Lines changed: 26 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,21 @@ const programConfig = [
3737
{
3838
type: 'programming',
3939
firmware: {
40-
file: 'thingy91x_connectivity_bridge.zip',
40+
core: 'Application',
41+
file: 'thingy91x_hello.nrfcloud.zip',
4142
link: {
4243
label: 'Hello nRF Cloud',
4344
href: 'https://hello-nrfcloud.github.io/firmware/html/index.html',
4445
},
4546
},
4647
},
47-
{
48-
type: 'wait',
49-
durationMs: 2000,
50-
},
5148
{
5249
type: 'programming',
5350
firmware: {
54-
core: 'Application',
55-
file: 'thingy91x_hello.nrfcloud.zip',
51+
file: 'thingy91x_connectivity_bridge.zip',
5652
link: {
57-
label: 'Hello nRF Cloud',
58-
href: 'https://hello-nrfcloud.github.io/firmware/html/index.html',
53+
label: 'Connectivity bridge',
54+
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/connectivity_bridge/README.html',
5955
},
6056
},
6157
},
@@ -81,25 +77,21 @@ const programConfig = [
8177
{
8278
type: 'programming',
8379
firmware: {
84-
file: 'thingy91x_connectivity_bridge.zip',
80+
core: 'Application',
81+
file: 'thingy91x_asset_tracker_template.zip',
8582
link: {
86-
label: 'Hello nRF Cloud',
87-
href: 'https://hello-nrfcloud.github.io/firmware/html/index.html',
83+
label: 'Asset Tracker Template',
84+
href: 'https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/index.html',
8885
},
8986
},
9087
},
91-
{
92-
type: 'wait',
93-
durationMs: 2000,
94-
},
9588
{
9689
type: 'programming',
9790
firmware: {
98-
core: 'Application',
99-
file: 'thingy91x_asset_tracker_template.zip',
91+
file: 'thingy91x_connectivity_bridge.zip',
10092
link: {
101-
label: 'Asset Tracker Template',
102-
href: 'https://docs.nordicsemi.com/bundle/asset-tracker-template-latest/page/index.html',
93+
label: 'Connectivity bridge',
94+
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/connectivity_bridge/README.html',
10395
},
10496
},
10597
},
@@ -119,25 +111,21 @@ const programConfig = [
119111
{
120112
type: 'programming',
121113
firmware: {
122-
file: 'thingy91x_connectivity_bridge.zip',
114+
core: 'Application',
115+
file: 'thingy91x_serial_lte_modem.zip',
123116
link: {
124-
label: 'Hello nRF Cloud',
125-
href: 'https://hello-nrfcloud.github.io/firmware/html/index.html',
117+
label: 'Serial LTE Modem',
118+
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/serial_lte_modem/README.html',
126119
},
127120
},
128121
},
129-
{
130-
type: 'wait',
131-
durationMs: 2000,
132-
},
133122
{
134123
type: 'programming',
135124
firmware: {
136-
core: 'Application',
137-
file: 'thingy91x_serial_lte_modem.zip',
125+
file: 'thingy91x_connectivity_bridge.zip',
138126
link: {
139-
label: 'Serial LTE Modem',
140-
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/serial_lte_modem/README.html',
127+
label: 'Connectivity bridge',
128+
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/connectivity_bridge/README.html',
141129
},
142130
},
143131
},
@@ -157,25 +145,21 @@ const programConfig = [
157145
{
158146
type: 'programming',
159147
firmware: {
160-
file: 'thingy91x_connectivity_bridge.zip',
148+
core: 'Application',
149+
file: 'thingy91x_modem_shell.zip',
161150
link: {
162-
label: 'Hello nRF Cloud',
163-
href: 'https://hello-nrfcloud.github.io/firmware/html/index.html',
151+
label: 'Modem Shell',
152+
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell/README.html',
164153
},
165154
},
166155
},
167-
{
168-
type: 'wait',
169-
durationMs: 2000,
170-
},
171156
{
172157
type: 'programming',
173158
firmware: {
174-
core: 'Application',
175-
file: 'thingy91x_modem_shell.zip',
159+
file: 'thingy91x_connectivity_bridge.zip',
176160
link: {
177-
label: 'Modem Shell',
178-
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell/README.html',
161+
label: 'Connectivity bridge',
162+
href: 'https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/connectivity_bridge/README.html',
179163
},
180164
},
181165
},

0 commit comments

Comments
 (0)