Skip to content

Conversation

@kylebonnici
Copy link
Contributor

No description provided.

@kylebonnici kylebonnici added doc required This PR includes user-facing changes that need to be documented. ui not required All PRs either need "ui required" or "ui not required". labels Sep 17, 2025
Copy link
Contributor

@KievDevel KievDevel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add changelog entry

Comment on lines +57 to +60
deviceFilter={device =>
isDeviceInDFUBootloader(device) ||
device.usb?.device.descriptor.idProduct === 0xc00a
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if we should change behavior here. kinda breaking change

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One could also argue that it fixes the breakage of wrong PPK1 warnings. ;-)

More seriously: Yes, this is a breaking change and I think bumping the major version for this is fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This make sure we only see PPK kits .... not sure what is breaking here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had users selecting the DK and not the PPK kit... this for me fixes that issue ....

nordicUsb: true,
nordicDfu: true,
serialPorts: true,
jlink: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also remove serialPorts because we filter to show only devices in DFU boot loader or with the right USB product ID?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc required This PR includes user-facing changes that need to be documented. ui not required All PRs either need "ui required" or "ui not required".

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants